google_api_you_tube_analytics v0.7.0 GoogleApi.YouTubeAnalytics.V2.Api.GroupItems View Source
API calls for all endpoints tagged GroupItems
.
Link to this section Summary
Functions
Removes an item from a group.
Creates a group item.
Returns a collection of group items that match the API request parameters.
Link to this section Functions
youtube_analytics_group_items_delete(connection, optional_params \\ [], opts \\ [])
View Sourceyoutube_analytics_group_items_delete(Tesla.Env.client(), keyword(), keyword()) :: {:ok, GoogleApi.YouTubeAnalytics.V2.Model.EmptyResponse.t()} | {:error, Tesla.Env.t()}
Removes an item from a group.
Parameters
connection
(type:GoogleApi.YouTubeAnalytics.V2.Connection.t
) - Connection to serveroptional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:id
(type:String.t
) - Theid
parameter specifies the YouTube group item ID of the group item that is being deleted.:onBehalfOfContentOwner
(type:String.t
) - This parameter can only be used in a properly authorized request. Note: This parameter is intended exclusively for YouTube content partners that own and manage many different YouTube channels.The
onBehalfOfContentOwner
parameter indicates that the request's authorization credentials identify a YouTube user who is acting on behalf of the content owner specified in the parameter value. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The account that the user authenticates with must be linked to the specified YouTube content owner.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.YouTubeAnalytics.V2.Model.EmptyResponse{}}
on success{:error, info}
on failure
youtube_analytics_group_items_insert(connection, optional_params \\ [], opts \\ [])
View Sourceyoutube_analytics_group_items_insert(Tesla.Env.client(), keyword(), keyword()) :: {:ok, GoogleApi.YouTubeAnalytics.V2.Model.GroupItem.t()} | {:error, Tesla.Env.t()}
Creates a group item.
Parameters
connection
(type:GoogleApi.YouTubeAnalytics.V2.Connection.t
) - Connection to serveroptional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:onBehalfOfContentOwner
(type:String.t
) - This parameter can only be used in a properly authorized request. Note: This parameter is intended exclusively for YouTube content partners that own and manage many different YouTube channels.The
onBehalfOfContentOwner
parameter indicates that the request's authorization credentials identify a YouTube user who is acting on behalf of the content owner specified in the parameter value. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The account that the user authenticates with must be linked to the specified YouTube content owner.:body
(type:GoogleApi.YouTubeAnalytics.V2.Model.GroupItem.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.YouTubeAnalytics.V2.Model.GroupItem{}}
on success{:error, info}
on failure
youtube_analytics_group_items_list(connection, optional_params \\ [], opts \\ [])
View Sourceyoutube_analytics_group_items_list(Tesla.Env.client(), keyword(), keyword()) :: {:ok, GoogleApi.YouTubeAnalytics.V2.Model.ListGroupItemsResponse.t()} | {:error, Tesla.Env.t()}
Returns a collection of group items that match the API request parameters.
Parameters
connection
(type:GoogleApi.YouTubeAnalytics.V2.Connection.t
) - Connection to serveroptional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:groupId
(type:String.t
) - ThegroupId
parameter specifies the unique ID of the group for which you want to retrieve group items.:onBehalfOfContentOwner
(type:String.t
) - This parameter can only be used in a properly authorized request. Note: This parameter is intended exclusively for YouTube content partners that own and manage many different YouTube channels.The
onBehalfOfContentOwner
parameter indicates that the request's authorization credentials identify a YouTube user who is acting on behalf of the content owner specified in the parameter value. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The account that the user authenticates with must be linked to the specified YouTube content owner.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.YouTubeAnalytics.V2.Model.ListGroupItemsResponse{}}
on success{:error, info}
on failure