Hi,

We are building a custom report to collect and analyse our ads costs.

To achieve this, we are listing all Accounts and then listing all ads in 
each one of them. The issue is that ad_groups of 'display' type are not 
being listed. We could only list the ad_groups of 'search' type. 

Display type ads cannot be listed in this resource? Is there any other that 
we could use to list them?

Here are the AWQL scripts that we built:

To list all accounts: 

SELECT customer_client.client_customer FROM customer_client



To list all ads in each one of them:

SELECT ad_group_ad.ad.final_urls, 
>                 ad_group_ad.ad.name, 
>                 ad_group_ad.ad_group, 
>                 ad_group_ad.ad.id, 
>                 metrics.cost_micros, 
>                 segments.date
>               FROM ad_group_ad 
>               WHERE segments.date BETWEEN $startDateParameter AND 
> $endDateParameter
>                 AND metrics.cost_micros > 0
>

Note that we have active display ads, so cost and date filters should not 
eliminate them.

Thanks and Regards,

B4B IT Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/27e0777b-9a12-4437-8eaf-40e218036faf%40googlegroups.com.

Reply via email to