Hello,

In AdGroup we have ads with type "Responsive display ad" and "Third party ad" 
: 
Then I am trying to get all ads for this addGroup via Ads API :

ga_service = self.client.get_service("GoogleAdsService", version="v2")

query = (
    "SELECT ad_group_ad.ad.name, ad_group_ad.ad.type, ad_group_ad.ad.id "
    "FROM ad_group_ad "
    'WHERE ad_group_ad.ad_group = "<RESOURCE_NAME>"'
)

response = ga_service.search(account_id, query=query)


After that I am receiving only ads with type  "Responsive display ad" , but 
ads with type "Third party ad" are missing.
Is it known issue ?
Do you know when mention issue will be fixed ?

Thanks

Br,
Nazar

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/04192759-4894-4a38-8edd-0eba9d091725%40googlegroups.com.

Reply via email to