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

Campaign

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

Contains properties of a Campaign Manager campaign.

interface Campaign {
accountId?: bigint;
adBlockingConfiguration?: AdBlockingConfiguration;
additionalCreativeOptimizationConfigurations?: CreativeOptimizationConfiguration[];
advertiserGroupId?: bigint;
advertiserId?: bigint;
advertiserIdDimensionValue?: DimensionValue;
archived?: boolean;
audienceSegmentGroups?: AudienceSegmentGroup[];
billingInvoiceCode?: string;
clickThroughUrlSuffixProperties?: ClickThroughUrlSuffixProperties;
comment?: string;
createInfo?: LastModifiedInfo;
creativeGroupIds?: bigint[];
creativeOptimizationConfiguration?: CreativeOptimizationConfiguration;
defaultClickThroughEventTagProperties?: DefaultClickThroughEventTagProperties;
defaultLandingPageId?: bigint;
endDate?: Date;
eventTagOverrides?: EventTagOverride[];
externalId?: string;
id?: bigint;
idDimensionValue?: DimensionValue;
kind?: string;
lastModifiedInfo?: LastModifiedInfo;
measurementPartnerLink?: MeasurementPartnerCampaignLink;
name?: string;
startDate?: Date;
subaccountId?: bigint;
}

§Properties

§
accountId?: bigint
[src]

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

§
adBlockingConfiguration?: AdBlockingConfiguration
[src]

Ad blocking settings for this campaign.

§
additionalCreativeOptimizationConfigurations?: CreativeOptimizationConfiguration[]
[src]

Additional creative optimization configurations for the campaign.

§
advertiserGroupId?: bigint
[src]

Advertiser group ID of the associated advertiser.

§
advertiserId?: bigint
[src]

Advertiser ID of this campaign. This is a required field.

§
advertiserIdDimensionValue?: DimensionValue
[src]

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

§
archived?: boolean
[src]

Whether this campaign has been archived.

§
audienceSegmentGroups?: AudienceSegmentGroup[]
[src]

Audience segment groups assigned to this campaign. Cannot have more than 300 segment groups.

§
billingInvoiceCode?: string
[src]

Billing invoice code included in the Campaign Manager client billing invoices associated with the campaign.

§
clickThroughUrlSuffixProperties?: ClickThroughUrlSuffixProperties
[src]

Click-through URL suffix override properties for this campaign.

§
comment?: string
[src]

Arbitrary comments about this campaign. Must be less than 256 characters long.

§

Information about the creation of this campaign. This is a read-only field.

§
creativeGroupIds?: bigint[]
[src]

List of creative group IDs that are assigned to the campaign.

§
creativeOptimizationConfiguration?: CreativeOptimizationConfiguration
[src]

Creative optimization configuration for the campaign.

§
defaultClickThroughEventTagProperties?: DefaultClickThroughEventTagProperties
[src]

Click-through event tag ID override properties for this campaign.

§
defaultLandingPageId?: bigint
[src]

The default landing page ID for this campaign.

§
endDate?: Date
[src]
§
eventTagOverrides?: EventTagOverride[]
[src]

Overrides that can be used to activate or deactivate advertiser event tags.

§
externalId?: string
[src]

External ID for this campaign.

§
id?: bigint
[src]

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

§
idDimensionValue?: DimensionValue
[src]

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

§
kind?: string
[src]

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

§
lastModifiedInfo?: LastModifiedInfo
[src]

Information about the most recent modification of this campaign. This is a read-only field.

§
name?: string
[src]

Name of this campaign. This is a required field and must be less than 512 characters long and unique among campaigns of the same advertiser.

§
startDate?: Date
[src]
§
subaccountId?: bigint
[src]

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