Hello,

I am trying to replicate a UI report provided by a client through the 
Google Ads API. 

Here are the UI column names the client is requesting:

   - Account name
   - Customer ID
   - Audience segment
   - Audience segment type
   - Campaign
   - Ad group
   - Campaign status
   - Campaign status reasons
   - Campaign ID
   - Day
   - Currency code
   - Clicks
   - Cost
   - Impr.

I have come up with the following query:
SELECT customer.descriptive_name, customer.id, 
ad_group_criterion.display_name, campaign.name, ad_group.name, 
campaign.status, campaign.primary_status, campaign.primary_status_reasons, 
campaign.id, segments.date, customer.currency_code, metrics.clicks, 
metrics.cost_micros, metrics.impressions
FROM ad_group_audience_view

The issue that I am running into is that I am also not able to find an API 
equivalent of audience segment and audience segment type. 
ad_group_cirterion.display_name seems to be close to audience segment, but 
doesn't seem to be a 100% match. Could you point me in the right direction 
for those two fields? I can provide the report and more client information 
if needed.

Thanks,
Michael

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2c494020-a50e-4a70-9161-6382dcc2d8ffn%40googlegroups.com.

Reply via email to