Module GapiAnalyticsV3Service.ManagementResource.WebPropertyAdWordsLinks

module WebPropertyAdWordsLinks: sig .. end

val delete : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
webPropertyId:string ->
webPropertyAdWordsLinkId:string ->
GapiConversation.Session.t -> unit * GapiConversation.Session.t
Deletes a web property-AdWords link.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").
std_params : Optional standard parameters.
accountId : ID of the account which the given web property belongs to.
webPropertyId : Web property ID to delete the AdWords link for.
webPropertyAdWordsLinkId : Web property AdWords link ID.
val get : ?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
webPropertyId:string ->
webPropertyAdWordsLinkId:string ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.EntityAdWordsLink.t * GapiConversation.Session.t
Returns a web property-AdWords link to which the user has access.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").
etag : Optional ETag.
std_params : Optional standard parameters.
accountId : ID of the account which the given web property belongs to.
webPropertyId : Web property ID to retrieve the AdWords link for.
webPropertyAdWordsLinkId : Web property-AdWords link ID.
val insert : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
webPropertyId:string ->
GapiAnalyticsV3Model.EntityAdWordsLink.t ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.EntityAdWordsLink.t * GapiConversation.Session.t
Creates a webProperty-AdWords link.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").
std_params : Optional standard parameters.
accountId : ID of the Google Analytics account to create the link for.
webPropertyId : Web property ID to create the link for.
val list : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?max_results:int ->
?start_index:int ->
accountId:string ->
webPropertyId:string ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.EntityAdWordsLinks.t * GapiConversation.Session.t
Lists webProperty-AdWords links for a given web property.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").
std_params : Optional standard parameters.
max_results : The maximum number of webProperty-AdWords links to include in this response.
start_index : An index of the first webProperty-AdWords link to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
accountId : ID of the account which the given web property belongs to.
webPropertyId : Web property ID to retrieve the AdWords links for.
val patch : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
webPropertyId:string ->
webPropertyAdWordsLinkId:string ->
GapiAnalyticsV3Model.EntityAdWordsLink.t ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.EntityAdWordsLink.t * GapiConversation.Session.t
Updates an existing webProperty-AdWords link. This method supports patch semantics.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").
std_params : Optional standard parameters.
accountId : ID of the account which the given web property belongs to.
webPropertyId : Web property ID to retrieve the AdWords link for.
webPropertyAdWordsLinkId : Web property-AdWords link ID.
val update : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
webPropertyId:string ->
webPropertyAdWordsLinkId:string ->
GapiAnalyticsV3Model.EntityAdWordsLink.t ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.EntityAdWordsLink.t * GapiConversation.Session.t
Updates an existing webProperty-AdWords link.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").
std_params : Optional standard parameters.
accountId : ID of the account which the given web property belongs to.
webPropertyId : Web property ID to retrieve the AdWords link for.
webPropertyAdWordsLinkId : Web property-AdWords link ID.