REST Resource: properties.adSenseLinks
Risorsa: AdSenseLink
Un collegamento tra una proprietà Google Analytics e un account cliente AdSense per i contenuti.
Rappresentazione JSON |
{
"name": string,
"adClientCode": string
} |
Campi |
name |
string
Solo output. Il nome della risorsa per questo collegamento AdSense. Formato: properties/{propertyId}/adSenseLinks/{linkId} Esempio: properties/1234/adSenseLinks/6789
|
adClientCode |
string
Immutabile. Il codice cliente dell'annuncio AdSense a cui è collegata la proprietà Google Analytics. Formato di esempio: "ca-pub-1234567890"
|
Metodi |
|
Crea un AdSenseLink. |
|
Consente di eliminare un AdSenseLink. |
|
Cerca un singolo AdSenseLink. |
|
Elenca gli AdSenseLink in una proprietà. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-01-14 UTC.
[null,null,["Ultimo aggiornamento 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"]]