Package | Description |
---|---|
com.google.api.services.youtubeAnalytics |
Modifier and Type | Method and Description |
---|---|
YouTubeAnalytics.Reports.Query |
YouTubeAnalytics.Reports.query(String ids,
String startDate,
String endDate,
String metrics)
Retrieve your YouTube Analytics reports.
|
YouTubeAnalytics.Reports.Query |
YouTubeAnalytics.Reports.Query.set(String parameterName,
Object value) |
YouTubeAnalytics.Reports.Query |
YouTubeAnalytics.Reports.Query.setAlt(String alt) |
YouTubeAnalytics.Reports.Query |
YouTubeAnalytics.Reports.Query.setCurrency(String currency)
The currency to which financial metrics should be converted.
|
YouTubeAnalytics.Reports.Query |
YouTubeAnalytics.Reports.Query.setDimensions(String dimensions)
A comma-separated list of YouTube Analytics dimensions, such as views or ageGroup,gender.
|
YouTubeAnalytics.Reports.Query |
YouTubeAnalytics.Reports.Query.setEndDate(String endDate)
The end date for fetching YouTube Analytics data.
|
YouTubeAnalytics.Reports.Query |
YouTubeAnalytics.Reports.Query.setFields(String fields) |
YouTubeAnalytics.Reports.Query |
YouTubeAnalytics.Reports.Query.setFilters(String filters)
A list of filters that should be applied when retrieving YouTube Analytics data.
|
YouTubeAnalytics.Reports.Query |
YouTubeAnalytics.Reports.Query.setIds(String ids)
Identifies the YouTube channel or content owner for which you are retrieving YouTube
Analytics data.
|
YouTubeAnalytics.Reports.Query |
YouTubeAnalytics.Reports.Query.setIncludeHistoricalChannelData(Boolean includeHistoricalChannelData)
If set to true historical data (i.e.
|
YouTubeAnalytics.Reports.Query |
YouTubeAnalytics.Reports.Query.setKey(String key) |
YouTubeAnalytics.Reports.Query |
YouTubeAnalytics.Reports.Query.setMaxResults(Integer maxResults)
The maximum number of rows to include in the response.
|
YouTubeAnalytics.Reports.Query |
YouTubeAnalytics.Reports.Query.setMetrics(String metrics)
A comma-separated list of YouTube Analytics metrics, such as views or likes,dislikes.
|
YouTubeAnalytics.Reports.Query |
YouTubeAnalytics.Reports.Query.setOauthToken(String oauthToken) |
YouTubeAnalytics.Reports.Query |
YouTubeAnalytics.Reports.Query.setPrettyPrint(Boolean prettyPrint) |
YouTubeAnalytics.Reports.Query |
YouTubeAnalytics.Reports.Query.setQuotaUser(String quotaUser) |
YouTubeAnalytics.Reports.Query |
YouTubeAnalytics.Reports.Query.setSort(String sort)
A comma-separated list of dimensions or metrics that determine the sort order for YouTube
Analytics data.
|
YouTubeAnalytics.Reports.Query |
YouTubeAnalytics.Reports.Query.setStartDate(String startDate)
The start date for fetching YouTube Analytics data.
|
YouTubeAnalytics.Reports.Query |
YouTubeAnalytics.Reports.Query.setStartIndex(Integer startIndex)
An index of the first entity to retrieve.
|
YouTubeAnalytics.Reports.Query |
YouTubeAnalytics.Reports.Query.setUserIp(String userIp) |
Copyright © 2011–2019 Google. All rights reserved.