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

Element

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

Contains the element of the dynamic feed.

interface Element {
activeFieldId?: number;
readonly createInfo?: LastModifiedInfo;
defaultFieldId?: number;
elementName?: string;
endTimestampFieldId?: number;
externalIdFieldId?: number;
feedFields?: FeedField[];
isLocalTimestamp?: boolean;
readonly lastModifiedInfo?: LastModifiedInfo;
proximityTargetingFieldId?: number;
reportingLabelFieldId?: number;
startTimestampFieldId?: number;
}

§Properties

§
activeFieldId?: number
[src]

Optional. The field ID to specify the active field in the feed.

§
readonly createInfo?: LastModifiedInfo
[src]

Output only. The creation timestamp of the element. This is a read-only field.

§
defaultFieldId?: number
[src]

Optional. The field ID to specify the field that represents the default field in the feed.

§
elementName?: string
[src]

Optional. The name of the element. It is defaulted to resource file name if not provided.

§
endTimestampFieldId?: number
[src]

Optional. The field ID to specify the field that represents the end timestamp. Only applicable if you're planning to use scheduling in your dynamic creative.

§
externalIdFieldId?: number
[src]

Required. The field ID to specify the field used for uniquely identifying the feed row. This is a required field.

§
feedFields?: FeedField[]
[src]

Required. The list of fields of the element. The field order and name should match the meta data in the content source source.

§
isLocalTimestamp?: boolean
[src]

Optional. Whether the start and end timestamp is local timestamp. The default value is false which means start and end timestamp is in UTC.

§
readonly lastModifiedInfo?: LastModifiedInfo
[src]

Output only. The last modified timestamp of the element. This is a read-only field.

§
proximityTargetingFieldId?: number
[src]

Optional. The field ID that specify field used for proximity targeting.

§
reportingLabelFieldId?: number
[src]

Required. The field ID to specify the field used for dynamic reporting in Campaign Manager 360.

§
startTimestampFieldId?: number
[src]

Optional. The field ID to specify the field that represents the start timestamp. Only applicable if you're planning to use scheduling in your dynamic creative.