Saving keywords and their resource name in Google Ads API

2020-06-08 Thread Zhen Guo
Hi, When generating keyword plans, I get a list of keyword resource names like the following. Is there a way I can get the specific keyword that they are responding to? Are these responses ordered in the same way I pass the keyword operations to the API call? Created keyword plan keyword with

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

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

Can't get keywords in Google Ads API

2020-06-05 Thread Zhen Guo
Hi, I tried to get a map of my keywords and their ids, but can't really make the query work. I used the example to get all keywords, but it does not give me any results nor errors. I don't have any issue when running forecast metrics for the same account and keywordplan. Here is the command I

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
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. I keep getting the following error. "A keyword with same text and match type already exists."But when I try to query keywords form my account, the keywords do not

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 >

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 KeywordPlanKeyword >

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