Hi team,
Our team has migrate some extensions from feed-item to asset as your 
suggestion in document, and being able to see those asset-based-extensions 
on google ads UI by selecting ALL(updated) as filter.

But here's a problem, since I had moved those extension, it has been over 
24 hours, I still can't get any performance data using asset_field_type_view 
<https://developers.google.com/google-ads/api/fields/v9/asset_field_type_view> 
as suggested in documents.
(Api has response without complain, but nothing is in it (iterator with no 
content))
here's my query:
"""
SELECT
asset_field_type_view.field_type,
asset_field_type_view.resource_name,
metrics.average_cpc,
metrics.clicks,
metrics.conversions_from_interactions_rate,
metrics.conversions,
metrics.cost_micros,
metrics.ctr,
metrics.impressions,

customer.id,
customer.descriptive_name,
campaign.id,
campaign.name
FROM asset_field_type_view
WHERE asset_field_type_view.field_type IN ('CALL', 'CALLOUT', 'SITELINK', 
'STRUCTURED_SNIPPET')
"""

Those asset-based extensions are attached to customer level, but aren't 
actually used for any running ads,
but still I expected I can get metrics thought they should be all zero.
Do I misunderstand anything? Or just the report is delayed?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4e7d22b1-2a73-421b-8bf1-1c100fefc9edn%40googlegroups.com.
  • as... Adam Lin
    • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
      • ... Adam Lin
        • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum

Reply via email to