क्या आपको Google Ads API के बारे में सुझाव/राय देनी है या शिकायत करनी है? उपयोगकर्ताओं पर की जाने वाली रिसर्च में हिस्सा लेने का न्योता पाने के लिए, साइन अप करें!
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
अगर आपको प्रॉक्सी की मदद से Google Ads API से कनेक्ट करना है, तो अपनी googleads.properties फ़ाइल के Network Connection सेक्शन में proxy प्रॉपर्टी सेट करें:
उदाहरण के लिए, http://user:pass@localhost:8082 को प्रॉक्सी के तौर पर सेट किया जा सकता है.
इसके अलावा, किसी भी अन्य कॉन्फ़िगरेशन सेटिंग की तरह ही, प्रोग्राम के हिसाब से प्रॉक्सी सेटिंग को कॉन्फ़िगर किया जा सकता है:
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-06-04 (UTC) को अपडेट किया गया."],[[["Configure Google Ads API connections through a proxy by setting the `proxy` property in the `googleads.properties` file or programmatically within the `Google::Ads::GoogleAds::GoogleAdsClient` constructor."],["When using a proxy that requires authentication, include the credentials within the proxy URL in the format `http://user:password@proxy_hostname:8082`."]]],[]]