A user list license pricing.
| JSON representation |
|---|
{ "pricingId" : string , "startTime" : string , "endTime" : string , "pricingActive" : boolean , "buyerApprovalState" : enum ( |
| Fields | |
|---|---|
pricingId
|
Output only. The ID of this pricing. |
startTime
|
Output only. Start time of the pricing. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
endTime
|
Optional. End time of the pricing. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
pricingActive
|
Output only. Whether this pricing is active. |
buyerApprovalState
|
Output only. The buyer approval state of this pricing. This field is read-only. |
costMicros
|
Optional. The cost associated with the model, in micro units (10^-6), in the currency specified by the currencyCode field. For example, 2000000 means $2 if |
currencyCode
|
Optional. The currency in which cost and max_cost is specified. Must be a three-letter currency code defined in ISO 4217. |
costType
|
Immutable. The cost type of this pricing. Can be set only in the |
maxCostMicros
|
Optional. The maximum CPM a commerce audience can be charged when the MEDIA_SHARE cost type is used. The value is in micro units (10^-6) and in the currency specified by the currencyCode field. For example, 2000000 means $2 if This is only relevant when costType is MEDIA_SHARE. When costType is not MEDIA_SHARE, and this field is set, a MAX_COST_NOT_ALLOWED error will be returned. If not set or set to |
UserListPricingBuyerApprovalState
User list pricing buyer approval state.
| Enums | |
|---|---|
USER_LIST_PRICING_BUYER_APPROVAL_STATE_UNSPECIFIED
|
UNSPECIFIED. |
PENDING
|
User list client has not yet accepted the pricing terms set by the user list owner. |
APPROVED
|
User list client has accepted the pricing terms set by the user list owner. |
REJECTED
|
User list client has rejected the pricing terms set by the user list owner. |
UserListPricingCostType
User list pricing cost type.
| Enums | |
|---|---|
USER_LIST_PRICING_COST_TYPE_UNSPECIFIED
|
Unspecified. |
CPC
|
Cost per click. |
CPM
|
Cost per mille (thousand impressions). |
MEDIA_SHARE
|
Media share. |

