Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
Metrics |
Metrics.clone() |
Metrics |
ReportRow.getMetrics()
Metrics requested by the merchant in the query.
|
Metrics |
Metrics.set(String fieldName,
Object value) |
Metrics |
Metrics.setAos(Double aos)
Average order size - the average number of items in an order.
|
Metrics |
Metrics.setAovMicros(Double aovMicros)
Average order value in micros (1 millionth of a standard unit, 1 USD = 1000000 micros) - the
average value (total price of items) of all placed orders.
|
Metrics |
Metrics.setClicks(Long clicks)
Number of clicks.
|
Metrics |
Metrics.setConversionRate(Double conversionRate)
Number of conversions divided by the number of clicks, reported on the impression date.
|
Metrics |
Metrics.setConversions(Double conversions)
Number of conversions attributed to the product, reported on the conversion date.
|
Metrics |
Metrics.setConversionValueMicros(Long conversionValueMicros)
Value of conversions in micros (1 millionth of a standard unit, 1 USD = 1000000 micros)
attributed to the product, reported on the conversion date.
|
Metrics |
Metrics.setCtr(Double ctr)
Click-through rate - the number of clicks merchant's products receive (clicks) divided by the
number of times the products are shown (impressions).
|
Metrics |
Metrics.setDaysToShip(Double daysToShip)
Average number of days between an order being placed and the order being fully shipped,
reported on the last shipment date.
|
Metrics |
Metrics.setImpressions(Long impressions)
Number of times merchant's products are shown.
|
Metrics |
Metrics.setItemDaysToShip(Double itemDaysToShip)
Average number of days between an item being ordered and the item being **This metric cannot be
segmented by customer_country_code.**
|
Metrics |
Metrics.setItemFillRate(Double itemFillRate)
Percentage of shipped items in relation to all finalized items (shipped or rejected by the
merchant; unshipped items are not taken into account), reported on the order date.
|
Metrics |
Metrics.setOrderedItems(Long orderedItems)
Number of ordered items.
|
Metrics |
Metrics.setOrderedItemSalesMicros(Long orderedItemSalesMicros)
Total price of ordered items in micros (1 millionth of a standard unit, 1 USD = 1000000
micros).
|
Metrics |
Metrics.setOrders(Long orders)
Number of placed orders.
|
Metrics |
Metrics.setRejectedItems(Long rejectedItems)
Number of ordered items canceled by the merchant, reported on the order date.
|
Metrics |
Metrics.setReturnedItems(Long returnedItems)
Number of ordered items sent back for return, reported on the date when the merchant accepted
the return.
|
Metrics |
Metrics.setReturnRate(Double returnRate)
Total price of returned items divided by the total price of shipped items, reported on the
order date.
|
Metrics |
Metrics.setReturnsMicros(Long returnsMicros)
Total price of ordered items sent back for return in micros (1 millionth of a standard unit, 1
USD = 1000000 micros), reported on the date when the merchant accepted the return.
|
Metrics |
Metrics.setShippedItems(Long shippedItems)
Number of shipped items, reported on the shipment date.
|
Metrics |
Metrics.setShippedItemSalesMicros(Long shippedItemSalesMicros)
Total price of shipped items in micros (1 millionth of a standard unit, 1 USD = 1000000
micros), reported on the order date.
|
Metrics |
Metrics.setShippedOrders(Long shippedOrders)
Number of fully shipped orders, reported on the last shipment date.
|
Metrics |
Metrics.setUnshippedItems(Double unshippedItems)
Number of ordered items not shipped up until the end of the queried day.
|
Metrics |
Metrics.setUnshippedOrders(Double unshippedOrders)
Number of orders not shipped or partially shipped up until the end of the queried day.
|
Modifier and Type | Method and Description |
---|---|
ReportRow |
ReportRow.setMetrics(Metrics metrics)
Metrics requested by the merchant in the query.
|
Copyright © 2011–2023 Google. All rights reserved.