Hi Advisors,

I have tried to query several accounts to get the descriptions, headlines, 
images, videos fields for app_engagement_ad on ad_group_ad, but all results 
of those fields are not appearing.

    SELECT
        customer.id,
        campaign.id,
        ad_group.id,
        ad_group_ad.ad.id,
        ad_group_ad.ad.name,
        ad_group_ad.ad.type,
        ad_group_ad.ad.app_engagement_ad.descriptions,
        ad_group_ad.ad.app_engagement_ad.headlines,
        ad_group_ad.ad.app_engagement_ad.images,
        ad_group_ad.ad.app_engagement_ad.videos
    FROM 
        ad_group_ad
    WHERE
        ad_group_ad.ad.type IN (
            APP_ENGAGEMENT_AD
        )

Here is the sample account I have tried. 5931120994

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/5bd50976-021b-4aa5-81a6-0f2b05719dfdn%40googlegroups.com.

Reply via email to