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 2025-09-02 UTC.
[null,null,["Last updated 2025-09-02 UTC."],[],[],null,["- [Resource: RemarketingListShare](#RemarketingListShare)\n - [JSON representation](#RemarketingListShare.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: RemarketingListShare Contains 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| `remarketingListId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Remarketing list ID. This is a read-only, auto-generated field. |\n| `sharedAccountIds[]` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Accounts that the remarketing list is shared with. |\n| `sharedAdvertiserIds[]` | `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/v5/remarketingListShares/get) | Gets one remarketing list share by remarketing list ID. |\n| [patch](/doubleclick-advertisers/rest/v5/remarketingListShares/patch) | Updates an existing remarketing list share. |\n| [update](/doubleclick-advertisers/rest/v5/remarketingListShares/update) | Updates an existing remarketing list share. |"]]