View Source GoogleApi.AdSenseHost.V41.Model.AssociationSession (google_api_ad_sense_host v0.14.0)
Attributes
-
accountId
(type:String.t
, default:nil
) - Hosted account id of the associated publisher after association. Present if status is ACCEPTED. -
id
(type:String.t
, default:nil
) - Unique identifier of this association session. -
kind
(type:String.t
, default:adsensehost#associationSession
) - Kind of resource this is, in this case adsensehost#associationSession. -
productCodes
(type:list(String.t)
, default:nil
) - The products to associate with the user. Options: AFC, AFG, AFV, AFS (deprecated), AFMC (deprecated) -
redirectUrl
(type:String.t
, default:nil
) - Redirect URL of this association session. Used to redirect users into the AdSense association flow. -
status
(type:String.t
, default:nil
) - Status of the completed association, available once the association callback token has been verified. One of ACCEPTED, REJECTED, or ERROR. -
userLocale
(type:String.t
, default:nil
) - The preferred locale of the user themselves when going through the AdSense association flow. -
websiteLocale
(type:String.t
, default:nil
) - The locale of the user's hosted website. -
websiteUrl
(type:String.t
, default:nil
) - The URL of the user's hosted website.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AdSenseHost.V41.Model.AssociationSession{ accountId: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, productCodes: [String.t()] | nil, redirectUrl: String.t() | nil, status: String.t() | nil, userLocale: String.t() | nil, websiteLocale: String.t() | nil, websiteUrl: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.