Lines Matching full:youtube
28 * Retrieve your YouTube Analytics reports. (reports.query)
30 …* @param string $ids Identifies the YouTube channel or content owner for which you are retrieving …
31 …o request data for a YouTube user, set the ids parameter value to channel==CHANNEL_ID, where CHANN…
32 …- To request data for a YouTube CMS content owner, set the ids parameter value to contentOwner==OW…
33 …* @param string $start_date The start date for fetching YouTube Analytics data. The value should b…
34 …* @param string $end_date The end date for fetching YouTube Analytics data. The value should be in…
35 …* @param string $metrics A comma-separated list of YouTube Analytics metrics, such as views or lik…
38 …* @opt_param string dimensions A comma-separated list of YouTube Analytics dimensions, such as vie…
39 …* @opt_param string filters A list of filters that should be applied when retrieving YouTube Analy…
41 …eparated list of dimensions or metrics that determine the sort order for YouTube Analytics data. B…
61 * Retrieve your YouTube Analytics reports.
66 * <a href="http://developers.google.com/youtube/analytics/" target="_blank">API Documentation</a>
79 $this->servicePath = 'youtube/analytics/v1/';