The "budget" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($accountId, $billingId, $optParams=array()) |
| Returns the budget information for the adgroup specified by the accountId and billingId.
|
|
| patch ($accountId, $billingId, Google_Service_AdExchangeBuyer_Budget $postBody, $optParams=array()) |
| Updates the budget amount for the budget of the adgroup specified by the accountId and billingId, with the budget amount in the request.
|
|
| update ($accountId, $billingId, Google_Service_AdExchangeBuyer_Budget $postBody, $optParams=array()) |
| Updates the budget amount for the budget of the adgroup specified by the accountId and billingId, with the budget amount in the request.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "budget" collection of methods.
Typical usage is: $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); $budget = $adexchangebuyerService->budget;
◆ 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
-
◆ get()
Google_Service_AdExchangeBuyer_Budget_Resource::get |
( |
| $accountId, |
|
|
| $billingId, |
|
|
| $optParams = array() ) |
Returns the budget information for the adgroup specified by the accountId and billingId.
(budget.get)
- Parameters
-
string | $accountId | The account id to get the budget information for. |
string | $billingId | The billing id to get the budget information for. |
array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
Updates the budget amount for the budget of the adgroup specified by the accountId and billingId, with the budget amount in the request.
This method supports patch semantics. (budget.patch)
- Parameters
-
string | $accountId | The account id associated with the budget being updated. |
string | $billingId | The billing id associated with the budget being updated. |
Google_Budget | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates the budget amount for the budget of the adgroup specified by the accountId and billingId, with the budget amount in the request.
(budget.update)
- Parameters
-
string | $accountId | The account id associated with the budget being updated. |
string | $billingId | The billing id associated with the budget being updated. |
Google_Budget | $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