Re: change status vs. change history

2020-01-25 Thread Asaf Zinger
last change that the campaign owner did so if there is another way to find it, it will be great. On Tuesday, January 21, 2020 at 5:10:22 PM UTC+2, Asaf Zinger wrote: > > Hi, > I'm using GoogleAds API change_status to get my campaign change history > with this q

change status vs. change history

2020-01-21 Thread Asaf Zinger
Hi, I'm using GoogleAds API change_status to get my campaign change history with this query: > SELECT > change_status.ad_group, > change_status.last_change_date_time, > change_status.ad_group_ad, > ch

Re: Bug Google Ads Search Customer Client

2019-10-07 Thread Asaf Zinger
> > I have the same issue, when changing the API version to v1 it works fine: > ga_service = client.get_service('GoogleAdsService', version='v1') > when I use v2 and select from customer_client I always get empty result without errors (it used to work fine for me too a month ago) On Friday,

Google Ads API Cannot create linked customer with api v2

2019-07-17 Thread Asaf Zinger
Hi, I'm trying to create a new customer using the example from git: https://github.com/googleads/google-ads-python/blob/master/examples/account_management/create_customer.py I'm getting the following error: TypeError: create_customer_client() missing 2 required positional arguments: 'email_addres