- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- BillingRate
- Type
- UnitOfMeasure
- BillingRateTieredRate
- Try it!
Retrieves a list of billing rates. This method supports paging.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/billingProfiles/{billingProfileId}/billingRates
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
profile |
User profile ID associated with this request. |
billing |
Billing profile ID of this billing rate. |
Request body
The request body must be empty.
Response body
Billing Rate billingRates.list Response
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"kind": string,
"nextPageToken": string,
"billingRates": [
{
object ( |
Fields | |
---|---|
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
next |
Pagination token to be used for the next list operation. |
billing |
Billing rates collection. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking
BillingRate
JSON representation |
---|
{ "id": string, "name": string, "type": enum ( |
Fields | |
---|---|
id |
ID of this billing rate. |
name |
Name of this billing rate. This must be less than 256 characters long. |
type |
Type of this billing rate. |
start |
Start date of this billing rate. |
end |
End date of this billing rate. |
currency |
Billing currency code in ISO 4217 format. |
unit |
Unit of measure for this billing rate. |
rate |
Flat rate in micros of this billing rate. This cannot co-exist with tiered rate. |
tiered |
Tiered rate of this billing rate. This cannot co-exist with flat rate. |
Type
Enums | |
---|---|
AD_SERVING | |
CLICKS | |
MINIMUM_SERVICE | |
PATH_TO_CONVERSION | |
RICH_MEDIA_INPAGE | |
RICH_MEDIA_EXPANDING | |
RICH_MEDIA_FLOATING | |
RICH_MEDIA_VIDEO | |
RICH_MEDIA_TEASER | |
RICH_MEDIA_VPAID | |
INSTREAM_VIDEO | |
PIXEL | |
TRACKING | |
TRAFFICKING_FEATURE | |
CUSTOM_REPORTS | |
EXPOSURE_TO_CONVERSION | |
DATA_TRANSFER | |
DATA_TRANSFER_SETUP | |
STARTUP | |
STATEMENT_OF_WORK | |
PROVIDED_LIST | |
PROVIDED_LIST_SETUP | |
ENHANCED_FORMATS | |
TRACKING_AD_IMPRESSIONS | |
TRACKING_AD_CLICKS | |
NIELSEN_DIGITAL_AD_RATINGS_FEE | |
INSTREAM_VIDEO_REDIRECT | |
INSTREAM_VIDEO_VPAID | |
DISPLAY_AD_SERVING | |
VIDEO_AD_SERVING | |
AUDIO_AD_SERVING | |
ADVANCED_DISPLAY_AD_SERVING |
UnitOfMeasure
Enums | |
---|---|
CPM | |
CPC | |
EA | |
P2C |
BillingRateTieredRate
JSON representation |
---|
{ "lowValue": string, "highValue": string, "rateInMicros": string } |
Fields | |
---|---|
low |
The minimum for this tier range. |
high |
The maximum for this tier range. |
rate |
Rate in micros for this tier. |