ImageAd.Name is empty

99 views
Skip to first unread message

Javier Val

unread,
Mar 29, 2022, 11:53:41 AM3/29/22
to Google Ads API and AdWords API Forum
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.nameHowever, 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

Google Ads API Forum Advisor

unread,
Mar 30, 2022, 9:43:44 AM3/30/22
to javie...@tiendeo.com, adwor...@googlegroups.com
Hi Javier,

Thank you for  reaching out.

To investigate the issue further, could you please provide the complete request and response logs, with the request-id? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client library (ex. Java) > Logging documentation, which you can access from this link. You can provide it via Reply privately to author option. If this option is not available, then send it instead on this email address googleadsa...@google.com.

Thanks,

Google Logo
Nirmita
Google Ads API Team
 


 

ref:_00D1U1174p._5004Q2YsZSX:ref

Nobuyoshi Shimmen

unread,
May 2, 2022, 1:27:11 AM5/2/22
to Google Ads API and AdWords API Forum
Hi there!

Is this still an ongoing issue?
It seems like we are encountering the same issue.
We got the complete request and response ready.
How can I share them with Google Ads API Team?

Also, I would like to know about the 'ad_group_ad.ad.image_ad.name' definition in more detail.
Is it possible to create image from bytes in Google Ads console? Or is it only possible via API?
> The name of the image. If the image was created from a MediaFile, this is the MediaFile's name. If the image was created from bytes, this is empty.

Best,

Nobu

2022年3月30日水曜日 22:43:44 UTC+9 adsapi:

Google Ads API Forum Advisor

unread,
May 3, 2022, 3:39:01 AM5/3/22
to shi...@agito-inc.com, adwor...@googlegroups.com

Hi Nobu,

 

I'm Kevin from the Google Ads API Team.

 

Please provide the complete request and response logs, with the request-id so we can further investigate. You may send the requested information to me via Reply privately to author option. If this option is not available, you may send the details directly to our googleadsa...@google.com alias instead.

 

Regarding your concern about the possibility of creating image ads from bytes in the UI/console, I suggest you reach out to the Google Ads product support team as they are better equipped to address your concern.

 

Regards,

Google Logo
Kevin Gil
Google Ads API Team
 


ref:_00D1U1174p._5004Q2YsZSX:ref
Reply all
Reply to author
Forward
0 new messages