class Budget extends Resource (View source)

The "budget" collection of methods.

Typical usage is:

 $adexchangebuyerService = new Google\Service\AdExchangeBuyer(...);
 $budget = $adexchangebuyerService->budget;

Methods

get(string $accountId, string $billingId, array $optParams = [])

Returns the budget information for the adgroup specified by the accountId and billingId. (budget.get)

patch(string $accountId, string $billingId, Budget $postBody, array $optParams = [])

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)

update(string $accountId, string $billingId, Budget $postBody, array $optParams = [])

Updates the budget amount for the budget of the adgroup specified by the accountId and billingId, with the budget amount in the request.

Details

Budget get(string $accountId, string $billingId, array $optParams = [])

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 Value

Budget

Budget patch(string $accountId, string $billingId, Budget $postBody, array $optParams = [])

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.

Budget $postBody
array $optParams

Optional parameters.

Return Value

Budget

Budget update(string $accountId, string $billingId, Budget $postBody, array $optParams = [])

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.

Budget $postBody
array $optParams

Optional parameters.

Return Value

Budget