How to get search results from Radius Targeting

2017-09-05 Thread 김지원
Hi, 1. We would like to know how to get search results from Radius Targeting. Code examples would be great! We found how to get search results for Geo targeting as following: Selector selector = new SelectorBuilder() .fields( "Id",

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Pradeep, It seems that you are running the PHP examples from a web application. Our PHP examples are meant to be run in a command prompt, and not in a web page as stated here . Also, you don't need to update the OAuth2TokenBuilder.p

Re: Problem with mutatelabel PHP?

2017-09-05 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, I was able to test AddCampaignLabels.php successfully. Please note that you need to update the campaign and label Ids in the sample before running the code. Could

Re: Where does CriterionUserList ID come from?

2017-09-05 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Are you referring to the UserListId which is required for adding CriterionUserList? If so, you need to use AdwordsUserListService

Re: Error in AddKeyword.php sample [AdGroupCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand.criterion; trigger:'Criterion', ]

2017-09-05 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Victor, Could you enable logging and provide the SOAP request and response logs for this AdGroupCriterionOperation so I can take a look? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. --

Re: Bidding via API

2017-09-05 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Noam, Please find my answers below: 1. Set Max CPC bid per keyword ID You could check this guide to understand how to set bids at a keyword level. A complete sample in Java can be found here <

Re: Suddenly not able to mutate?

2017-09-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Based on the logs, OperationAccessDenied.ACTION_NOT_PERMITTED error is encountered when you don't have an authorization to invoke the service methods (get, mutate, etc.). It

Re: API version v201609 warning email: Does this apply to Scripts somehow?

2017-09-05 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Roy, Could you provide your MCC Id so I can take a look? You can use the *Reply privately to author* option when responding. Thanks, Shwetha, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.

Re: Link client to MCC or OAuth 2.0

2017-09-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, By linking the manager account to the AdWords accounts, it will streamline the app review process and reduce the number of times you need to go through the authentication process to manage the AdWords accounts thr

Problem with mutatelabel PHP?

2017-09-05 Thread phoomipat . u
I tried running the example that adds label to campaigns (AddCampaignLabels.php) but the mutatelabel function doesn't seem to be working. Is this happening to anyone else? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeve

Error in AddKeyword.php sample [AdGroupCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand.criterion; trigger:'Criterion', ]

2017-09-05 Thread Victor P
Hello, I am working in the library to add keywords using php and I get permatively the following error with the basic example :ror: [AdGroupCriterionError.CONCRETE_TYPE_REQUIRED

Suddenly not able to mutate?

2017-09-05 Thread phoomipat . u
Hello, I was using the adgroupservice->mutate function for a while up until today. Here's the error I got: [2017-09-05 18:09:19] AW_SOAP.WARNING: clientCustomerId=761-847-2146 operations= 1 service=AdGroupService method=mutate responseTime=237 requestId=0005586f4044d4 200a626e019b0064e9 server=

Where does CriterionUserList ID come from?

2017-09-05 Thread Lukas Lukac
Hi, I am looking into AdWords doc for CriterionUserList https://developers.google.com/adwords/api/docs/reference/v201705/CampaignCriterionService.CriterionUserList and I am curious where does the required ID attribute coming from? I know that for Location Criterion: https://developers.googl

Re: Java API - null array reference: is it empty, or simply not provided?

2017-09-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello David, The AdWords API doesn't return all the fields of an object by default, you need to specify the list of fields you want to retrieve when building the selector. If you have explicitly

API version v201609 warning email: Does this apply to Scripts somehow?

2017-09-05 Thread Roy Steves
I received this today: Dear AdWords API Developer (MCC ID XX), You’re receiving this message because your AdWords API Developer account submitted 100% of your API requests to an outdated API version within the past seven days. *AdWords API v201609 has been deprecated and will stop acce

Link client to MCC or OAuth 2.0

2017-09-05 Thread Neefla Technologies Ltd.
Hello, We have several new clients soon and we have our own AdWords API developer token. What is the best way to manage their accounts with the API : 1. Link their accounts to our MCC account 2. Get them to auhtroize our API app access to their accounts using OAuth 2.0 (note : client

Bidding via API

2017-09-05 Thread Neefla Technologies Ltd.
Hello, Can someone exlpain how do I go about the following with the API? 1. Set Max CPC bid per keyword ID 2. Set bid adjust. for : age, gender, city, zipcode, hour of the day, day of the week 1. Is it better to create a SEPERATE campaign per city, targeting specific city,

Re: Keywords Performance report multiple rows per keyword

2017-09-05 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Stewart, Glad to hear that you figured out the solution. AdGroupCriterionId is unique only in the scope of the AdGroup. You can refer to this guide for more details on the scope of object uni

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-05 Thread Pradeep Kumar
Also I am running Api from http://*.com/adwords/examples/AdWords/v201609/Reporting/GetReportFields.php and i configured the file as you mentioned. public static function main() { // Generate a refreshable OAuth2 credential for authentication. $oAuth2Credential = (new OAuth2TokenBui

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-05 Thread Pradeep Kumar
Hi Vincent, I tried to o the same but getting same error. What i did is given below. Please have a look and guide me what am i doing wrong?? public function fromFile($path = null) { /*if ($path === null) { $path = self::DEFAULT_CONFIGURATION_FILENAME; }*/

Re: Keywords Performance report multiple rows per keyword

2017-09-05 Thread StewartR
My mistake, the missing segment is (of course!!) adGroupId because keywordIds are not unique in themselves Apologies! On Tuesday, September 5, 2017 at 2:55:51 PM UTC+1, StewartR wrote: > > Hi, > > The docs for the `KEYWORDS_PERFORMANCE_REPORT` suggest that there is one > row per keyword but

Keywords Performance report multiple rows per keyword

2017-09-05 Thread StewartR
Hi, The docs for the `KEYWORDS_PERFORMANCE_REPORT` suggest that there is one row per keyword but I find that I am getting multiple rows back for each keyword when just selecting `Cost` and `Id`. How do I find out which attributes are segmenting the data? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Offline conversion feed - Update conversion value or Delete conversion

2017-09-05 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, To my knowledge there are no plans to change this functionality. This is dictated at the AdWords product level, meaning that no matter how you access AdWords, this restriction is in place, so there isn't really anything we can do from the API side to circumvent it. Regards, Mike, AdWord

Java API - null array reference: is it empty, or simply not provided?

2017-09-05 Thread David Antunes
Hi, Is there any way in general terms to determine when an array on the Java API for AdWords (an array with Labels, or FinalURLs, etc) is null if that means that there are no elements or if it means that that field was not provided? Thanks! David -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Not true is determined by the balance on the account.

2017-09-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Getting the cost from Account Performance Report and using a formula to get the actual remaining balance will give you an estimated value, but this does not necessarily mean that it will be the same value with the AdWords UI. This functionality is not fully supported yet in the AdWords API.

Re: Not true is determined by the balance on the account.

2017-09-05 Thread getbudget1
> > To get the remaining amount of a budget order, you could query for Cost > from the Account Performance Report > > within > the date range during which the BudgetOrder >