Re: AdWordsReportError

2017-08-10 Thread Zhen
Thanks! Vincent, it worked. I'll follow your suggestion. Zhen On Wednesday, August 9, 2017 at 8:35:06 PM UTC-7, Vincent Racaza (AdWords API Team) wrote: > > Hi Zhen, > > If you are including a Date segment in your report, you also need to > include a DURING clause in your repor

Adswords Download error - AdWordsReportError

2017-08-08 Thread Zhen
Hi, I'm trying to get GEO_PERFORMANCE_REPORT from API. When I tried with the sample "CRITERIA_PERFORMANCE_REPORT", the call is successful, when I tried with GEO_PERFORMANCE_REPORT, I get below errors: from googleads import adwords def main(client): # Initialize appropriate service.

AdWordsReportError

2017-08-08 Thread Zhen
Hi, I'm trying to get GEO_PERFORMANCE_REPORT from API. When I tried with the sample "CRITERIA_PERFORMANCE_REPORT", the call is successful, when I tried with GEO_PERFORMANCE_REPORT, I get below errors: from googleads import adwords def main(client): # Initialize appropriate service.

Re: AdWordsReportError

2017-08-09 Thread Zhen
atus, AdGroupId ,' 'AverageCost, Clicks, Cost, MostSpecificCriteriaId ' 'FROM GEO_PERFORMANCE_REPORT ' 'WHERE Year in [2016, 2017]' ) It works without "Date", but threw the same "AdWordsReportError" with "Date".

Re: AdWordsReportError

2017-08-09 Thread zhen
Thanks Vincent! Yes it worked. Zhen On Wednesday, August 9, 2017 at 12:05:10 AM UTC-7, Vincent Racaza (AdWords API Team) wrote: > > Hi Zhen, > > For Geo Performance Report > <https://developers.google.com/adwords/api/docs/appendix/reports/geo-performance-report>, >

Performance Report with User List and Product Partition

2016-09-23 Thread zhen . lin
Hi, We trying to track the performance(Cost/Clicks) on User List(Audience) + Production Partition level, is it supported by current Reporting API? Thanks, Paul -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Performance Report with User List and Product Partition

2016-09-23 Thread zhen . lin
Hi Joyce, I understand the report could either on audience level or partition level. My questions is if it's possible to have the both criteria as selector, report format may like this ProductGroup, UserListId, Cost, Clicks Thanks, Paul On Friday, September 23, 2016 at 4:13:19 PM UTC+8,

How to get google ads account credit or balance?

2020-01-16 Thread Akav Zhen
Dear All: Thank you all in advance. Here is what we know: If we set a google account with payment setting "Automatic Payments",the account will have a account threshold,as ads runs,there is a positive value shows as credit,and will trigger a payment if the ads accrued account threshold or 30

Re: How to get google ads account credit or balance?

2020-01-18 Thread Akav Zhen
Thank you. As I mentioned before,the budget for some Automatic Payments account is set to Unlimited,which just make the subtracting impossible. On Saturday, January 18, 2020 at 4:35:10 AM UTC+8, adsapiforumadvisor wrote: > > Hi Akav, > > Thank you for the clarification. Through the API the

Re: How to get google ads account credit or balance?

2020-01-19 Thread Akav Zhen
So,is that impossible to get the remaining credit for a Automatic Payments account which set the budget to unlimited? Thank you. On Sunday, January 19, 2020 at 9:51:23 AM UTC+8, Akav Zhen wrote: > > Thank you. > > As I mentioned before,the budget for some Automatic Payments accou

Re: How to get google ads account credit or balance?

2020-01-21 Thread Akav Zhen
Well,I might consider changing some config then. Thank you for your help. On Wednesday, January 22, 2020 at 4:03:49 AM UTC+8, adsapiforumadvisor wrote: > > Hi Akav, > > In the case that your Automatic Budget account is set to unlimited making > the subtraction impossible, then unfortunately it

Re: How to get google ads account credit or balance?

2020-01-16 Thread Akav Zhen
Thank you for your help. I tried the BudgetOrder.totalAdjustments way,but it didn't work out. On a Monthly invoicing account with a budget,the BudgetOrder did gives the

Re: How to get google ads account credit or balance?

2020-01-16 Thread Akav Zhen
-17_142005.jpg] On Friday, January 17, 2020 at 1:39:52 PM UTC+8, Akav Zhen wrote: > > Thank you for your help. > I tried the BudgetOrder.totalAdjustments > <https://developers.google.com/adwords/api/docs/reference/v201809/BudgetOrderService.BudgetOrder#totaladjustments> > way,

Re: Google Ads API PERMISSION_DENIED after migrateing adwords api to google ads api

2020-01-02 Thread Akav Zhen
Hi, Thank you for your reply. My point is,the adwords api and google ads api are using exactly the same ads developer token and google api project. I only changed the ADWORDS section to GOOGLE_ADS section in the config file. The adwords part is still working,which makes sure the adwords api

Google Ads API PERMISSION_DENIED after migrateing adwords api to google ads api

2019-12-31 Thread Akav Zhen
Hi, My program is working fine with adwords api. Now,I migrate some codes from adwords api to google ads api,for the ini config part,I add a new section GOOGLE_ADS, and copy the developerToken from the ADWORDS section, and nothing else. Then,when I run the sample code of google ads, I got error

Re: How to add multiple keywords to a keyword plan within a single API call?

2020-06-04 Thread Zhen Guo
How many operations does the example count towards the daily operation limit? 在 2020年6月4日星期四 UTC-4上午9:46:18,adsapiforumadvisor写道: > > Hi Zhen, > > Thank you for reaching out. When creating your plan request, you just need > to add multiple KeywordPlanKeyword > <https://

Re: Getting INVALID_ARGUMENT error when adding 2000 keywords to a keyword plan

2020-06-05 Thread Zhen Guo
Alright, I solved it. It turns out that there are some duplicated keywords in my list. 在 2020年6月5日星期五 UTC-4下午2:43:37,Zhen Guo写道: > > Hi, > > I am using a test account on google ads api. I was trying to add 2000 > keywords to my keyword plan to get forecast metrics.

Getting INVALID_ARGUMENT error when adding 2000 keywords to a keyword plan

2020-06-05 Thread Zhen Guo
or with message "A keyword with same text and match type already exists.". On field: operations Error with message "A keyword with same text and match type already exists.". On field: operations Error with message "A keyword with same text and match

Can't get keywords in Google Ads API

2020-06-05 Thread Zhen Guo
used ./get_keywords.py -c ***. What could be the problem? Thank you, Zhen -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Re: Sufficient way to get keyword ID in Google Ads API?

2020-06-08 Thread Zhen Guo
Or, is there any way that I can store the keywords and ids when I add keywords? Right now, when I add a keyword plan, only ids are returned, so I don't know which keywords they are mapping to. 在 2020年6月8日星期一 UTC-4下午12:12:49,Zhen Guo写道: > > Hi, > > Is there a more sufficient way to

Sufficient way to get keyword ID in Google Ads API?

2020-06-08 Thread Zhen Guo
Hi, Is there a more sufficient way to get keywords and their ids than querying the criteria? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

How to get a specific keyword text value by its id in Google ads API?

2020-06-08 Thread Zhen Guo
How to get a specific keyword text value by its id in Google ads API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed

Saving keywords and their resource name in Google Ads API

2020-06-08 Thread Zhen Guo
with resource name: customers/7373145990/keywordPlanKeywords/254861647567 Created keyword plan keyword with resource name: customers/7373145990/keywordPlanKeywords/254861647570 Created keyword plan keyword with resource name: customers/7373145990/keywordPlanKeywords/254861647573 Thank you, Zhen

How to add multiple keywords to a keyword plan within a single API call?

2020-06-03 Thread Zhen Guo
Hi, I am new to Google Ads API. I know there should be a way to add multiple keywords to a keyword plan within a single API call. I have about 2000 keywords so I don't want to waste my daily operations on just adding them to the plan. I read through the batch processing, but none of the

Re: How to add multiple keywords to a keyword plan within a single API call?

2020-06-04 Thread Zhen Guo
So, if I understand this correctly, the way the example adding keywords count as ONE API operation. Right? 在 2020年6月4日星期四 UTC-4上午9:46:18,adsapiforumadvisor写道: > > Hi Zhen, > > Thank you for reaching out. When creating your plan request, you just need > to add multiple Key