REST Resource: remarketingListShares
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eRemarketingListShare objects describe how remarketing lists are shared, enabling other accounts or advertisers to target them.\u003c/p\u003e\n"],["\u003cp\u003eThis resource allows management of remarketing list sharing across accounts and advertisers.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve, partially update, or fully update a remarketing list share using provided methods.\u003c/p\u003e\n"]]],[],null,["# REST Resource: remarketingListShares\n\n- [Resource: RemarketingListShare](#RemarketingListShare)\n - [JSON representation](#RemarketingListShare.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: RemarketingListShare\n------------------------------\n\nContains properties of a [remarketing list's sharing information](https://support.google.com/dcm/topic/6094293). 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.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"remarketingListId\": string, \"sharedAccountIds\": [ string ], \"sharedAdvertiserIds\": [ string ], \"kind\": string } ``` |\n\n| Fields ||\n|-----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `remarketing``List``Id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Remarketing list ID. This is a read-only, auto-generated field. |\n| `shared``Account``Ids[]` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Accounts that the remarketing list is shared with. |\n| `shared``Advertiser``Ids[]` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Advertisers that the remarketing list is shared with. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#remarketingListShare\"` . |\n\n| Methods ------- ||\n|-----------------------------------------------------------------------------|---------------------------------------------------------|\n| ### [get](/doubleclick-advertisers/rest/v4/remarketingListShares/get) | Gets one remarketing list share by remarketing list ID. |\n| ### [patch](/doubleclick-advertisers/rest/v4/remarketingListShares/patch) | Updates an existing remarketing list share. |\n| ### [update](/doubleclick-advertisers/rest/v4/remarketingListShares/update) | Updates an existing remarketing list share. |"]]