Method: billingAssignments.list

Retrieves a list of billing assignments.

HTTP request

GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/billingProfiles/{billingProfileId}/billingAssignments

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

billingProfileId

string (int64 format)

Billing profile ID of this billing assignment.

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

Billing assignment accountPermissionGroups.list Response

JSON representation
{
  "kind": string,
  "billingAssignments": [
    {
      object (BillingAssignment)
    }
  ]
}
Fields
kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#billingAssignmentsListResponse"

.

billingAssignments[]

object (BillingAssignment)

Billing assignments collection.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking