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/672db29c-6581-4faa-8bdb-d7e6992060acn%40googlegroups.com.

Reply via email to