We've updated our documentation with the latest features and updates introduced by Ads Data Hub's
two new experiences.
Advertisers, agencies, and publishers, refer to the
Marketers site.
Vendors and partners, refer to the
Measurement Partners site.
Method: customers.userLists.generateFrequencyListMemberships
Generate memberships for the UserList. The UserList must have UserListType FREQUENCY_BASED.
HTTP request
POST https://adsdatahub.googleapis.com/v1/{name=customers/*/userLists/*}:generateFrequencyListMemberships
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Full resource name, e.g. 'customers/123/userLists/12345678'. UserList must have UserListType FREQUENCY_BASED.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adsdatahub
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-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["Frequency capping audiences are no longer supported and frequency-based audiences in Display & Video 360 are deprecated."],["This API generates memberships for UserLists specifically designed for frequency-based targeting."],["The request is sent via POST to the provided URL with the UserList's resource name."],["The request body should be empty and a successful response will return an Operation object."],["`adsdatahub` authorization scope is required to use this API."]]],["This documentation details the process of generating memberships for a UserList within Ads Data Hub. The key action is making a POST request to the specified URL: `https://adsdatahub.googleapis.com/v1/{name=customers/*/userLists/*}:generateFrequencyListMemberships`. The UserList identified by the `name` path parameter, which is a resource name, must be of type `FREQUENCY_BASED`. The request body must be empty, and a successful request will return an `Operation` instance. This request requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope. Frequency capping audiences are no longer supported.\n"]]