Associationsessions

For a list of methods for this resource, see the end of this page.

Resource representations

{
  "kind": "adsensehost#associationSession",
  "id": string,
  "redirectUrl": string,
  "websiteUrl": string,
  "websiteLocale": string,
  "userLocale": string,
  "productCodes": [
    string
  ],
  "status": string,
  "accountId": string
}
Property name Value Description Notes
accountId string Hosted account id of the associated publisher after association. Present if status is ACCEPTED.
id string Unique identifier of this association session.
kind string Kind of resource this is, in this case adsensehost#associationSession.
productCodes[] list The products to associate with the user. Options: AFC, AFG, AFV, AFS (deprecated), AFMC (deprecated)
redirectUrl string Redirect URL of this association session. Used to redirect users into the AdSense association flow.
status string Status of the completed association, available once the association callback token has been verified.

Acceptable values are:
  • "ACCEPTED"
  • "ERROR"
  • "REJECTED"
userLocale string The preferred locale of the user themselves when going through the AdSense association flow.
websiteLocale string The locale of the user's hosted website.
websiteUrl string The URL of the user's hosted website.

Methods

start
Create an association session for initiating an association with an AdSense user.
verify
Verify an association session after the association callback returns from AdSense signup.