Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
Google_Service_Analytics_ManagementWebPropertyAdWordsLinks_Resource Class Reference

The "webPropertyAdWordsLinks" collection of methods. More...

Inheritance diagram for Google_Service_Analytics_ManagementWebPropertyAdWordsLinks_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 delete ($accountId, $webPropertyId, $webPropertyAdWordsLinkId, $optParams=array())
 Deletes a web property-AdWords link.
 
 get ($accountId, $webPropertyId, $webPropertyAdWordsLinkId, $optParams=array())
 Returns a web property-AdWords link to which the user has access.
 
 insert ($accountId, $webPropertyId, Google_Service_Analytics_EntityAdWordsLink $postBody, $optParams=array())
 Creates a webProperty-AdWords link.
 
 listManagementWebPropertyAdWordsLinks ($accountId, $webPropertyId, $optParams=array())
 Lists webProperty-AdWords links for a given web property.
 
 patch ($accountId, $webPropertyId, $webPropertyAdWordsLinkId, Google_Service_Analytics_EntityAdWordsLink $postBody, $optParams=array())
 Updates an existing webProperty-AdWords link.
 
 update ($accountId, $webPropertyId, $webPropertyAdWordsLinkId, Google_Service_Analytics_EntityAdWordsLink $postBody, $optParams=array())
 Updates an existing webProperty-AdWords link.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "webPropertyAdWordsLinks" collection of methods.

Typical usage is: $analyticsService = new Google_Service_Analytics(...); $webPropertyAdWordsLinks = $analyticsService->webPropertyAdWordsLinks;

Member Function Documentation

◆ call()

Google_Service_Resource::call ( $name,
$arguments,
$expected_class = null )
inherited

TODO: This function needs simplifying.

Parameters
$name
$arguments
$expected_class- optional, the expected class name
Return values
Google_Http_Request|expected_class
Exceptions
Google_Exception

◆ delete()

Google_Service_Analytics_ManagementWebPropertyAdWordsLinks_Resource::delete ( $accountId,
$webPropertyId,
$webPropertyAdWordsLinkId,
$optParams = array() )

Deletes a web property-AdWords link.

(webPropertyAdWordsLinks.delete)

Parameters
string$accountIdID of the account which the given web property belongs to.
string$webPropertyIdWeb property ID to delete the AdWords link for.
string$webPropertyAdWordsLinkIdWeb property AdWords link ID.
array$optParamsOptional parameters.

◆ get()

Google_Service_Analytics_ManagementWebPropertyAdWordsLinks_Resource::get ( $accountId,
$webPropertyId,
$webPropertyAdWordsLinkId,
$optParams = array() )

Returns a web property-AdWords link to which the user has access.

(webPropertyAdWordsLinks.get)

Parameters
string$accountIdID of the account which the given web property belongs to.
string$webPropertyIdWeb property ID to retrieve the AdWords link for.
string$webPropertyAdWordsLinkIdWeb property-AdWords link ID.
array$optParamsOptional parameters.
Return values
Google_Service_Analytics_EntityAdWordsLink

◆ insert()

Google_Service_Analytics_ManagementWebPropertyAdWordsLinks_Resource::insert ( $accountId,
$webPropertyId,
Google_Service_Analytics_EntityAdWordsLink $postBody,
$optParams = array() )

Creates a webProperty-AdWords link.

(webPropertyAdWordsLinks.insert)

Parameters
string$accountIdID of the Google Analytics account to create the link for.
string$webPropertyIdWeb property ID to create the link for.
Google_EntityAdWordsLink$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Analytics_EntityAdWordsLink

◆ listManagementWebPropertyAdWordsLinks()

Google_Service_Analytics_ManagementWebPropertyAdWordsLinks_Resource::listManagementWebPropertyAdWordsLinks ( $accountId,
$webPropertyId,
$optParams = array() )

Lists webProperty-AdWords links for a given web property.

(webPropertyAdWordsLinks.listManagementWebPropertyAdWordsLinks)

Parameters
string$accountIdID of the account which the given web property belongs to.
string$webPropertyIdWeb property ID to retrieve the AdWords links for.
array$optParamsOptional parameters.

@opt_param int max-results The maximum number of webProperty-AdWords links to include in this response. @opt_param int 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.

Return values
Google_Service_Analytics_EntityAdWordsLinks

◆ patch()

Google_Service_Analytics_ManagementWebPropertyAdWordsLinks_Resource::patch ( $accountId,
$webPropertyId,
$webPropertyAdWordsLinkId,
Google_Service_Analytics_EntityAdWordsLink $postBody,
$optParams = array() )

Updates an existing webProperty-AdWords link.

This method supports patch semantics. (webPropertyAdWordsLinks.patch)

Parameters
string$accountIdID of the account which the given web property belongs to.
string$webPropertyIdWeb property ID to retrieve the AdWords link for.
string$webPropertyAdWordsLinkIdWeb property-AdWords link ID.
Google_EntityAdWordsLink$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Analytics_EntityAdWordsLink

◆ update()

Google_Service_Analytics_ManagementWebPropertyAdWordsLinks_Resource::update ( $accountId,
$webPropertyId,
$webPropertyAdWordsLinkId,
Google_Service_Analytics_EntityAdWordsLink $postBody,
$optParams = array() )

Updates an existing webProperty-AdWords link.

(webPropertyAdWordsLinks.update)

Parameters
string$accountIdID of the account which the given web property belongs to.
string$webPropertyIdWeb property ID to retrieve the AdWords link for.
string$webPropertyAdWordsLinkIdWeb property-AdWords link ID.
Google_EntityAdWordsLink$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Analytics_EntityAdWordsLink

The documentation for this class was generated from the following file: