Method: billingAssignments.list

  • Retrieves a list of billing assignments associated with a specific user profile and billing profile.

  • Uses an HTTP GET request with profile ID and billing profile ID as path parameters.

  • The response includes a collection of billing assignments and metadata about the response.

  • Requires authorization with the dfatrafficking scope.

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

Billing assignment billingAssignments.list Response

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

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