Module ManagementResource.WebPropertyAdWordsLinks

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.

parameter base_url

Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").

parameter std_params

Optional standard parameters.

parameter accountId

ID of the account which the given web property belongs to.

parameter webPropertyId

Web property ID to delete the AdWords link for.

parameter 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.

parameter base_url

Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").

parameter etag

Optional ETag.

parameter std_params

Optional standard parameters.

parameter accountId

ID of the account which the given web property belongs to.

parameter webPropertyId

Web property ID to retrieve the AdWords link for.

parameter 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.

parameter base_url

Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").

parameter std_params

Optional standard parameters.

parameter accountId

ID of the Google Analytics account to create the link for.

parameter 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.

parameter base_url

Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").

parameter std_params

Optional standard parameters.

parameter max_results

The maximum number of webProperty-AdWords links to include in this response.

parameter 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.

parameter accountId

ID of the account which the given web property belongs to.

parameter 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.

parameter base_url

Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").

parameter std_params

Optional standard parameters.

parameter accountId

ID of the account which the given web property belongs to.

parameter webPropertyId

Web property ID to retrieve the AdWords link for.

parameter 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.

parameter base_url

Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").

parameter std_params

Optional standard parameters.

parameter accountId

ID of the account which the given web property belongs to.

parameter webPropertyId

Web property ID to retrieve the AdWords link for.

parameter webPropertyAdWordsLinkId

Web property-AdWords link ID.