updateTime 字段必须使用 GREATER THAN OR EQUAL TO (>=) 或 LESS THAN OR EQUAL TO (<=) 运算符。
所有其他字段都必须使用 EQUALS (=) 运算符。
支持的字段:
campaignId
displayName
entityStatus
insertionOrderId
lineItemId
lineItemType
updateTime(采用 ISO 8601 格式的输入,或 YYYY-MM-DDTHH:MM:SSZ)
示例:
广告订单下的所有订单项:insertionOrderId="1234" 个
同一广告客户名下的所有ENTITY_STATUS_ACTIVE或ENTITY_STATUS_PAUSED和LINE_ITEM_TYPE_DISPLAY_DEFAULT订单项:(entityStatus="ENTITY_STATUS_ACTIVE" OR
entityStatus="ENTITY_STATUS_PAUSED") AND
lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT"
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-08-21。"],[[["Lists line items within a specified advertiser, ordered and filtered according to parameters."],["Supports pagination to retrieve large result sets via `pageToken`."],["Allows filtering by various line item fields such as campaign ID, display name, and entity status."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],[]]