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"
[null,null,["最后更新时间 (UTC):2024-09-10。"],[[["Lists line items within a specified advertiser, ordered and filtered according to parameters like `orderBy` and `filter`."],["Supports pagination with `pageSize` and `pageToken` for retrieving large result sets."],["Allows filtering by fields such as `campaignId`, `displayName`, `entityStatus`, `insertionOrderId`, `lineItemId`, `lineItemType`, and `updateTime`."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."],["Returns a list of line items and a token for retrieving the next page of results, if available."]]],[]]