Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
CompetitiveVisibility |
CompetitiveVisibility.clone() |
CompetitiveVisibility |
ReportRow.getCompetitiveVisibility()
Competitive visibility fields requested by the merchant in the query.
|
CompetitiveVisibility |
CompetitiveVisibility.set(String fieldName,
Object value) |
CompetitiveVisibility |
CompetitiveVisibility.setAdsOrganicRatio(Double adsOrganicRatio)
[Ads / organic ratio] (https://support.google.com/merchants/answer/11366442#zippy=%2Cadsfree-
ratio) shows how often a merchant receives impressions from Shopping ads compared to organic
traffic.
|
CompetitiveVisibility |
CompetitiveVisibility.setCategoryBenchmarkVisibilityTrend(Double categoryBenchmarkVisibilityTrend)
Change in visibility based on impressions with respect to the start of the selected time range
(or first day with non-zero impressions) for a combined set of merchants with highest
visibility approximating the market.
|
CompetitiveVisibility |
CompetitiveVisibility.setCategoryId(Long categoryId)
Google product category ID to calculate the report for, represented in [Google's product
taxonomy](https://support.google.com/merchants/answer/6324436).
|
CompetitiveVisibility |
CompetitiveVisibility.setCountryCode(String countryCode)
The country where impression appeared.
|
CompetitiveVisibility |
CompetitiveVisibility.setDate(Date date)
Date of this row.
|
CompetitiveVisibility |
CompetitiveVisibility.setDomain(String domain)
Domain of your competitor or your domain, if 'is_your_domain' is true.
|
CompetitiveVisibility |
CompetitiveVisibility.setHigherPositionRate(Double higherPositionRate)
Higher position rate shows how often a competitor’s offer got placed in a higher position on
the page than your offer.
|
CompetitiveVisibility |
CompetitiveVisibility.setIsYourDomain(Boolean isYourDomain)
True if this row contains data for your domain.
|
CompetitiveVisibility |
CompetitiveVisibility.setPageOverlapRate(Double pageOverlapRate)
Page overlap rate describes how frequently competing retailers’ offers are shown together with
your offers on the same page.
|
CompetitiveVisibility |
CompetitiveVisibility.setRank(BigInteger rank)
Position of the domain in the top merchants ranking for the selected keys (`date`,
`category_id`, `country_code`, `listing_type`) based on impressions.
|
CompetitiveVisibility |
CompetitiveVisibility.setRelativeVisibility(Double relativeVisibility)
Relative visibility shows how often your competitors’ offers are shown compared to your offers.
|
CompetitiveVisibility |
CompetitiveVisibility.setTrafficSource(String trafficSource)
Type of impression listing.
|
CompetitiveVisibility |
CompetitiveVisibility.setYourDomainVisibilityTrend(Double yourDomainVisibilityTrend)
Change in visibility based on impressions for your domain with respect to the start of the
selected time range (or first day with non-zero impressions).
|
Modifier and Type | Method and Description |
---|---|
ReportRow |
ReportRow.setCompetitiveVisibility(CompetitiveVisibility competitiveVisibility)
Competitive visibility fields requested by the merchant in the query.
|
Copyright © 2011–2024 Google. All rights reserved.