This is what I got so far from comparing the bidding strategy in the UI to the bidding strategy number I get for the same campaign through the google ads api: 0: "UNSPECIFIED", 1: "UNKNOWN", 2: "ENHANCED_CPC", 3: "MANUAL_CPC", 6: "TARGET_CPA", 13: "MANUAL_CPV", 14: "TARGET_CPM", 15: "TARGET_IMPRESSION_SHARE",
Can someone confirm this is true and fill in the missing ones? On Thursday, September 3, 2020 at 3:08:16 PM UTC+3 Ido Karnon wrote: > Hi, > > I'm running this query: > > SELECT segments.date > , segments.day_of_week > , segments.ad_network_type > , campaign.advertising_channel_type > , campaign.advertising_channel_sub_type > , customer.descriptive_name > , customer.id, campaign.name > , campaign.id > , campaign.status > , ad_group.name > , ad_group.id > , ad_group.status > , campaign.bidding_strategy_type > , ad_group.cpc_bid_micros > , ad_group.cpm_bid_micros > , ad_group.target_cpa_micros > , metrics.cost_micros > , metrics.impressions > , metrics.clicks > , metrics.conversions > , ad_group_ad.ad.name > , ad_group_ad.ad.id > , ad_group_ad.status > , video.id > , ad_group.cpv_bid_micros > , metrics.view_through_conversions > , metrics.cross_device_conversions > FROM video > WHERE segments.date BETWEEN '2020-09-02' and '2020-09-02' > > I have a problem with the result I getting for > campaign.bidding_strategy_type. > The ENUM values don't match the ones I see here > <https://developers.google.cn/google-ads/api/reference/rpc/v3/BiddingStrategyTypeEnum.BiddingStrategyType> > : > > For a campaign with a 'target cpa' bidding strategy type the query returns > 6 (which according to the documentation is 'MANUAL_CPV') and for a campaign > with a manual cpv bidding strategy type the query returns 13 (which > according to the documentation is 'TARGET_IMPRESSION_SHARE'). > > Either the result I get is incorrect or the mapping between number and > bidding strategy type is not right. > Can someone assist? > > Thanks, > Ido > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/7b3fc14d-9a29-483c-8f3e-2053dd283c95n%40googlegroups.com.