Method: bidders.accounts.filterSets.create
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This document outlines how to create a filter set for an account using a POST request to a specific URL.
The request requires a path parameter ownerName to specify the owner of the filter set and can optionally include a query parameter isTransient to determine if the filter set is temporary.
The request and response bodies both contain an instance of a FilterSet.
The operation requires the OAuth scope https://www.googleapis.com/auth/adexchange.buyer for authorization.
Name of the owner (bidder or account) of the filter set to be created. For example:
For a bidder-level filter set for bidder 123: bidders/123
For an account-level filter set for the buyer account representing bidder 123: bidders/123/accounts/123
For an account-level filter set for the child seat buyer account 456 whose bidder is 123: bidders/123/accounts/456
Query parameters
Parameters
isTransient
boolean
Whether the filter set is transient, or should be persisted indefinitely. By default, filter sets are not transient. If transient, it will be available for at least 1 hour after creation.
Request body
The request body contains an instance of FilterSet.
Response body
If successful, the response body contains a newly created instance of FilterSet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],[]]