Budget
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)
Details
Budget
get(string $accountId, string $billingId, array $optParams = [])
Returns the budget information for the adgroup specified by the accountId and billingId. (budget.get)
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)