[[["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 2025-01-09 UTC."],[[["Creates a FirstAndThirdPartyAudience with an audienceType of either `CUSTOMER_MATCH_CONTACT_INFO` or `CUSTOMER_MATCH_DEVICE_ID`."],["Sends a POST request to the specified URL to create the FirstAndThirdPartyAudience, requiring an advertiserId as a query parameter."],["The request body should contain a FirstAndThirdPartyAudience object, and a successful response will return the newly created FirstAndThirdPartyAudience object."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope for access."]]],["This content outlines how to create a `FirstAndThirdPartyAudience` via a POST HTTP request to `https://displayvideo.googleapis.com/v3/firstAndThirdPartyAudiences`. The request requires the `advertiserId` query parameter. The request body should contain an instance of `FirstAndThirdPartyAudience`, which is only supported for `CUSTOMER_MATCH_CONTACT_INFO` and `CUSTOMER_MATCH_DEVICE_ID` audience types. Successful creation returns a new `FirstAndThirdPartyAudience` instance in the response body. The process requires `https://www.googleapis.com/auth/display-video` authorization scope.\n"]]