Re: Extract data from Google Ads with Python

2022-07-28 Thread Jade Nguyen
Just my thought, if the data is old, can you manually download from the Google Ads console in csv file and load to your database? You mentioned that 'This society mades some publicity campaigns using Google Ads two years ago and stopped to use it the last year. ' On Tuesday, July 5, 2022 at

We would like to call 'call performance report' API from the affiliate Google Ads account, who should apply for Authorization and Authentication?

2022-07-28 Thread Jade Nguyen
We have been partnering with the marketing affiliate to attract calls to our business, and we want to call google ads api (especially call performance report for cost visibility) from this affiliate's Google Ads MCC account. So Who should apply for the authentication and authorization? The

Re: Version v8 is deprecated. Requests to this version will be blocked.

2022-07-11 Thread Jade Nguyen
I was able to update v8 to v11 using Google Ads SDK and python script. Step 1: Update your python to 3.7. Step 2: pip install google-ads to get the latest Google Ads SDK, which is v11. Link: https://pypi.org/project/google-ads/#description. Step 3: Update the google-ads.yml to include

Re: Version v8 is deprecated. Requests to this version will be blocked.

2022-07-01 Thread Jade Nguyen
Carmela, I updated my Google Ads SDK python package to the latest version, using the command pip install google-ads (https://pypi.org/project/google-ads/#description). Note that my jupyter notebook with 3.7 version, which is aligned with what Google Ads v11 supports. Once again, I was able to

Re: Version v8 is deprecated. Requests to this version will be blocked.

2022-06-30 Thread Jade Nguyen
Thank Ernie, I used this script of campaign performance report and was able to get the response However, when I was trying to parse this response into the panda data frame, I encountered the error. I believe that the step when I was trying to parse the response to pandas data returned the

Re: Version v8 is deprecated. Requests to this version will be blocked.

2022-06-29 Thread Jade Nguyen
Happy Wednesday from Seattle, I also received the the same message while trying to the list of account that manage campaigns. How do I upgraded v8 to v9? In another word, what service I should use to get the list of account id? I referred to this GitHub:

Metrics cannot be requested for a manager account.

2021-06-10 Thread Jade Nguyen
I created a google ads test manager account and tried to run the following example and got the following error . It seems that I need to add account and campaign under test MCC account, but couldn't do so. Error: Request made: ClientCustomerId: 7196751964, Host: googleads.googleapis.com,