How to update the keyword text ,keyword status and maxCpc of keyword using API ?

2015-01-19 Thread Shobhan Babu
Hi, I want to update keyword text,keyword status and maxCPC of the keyword using API,is there any way to these things through API ,if it is available please provide the code in php Thank you.. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: htt

Re: Caught exception: SOAP-ERROR: Parsing WSDL

2015-01-19 Thread Anash P. Oommen (AdWords API Team)
Hi Anca, AdWords API v201309 was sunset over a year ago. Try changing that endpoint to v201409, which is the latest version. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, January 20, 2015 at 2:56:59 AM UTC+5:30, Anca Suciu wrote: > > Hello, > > I have a test program in PHP that crea

Re: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED on MCC sub account for examples

2015-01-19 Thread Anash P. Oommen (AdWords API Team)
Hi, You can set clientCustomerId either in your googleads.yaml file (https://github.com/googleads/googleads-python-lib/blob/master/googleads.yaml#L8), or you can set this at the runtime (https://github.com/googleads/googleads-python-lib/blob/master/README.md#how-do-i-change-the-client-customer

Re: getting adgroup max cpc

2015-01-19 Thread András Révai
OK, thanks, but then my question is: how can I retrieve the biddingStrategyConfiguration field of the adgroup? It is not selectable (see: https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupService.AdGroup). András 2015. január 20., kedd 5:08:58 UTC+1 időpontban Anash P. O

Re: How to retrieve all LocationCriterions via LocationCriterionService

2015-01-19 Thread Anash P. Oommen (AdWords API Team)
Hi Hans, You should be using the data from the CSV, since the data doesn't change that frequently. You could use LocationCriterionService if you want to lookup a few locations based on user input, and you think that your local data is out of sync with the server. Cheers, Anash P. Oommen, AdWor

Re: Notification Account Changes via API

2015-01-19 Thread Anash P. Oommen (AdWords API Team)
Hi Assaf, This information is not yet available through AdWords API. There's a long pending feature request to expose Change history that could provide you this information. But as of now, I don't have a time frame for the release of that feature. Cheers, Anash P. Oommen, AdWords API Advisor.

Re: getting adgroup max cpc

2015-01-19 Thread Anash P. Oommen (AdWords API Team)
Hi, You need to retrieve the biddingStrategyConfiguration field of the adgroup and look at its biddingStrategyType

Re: How to integrate keyword Planner tool

2015-01-19 Thread Anash P. Oommen (AdWords API Team)
Hi Talib, You need to first apply for AdWords API developer token, and then fill out this form: https://services.google.com/fb/forms/newtoken/. The token review and compliance team will get back to you in 2 business days, and you can ask your questions on the email thread to the compliance team

Re: How does a Batched operation response work?

2015-01-19 Thread Anash P. Oommen (AdWords API Team)
Hi Oliver, The behavior is controlled by an AdWords API SOAP header called partialFailure. If you disable partialFailure, then the whole request fails if at least one operation fails (this is the default). If you enable partial failure, the failed operations will be returned in a separate field

Caught exception: SOAP-ERROR: Parsing WSDL

2015-01-19 Thread Anca Suciu
Hello, I have a test program in PHP that creates some ad groups. This script ran successfully one year ago but not it's getting this error: *Caught exception: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load

Re: Where is AdWords API Center (left menu) and how to integrate in Test Mode,

2015-01-19 Thread kk
Have you resolved this issue? ... I have both production (active and established w/ cc) and test accounts -- no Adwords api in the menu. On Tuesday, December 9, 2014 at 7:09:28 AM UTC-5, Naresh Kumar wrote: > > As i have created a MCC account with > https://developers.google.com/adwords/api/doc

AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED on MCC sub account for examples

2015-01-19 Thread ticket
Hi, I´m using Python. I finally managed to get the access thing running (in fact I hope so). I filled in the values into my googleads.yaml at the "adwords:" section. The file is saved in my home path so that adwords.AdWordsClient.LoadFromStorage() should load this file. Now I figured out that

Re: What is the limit on number of operations sent?

2015-01-19 Thread Anash P. Oommen (AdWords API Team)
Hi Oliver, You can find the recommended limits for number of operations on https://developers.google.com/adwords/api/docs/appendix/limits#general Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, January 19, 2015 at 8:55:41 PM UTC+5:30, Oliver wrote: > > In the Best Practices page: > > h

How to retrieve all LocationCriterions via LocationCriterionService

2015-01-19 Thread HK
Hi, Is there a way to get all the LocationCriterions via the LocationCriterionService? It seems that it requires certain predicates. I'd like to retrieve all of them maybe once every two weeks and store locally. Is it instead expected that API users download the CSV files from https://develope

Re: Lots of bad gateway exception when calling Adwords API to download campaigns

2015-01-19 Thread HK
We also saw an uptick in those on 1/7. We probably have one every 3 days or so, but on the 7th, we had 5. So in other words, another "me too" :-) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.go

Immediate Requirement || Java Server Side Developers@Jersey City, NJ

2015-01-19 Thread Anurag Singh
Please find the detailed job description mention below. It will be really appreciated if you can provide me your updated resume at your earliest. Looking forward for your response. JOB Title : Java Server Side Developers with Restful Webservices Experience Location : Jersey City, NJ Duration :

Immediate Requirement || .Net Developers with javacsript@Jersey City, NJ

2015-01-19 Thread Anurag Singh
Please find the detailed job description mention below. It will be really appreciated if you can provide me your updated resume at your earliest. Looking forward for your response. JOB Title : .Net WPF, Javascript UI Developers Location : Jersey City, NJ Duration : 12+ Months Job description:

How does a Batched operation response work?

2015-01-19 Thread Oliver
Assume we want to create 10 new text Ads. We use *AdGroupAd.mutate()* and pass the 10 *AdGroupAdO**peration *objects. The response from the mutate method is an *AdGroupAdReturnValue *object. Assume the creation of 3 out of the 10 Ads failed (Policy violation, etc.) How long is the *AdGroupAd*[]

What is the limit on number of operations sent?

2015-01-19 Thread Oliver
In the Best Practices page: https://developers.google.com/adwords/api/docs/guides/bestpractices and under the *Batch Operations together into fewer requests *section it says: * There are limits on the number of operations allowed in a request, and you may need to adjust your batch size to ach

Re: Notification Account Changes via API

2015-01-19 Thread assaf
OK, I see the data is limited and I can get only the IDs of changed objects (I see the example GetAccountChanges.java). Is there any what to know who performed the change? Thanks, Assaf בתאריך יום שני, 19 בינואר 2015 בשעה 11:56:18 UTC+2, מאת assaf: > > Hi Onash, > > Thanks for the quick answer

Re: How to integrate keyword Planner tool

2015-01-19 Thread Talib Ali
Hi Anash, Thanks for the prompt reply! Currently I am developing an application where I wanted to use few API calls. It was mentioned that all the api services were required as per required minimum functionality. Can you tell me what is the criterior for RMF. Also, once the application is de

getting adgroup max cpc

2015-01-19 Thread András Révai
Hi, How exactly can I get the max cpc of an adgroup? Thanks, András -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: cost value different in Account_Performance_Report and Keywords_Performance_Report?

2015-01-19 Thread Danial Klimkin
Hello, That's Campaigns -> Display Network tab -> Display keywords. -Danial, AdWords API Team. On Friday, January 9, 2015 at 12:36:12 AM UTC+3, HeatherH wrote: > > What is the corresponding report in the UI? I'm interested in seeing the > UI version of the display keyword performance report

Re: How can we write the predicate for Keyword performance report which are paused keywords

2015-01-19 Thread Danial Klimkin
Hello Kiran, The predicate looks correct (you may want to leave out "REMOVED" entry though). Are you sure there are paused keywords under the given ad group with non-zero impressions? -Danial, AdWords API Team. On Monday, January 19, 2015 at 10:44:37 AM UTC+3, Kiran Kumar wrote: > > > > Hi

Re: I can't run keyword planner APIs

2015-01-19 Thread Danial Klimkin
Hello, Are you an AdExchange API user? This request type is not supported for AdX. -Danial, AdWords API Team. On Saturday, January 17, 2015 at 3:32:47 AM UTC+3, mehrdad.no...@netseer.com wrote: > > I am running the statndard keyword planner API in your website. I seem to > have the right Ac

Re: Notification Account Changes via API

2015-01-19 Thread assaf
Hi Onash, Thanks for the quick answer. A couple of followup questions: 1. Why can't I find the Selector fields for CustomerSyncService as in other services in - https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201409 ? 2. This service only returns what object have c