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

CreativeGroup

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

Contains properties of a creative group.

interface CreativeGroup {
accountId?: bigint;
advertiserId?: bigint;
advertiserIdDimensionValue?: DimensionValue;
groupNumber?: number;
id?: bigint;
kind?: string;
name?: string;
subaccountId?: bigint;
}

§Properties

§
accountId?: bigint
[src]

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

§
advertiserId?: bigint
[src]

Advertiser ID of this creative group. This is a required field on insertion.

§
advertiserIdDimensionValue?: DimensionValue
[src]

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

§
groupNumber?: number
[src]

Subgroup of the creative group. Assign your creative groups to a subgroup in order to filter or manage them more easily. This field is required on insertion and is read-only after insertion. Acceptable values are 1 to 2, inclusive.

§
id?: bigint
[src]

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

§
kind?: string
[src]

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

§
name?: string
[src]

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

§
subaccountId?: bigint
[src]

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