REST Resource: properties.adSenseLinks
संसाधन: AdSenseLink
Google Analytics प्रॉपर्टी और AdSense for Content विज्ञापन क्लाइंट के बीच का लिंक.
JSON के काेड में दिखाना |
{
"name": string,
"adClientCode": string
} |
फ़ील्ड |
name |
string
सिर्फ़ आउटपुट के लिए. इस AdSense लिंक संसाधन का नाम. फ़ॉर्मैट: properties/{propertyId}/adSenseLinks/{linkId} उदाहरण: properties/1234/adSenseLinks/6789
|
adClientCode |
string
इम्यूटेबल. AdSense का वह विज्ञापन क्लाइंट कोड जिससे Google Analytics प्रॉपर्टी लिंक है. उदाहरण के लिए: "ca-pub-1234567890"
|
तरीके |
|
AdSenseLink बनाता है. |
|
AdSense लिंक मिटाता है. |
|
किसी एक AdSenseLink को खोजता है. |
|
किसी प्रॉपर्टी पर AdSenseLinks की सूची बनाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-01-14 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-01-14 (UTC) को अपडेट किया गया."],[[["AdSenseLink establishes a connection between a Google Analytics 4 (GA4) property and an AdSense for Content ad client."],["This connection is represented in JSON format and includes crucial fields like `name` (a unique identifier) and `adClientCode` (the AdSense ad client code)."],["You can manage these connections through various methods, including creating, deleting, retrieving, and listing AdSenseLinks associated with a GA4 property."]]],["AdSenseLink establishes a connection between a Google Analytics property and an AdSense ad client. Its JSON representation includes a resource `name` and an `adClientCode`. Key actions include creating, deleting, retrieving (get), and listing AdSenseLinks. The `name` field is read-only and uses the format `properties/{propertyId}/adSenseLinks/{linkId}`, while `adClientCode` is immutable and in the format \"ca-pub-1234567890\".\n"]]