REST Resource: properties.adSenseLinks
Ressource: AdSenseLink
Eine Verknüpfung zwischen einer Google Analytics-Property und einem AdSense für Content-Anzeigenkunden.
JSON-Darstellung |
{
"name": string,
"adClientCode": string
} |
Felder |
name |
string
Nur Ausgabe. Der Ressourcenname für diese AdSense-Verknüpfungsressource. Format: properties/{propertyId}/adSenseLinks/{linkId} Beispiel: properties/1234/adSenseLinks/6789
|
adClientCode |
string
Nicht veränderbar. Der AdSense-Anzeigenkundencode, mit dem die Google Analytics-Property verknüpft ist. Beispielformat: „ca-pub-1234567890“
|
Methoden |
|
Erstellt einen AdSenseLink. |
|
Löscht einen AdSenseLink. |
|
Es wird ein einzelner AdSenseLink abgerufen. |
|
Listet AdSense-Links in einer Property auf. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-01-14 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]