Hi team,

I am writing a script to pull these raw data: impressions, cost, clicks, 
views of my PMAX campaigns and paste them inside my spreadsheet. 

The concept will be 3 reports by age, gender, and location with the 
aforementioned metrics but whenever I run the script, it returns blank even 
though I tested it successfully for other types of campaign such as SEARCH, 
DISPLAY, etc.

Here is my query to get the data for gender report:

SELECT ad_group_criterion.gender.type, metrics.impressions, metrics.clicks, 
metrics.ctr, metrics.video_views, metrics.video_view_rate, 
metrics.average_cpv, metrics.cost_micros, metrics.conversions, 
metrics.cost_per_conversion FROM gender_view WHERE segments.date DURING 
LAST_MONTH AND campaign.advertising_channel_type = 'PERFORMANCE_MAX'  

Please help me confirm this!

Sincerely,

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/7be2bbaa-5ab0-4301-b1a7-4d4120b614ccn%40googlegroups.com.

Reply via email to