Hello,
I am experiencing an issue where I would like to request all of the assets
of type "MOBILE_ASSET" in a report, but even though the account has them
and they are approved, the assets are not contained in the report.
I have tried different asset reports and they have the same result. Here
are examples of the GAQL:
Asset level:
SELECT
asset.id,
customer.id,
asset.type,
asset.callout_asset.callout_text,
asset.sitelink_asset.description1,
asset.sitelink_asset.description2,
asset.sitelink_asset.link_text,
asset.mobile_app_asset.app_id,
asset.mobile_app_asset.app_store,
asset.mobile_app_asset.link_text,
asset.final_urls,
asset.final_url_suffix,
asset.tracking_url_template
FROM asset
Customer Level:
SELECT
asset.id,
customer.id,
customer_asset.status,
asset.callout_asset.callout_text,
asset.sitelink_asset.description1,
asset.sitelink_asset.description2,
asset.sitelink_asset.link_text,
asset.mobile_app_asset.app_id,
asset.mobile_app_asset.app_store,
asset.mobile_app_asset.link_text,
asset.final_urls,
asset.final_url_suffix,
asset.tracking_url_template
FROM customer_asset
Campaign Level:
SELECT
asset.id,
campaign.id,
campaign_asset.status,
asset.sitelink_asset.link_text,
asset.sitelink_asset.description2,
asset.sitelink_asset.description1,
asset.callout_asset.callout_text,
asset.mobile_app_asset.app_id,
asset.mobile_app_asset.app_store,
asset.mobile_app_asset.link_text,
asset.final_urls,
asset.final_url_suffix,
asset.tracking_url_template
FROM campaign_asset
Ad group level:
SELECT
asset.id,
ad_group.id,
ad_group_asset.status,
asset.sitelink_asset.description1,
asset.sitelink_asset.description2,
asset.sitelink_asset.link_text,
asset.callout_asset.callout_text,
asset.mobile_app_asset.app_id,
asset.mobile_app_asset.app_store,
asset.mobile_app_asset.link_text,
asset.final_urls,
asset.final_url_suffix,
asset.tracking_url_template
FROM ad_group_asset
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2a259167-5e10-4a1a-84ad-37b85f227b66n%40googlegroups.com.