Hello,

I am trying to retrieve the information of the Ads and their associated 
images. I am using the following query:

@"SELECT
                        campaign.id,
                        ad_group.id,
                        ad_group_ad.policy_summary.policy_topic_entries,
                        ad_group_ad.policy_summary.review_status,
                        ad_group_ad.policy_summary.approval_status,
                        ad_group_ad.status,
                        ad_group_ad.ad.id,
                        ad_group_ad.ad.final_urls,
                        ad_group_ad.ad.image_ad.image_url, 
                        ad_group_ad.ad.image_ad.name
                    FROM ad_group_ad
                    WHERE
                       ad_group.id IN ({0}) AND ad_group_ad.ad.id IN ({1})
                    ORDER BY
                        ad_group.id ASC,
                        ad_group_ad.ad.id ASC";

I have noticed that days ago, I obtained information for 
ad_group_ad.ad.image_ad.name. However, today I have run the query again and 
that field is empty. Is it possible that there is some bug in the API or do 
I have to rewrite the query in another way?

Thank you very much for the help. 
All the best

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/96e5f968-68ed-4773-a568-39b600a18dc8n%40googlegroups.com.

Reply via email to