Hide

type AdGroupBidModifier (v201506)

Represents an adgroup level bid modifier override for campaign level criterion bid modifier values.


Namespace
https://adwords.google.com/api/adwords/cm/v201506
Fields
Field Type Description
campaignId xsd:long The campaign that the criterion is in.
adGroupId
Required
xsd:long The adgroup that the bid modifier override is in. This field is required and should not be null.
criterion
Required
  1. Criterion
    1. AdSchedule
    2. AgeRange
    3. AppPaymentModel
    4. Carrier
    5. ContentLabel
    6. Gender
    7. IpBlock
    8. Keyword
    9. Language
    10. Location
    11. MobileAppCategory
    12. MobileApplication
    13. MobileDevice
    14. OperatingSystemVersion
    15. Placement
    16. Platform
    17. ProductPartition
    18. ProductScope
    19. Proximity
    20. LocationGroups
    21. CriterionUserInterest
    22. CriterionUserList
    23. Vertical
    24. Webpage
    25. YouTubeChannel
    26. YouTubeVideo
The criterion whose bid value is being overridden. Currently, only the HighEndMobile platform criterion (ID=30001) is supported. This field is required and should not be null.
bidModifier
Required
xsd:double The modifier for bids when the criterion matches. Valid modifier values for the mobile platform criterion range from 0.1 to 4.0, with 0 reserved for opting out of mobile. This field is required and should not be null when it is contained within Operators : ADD, SET.
bidModifierSource
ReadOnly
BidModifierSource Bid modifier source. This field is read only and will be ignored when sent to the API.
Enumerations
UNKNOWN
Used for return value only. An enumeration could not be processed, typically due to incompatibility with your WSDL version.
CAMPAIGN
The bid modifier is specified at the campaign level, on the campaign level criterion.
AD_GROUP
The bid modifier is specified (overridden) at the ad group level.

Send feedback about...

AdWords API