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

AnalyticsAccountLink

import type { AnalyticsAccountLink } from "https://googleapis.deno.dev/v1/marketingplatformadmin:v1alpha.ts";

A resource message representing the link between a Google Analytics account and a Google Marketing Platform organization.

interface AnalyticsAccountLink {
analyticsAccount?: string;
readonly displayName?: string;
readonly linkVerificationState?: "LINK_VERIFICATION_STATE_UNSPECIFIED" | "LINK_VERIFICATION_STATE_VERIFIED" | "LINK_VERIFICATION_STATE_NOT_VERIFIED";
name?: string;
}

§Properties

§
analyticsAccount?: string
[src]

Required. Immutable. The resource name of the AnalyticsAdmin API account. The account ID will be used as the ID of this AnalyticsAccountLink resource, which will become the final component of the resource name. Format: analyticsadmin.googleapis.com/accounts/{account_id}

§
readonly displayName?: string
[src]

Output only. The human-readable name for the Analytics account.

§
readonly linkVerificationState?: "LINK_VERIFICATION_STATE_UNSPECIFIED" | "LINK_VERIFICATION_STATE_VERIFIED" | "LINK_VERIFICATION_STATE_NOT_VERIFIED"
[src]

Output only. The verification state of the link between the Analytics account and the parent organization.

§
name?: string
[src]

Identifier. Resource name of this AnalyticsAccountLink. Note the resource ID is the same as the ID of the Analtyics account. Format: organizations/{org_id}/analyticsAccountLinks/{analytics_account_link_id} Example: "organizations/xyz/analyticsAccountLinks/1234"