Hi Mawran, Thank you for providing the requested details. I am also a member of the Google Ads API team and let me provide support to your concern.
Upon checking, it appears that the reason why you can't get the values is because the GAQL is not properly mapped with the UI. With this, you can use the below query instead to get the information in the provided UI: SELECT asset.callout_asset.callout_text, metrics.absolute_top_impression_percentage, metrics.all_conversions, metrics.all_conversions_from_interactions_rate, metrics.cost_micros, metrics.conversions_value, metrics.conversions_from_interactions_rate, metrics.conversions, metrics.clicks, metrics.average_cpm, metrics.average_cpc, metrics.average_cost, metrics.all_conversions_value, metrics.average_cpe, metrics.average_cpv, metrics.cost_per_all_conversions, metrics.cost_per_conversion, metrics.cross_device_conversions, metrics.ctr, metrics.engagement_rate, metrics.engagements, metrics.impressions, metrics.interaction_event_types, metrics.interaction_rate, metrics.interactions, metrics.phone_calls, metrics.phone_impressions, metrics.phone_through_rate, metrics.top_impression_percentage, metrics.value_per_all_conversions, metrics.value_per_conversion, metrics.video_view_rate, metrics.video_views, campaign_asset.field_type, campaign.id FROM campaign_asset where campaign_asset.field_type = CALLOUT and segments.date < '2022-09-16' and segments.date >= '2013-09-25' AND campaign.id = 15443369170 Let me know if you have further questions. Regards, Ernie John Google Ads API Team ref:_00D1U1174p._5004Q2ePTNx:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/9zc4v000000000000000000000000000000000000000000000RIFP8Z00QsX2yPwoTGO2dlRsDmvFBQ%40sfdc.net.
