Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
TopicTrends |
TopicTrends.clone() |
TopicTrends |
ReportRow.getTopicTrends()
[Topic trends](https://support.google.com/merchants/answer/13542370) fields requested by the
merchant in the query.
|
TopicTrends |
TopicTrends.set(String fieldName,
Object value) |
TopicTrends |
TopicTrends.setCustomerCountryCode(String customerCountryCode)
Country trends are calculated for.
|
TopicTrends |
TopicTrends.setDate(Date date)
Date the trend score was retrieved.
|
TopicTrends |
TopicTrends.setLast120DaysSearchInterest(Double last120DaysSearchInterest)
Search interest in the last 120 days, with the same normalization as search_interest.
|
TopicTrends |
TopicTrends.setLast30DaysSearchInterest(Double last30DaysSearchInterest)
Search interest in the last 30 days, with the same normalization as search_interest.
|
TopicTrends |
TopicTrends.setLast7DaysSearchInterest(Double last7DaysSearchInterest)
Search interest in the last 7 days, with the same normalization as search_interest.
|
TopicTrends |
TopicTrends.setLast90DaysSearchInterest(Double last90DaysSearchInterest)
Search interest in the last 90 days, with the same normalization as search_interest.
|
TopicTrends |
TopicTrends.setNext7DaysSearchInterest(Double next7DaysSearchInterest)
Estimated search interest in the next 7 days, with the same normalization as search_interest.
|
TopicTrends |
TopicTrends.setSearchInterest(Double searchInterest)
Daily search interest, normalized to the time and country to make comparisons easier, with 100
representing peak popularity (from 0 to 100) for the requested time period and location.
|
TopicTrends |
TopicTrends.setTopic(String topic)
Google-provided topic trends are calculated for.
|
Modifier and Type | Method and Description |
---|---|
ReportRow |
ReportRow.setTopicTrends(TopicTrends topicTrends)
[Topic trends](https://support.google.com/merchants/answer/13542370) fields requested by the
merchant in the query.
|
Copyright © 2011–2024 Google. All rights reserved.