Hello,
Any reply to this? We need to fix this urgently.

On Tuesday, August 18, 2020 at 3:33:44 PM UTC-5 Ahmed Adly wrote:

> Hello,
> I have this query: 
>
> String query = "SELECT ad_group.id, "
> + "ad_group_ad.ad.id, "
> + "ad_group_ad.ad.name," +
> " ad_group_ad.ad.type, " +
> "ad_group_ad.ad.shopping_product_ad " +
> " FROM ad_group_ad " +
> "Where ad_group_ad.ad.type = \"SHOPPING_PRODUCT_AD\" ";
>
> it runs successfully and i can extract all fields, However, when i try to 
> extract ShoppingProductAdInfo object it returns empty although all ads has 
> the type SHOPPING_PRODUCT_AD 
>
> this is how i extract it
>
> AdGroupAd adGroupAd =googleAdsRow.getAdGroupAd();
> Ad ad = adGroupAd.getAd();
> ShoppingProductAdInfo shoppingProductAd = ad.getShoppingProductAd();
>
> Any ideas?
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/772700e6-9dd2-48cc-a822-c776a71be089n%40googlegroups.com.

Reply via email to