টুল এবং ক্লায়েন্ট লাইব্রেরি ডাউনলোড করুন
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
এই টিউটোরিয়ালের অবশিষ্ট ধাপগুলি সম্পূর্ণ করতে নিম্নলিখিত সরঞ্জামগুলি ডাউনলোড করুন।
Google ক্লাউড CLI
Google বিজ্ঞাপন API অনুমোদনের প্রক্রিয়া হিসাবে OAuth 2.0 ব্যবহার করে। এই টিউটোরিয়ালটি বিভিন্ন OAuth 2.0 অনুমোদনের পদক্ষেপগুলি সম্পাদন করার উপায় হিসাবে Google Cloud CLI ব্যবহার করে৷ জিক্লাউড সিএলআই ইনস্টল করতে নির্দেশাবলী অনুসরণ করুন।
এই গাইডের বাকি নির্দেশাবলী gcloud টুলের নিম্নলিখিত সংস্করণের সাথে কাজ করার জন্য যাচাই করা হয়েছে এবং অ্যাপ্লিকেশন আচরণ বা কমান্ড-লাইন বিকল্পগুলির পার্থক্যের কারণে পূর্ববর্তী সংস্করণগুলির সাথে কাজ নাও করতে পারে।
:~$ gcloud version
Google Cloud SDK 492.0.0
alpha 2024.09.06
beta 2024.09.06
bq 2.1.8
bundled-python3-unix 3.11.9
core 2024.09.06
enterprise-certificate-proxy 0.3.2
gcloud-crc32c 1.0.0
gsutil 5.30
ক্লায়েন্ট লাইব্রেরি বা HTTP ক্লায়েন্ট
আপনি কীভাবে API কল করতে চান তার উপর নির্ভর করে আপনি একটি ক্লায়েন্ট লাইব্রেরি বা একটি HTTP ক্লায়েন্ট ডাউনলোড করতে বেছে নিতে পারেন।
একটি ক্লায়েন্ট লাইব্রেরি ব্যবহার করুন
আপনার পছন্দের একটি ক্লায়েন্ট লাইব্রেরি ডাউনলোড এবং ইনস্টল করুন।
HTTP ক্লায়েন্ট ব্যবহার করুন (REST)
একটি URL এর মাধ্যমে ডেটা স্থানান্তর করার জন্য কমান্ড লাইন টুল, curl ডাউনলোড এবং ইনস্টল করুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-26 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-26 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThis guide requires downloading and installing \u003ccode\u003eoauth2l\u003c/code\u003e or \u003ccode\u003egcloud CLI\u003c/code\u003e for authorization using OAuth 2.0 to obtain access and refresh tokens.\u003c/p\u003e\n"],["\u003cp\u003eEnsure your \u003ccode\u003eoauth2l\u003c/code\u003e version is v1.3.0 and \u003ccode\u003egcloud CLI\u003c/code\u003e version is 492.0.0 for compatibility with the instructions.\u003c/p\u003e\n"],["\u003cp\u003eYou will need to utilize either a Google Ads API client library or an HTTP client like \u003ccode\u003ecurl\u003c/code\u003e to interact with the API.\u003c/p\u003e\n"]]],[],null,["# Download tools and client libraries\n\nDownload the following tools to complete the remaining steps of this\ntutorial.\n\nThe Google Cloud CLI\n--------------------\n\nThe Google Ads API uses OAuth 2.0 as the authorization mechanism. This tutorial\nuses the Google Cloud CLI as a way to perform various OAuth 2.0 authorization\nsteps. Follow the [instructions](https://cloud.google.com/sdk/docs/install)\nto install gcloud CLI.\n\nThe instructions for the rest of this guide were verified to work with the\nfollowing version of the gcloud tool and might not work with previous versions\ndue to differences in application behavior or command-line options. \n\n :~$ gcloud version\n Google Cloud SDK 492.0.0\n alpha 2024.09.06\n beta 2024.09.06\n bq 2.1.8\n bundled-python3-unix 3.11.9\n core 2024.09.06\n enterprise-certificate-proxy 0.3.2\n gcloud-crc32c 1.0.0\n gsutil 5.30\n\nClient library or HTTP client\n-----------------------------\n\nYou can choose to either download a client library or an HTTP client depending\non how you'd like to make API calls. \n\n### Use a client library\n\nDownload and install a [client library](/google-ads/api/docs/client-libs) of your choice.\n\n### Use HTTP client (REST)\n\nDownload and install [curl](https://curl.se/download.html),\nthe command line tool for transferring data through a URL."]]