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

Advertiser

import type { Advertiser } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Contains properties of a Campaign Manager advertiser.

interface Advertiser {
accountId?: bigint;
advertiserGroupId?: bigint;
clickThroughUrlSuffix?: string;
defaultClickThroughEventTagId?: bigint;
defaultEmail?: string;
floodlightConfigurationId?: bigint;
floodlightConfigurationIdDimensionValue?: DimensionValue;
id?: bigint;
idDimensionValue?: DimensionValue;
kind?: string;
measurementPartnerLink?: MeasurementPartnerAdvertiserLink;
name?: string;
originalFloodlightConfigurationId?: bigint;
status?: "APPROVED" | "ON_HOLD";
subaccountId?: bigint;
suspended?: boolean;
}

§Properties

§
accountId?: bigint
[src]

Account ID of this advertiser.This is a read-only field that can be left blank.

§
advertiserGroupId?: bigint
[src]

ID of the advertiser group this advertiser belongs to. You can group advertisers for reporting purposes, allowing you to see aggregated information for all advertisers in each group.

§
clickThroughUrlSuffix?: string
[src]

Suffix added to click-through URL of ad creative associations under this advertiser. Must be less than 129 characters long.

§
defaultClickThroughEventTagId?: bigint
[src]

ID of the click-through event tag to apply by default to the landing pages of this advertiser's campaigns.

§
defaultEmail?: string
[src]

Default email address used in sender field for tag emails.

§
floodlightConfigurationId?: bigint
[src]

Floodlight configuration ID of this advertiser. The floodlight configuration ID will be created automatically, so on insert this field should be left blank. This field can be set to another advertiser's floodlight configuration ID in order to share that advertiser's floodlight configuration with this advertiser, so long as: - This advertiser's original floodlight configuration is not already associated with floodlight activities or floodlight activity groups. - This advertiser's original floodlight configuration is not already shared with another advertiser.

§
floodlightConfigurationIdDimensionValue?: DimensionValue
[src]

Dimension value for the ID of the floodlight configuration. This is a read-only, auto-generated field.

§
id?: bigint
[src]

ID of this advertiser. This is a read-only, auto-generated field.

§
idDimensionValue?: DimensionValue
[src]

Dimension value for the ID of this advertiser. This is a read-only, auto-generated field.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#advertiser".

§
name?: string
[src]

Name of this advertiser. This is a required field and must be less than 256 characters long and unique among advertisers of the same account.

§
originalFloodlightConfigurationId?: bigint
[src]

Original floodlight configuration before any sharing occurred. Set the floodlightConfigurationId of this advertiser to originalFloodlightConfigurationId to unshare the advertiser's current floodlight configuration. You cannot unshare an advertiser's floodlight configuration if the shared configuration has activities associated with any campaign or placement.

§
status?: "APPROVED" | "ON_HOLD"
[src]

Status of this advertiser.

§
subaccountId?: bigint
[src]

Subaccount ID of this advertiser.This is a read-only field that can be left blank.

§
suspended?: boolean
[src]

Suspension status of this advertiser.