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

RemarketingListShare

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

Contains properties of a remarketing list's sharing information. Sharing allows other accounts or advertisers to target to your remarketing lists. This resource can be used to manage remarketing list sharing to other accounts and advertisers.

interface RemarketingListShare {
kind?: string;
remarketingListId?: bigint;
sharedAccountIds?: bigint[];
sharedAdvertiserIds?: bigint[];
}

§Properties

§
kind?: string
[src]

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

§
remarketingListId?: bigint
[src]

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

§
sharedAccountIds?: bigint[]
[src]

Accounts that the remarketing list is shared with.

§
sharedAdvertiserIds?: bigint[]
[src]

Advertisers that the remarketing list is shared with.