Re: Getting INVALID_ID error even though I have confirmed that the keyword ID and AdGroupId are correct?

2017-10-26 Thread abe
Sorry but how would I verify with AdGroupService.get()? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Getting INVALID_ID error even though I have confirmed that the keyword ID and AdGroupId are correct?

2017-10-25 Thread abe
This is the code I am using: private fun SetKeywordStatus(keywordId: Long, adGroupId: Long, status: UserStatus) { val keyword = Criterion() keyword.id = keywordId val keywordBiddableAdGroupCriterion = BiddableAdGroupCriterion() keywordBiddableAdGroupCriterion.adGroupId =

Getting INVALID_ID error even though I have confirmed that the keyword ID and AdGroupId are correct?

2017-10-25 Thread abe
I'm attempting to update the status of a keyword through the API, but when I submit my request I get the error: [EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId; trigger:'AdGroupId: 47280168706'] I have double checked and the keyword ID and AdGroupId I am submitting are correct.

Re: How to change the status of a keyword (criterion)?

2017-10-24 Thread abe
The Code example should look like this sorry: fun ChangeKeywordStatus(keywordId: Long, adGroupId: Long) { val keyword = Criterion() keyword.id = keywordId val biddableAdGroupCriterion = BiddableAdGroupCriterion() biddableAdGroupCriterion.adGroupId = adGroupId

Re: How to change the status of a keyword (criterion)?

2017-10-24 Thread abe
The code example should look like this sorry: fun ChangeKeywordStatus(keywordId: Long, adGroupId: Long) { val keyword = Criterion() keyword.id = keywordId val biddableAdGroupCriterion = BiddableAdGroupCriterion() biddableAdGroupCriterion.adGroupId =

How to change the status of a keyword (criterion)?

2017-10-24 Thread abe
I'm trying to create a function in a Kotlin application (which uses the Java API) that will update the status of the keyword. By looking over the documentation i've been able to get close, but I'm not clear on what exactly I need to do to set the status. This is what I have so far: fun

How to get the actual keyword text as part of Keywords Performance report?

2017-10-20 Thread abe
This feel like a stupid question, but I am having a hard time figuring out which field I need to include when pulling KEYWORDS_PERFORMANCE_REPORT in order to get the actual text for the keyword? I've

Inconsistent number of results returned from TargetingIdeaService

2017-07-08 Thread abe-burnett
I've done some searching of the forum and don't see anything which explains the weird issues I'm running into. In short: when I submit the same list of keywords to the API, I get different numbers of returned results. - I submit 12,031 keywords to the TargetingIdeaService - On one run

How do I get related keywords monthly search volume?

2017-02-15 Thread abe-burnett
Hi there, I'm trying to use the API with the Targeting Idea Service to get "targeted_monthly_searches" for various search terms: e.g., react.js, vue.js, angular.js. The trick is that I clearly get different results between, say, react.js and reactjs. So I'd prefer the aggregated related