BillingAssignments
class BillingAssignments extends Resource (View source)
The "billingAssignments" collection of methods.
Typical usage is:
$dfareportingService = new Google\Service\Dfareporting(...);
$billingAssignments = $dfareportingService->billingAssignments;
Methods
Inserts a new billing assignment and returns the new assignment. Only one of advertiser_id or campaign_id is support per request. If the new assignment has no effect (assigning a campaign to the parent advertiser billing profile or assigning an advertiser to the account billing profile), no assignment will be returned. (billingAssignments.insert)
Retrieves a list of billing assignments.
Details
BillingAssignment
insert(string $profileId, string $billingProfileId, BillingAssignment $postBody, array $optParams = [])
Inserts a new billing assignment and returns the new assignment. Only one of advertiser_id or campaign_id is support per request. If the new assignment has no effect (assigning a campaign to the parent advertiser billing profile or assigning an advertiser to the account billing profile), no assignment will be returned. (billingAssignments.insert)
BillingAssignmentsListResponse
listBillingAssignments(string $profileId, string $billingProfileId, array $optParams = [])
Retrieves a list of billing assignments.
(billingAssignments.listBillingAssignments)