The "pretargetingConfig" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($accountId, $configId, $optParams=array()) |
| Deletes an existing pretargeting config.
|
|
| get ($accountId, $configId, $optParams=array()) |
| Gets a specific pretargeting configuration (pretargetingConfig.get)
|
|
| insert ($accountId, Google_Service_AdExchangeBuyer_PretargetingConfig $postBody, $optParams=array()) |
| Inserts a new pretargeting configuration.
|
|
| listPretargetingConfig ($accountId, $optParams=array()) |
| Retrieves a list of the authenticated user's pretargeting configurations.
|
|
| patch ($accountId, $configId, Google_Service_AdExchangeBuyer_PretargetingConfig $postBody, $optParams=array()) |
| Updates an existing pretargeting config.
|
|
| update ($accountId, $configId, Google_Service_AdExchangeBuyer_PretargetingConfig $postBody, $optParams=array()) |
| Updates an existing pretargeting config.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "pretargetingConfig" collection of methods.
Typical usage is: $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); $pretargetingConfig = $adexchangebuyerService->pretargetingConfig;
◆ 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_AdExchangeBuyer_PretargetingConfig_Resource::delete |
( |
| $accountId, |
|
|
| $configId, |
|
|
| $optParams = array() ) |
Deletes an existing pretargeting config.
(pretargetingConfig.delete)
- Parameters
-
string | $accountId | The account id to delete the pretargeting config for. |
string | $configId | The specific id of the configuration to delete. |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_AdExchangeBuyer_PretargetingConfig_Resource::get |
( |
| $accountId, |
|
|
| $configId, |
|
|
| $optParams = array() ) |
Gets a specific pretargeting configuration (pretargetingConfig.get)
- Parameters
-
string | $accountId | The account id to get the pretargeting config for. |
string | $configId | The specific id of the configuration to retrieve. |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Inserts a new pretargeting configuration.
(pretargetingConfig.insert)
- Parameters
-
string | $accountId | The account id to insert the pretargeting config for. |
Google_PretargetingConfig | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listPretargetingConfig()
Google_Service_AdExchangeBuyer_PretargetingConfig_Resource::listPretargetingConfig |
( |
| $accountId, |
|
|
| $optParams = array() ) |
Retrieves a list of the authenticated user's pretargeting configurations.
(pretargetingConfig.listPretargetingConfig)
- Parameters
-
string | $accountId | The account id to get the pretargeting configs for. |
array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
Updates an existing pretargeting config.
This method supports patch semantics. (pretargetingConfig.patch)
- Parameters
-
string | $accountId | The account id to update the pretargeting config for. |
string | $configId | The specific id of the configuration to update. |
Google_PretargetingConfig | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates an existing pretargeting config.
(pretargetingConfig.update)
- Parameters
-
string | $accountId | The account id to update the pretargeting config for. |
string | $configId | The specific id of the configuration to update. |
Google_PretargetingConfig | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/AdExchangeBuyer.php