Hi all,

I am using the following query to retrieve data from all my app campaigns, 
but in some of them the field 
campaign.selective_optimization.conversion_actions returns empty("[]").
Well, for campaign using a bidding strategy type like maximize conversions 
I would expect that the field should return an empty value, however I 
observed the same return from some of my Install Volume campaigns, and this 
does not make any sense.

Does anybody know why it happens?
What's the best segment to use to select only the conversion that my 
campaign is currently optimizing for?

    query_campaign_level = ('SELECT campaign.id,'
                            'campaign.name,'
                            'campaign.bidding_strategy_type,'
                            'campaign_budget.amount_micros,'
                            'campaign.target_cpa.target_cpa_micros,'
                            
'campaign.selective_optimization.conversion_actions, '
                            'campaign.start_date,'
                            'campaign.campaign_budget,'
                            'campaign.status,'
                            'segments.date,'
                            'metrics.cost_micros,'
                            'metrics.all_conversions,'
                            'metrics.view_through_conversions '
                            'FROM campaign '
                            'WHERE  segments.date < %s ' 
                            'AND segments.date > %s 
'%(str(datetime.now().strftime("%Y%m%d")).replace('-',''),str((datetime.now()-timedelta(45)).strftime("%Y%m%d")).replace('-','')))



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c8abb50a-9555-4a35-9d53-fa2d159c4b79%40googlegroups.com.

Reply via email to