AI-generated Key Takeaways
-
Learn how to add Google Ads Customers, DV360 Partners, and DV360 Advertisers as recipients to an Ads Data Hub user list.
-
Understand the required HTTP request method, URL structure, and path parameters for adding recipients.
-
See the structure of the request body, including the JSON representation and the field used to specify recipient Ads Data Links.
-
Review the successful response body which contains an instance of the UserList.
-
Identify the necessary OAuth authorization scope required to perform this action.
Add entities to an Ads Data Hub-managed user list’s recipients. Supported entities are: - Google Ads Customer - DV360 Partner - DV360 Advertiser These entities must be linked to the ads data customer associated with the UserList.
HTTP request
POST https://adsdatahub.googleapis.com/v1/{userList=customers/*/userLists/*}:addRecipients
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
userList |
Required. Full resource name of the user list to be updated. Has the form of customers/[customerId]/userLists/[userlist_id] |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "recipientAdsDataLinks": [ string ] } |
Fields | |
---|---|
recipientAdsDataLinks[] |
Add these linked entities to the specified userList’s recipients. eg. customers/[customerId]/adsDataLinks/[resource_id] |
Response body
If successful, the response body contains an instance of UserList
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adsdatahub