Re: Average monthly searches vs Keyword planner

2015-10-06 Thread Benjamin Thys
EDIT1: The first example i provide on the top post is wrong, i apologize the result is correct with the API and the keyword planner :http://i.imgur.com/1EIefCW.png ans the result i have with API : http://i.imgur.com/4FSgSz2.png

Re: developer token approval

2015-10-06 Thread Umesh Dengale
Hello, Have you filled out the second part of the application form? If not, please go ahead and fill it out. Once you submit that form, the AdWords API Compliance team will respond with an answer within a business day. If you DID fill out this

Re: Average monthly searches vs Keyword planner

2015-10-06 Thread Benjamin Thys
Thank you for your reply Michael Ok i've tried many keywords with diff date range and the default date range with the API is 12 month, like the keyword planner Here is an other example ; i have try 20 keywords with the API : http://i.imgur.com/hEP57KQ.png and the same 20 keyword with the

Announcing v201509 of the AdWords API

2015-10-06 Thread Josh Radcliff (AdWords API Team)
Today we’re announcing the release of AdWords API v201509. Here are the highlights: - *Improved batch processing*. The new BatchJobService supports all of the same operations as MutateJobService

Re: adwords api ruby client for v201509 ?

2015-10-06 Thread Michael Cloonan (AdWords API Team)
Hello, The client libraries for the new version will be posted soon, hopefully by the end of the week. Regards, Mike, AdWords API Team On Tuesday, October 6, 2015 at 1:46:32 PM UTC-4, ven...@reportgarden.com wrote: > > Hello, > > I just found that VIDEO_PERFORMANCE_REPORT is out with latest

Re: Problem creating App Engagement Ads

2015-10-06 Thread sebastian . lamelas
> > We'll give it another try and I'll let you know if everything is OK now. > We performed a second run setting appId and appStore and this time the image ads were approved. As I said before, the problem in the first run was that we were setting incompatible values. I'll chose your previous

adwords api ruby client for v201509 ?

2015-10-06 Thread venkat
Hello, I just found that VIDEO_PERFORMANCE_REPORT is out with latest adwords api version (v201509). However when I tried with the ruby client library I got the error in logs as - Unknown version 'v201509'. It looked like the api gem client gem is not updated yet. If that's the case, could you

Re: AdError.INVALID_TEMPLATE_ID when creating TemplateAd's 445

2015-10-06 Thread sebastian . lamelas
Anthony, Thanet, do you have any news on this issue? El miércoles, 30 de septiembre de 2015, 11:11:43 (UTC-3), sebastia...@despegar.com escribió: > > BTW, Anthony, have you seen the private reponse I sent you? > > El miércoles, 30 de septiembre de 2015, 11:11:04 (UTC-3), >

Bulk Operations - Create AdGroups and Keywords in a single call

2015-10-06 Thread AdWordsApiUser
So I have a pretty standard scenario - I want to create an ad group, and some keywords + text ads that have to go into this ad group. I want to use the MutateJobService. Creating an Ad or Keyword requires the ad group id, which is not available if the ad group is also being created. Shopping

Re: Bulk Operations - Create AdGroups and Keywords in a single call

2015-10-06 Thread Umesh Dengale
Hello, You could use new BatchJobService which support the temporary ids . The BatchJobService is available in v201509 and

Re: Error during product partition creation

2015-10-06 Thread pushpendra jaiswal
Thanks for your response . If my account don't have any active/paused campaign, in the case the code works and if account already have a active/paused campaign then doesn't work . On Tuesday, October 6, 2015 at 12:39:55 AM UTC+5:30, Anthony Madrigal wrote: > > Hi, > > You said that sometimes

Re: Applying RLSA audiences to adgroups

2015-10-06 Thread Anthony Madrigal
Hi SK, Sorry about the delay. In order to grab the relevant adgroups, you will need to run two queries. First, run a query to grab *all *adgroups. Next, run a query to grab all adgroups with a USERLIST criteria. Then you can remove all entries returned by the second query from the data

Re: Adwords API error: HTTP 502 Bad Gateway when using AdWords API v201502 & v201506

2015-10-06 Thread Chirag
Hello Umesh, I am also facing same since yesterday and Yes, it is frequently while downloading reports, even after waiting for 30 seconds still got the same error. Error 502 (Server Error)!!1 The server encountered a temporary error and could not complete your request. Thanks, On

Re: Average monthly searches vs Keyword planner

2015-10-06 Thread Michael Cloonan (AdWords API Team)
Hello, Can you please try manually specifying the same date range on both the API request and the keyword planner? I want to rule out the possibility that the default date range on the API service and the web interface don't match. Regards, Mike, AdWords API Team On Monday, October 5, 2015 at

developer token approval

2015-10-06 Thread potestatem . contasmkt
more than seven days sent a request to google about developer token approval is still pending. But got no answer. Someone has been there and knows please tell me which way should I go? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Error during product partition creation

2015-10-06 Thread Anthony Madrigal
Hi, Since you are using the AdGroupCriterionService, do you mean AdGroup instead of campaign? Could you please send me both your SOAP request and response for the successful and failed operations through *Reply privately to author*? This will help me see why it is working for one and not the

Re: PHP Fatal: Maximum execution time of 0 seconds exceeded

2015-10-06 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Mark, Thanks for letting us know. Feel free to contact us if this happens again. Best, Thanet, AdWords API Team On Tuesday, October 6, 2015 at 5:41:09 AM UTC+9, Mark Rogoyski wrote: > > Hi Thanet, > > This is the PHP version info: > PHP 5.5.9-1ubuntu4.5 (cli) (built: Oct 29 2014 11:59:10) >

Re: RateExceededError occurring a lot more often today

2015-10-06 Thread Nadine Sundquist (AdWords API Team)
Hi Alexander, The engineers told me they've found a solution, and you shouldn't be seeing these issues anymore. Best, Nadine, AdWords API Team On Wednesday, September 30, 2015 at 3:50:09 PM UTC-4, Nadine Sundquist (AdWords API Team) wrote: > > Hello Alexander, > > Here's a quick update. I

Re: Adwords API error: HTTP 502 Bad Gateway when using AdWords API v201502 & v201506

2015-10-06 Thread Umesh Dengale
Hello, Could you please provide the report request logs privately to me? Just click *Reply privately to author* in the forum when responding. Don't forget to remove the developer token in the output. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Bulk Operations - Create AdGroups and Keywords in a single call

2015-10-06 Thread Umesh Dengale
Hello, You need two separate calls for MutateJobService , one for creating the AdGroups and second for creating the ads and keywords using the AdGroupIds created in the first call. You could check out our

Bid simulator (bid landscapes) data for shopping campaigns

2015-10-06 Thread Visar
Hi, I'm trying to retrieve bid simulator data for product groups in shopping campaigns. I'm doing this both from the AdWords interface (by clicking the little graph in the Max. CPC field) and also via the API by running the *GetKeywordBidSimulations *example script that can be found in the