google_api_ad_sense_host v0.2.0 GoogleApi.AdSenseHost.V41.Model.AssociationSession View Source

Attributes

  • accountId (String.t): Hosted account id of the associated publisher after association. Present if status is ACCEPTED. Defaults to: null.
  • id (String.t): Unique identifier of this association session. Defaults to: null.
  • kind (String.t): Kind of resource this is, in this case adsensehost#associationSession. Defaults to: null.
  • productCodes ([String.t]): The products to associate with the user. Options: AFC, AFG, AFV, AFS (deprecated), AFMC (deprecated) Defaults to: null.
  • redirectUrl (String.t): Redirect URL of this association session. Used to redirect users into the AdSense association flow. Defaults to: null.
  • status (String.t): Status of the completed association, available once the association callback token has been verified. One of ACCEPTED, REJECTED, or ERROR. Defaults to: null.
  • userLocale (String.t): The preferred locale of the user themselves when going through the AdSense association flow. Defaults to: null.
  • websiteLocale (String.t): The locale of the user's hosted website. Defaults to: null.
  • websiteUrl (String.t): The URL of the user's hosted website. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AdSenseHost.V41.Model.AssociationSession{
  accountId: any(),
  id: any(),
  kind: any(),
  productCodes: [any()],
  redirectUrl: any(),
  status: any(),
  userLocale: any(),
  websiteLocale: any(),
  websiteUrl: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.