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

AssociationsessionsStartOptions

import type { AssociationsessionsStartOptions } from "https://googleapis.deno.dev/v1/adsensehost:v4.1.ts";

Additional options for AdSenseHost#associationsessionsStart.

interface AssociationsessionsStartOptions {
callbackUrl?: string;
productCode:
| "AFC"
| "AFG"
| "AFMC"
| "AFS"
| "AFV";
userLocale?: string;
websiteLocale?: string;
websiteUrl: string;
}

§Properties

§
callbackUrl?: string
[src]

The URL to redirect the user to once association is completed. It receives a token parameter that can then be used to retrieve the associated account.

§
productCode: "AFC" | "AFG" | "AFMC" | "AFS" | "AFV"
[src]

Products to associate with the user.

§
userLocale?: string
[src]

The preferred locale of the user.

§
websiteLocale?: string
[src]

The locale of the user's hosted website.

§
websiteUrl: string
[src]

The URL of the user's hosted website.