Hi,

I am using version 3 of google Ads API to get campaign performance report, 
now I am getting this following error can you please help me in this ?

error message: " Version v3 is deprecated. Requests to this version will be 
blocked."

Code: ga_service = client.get_service("GoogleAdsService", version="v3")
            #to get only yesterday data
            query = ('SELECT ad_group.campaign, ad_group.id, ad_group.name, 
campaign.id, campaign.name, ad_group_ad.ad.id, ad_group_ad.status,
ad_group_ad.ad.name,segments.date,segments.day_of_week, 
metrics.cost_micros,metrics.impressions,metrics.clicks,metrics.interactions,metrics.engagements,metrics.conversions
 
FROM ad_group_ad where segments.date DURING YESTERDAY '
                             ' ORDER BY ad_group.id')
           
            response = ga_service.search_stream(customer_id[ids], 
query=query)

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/39d94d1f-45a7-4b8b-a296-f4f5019ea1afn%40googlegroups.com.

Reply via email to