Commission
Commission is an automatic bidding strategy in which the advertiser pays a certain portion of the conversion value.
Fields |
commission_rate_micros
|
int64
Commission rate defines the portion of the conversion value that the advertiser will be billed. A commission rate of x should be passed into this field as (x * 1,000,000). For example, 106,000 represents a commission rate of 0.106 (10.6%).
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[null,null,["Last updated 2024-11-25 UTC."],[[["Commission bidding allows advertisers to pay a percentage of the conversion value, automatically adjusting bids."],["The commission rate is set using `commission_rate_micros`, where the input value is the percentage multiplied by 1,000,000."],["For example, a commission rate of 10.6% would be represented as 106,000 in the `commission_rate_micros` field."]]],[]]