Introduction
The keyword approval process is designed for advertisers and retailers to determine what keywords are prospects to be used for targeting on retailer inventory. When an advertiser proposes a set of keywords for review, these keywords are then forwarded to the retailer reviewer, who evaluates them based on predefined criteria such as relevance, accuracy, and compliance with guidelines. The reviewer may use tools and resources to verify the appropriateness of each keyword. If the keywords meet the standards, they are approved and added to the database. This iterative process ensures that only high-quality, relevant keywords are approved and utilized.Endpoints
Verb | Endpoint | Description |
|---|---|---|
GET |
| Retrieve a Keywords Approval report to the specific supply account, with a count of keywords in review state at line-item |
GET |
| Retrieve a set of all keywords in review state for the specific line-item |
POST |
| Review keyword(s) for the specific line-item |
Keywords Approval Report Attributes
Attribute | Data Type | Description |
|---|---|---|
| string | Line ItemID, respective to the amount of keywords in review Accepted values: string of int64 Writeable? N / Nullable? N |
| string | Line Itemname, respective to the amount of keywords in review Accepted values: up to 255-chars string Writeable? Y / Nullable? N |
| string | CampaignID, respective to the amount of keywords in review Accepted values: string of int64 Writeable? N / Nullable? N |
| string | Campaignname, respective to the amount of keywords in review Accepted values: up to 255-chars string Writeable? Y / Nullable? N |
| string | AccountID, respective to the amount of keywords in review Accepted values: string of int64 Writeable? N / Nullable? N |
| string | Accountname, respective to the amount of keywords in review Accepted values: up to 255-chars string Writeable? Y / Nullable? N |
| string | RetailerID, respective to the amount of keywords in review Accepted values: string of int64 Writeable? N / Nullable? N |
| string | Retailername, respective to the amount of keywords in review Accepted values: up to 255-chars string Writeable? Y / Nullable? N |
| integer | Amount of keywords in review for the respective line-item Accepted values: Writeable? N / Nullable? N |
- Writeable (Y/N): Indicates if the field can be modified in requests.
- Nullable (Y/N): Indicates if the field can accept null/empty values.
- Primary Key: A unique, immutable identifier of the entity, generated internally by Criteo. Primary keys are typically ID fields (e.g.,
retailerId,campaignId,lineItemId) and are usually required in the URL path.
Keywords Review Attributes
Attribute | Data Type | Description |
|---|---|---|
| string | Line ItemID, respective to the amount of keywords in review Accepted values: string of int64 Writeable? N / Nullable? N |
| enum | Status of the Keyword Review (only applicable for Accepted values:
Default: Writeable? N / Nullable? N |
| enum | The matching algorithm to be used when comparing this keyword with shopper search phrases Accepted values:
Writeable? N / Nullable? N |
| decimal | The bid override for the positive keyword. The keyword will use the default line item bid if the value is Accepted values: retailer’s Default: Writeable? Y / Nullable? Y |
| object | Keywords supplied by the user matching this normalized keyword phrase binned by match type (see examples below) Parameters:
Writeable? Y / Nullable? Y |
| timestamp | Timestamp the keyword was created in the line-item (or recommended to line-item) Accepted values: Writeable? N / Nullable? N |
| timestamp | Last timestamp the keyword was updated in the line-item (or recommended to line-item) Accepted values: Writeable? N / Nullable? N |
Keywords Review Body Request
Attribute | Data Type | Description |
|---|---|---|
| list | List of object pairs made of Parameters:
Writeable? N / Nullable? N |
| enum | Normalized keyword for approval review Accepted values: string keywords returned from previous endpoint (in Writeable? N / Nullable? N |
| enum | Approval result of the Keyword Review Accepted values:
Writeable? N / Nullable? N |
Get Keywords Approval report
This endpoint retrieves a Keywords Approval report for the provided supply account ID (not applicable for demand accounts). Results are paginated usingoffset and limit query parameters; if omitted, defaults to 0 and 500, respectively. See API Response.
Sample Request
Get Keywords to review
This endpoint retrieves the list of all Keywords review state for the provided Line-Item ID. This endpoint evolved from previous versions to allow Supply Accounts considered as eligible reviewers to review keywords from line-items of other accounts not included in their consent access (applicable for Private Market networks). Sample RequestReview Keywords for a Line-item
This endpoint allows retailers users to review (approve/reject) one or multiple keywords for the respective Line-Item ID. The response will return the full list of Keywords Reviews (including stillInReview, Approved and Rejected).
Once keywords are reviewed through this endpoint, the Keywords Approval Report (available in /accounts/{accountId}/keywords/in-review-report) will reflect the updated amount of keywords left for review.
Sample Request
Responses
Response | Title | Detail | Troubleshooting |
|---|---|---|---|
🟢 | Call executed with success | ||
🟢 | Entity request created with success | ||
🔴 | Keyword Error | One or more keywords given are not found on this line item | Double-check the value of the keyword informed in the Review request; it should contain only existing keywords with |
🔴 | Model validation error | Error converting value “xyz” to type ‘Criteo.RetailMedia. | Value “xyz” provided is not a valid value for that respective parameter. Check the error details for more information |
🔴 | Forbidden | The account ID provided is not suitable for those endpoints (only supply accounts), the account is not included in the consent from the API app or the API app doesn’t have Manage access to the Campaign domain/scope. Review the Types of Permissions inAuthorization Requests |