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

TargetableRemarketingList

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

Contains properties of a targetable remarketing list. Remarketing enables you to create lists of users who have performed specific actions on a site, then target ads to members of those lists. This resource is a read-only view of a remarketing list to be used to facilitate targeting ads to specific lists. Remarketing lists that are owned by your advertisers and those that are shared to your advertisers or account are accessible via this resource. To manage remarketing lists that are owned by your advertisers, use the RemarketingLists resource.

interface TargetableRemarketingList {
accountId?: bigint;
active?: boolean;
advertiserId?: bigint;
advertiserIdDimensionValue?: DimensionValue;
description?: string;
id?: bigint;
kind?: string;
lifeSpan?: bigint;
listSize?: bigint;
listSource?:
| "REMARKETING_LIST_SOURCE_OTHER"
| "REMARKETING_LIST_SOURCE_ADX"
| "REMARKETING_LIST_SOURCE_DFP"
| "REMARKETING_LIST_SOURCE_XFP"
| "REMARKETING_LIST_SOURCE_DFA"
| "REMARKETING_LIST_SOURCE_GA"
| "REMARKETING_LIST_SOURCE_YOUTUBE"
| "REMARKETING_LIST_SOURCE_DBM"
| "REMARKETING_LIST_SOURCE_GPLUS"
| "REMARKETING_LIST_SOURCE_DMP"
| "REMARKETING_LIST_SOURCE_PLAY_STORE";
name?: string;
subaccountId?: bigint;
}

§Properties

§
accountId?: bigint
[src]

Account ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests.

§
active?: boolean
[src]

Whether this targetable remarketing list is active.

§
advertiserId?: bigint
[src]

Dimension value for the advertiser ID that owns this targetable remarketing list.

§
advertiserIdDimensionValue?: DimensionValue
[src]

Dimension value for the ID of the advertiser.

§
description?: string
[src]

Targetable remarketing list description.

§
id?: bigint
[src]

Targetable remarketing list ID.

§
kind?: string
[src]

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

§
lifeSpan?: bigint
[src]

Number of days that a user should remain in the targetable remarketing list without an impression.

§
listSize?: bigint
[src]

Number of users currently in the list. This is a read-only field.

§
listSource?: "REMARKETING_LIST_SOURCE_OTHER" | "REMARKETING_LIST_SOURCE_ADX" | "REMARKETING_LIST_SOURCE_DFP" | "REMARKETING_LIST_SOURCE_XFP" | "REMARKETING_LIST_SOURCE_DFA" | "REMARKETING_LIST_SOURCE_GA" | "REMARKETING_LIST_SOURCE_YOUTUBE" | "REMARKETING_LIST_SOURCE_DBM" | "REMARKETING_LIST_SOURCE_GPLUS" | "REMARKETING_LIST_SOURCE_DMP" | "REMARKETING_LIST_SOURCE_PLAY_STORE"
[src]

Product from which this targetable remarketing list was originated.

§
name?: string
[src]

Name of the targetable remarketing list. Is no greater than 128 characters long.

§
subaccountId?: bigint
[src]

Subaccount ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests.