Seems wrong mapping - call_ad

50 views
Skip to first unread message

cv

unread,
Mar 16, 2022, 9:35:55 AM3/16/22
to Google Ads API and AdWords API Forum
Hi,

Is this mapping correct?

Against Description1 and Description2 which shows ad_group_ad.ad.call_ad_ad.description2 and same fields are found at ad_group_ad resouces against call ad. On resource page it is showing ad call_ad.description1


Thanks,
Message has been deleted

Google Ads API Forum Advisor

unread,
Mar 16, 2022, 11:21:16 PM3/16/22
to chirag....@gmail.com, adwor...@googlegroups.com
Hi,

The mappings you are seeing for the Description1 and Description2 fields should be correct. These are mapped to those ad types in the ad_group_ad report that have a similar 'description1' and 'description2' naming in their fields / attributes. Other ad types have only 'desciption' or 'descriptions' as the naming standard.

However, I can indeed see that there appears to be a slight difference in the naming standard in the ad report mapping guide, as compared to the actual naming of the field in the ad_group_ad report :
  • Mapping guide        : ad_group_ad.ad.call_ad_ad.description1
  • ad_group_ad report : ad_group_ad.ad.call_ad.description1
That said, thank you for bringing this to our attention. Allow me now to raise this to the rest of our team to have the documentation updated. Since this change may no longer be announced, you may check the mapping guide from time to time to check for the changes.

For now, you may instead refer to the query migration tool, for further help on mapping/converting AWQL to the GAQL.

Best regards,

Google Logo
Peter Laurence
Google Ads API Team
 


ref:_00D1U1174p._5004Q2YlsAr:ref

Ngon Nguyen

unread,
Mar 17, 2022, 8:19:45 PM3/17/22
to chirag....@gmail.com, Google Ads API and AdWords API Forum
Chào mừng bạn đến với bảng nhớ tạm của Gboard, bất kỳ văn bản nào bạn sao chép sẽ được lưu tại đây.Sử dụng biểu tượng chỉnh sửa để ghim, thêm hoặc xóa đoạn.Nhấn vào một đoạn để dán vào hộp văn bản.Chạm và giữ một đoạn để ghim đoạn đó. Các đoạn đã bỏ ghim sẽ bị xóa sau 1 giờ.

Vào 20:36, Th 4, 16 thg 3, 2022 cv <chirag....@gmail.com> đã viết:
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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...@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 "Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0f375d2f-52ee-4280-816a-5837dd01f9b5n%40googlegroups.com.

cv

unread,
Mar 22, 2022, 9:01:35 AM3/22/22
to Google Ads API and AdWords API Forum
Hi,

Seems wrong mapping as well for Ad Performance report.
 

ExpandedDynamicSearchCreativeDescription2
Under UI I can see Description and Description2 but in Mapping I can see only one Description.

How I can get Description and ExpandedDynamicSearchCreativeDescription2 for Expanded dynamic search ad?
 
Thanks

Google Ads API Forum Advisor

unread,
Mar 22, 2022, 11:41:54 PM3/22/22
to chirag....@gmail.com, adwor...@googlegroups.com
Hi,

Thank you for your reply.

The mapping guide is for AdWords API and Google Ads API reports. In the Ad Peformance Report of the AdWords API, it appears to only contain or support the ExpandedDynamicSearchCreativeDescription2 field for expanded dynamic search ads.

That said, below are the description related fields for expanded dynamic search ads that you can use in the Google Ads API's ad_group_ad report : You can also use the query migration tool to directly convert your AWQL to GAQL and determine which fields can be used for your Google Ads API reports.

cv

unread,
Mar 23, 2022, 1:11:57 AM3/23/22
to Google Ads API and AdWords API Forum
Hi,

In the Ad Peformance Report of the AdWords API, it appears to only contain or support the ExpandedDynamicSearchCreativeDescription2 field for expanded dynamic search ads.
->No, It is supporting Description and ExpandedDynamicSearchCreativeDescription2
So mapping should be  ExpandedDynamicSearchCreativeDescription2 -> ad_group_ad.ad.expanded_dynamic_search_ad.description2
And in AdWords API Description is common which can be use for AdType - Expanded Dynamic Search Ad

So correct mapping should be 
                       OR ad_group_ad.ad.legacy_responsive_display_ad.description 
                       OR ad_group_ad.ad.expanded_text_ad.description
ExpandedDynamicSearchCreativeDescription2 -> ad_group_ad.ad.expanded_dynamic_search_ad.description2

You can also use the query migration tool to directly convert your AWQL to GAQL 
-> This also gives wrong result in case of AdType - Expanded Dynamic Search Ad If you need to map with UI.

Reference: 


Thanks,

Google Ads API Forum Advisor

unread,
Mar 23, 2022, 2:39:41 PM3/23/22
to chirag....@gmail.com, adwor...@googlegroups.com
Hi Cv,

Thank you for reaching out to the Google Ads API support team.

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._5004Q2YlsAr:ref

cv

unread,
Mar 24, 2022, 1:32:41 AM3/24/22
to Google Ads API and AdWords API Forum
Hi Nirmita,

I have shared UI screen shot and request and response log.

Please check.

You need to check fields against adtype: EXPANDED_DYNAMIC_SEARCH_AD and fields are Description, ExpandedDynamicSearchCreativeDescription and ExpandedDynamicSearchCreativeDescription2.

In Adwords API the the value against ad_group_ad.ad.expanded_dynamic_search_ad.description is return as Description.


Thanks,

cv

unread,
Mar 25, 2022, 1:06:00 AM3/25/22
to Google Ads API and AdWords API Forum
For those who missed private convesation.

Hi Cv,

Thank you for providing information.

I am able to reproduce you issue. Thank you for bringing this to our attention. We raised with my team your request. This request is subject to review. So I would recommend keeping an eye on our Developer Blog for information on future releases.
Reply all
Reply to author
Forward
0 new messages