The "webPropertyAdWordsLinks" collection of methods.
More...
|
| 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.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "webPropertyAdWordsLinks" collection of methods.
Typical usage is: $analyticsService = new Google_Service_Analytics(...); $webPropertyAdWordsLinks = $analyticsService->webPropertyAdWordsLinks;
◆ 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
-
◆ delete()
Google_Service_Analytics_ManagementWebPropertyAdWordsLinks_Resource::delete |
( |
| $accountId, |
|
|
| $webPropertyId, |
|
|
| $webPropertyAdWordsLinkId, |
|
|
| $optParams = array() ) |
Deletes a web property-AdWords link.
(webPropertyAdWordsLinks.delete)
- Parameters
-
string | $accountId | ID of the account which the given web property belongs to. |
string | $webPropertyId | Web property ID to delete the AdWords link for. |
string | $webPropertyAdWordsLinkId | Web property AdWords link ID. |
array | $optParams | Optional 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 | $accountId | ID of the account which the given web property belongs to. |
string | $webPropertyId | Web property ID to retrieve the AdWords link for. |
string | $webPropertyAdWordsLinkId | Web property-AdWords link ID. |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Creates a webProperty-AdWords link.
(webPropertyAdWordsLinks.insert)
- Parameters
-
string | $accountId | ID of the Google Analytics account to create the link for. |
string | $webPropertyId | Web property ID to create the link for. |
Google_EntityAdWordsLink | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listManagementWebPropertyAdWordsLinks()
Google_Service_Analytics_ManagementWebPropertyAdWordsLinks_Resource::listManagementWebPropertyAdWordsLinks |
( |
| $accountId, |
|
|
| $webPropertyId, |
|
|
| $optParams = array() ) |
Lists webProperty-AdWords links for a given web property.
(webPropertyAdWordsLinks.listManagementWebPropertyAdWordsLinks)
- Parameters
-
string | $accountId | ID of the account which the given web property belongs to. |
string | $webPropertyId | Web property ID to retrieve the AdWords links for. |
array | $optParams | Optional 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
-
◆ patch()
Updates an existing webProperty-AdWords link.
This method supports patch semantics. (webPropertyAdWordsLinks.patch)
- Parameters
-
string | $accountId | ID of the account which the given web property belongs to. |
string | $webPropertyId | Web property ID to retrieve the AdWords link for. |
string | $webPropertyAdWordsLinkId | Web property-AdWords link ID. |
Google_EntityAdWordsLink | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates an existing webProperty-AdWords link.
(webPropertyAdWordsLinks.update)
- Parameters
-
string | $accountId | ID of the account which the given web property belongs to. |
string | $webPropertyId | Web property ID to retrieve the AdWords link for. |
string | $webPropertyAdWordsLinkId | Web property-AdWords link ID. |
Google_EntityAdWordsLink | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Analytics.php