Un collegamento tra una proprietà Google Analytics e un account cliente pubblicitario 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"
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-26 UTC."],[],["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"]]