Hi, i try to use the get report with the last Google Ads Api with PHP.
But the report give me a lot of cost to "0".
Maybe it's due to a missing param for the smart campaigns.
But, the documentation is empty about this kind of problems.
What can i do ?
I'm using a request to get report like this :

SELECT

'campaign.id',
'metrics.impressions',
'metrics.clicks',
'metrics.cost_micros',
'metrics.ctr',
'metrics.all_conversions',
'metrics.average_position',
'segments.ad_network_type',
'segments.device',
'segments.click_type'

FROM campaign

WHERE metrics.impressions > '0'

AND segments.date BETWEEN '2019-10-10' AND '2019-10-10';


Thanks for help.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/15ffc61f-dfa9-448e-8026-c64e556a7fcf%40googlegroups.com.

Reply via email to