effectiveCpmBidSource property

String? effectiveCpmBidSource
getter/setter pair

Source of the effective CPM bid.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "CAMPAIGN_BIDDING_STRATEGY" : Effective bid or target is inherited from campaign bidding strategy.
  • "AD_GROUP" : The bid or target is defined on the ad group.
  • "AD_GROUP_CRITERION" : The bid or target is defined on the ad group criterion.

Implementation

core.String? effectiveCpmBidSource;