REST Resource: remarketingListShares

Resource: RemarketingListShare

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.

JSON representation
{
  "remarketingListId": string,
  "sharedAccountIds": [
    string
  ],
  "sharedAdvertiserIds": [
    string
  ],
  "kind": string
}
Fields
remarketingListId

string (int64 format)

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

sharedAccountIds[]

string (int64 format)

Accounts that the remarketing list is shared with.

sharedAdvertiserIds[]

string (int64 format)

Advertisers that the remarketing list is shared with.

kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#remarketingListShare"

.

Methods

get

Gets one remarketing list share by remarketing list ID.

patch

Updates an existing remarketing list share.

update

Updates an existing remarketing list share.