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.setClicks(Long clicks)
Number of clicks.
|
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.setImpressions(Long impressions)
Number of times merchant's products are shown.
|
Modifier and Type | Method and Description |
---|---|
ReportRow |
ReportRow.setMetrics(Metrics metrics)
Metrics requested by the merchant in the query.
|
Copyright © 2011–2021 Google. All rights reserved.