The number of bids with the specified dimension values that did not win the auction (either were filtered pre-auction or lost the auction), as described by the specified creative status.
[[["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."],[[["\u003cp\u003eThis metric reports the number of losing bids with specified dimension values and creative status.\u003c/p\u003e\n"],["\u003cp\u003eIt includes bids that were filtered before the auction or lost during the auction.\u003c/p\u003e\n"],["\u003cp\u003eData is presented in JSON format with fields for bid count, creative status ID, and row dimensions.\u003c/p\u003e\n"],["\u003cp\u003eCreative status ID refers to a standardized code indicating the reason for the bid's outcome, with further details available in the provided link.\u003c/p\u003e\n"],["\u003cp\u003eRow dimensions provide context by including additional characteristics associated with these bids.\u003c/p\u003e\n"]]],["The data describes bids that did not win an auction, categorized by creative status. Key information includes the `bidCount`, representing the number of bids with a specific status, and `creativeStatusId`, an integer referencing a particular status code. `rowDimensions` provides the dimensional values associated with these bid counts. Each row summarizes the count of losing bids, detailing their associated creative status and dimensional characteristics.\n"],null,["# CreativeStatusRow\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe number of bids with the specified dimension values that did not win the auction (either were filtered pre-auction or lost the auction), as described by the specified creative status.\n\n| JSON representation ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"bidCount\": { object (/authorized-buyers/apis/reference/rest/v2beta1/MetricValue) }, \"creativeStatusId\": integer, \"rowDimensions\": { object (/authorized-buyers/apis/reference/rest/v2beta1/RowDimensions) } } ``` |\n\n| Fields ||\n|--------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `bidCount` | `object (`[MetricValue](/authorized-buyers/apis/reference/rest/v2beta1/MetricValue)`)` The number of bids with the specified status. |\n| `creativeStatusId` | `integer` The ID of the creative status. See [creative-status-codes](https://developers.google.com/authorized-buyers/rtb/downloads/creative-status-codes). |\n| `rowDimensions` | `object (`[RowDimensions](/authorized-buyers/apis/reference/rest/v2beta1/RowDimensions)`)` The values of all dimensions associated with metric values in this row. |"]]