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

GoogleAnalyticsAdminV1betaGoogleAdsLink

import type { GoogleAnalyticsAdminV1betaGoogleAdsLink } from "https://googleapis.deno.dev/v1/analyticsadmin:v1beta.ts";

A link between a GA4 property and a Google Ads account.

interface GoogleAnalyticsAdminV1betaGoogleAdsLink {
adsPersonalizationEnabled?: boolean;
readonly canManageClients?: boolean;
readonly createTime?: Date;
readonly creatorEmailAddress?: string;
customerId?: string;
readonly name?: string;
readonly updateTime?: Date;
}

§Properties

§
adsPersonalizationEnabled?: boolean
[src]

Enable personalized advertising features with this integration. Automatically publish my Google Analytics audience lists and Google Analytics remarketing events/parameters to the linked Google Ads account. If this field is not set on create/update, it will be defaulted to true.

§
readonly canManageClients?: boolean
[src]

Output only. If true, this link is for a Google Ads manager account.

§
readonly createTime?: Date
[src]

Output only. Time when this link was originally created.

§
readonly creatorEmailAddress?: string
[src]

Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved.

§
customerId?: string
[src]

Immutable. Google Ads customer ID.

§
readonly name?: string
[src]

Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID.

§
readonly updateTime?: Date
[src]

Output only. Time when this link was last updated.