AI-generated Key Takeaways
- 
          An AdSenseLink connects a Google Analytics property to an AdSense for Content ad client. 
- 
          The JSON representation of an AdSenseLink includes a resource name ( name) and the AdSense ad client code (adClientCode).
- 
          Methods available for AdSenseLinks include create, delete, get, and list. 
Resource: AdSenseLink
A link between a Google Analytics property and an AdSense for Content ad client.
| JSON representation | 
|---|
| { "name": string, "adClientCode": string } | 
| Fields | |
|---|---|
| name | 
 Output only. The resource name for this AdSense Link resource. Format: properties/{propertyId}/adSenseLinks/{linkId} Example: properties/1234/adSenseLinks/6789 | 
| adClientCode | 
 Immutable. The AdSense ad client code that the Google Analytics property is linked to. Example format: "ca-pub-1234567890" | 
| Methods | |
|---|---|
| 
 | Creates an AdSenseLink. | 
| 
 | Deletes an AdSenseLink. | 
| 
 | Looks up a single AdSenseLink. | 
| 
 | Lists AdSenseLinks on a property. |