Using python3 for campaigns report

2020-02-12 Thread Олеся Васина
Hello! I am trying to get stats from campaign report and got an error module 'google.ads.google_ads.v2.proto.errors' has no attribute 'errors_pb2'. Here is a part of code: client = GoogleAdsClient.load_from_string(yaml.safe_dump(adwords_client_config)) ga_service =

Re: Download UAC RT campaigns stat using adwords api

2020-02-06 Thread Олеся Васина
Hi! Thank you for answering! I download stats by such query, but i can't download UAC engagement type campaigns. So my question is about possibility of downloading engagements stats using Adwords API. Have a nice day! Thank you, Olesya среда, 5 февраля 2020 г., 23:53:17 UTC+3 пользователь

Download UAC RT campaigns stat using adwords api

2020-02-05 Thread Олеся Васина
Hi! We have a problem with downloading UAC RT campaigns stat using adwords api. I lnow that it is not supported by old API and we should use google Ads instead. But we can not do it, because it is in beta testing and we have very important regular process. Can you please advise us, may be you

Re: CRITERIA_PERFORMANCE_REPORT in Adwords API

2020-08-16 Thread Олеся Васина
=client_customer_id )код... суббота, 15 августа 2020 г., 9:24:58 UTC+3 пользователь Олеся Васина написал: > > HI! > > I am getting strange logs while fetching data > from CRITERIA_PERFORMANCE_REPORT. > > Code has worked successfully before. > > DEBUG zeep.ca

Re: CRITERIA_PERFORMANCE_REPORT in Adwords API

2020-08-16 Thread Олеся Васина
, client_customer_id=client_customer_id ) суббота, 15 августа 2020 г., 9:24:58 UTC+3 пользователь Олеся Васина написал: > > HI! > > I am getting strange logs while fetching data > from CRITERIA_PERFORMANCE_REPORT. > > Code has worked successfully before. > >

Re: CRITERIA_PERFORMANCE_REPORT in Adwords API

2020-08-15 Thread Олеся Васина
55-4f9c-8bb6-aa505742cce2 DEBUG zeep.xsd.schema: Resolving in schema суббота, 15 августа 2020 г., 9:24:58 UTC+3 пользователь Олеся Васина написал: > > HI! > > I am getting strange logs while fetching data > from CRITERIA_PERFORMANCE_REPORT. > > Code has worked successfull

CRITERIA_PERFORMANCE_REPORT in Adwords API

2020-08-15 Thread Олеся Васина
HI! I am getting strange logs while fetching data from CRITERIA_PERFORMANCE_REPORT. Code has worked successfully before. DEBUG zeep.cache: Cache HIT for https://adwords.google.com/api/adwords/reportdownload/v201809/reportDefinition.xsd DEBUG zeep.xsd.schema: Init schema document for None

Google Ads Api Beta

2020-05-26 Thread Олеся Васина
Hi all! We need to fetch different statistics using Ads API and Adwords API. Now we get more and more accounts from which we can't download statistics using Adwords API, but we can download using Ads API. So we need to upgrade our production code to new API. That is why i would like to ask,

CRITERIA_PERFORMANCE_REPORT in Google Ads Api

2020-06-17 Thread Олеся Васина
Hello! Can you please help me to migrate CRITERIA_PERFORMANCE_REPORT to Google Ads Api? Thank you in advance, Have a nice fay, Olesya -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: CRITERIA_PERFORMANCE_REPORT in Google Ads Api

2020-06-22 Thread Олеся Васина
Nirmita, thank you! Query is quite appropriate for me. But i can't select fields from segments, such as segments.date and segments.keyword.ad_group_criterion which i need for my task. Can you please help me to solve this problem? Thank you! Best regards, Olesya понедельник, 22 июня 2020

Re: CRITERIA_PERFORMANCE_REPORT in Google Ads Api

2020-06-22 Thread Олеся Васина
Hi Nirmita, Thanks for your answer. I need to migrate this code to Google Ads API SELECT Date, ExternalCustomerId, CampaignId, AdGroupId, Id, Criteria, CriteriaType FROM CRITERIA_PERFORMANCE_REPORT DURING {start_date}, {end_date} I can't use

Filter active accounts using Google ads Api

2020-08-14 Thread Олеся Васина
Hello! I have many accounts and i don't want to worry about their inability. Please help me to exclude inactive or paused accounts from my report. Thank you in advance! Have a nice day! Olesya -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: