প্রক্সি
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
আপনি যদি প্রক্সির মাধ্যমে Google Ads API-এর সাথে সংযোগ করতে চান, তাহলে আপনি আপনার googleads.properties
ফাইলের Network Connection
বিভাগে proxy
প্রপার্টি সেট করে তা করতে পারেন:
### Network Connection ###
# Optional proxy server URL to be used for internet connectivity.
# If your proxy connection requires authentication, make sure to include it in
# the URL, for example: http://user:password@proxy_hostname:8080
proxy=INSERT_PROXY_HERE
উদাহরণস্বরূপ, আপনি প্রক্সি হিসাবে http://user:pass@localhost:8082
নির্দিষ্ট করতে পারেন। বিকল্পভাবে, আপনি অন্যান্য কনফিগারেশন সেটিংসের মতোই প্রক্সি সেটিং প্রোগ্রামগতভাবে কনফিগার করতে পারেন:
my $api_client = Google::Ads::GoogleAds::GoogleAdsClient->new({
proxy => "INSERT_PROXY_HERE"
});
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-09-03 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-09-03 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eConfigure Google Ads API connections through a proxy by setting the \u003ccode\u003eproxy\u003c/code\u003e property in the \u003ccode\u003egoogleads.properties\u003c/code\u003e file or programmatically within the \u003ccode\u003eGoogle::Ads::GoogleAds::GoogleAdsClient\u003c/code\u003e constructor.\u003c/p\u003e\n"],["\u003cp\u003eWhen using a proxy that requires authentication, include the credentials within the proxy URL in the format \u003ccode\u003ehttp://user:password@proxy_hostname:8082\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Proxy\n\nIf you need to connect to the Google Ads API through a proxy, you can do so by\nsetting the `proxy` property in the `Network Connection` section of your\n[`googleads.properties`](https://github.com/googleads/google-ads-perl/blob/HEAD/googleads.properties)\nfile: \n\n ### Network Connection ###\n\n # Optional proxy server URL to be used for internet connectivity.\n # If your proxy connection requires authentication, make sure to include it in\n # the URL, for example: http://user:password@proxy_hostname:8080\n proxy=INSERT_PROXY_HERE\n\nFor example, you can specify `http://user:pass@localhost:8082` as a proxy.\nAlternatively, you can configure the proxy setting programmatically just like\nany other configuration setting: \n\n my $api_client = Google::Ads::GoogleAds::GoogleAdsClient-\u003enew({\n proxy =\u003e \"INSERT_PROXY_HERE\"\n });"]]