Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AssociationSession

import type { AssociationSession } from "https://googleapis.deno.dev/v1/adsensehost:v4.1.ts";
interface AssociationSession {
accountId?: string;
id?: string;
kind?: string;
productCodes?: string[];
redirectUrl?: string;
status?: string;
userLocale?: string;
websiteLocale?: string;
websiteUrl?: string;
}

§Properties

§
accountId?: string
[src]

Hosted account id of the associated publisher after association. Present if status is ACCEPTED.

§
id?: string
[src]

Unique identifier of this association session.

§
kind?: string
[src]

Kind of resource this is, in this case adsensehost#associationSession.

§
productCodes?: string[]
[src]

The products to associate with the user. Options: AFC, AFG, AFV, AFS (deprecated), AFMC (deprecated)

§
redirectUrl?: string
[src]

Redirect URL of this association session. Used to redirect users into the AdSense association flow.

§
status?: string
[src]

Status of the completed association, available once the association callback token has been verified. One of ACCEPTED, REJECTED, or ERROR.

§
userLocale?: string
[src]

The preferred locale of the user themselves when going through the AdSense association flow.

§
websiteLocale?: string
[src]

The locale of the user's hosted website.

§
websiteUrl?: string
[src]

The URL of the user's hosted website.