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

RemarketingList

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

Contains properties of a 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 can be used to manage remarketing lists that are owned by your advertisers. To see all remarketing lists that are visible to your advertisers, including those that are shared to your advertiser or account, use the TargetableRemarketingLists resource.

interface RemarketingList {
accountId?: bigint;
active?: boolean;
advertiserId?: bigint;
advertiserIdDimensionValue?: DimensionValue;
description?: string;
id?: bigint;
kind?: string;
lifeSpan?: bigint;
listPopulationRule?: ListPopulationRule;
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 remarketing list is active.

§
advertiserId?: bigint
[src]

Dimension value for the advertiser ID that owns this remarketing list. This is a required field.

§
advertiserIdDimensionValue?: DimensionValue
[src]

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

§
description?: string
[src]

Remarketing list description.

§
id?: bigint
[src]

Remarketing list ID. This is a read-only, auto-generated field.

§
kind?: string
[src]

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

§
lifeSpan?: bigint
[src]

Number of days that a user should remain in the remarketing list without an impression. Acceptable values are 1 to 540, inclusive.

§
listPopulationRule?: ListPopulationRule
[src]

Rule used to populate the remarketing list with users.

§
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 remarketing list was originated.

§
name?: string
[src]

Name of the remarketing list. This is a required field. Must be 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.