name | The name of the ad. This is only used to be able to identify the ad. It does not need to be unique and does not affect the served ad. |
Example: ad_group_ad.ad.name.value = "Ad - Name"When we fill this field and execute the mutate operation, we have no problems to create the new AD, but when we try to recover this field using the query: SELECT ad_group_ad.ad.name FROM ad_group_ad the name of the AD is always empty.
Are we doing something wrong? or this field is not implemented yet?
Regards,Sergi Alà
Was your question answered? Please rate your experience with us by taking a short survey.
If not -- reply to this email and tell us what else we can do to help.
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
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 adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/359fee59-5049-4a25-a176-a30bf43e7235%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Sergi,Thank you for reaching out. Upon investigating, I've observed that ad.name is only returned if the Ad type is a video ad. However, I will need to check this with the team to confirm if this is an expected behavior. I will update you once there are information available.Regards,DaveGoogle Ads API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Hello Muhammad,
Thank you for reaching out. Could you please try to run the below report query against your account and verify if you are still getting empty results for the field 'ad_group_ad.ad.name' for all the ad types in your Google Ads account? I tried to run the report query on my end and was successfully able to retrieve this field for Image Ads and Video Ads as available in my Google Ads account. Could you please verify this further on your end and let me know if you are still having issues? If yes, please share the complete report query along with the client customer id for further investigation.
SELECT ad_group_ad.ad.name, ad_group_ad.ad.type FROM ad_group_ad
P.S: Please use Reply privately to author option while sharing the details.
Regards,
Nikisha Patel, Google Ads API Team