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)
*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May
2024.
|
Metrics |
Metrics.setAovMicros(Double aovMicros)
*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May
2024.
|
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)
*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May
2024.
|
Metrics |
Metrics.setImpressions(Long impressions)
Number of times merchant's products are shown.
|
Metrics |
Metrics.setItemDaysToShip(Double itemDaysToShip)
*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May
2024.
|
Metrics |
Metrics.setItemFillRate(Double itemFillRate)
*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May
2024.
|
Metrics |
Metrics.setOrderedItems(Long orderedItems)
*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May
2024.
|
Metrics |
Metrics.setOrderedItemSalesMicros(Long orderedItemSalesMicros)
*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May
2024.
|
Metrics |
Metrics.setOrders(Long orders)
*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May
2024.
|
Metrics |
Metrics.setRejectedItems(Long rejectedItems)
*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May
2024.
|
Metrics |
Metrics.setReturnedItems(Long returnedItems)
*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May
2024.
|
Metrics |
Metrics.setReturnRate(Double returnRate)
*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May
2024.
|
Metrics |
Metrics.setReturnsMicros(Long returnsMicros)
*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May
2024.
|
Metrics |
Metrics.setShippedItems(Long shippedItems)
*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May
2024.
|
Metrics |
Metrics.setShippedItemSalesMicros(Long shippedItemSalesMicros)
*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May
2024.
|
Metrics |
Metrics.setShippedOrders(Long shippedOrders)
*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May
2024.
|
Metrics |
Metrics.setUnshippedItems(Double unshippedItems)
*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May
2024.
|
Metrics |
Metrics.setUnshippedOrders(Double unshippedOrders)
*Deprecated*: This field is no longer supported and retrieving it returns 0 starting from May
2024.
|
Modifier and Type | Method and Description |
---|---|
ReportRow |
ReportRow.setMetrics(Metrics metrics)
Metrics requested by the merchant in the query.
|
Copyright © 2011–2024 Google. All rights reserved.