Method: customers.userLists.generateFrequencyListMemberships

  • Frequency capping audiences are no longer supported in Ads Data Hub.

  • Memberships can be generated for UserLists with UserListType FREQUENCY_BASED using a POST request.

  • The request URL uses gRPC Transcoding syntax and includes a name parameter for the UserList resource name.

  • The request body must be empty, and a successful response contains an instance of Operation.

  • Authorization requires the https://www.googleapis.com/auth/adsdatahub OAuth scope.

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