I have the next query :
SELECT
ad_group_ad.ad.type,
ad_group_ad.status,
ad_group_ad.ad.name,
ad_group_ad.ad.id,
metrics.impressions,
metrics.clicks,
metrics.interactions,
metrics.average_cpv,
metrics.average_cost,
metrics.cost_micros,
metrics.conversions,
metrics.cost_per_conversion,
metrics.conversions_value,
metrics.conversions_from_interactions_rate,
metrics.average_cpc,
metrics.value_per_conversion,
metrics.all_conversions_from_interactions_rate,
metrics.ctr,
metrics.all_conversions,
metrics.all_conversions_value,
metrics.value_per_all_conversions,
metrics.cost_per_all_conversions,
metrics.cost_per_conversion,
metrics.video_views,
metrics.video_quartile_25_rate,
metrics.video_quartile_50_rate,
metrics.video_quartile_75_rate,
metrics.video_quartile_100_rate,
segments.month
FROM
ad_group_ad
"""
Everything runs smoothly, nevertheless my program crashes when I change the
segments.month to segments.week or segments.date
I've tried segments.date using DATE RANGES and the same result.
Hope someone can help me!
Thank you!
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/43a690d7-c32c-4342-bcf0-fa8f97392c19%40googlegroups.com.