For a list of methods for this resource, see the end of this page.
Resource representations
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.
{ "kind": "dfareporting#remarketingListShare", "remarketingListId": long, "sharedAccountIds": [ long ], "sharedAdvertiserIds": [ long ] }
Property name | Value | Description | Notes |
---|---|---|---|
kind |
string |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#remarketingListShare" . |
|
remarketingListId |
long |
Remarketing list ID. This is a read-only, auto-generated field. | |
sharedAccountIds[] |
list |
Accounts that the remarketing list is shared with. | |
sharedAdvertiserIds[] |
list |
Advertisers that the remarketing list is shared with. |
Methods
- get
- Gets one remarketing list share by remarketing list ID.
- patch
- Updates an existing remarketing list share. This method supports patch semantics.
- update
- Updates an existing remarketing list share.