Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
Segments |
Segments.clone() |
Segments |
ReportRow.getSegments()
Segmentation dimensions requested by the merchant in the query.
|
Segments |
Segments.set(String fieldName,
Object value) |
Segments |
Segments.setBrand(String brand)
Brand of the product.
|
Segments |
Segments.setCategoryL1(String categoryL1)
[Product category (1st level)](https://developers.google.com/shopping-
content/guides/reports/segmentation#category_and_product_type) in Google's product taxonomy.
|
Segments |
Segments.setCategoryL2(String categoryL2)
[Product category (2nd level)](https://developers.google.com/shopping-
content/guides/reports/segmentation#category_and_product_type) in Google's product taxonomy.
|
Segments |
Segments.setCategoryL3(String categoryL3)
[Product category (3rd level)](https://developers.google.com/shopping-
content/guides/reports/segmentation#category_and_product_type) in Google's product taxonomy.
|
Segments |
Segments.setCategoryL4(String categoryL4)
[Product category (4th level)](https://developers.google.com/shopping-
content/guides/reports/segmentation#category_and_product_type) in Google's product taxonomy.
|
Segments |
Segments.setCategoryL5(String categoryL5)
[Product category (5th level)](https://developers.google.com/shopping-
content/guides/reports/segmentation#category_and_product_type) in Google's product taxonomy.
|
Segments |
Segments.setCurrencyCode(String currencyCode)
Currency in which price metrics are represented, for example, if you select
`ordered_item_sales_micros`, the returned value will be represented by this currency.
|
Segments |
Segments.setCustomerCountryCode(String customerCountryCode)
Code of the country where the customer is located at the time of the event.
|
Segments |
Segments.setCustomLabel0(String customLabel0)
Custom label 0 for custom grouping of products.
|
Segments |
Segments.setCustomLabel1(String customLabel1)
Custom label 1 for custom grouping of products.
|
Segments |
Segments.setCustomLabel2(String customLabel2)
Custom label 2 for custom grouping of products.
|
Segments |
Segments.setCustomLabel3(String customLabel3)
Custom label 3 for custom grouping of products.
|
Segments |
Segments.setCustomLabel4(String customLabel4)
Custom label 4 for custom grouping of products.
|
Segments |
Segments.setDate(Date date)
Date in the merchant timezone to which metrics apply.
|
Segments |
Segments.setOfferId(String offerId)
Merchant-provided id of the product.
|
Segments |
Segments.setProductTypeL1(String productTypeL1)
[Product type (1st level)](https://developers.google.com/shopping-
content/guides/reports/segmentation#category_and_product_type) in merchant's own product
taxonomy.
|
Segments |
Segments.setProductTypeL2(String productTypeL2)
[Product type (2nd level)](https://developers.google.com/shopping-
content/guides/reports/segmentation#category_and_product_type) in merchant's own product
taxonomy.
|
Segments |
Segments.setProductTypeL3(String productTypeL3)
[Product type (3rd level)](https://developers.google.com/shopping-
content/guides/reports/segmentation#category_and_product_type) in merchant's own product
taxonomy.
|
Segments |
Segments.setProductTypeL4(String productTypeL4)
[Product type (4th level)](https://developers.google.com/shopping-
content/guides/reports/segmentation#category_and_product_type) in merchant's own product
taxonomy.
|
Segments |
Segments.setProductTypeL5(String productTypeL5)
[Product type (5th level)](https://developers.google.com/shopping-
content/guides/reports/segmentation#category_and_product_type) in merchant's own product
taxonomy.
|
Segments |
Segments.setProgram(String program)
Program to which metrics apply, for example, Free Product Listing.
|
Segments |
Segments.setTitle(String title)
Title of the product.
|
Segments |
Segments.setWeek(Date week)
First day of the week (Monday) of the metrics date in the merchant timezone.
|
Modifier and Type | Method and Description |
---|---|
ReportRow |
ReportRow.setSegments(Segments segments)
Segmentation dimensions requested by the merchant in the query.
|
Copyright © 2011–2024 Google. All rights reserved.