Hi,
I'm trying to get metrics on the level of ad_group_ad. We use the below
query:
query = """
SELECT
ad_group_ad.ad.id,
ad_group_ad.ad.name,
ad_group.name,
ad_group.status,
campaign.name,
segments.date,
segments.keyword.info.text,
metrics.impressions,
metrics.clicks,
metrics.conversions,
metrics.conversions_value,
metrics.interactions,
metrics.cost_micros
FROM ad_group_ad
WHERE segments.date DURING TODAY
ORDER BY segments.date
"""
This works in general, but for one customer in particular, it returns an
empty array. The query returns a full list when we move the
segments.keyword.info.text
section. The customer only uses Smart Shopping campaigns.
I'm wondering if there is a way to get the full list, WITHOUT removing the
keyword query. Is there some way to get a default empty value if there are
no keywords etc? Is there a solution to this sort of problem that you've
seen before?
Thanks,
Harsha Nandiwada
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
"Google Ads API and AdWords 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/acdafe68-0ac7-448c-b1a7-2f5f20fc9bc8n%40googlegroups.com.