Re: Questions for bid landscape

2013-06-27 Thread cynust
Added one more question 在 2013年6月28日星期五UTC+8上午9时51分48秒,cyn...@gmail.com写道: > Thanks David for your input again. > > Couple more questions, > - How can I tell which point is the current performance point in the API > returned result? I don't see an indication for that specific point. > - Is the

Re: Questions for bid landscape

2013-06-27 Thread cynust
Thanks David for your input again. Couple more questions, - How can I tell which point is the current performance point in the API returned result? I don't see an indication for that specific point. - Is the current performance point a simulated result or it's the actual performance the keyword

Re: Does Feed Service only for Sitelink or also for other type of extension?

2013-06-27 Thread Julian Khandros
David, What about Location extensions? As per Google's announcement on May 20 ( https://groups.google.com/forum/?fromgroups#!msg/adwordsapi-announcements/z1jIdREKi_I/Cia_RqMmxXsJ) starting Sept 23, 2013 ad extensions will be available only via the Feed Servicces APIs. If indeed as you say

API Ads from test account not being triggered

2013-06-27 Thread Shruti
Hi, I'm trying to test the eligible Ads from my API account in the Ads Preview And Diagnosis simulator. None of the ads are being triggered. Is that because my API account is a test account? How can I be sure that these ads will start triggering when this account is no longer a test account? T

Re: Questions for bid landscape

2013-06-27 Thread David Torres (AdWords API Team)
Hi Cinus, See my answers inline. Best, - David On Monday, June 24, 2013 10:17:22 PM UTC-4, cyn...@gmail.com wrote: > > Thanks David for your response. Some follow-up questions, > > 1. Why would the landscape points not considered as current, I thought the > simulation is based on last 7 days

Re: Cannot get Ad

2013-06-27 Thread jellegaa
Yes, issue is constant. Two examples. First an Ad with parent campaign status=paused Second an Ad with self status=Deleted Both returns nothing, while both can be found with reporting service. First REQUEST: http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwords/

Re: Confusion about OAuth2 process

2013-06-27 Thread Jeremy Aube
If you request a refresh token, you'll only need to visit the website once. Going through this process will generate a token that can be used more or less indefinitely. On Wednesday, June 26, 2013 11:35:33 AM UTC-4, Log Reader wrote: > > Hello, > > This is my first time using the google api so

Re: Best practice for migrating to v201302

2013-06-27 Thread Alan Coleman
Thanks Danial, I took this route and only encountered one issue, that was with the SOAP Compression: https://groups.google.com/forum/#!topic/adwords-api/1SCphmtfAsU On Thursday, June 27, 2013 11:40:18 AM UTC+1, Danial Klimkin wrote: > > Hello Alan, > > > I'd suggest option 1. The latest PHP lib

Re: HTTP/1.1 415 Unsupported Media Type in PHP Library adwords_api_php_4.2.5

2013-06-27 Thread Alan Coleman
I set the COMPRESSION Setting to 0 in the settings.ini This was necessary to disable SOAP Content-Encoding when using AdWords PHP Library adwords_api_php_4.2.5 Content-Encoding: deflate [SOAP] ; Enable/disable gzip compression on SOAP requests and responses. COMPRESSION = 0 On Thursday, June

Re: New "Top Movers" Report

2013-06-27 Thread Danial Klimkin
Hello Rob, The report is currently not available in the API but it should be possible to compile a similar one manually. With the API it is easy to pull two reports with the same parameters and different dates and compare them. -Danial, AdWords API Team. On Monday, June 24, 2013 9:50:42 PM

Re: Best practice for migrating to v201302

2013-06-27 Thread Danial Klimkin
Hello Alan, I'd suggest option 1. The latest PHP library (as well as all other official libraries) supports all available API versions, currently v201209 and v201302. The older library versions only support API versions available at the time of the library release. -Danial, AdWords API Team

Re: Costs

2013-06-27 Thread Danial Klimkin
Hello Denis, 3 days or 72 hours, so the final numbers for May 1st will be available on May 5th. -Danial, AdWords API Team. On Wednesday, June 26, 2013 6:20:40 PM UTC+4, Денис Воскобойник wrote: > > Does that mean all costs in API will be stabilizied within 3 days? If I > get to costs May 4

Career Finders- Web API developers

2013-06-27 Thread Jiana Parwani
Hi, I am looking to recruit a Web API developer for a top online gaming company based in Gibraltar. Is this a role anyone might be interested in? If so let me know and we can discuss further. Best Regards, Jiana -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

Re: Cannot get Ad

2013-06-27 Thread Takeshi Hagikura (AdWords API Team)
Hi Jesper, I don't think it's relevant. > Does it have any influence that a parent is paused or somehow disabled? If that issue still happens, please post the request/response logs. I can look into that. Best, - Takeshi, AdWords API Team On Tuesday, June 25, 2013 8:52:34 PM UTC+9, Jesper Elle

Re: Issue when adding keyword with different bidding than adgroup default value

2013-06-27 Thread Takeshi Hagikura (AdWords API Team)
Hi Ro, Apologies for responding here late. I got your point. So does this examplework for you? (If you are using other languages, there are sim

Re: HTTP/1.1 415 Unsupported Media Type in PHP Library adwords_api_php_4.2.5

2013-06-27 Thread Takeshi Hagikura (AdWords API Team)
Hi Alan, What types of call did you made, soap call or AdHoc reports? Can you please also post the soap logs (except for the sensitive information)? Best, - Takeshi, AdWords API Team On Tuesday, June 25, 2013 7:26:40 AM UTC+9, Alan Coleman wrote: > > Hello everyone, > > I'm moving from php libr

Re: java.lang.ClassNotFoundException: com.google.api.client.util.Preconditions

2013-06-27 Thread JVSrvcs
I am using Maven and things will compile, this error only appears at runtime. It looks like Preconditions is instantiated at runtime and cannot be found. On Monday, March 25, 2013 12:19:26 AM UTC-6, Takeshi Hagikura (AdWords API Team) wrote: > > Hi, > > It's most likely you are missing some de

Re: java.lang.ClassNotFoundException: com.google.api.client.util.Preconditions

2013-06-27 Thread JVSrvcs
I am getting the same error. I am using Maven, something is mucked up with the poms if this class cannot be found. Any solution so far? On Friday, March 22, 2013 1:03:45 PM UTC-6, F.Per wrote: > > Hi > > im trying to use oAuth2 with the webServerClient connection, and i get a > "java.lang.Cl

Re: java.lang.ClassNotFoundException: com.google.api.client.util.Preconditions

2013-06-27 Thread JVSrvcs
I am getting the same error and using Maven, something is mucked up with the poms that needs to be fixed. I do not know which jar this class is to be found. This was working with an earlier version of the API jar in my pom, I just updated to the latest version and now have a problem finding t

Confusion about OAuth2 process

2013-06-27 Thread Log Reader
Hello, This is my first time using the google api so forgive me if this is a dumb question. I'm attempting to get an authentication code to access a user's fusion table data. I am stuck at the very first stage though. I'm using the python version of the OAuth process. Here is what I have so far

Display network keywords showing 0 clicks

2013-06-27 Thread Alexey
Hi, I'm using v201302 + php to get information on individual keywords via selectors. The keywords stats for Display Networks seem to consistently show 0 clicks (the keyword stats are accurate for Search Networks). I can also see accurate clicks + cost data for all my Display Network keywords i

Re: Call Details Report

2013-06-27 Thread Takeshi Hagikura (AdWords API Team)
Hi Eric, If need a beta access, please contact your account manager or CSR. That is an invite only program. Best, - Takeshi, On Saturday, June 22, 2013 1:15:23 AM UTC+9, Eric Brzezenski wrote: > > Any Updates on when the 'Call Details Report' will be released into the > Adwords Api basic ac