Hello I have a question regarding the output of 'Dynamic Search Ads' in the search_term_view.
1. I wonder if selecting certain fields at the time of request would prevent 'Dynamic Search Ads' data from being output. I know that the 'Dynamic Search Ads' data is missing when the following fields were selected. segments.keyword.info.text segments.keyword.info.match_type segments.keyword.ad_group_criterion Please let me know if there are any fields other than the above that can be conditions. 2. In SEARCH_QUERY_PERFORMANCE_REPORT of Adwords API, I think that ’Dynamic Search Ads' data was output even if fields such as'KeywordId'and'KeywordTextMatchingQuery' selected. For example, ・The following query in AWQL will output the DSA records. SELECT CampaignId, CampaignName, Query, QueryMatchTypeWithVariant, KeywordId, KeywordTextMatchingQuery, Impressions, Clicks, Cost, Conversions FROM SEARCH_QUERY_PERFORMANCE_REPORT ・On the other hand, when the following query, which is equivalent to the above specification, is executed in GAQL, the DSA record is missing. SELECT campaign.id, campaign.name, search_term_view.search_term, segments.search_term_match_type, segments.keyword.ad_group_criterion, segments.keyword.info.text, metrics.impressions, metrics.clicks, metrics.cost_micros, metrics.conversions FROM search_term_view Is this change a specification in the Ads API? If I am missing something, I am sorry, but I could not find any mention of this change in the Ads API documentation, which is why I asked the question. I kindly ask for your confirmation. Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/6dc5a8c8-6f27-4512-b889-fc8056a43cbfn%40googlegroups.com.
