The Campaign Manager 360 API v3.5 is deprecated and will be sunset on Apr 20, 2023. All users must migrate to a newer API version by that date.

REST Resource: remarketingListShares

Stay organized with collections Save and categorize content based on your preferences.

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.