PHP Api v.4.5.0 breaks ClientLogin

2013-07-28 Thread stiggywigget
Our existing application uses the AdWordsUser class constructor to send email/pass OR authentication token. It sends $oauth2Info = NULL. This has worked fine until the current php api release (necessary for 201302/201306 support). Now it throws an oAuth2 Exception. I'm aware that ClientLogin is

Best way to retrieve all keyword ideas

2013-07-28 Thread Shai Cantor
Hi, As I've read in former posts, there is no option to control sorting of keyword ideas, and that sorting is to be done on the client side. In order to do that I would like to retrieve *all* keywords. Unfortunately, retrieving all 800 keyword ideas takes about 20-25 seconds. That's way too much

CustomerSyncService - CustomerSyncError

2013-07-28 Thread Krish
Hi, I am trying to user CustomerSyncService to know the changes of my Campaigns. I am passing an Array of Campaign Ids to the CustomerSyncService, It threw and CustomerSyncError with TOO_MANY_CHANGES (one of the campaign id has too many changes). In CustomerSyncError object, CampaignId it

Re: How can I see my token review progress?

2013-07-28 Thread yogis
I replied to the first email from "AdWords API Review" team, and I made a connection with them. Consequently we were given their approval to use AdWords API. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http

Re: OAuth 2.0 error, while upgrading to newer version (i.e. v201306)

2013-07-28 Thread Majo
Keep in mind that ClientLogin API is deprecated, and its use is strongly discouraged. See https://developers.google.com/accounts/docs/AuthForInstalledApps for details. On Wednesday, 24 July 2013 17:37:26 UTC+2, CFJ wrote: > > I had the same problem on upgrade from v201209 to v201306. Fixed it

Analytics metrics e.g. visitBounceRate, AvgTimeOnSite NOT accessible via AdWords API?

2013-07-28 Thread Christian Borck
I am developing a bid management application for Google AdWords. For several internal predictions I would like to use not only the standard AdWords metrics but also some (OnPage)-Analytics metrics like visitBounceRate & AvgTimeOnSite. Both accounts are linked properly and I can pull these dat

Re: OAuth 2.0 error, while upgrading to newer version (i.e. v201306)

2013-07-28 Thread Majo
Keep in mind that ClientLogin API is deprecated, and its use is strongly discouraged. See https://developers.google.com/accounts/docs/AuthForInstalledApps for details. On Wednesday, 24 July 2013 17:37:26 UTC+2, CFJ wrote: > > I had the same problem on upgrade from v201209 to v201306. Fixed it

Re: Issue migrating from v201209 to v201306

2013-07-28 Thread Anash P. Oommen (AdWords API Team)
Hi Tommy, This looks like a PHP client library issue, could you open an issue at https://code.google.com/p/google-api-adwords-php/issues/list so that the developers can follow up with you? Cheers, Anash P. Oommen AdWords API Advisor On Friday, July 26, 2013 7:28:02 PM UTC+5:30, Tommy Newman wr

Re: API Review Team Approval

2013-07-28 Thread Anash P. Oommen (AdWords API Team)
Hi, If you have a Google Account manager, you could reach out to them, otherwise you could reach the team directly at adwordsapi-tok...@google.com. The team may take a while to respond, they will reach out using the email address you have on AdWords API Center page. Cheers, Anash P. Oommen AdW

Re: client secret for service accounts

2013-07-28 Thread Anash P. Oommen (AdWords API Team)
Hi, Could you please open an issue at https://code.google.com/p/google-api-ads-java/issues/list, so that the developers can reach out to you? Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, July 26, 2013 6:43:50 PM UTC+5:30, SkaiBoa wrote: > > Hello, > > we got a Java-based applicatio

Re: Why is ClientLoginTokens marked as deprecated

2013-07-28 Thread Anash P. Oommen (AdWords API Team)
Hi, ClientLogin API is deprecated, the official sunset is in Apr 2015. However, AdWords API may discontinue support for ClientLogin API earlier, hence we marked the classes as deprecated. We haven't announced a sunset date, so it should work for another six months. You can refer to https://d

Re: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]

2013-07-28 Thread mcc
Still Same Error, Not Able To *Mutatelink using google adwords api v201306* -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]

2013-07-28 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you please post the request xml including http headers? (Please remove the sensitive infomation such as developer token) I'm looking into that. Best, - Takeshi, AdWords API Team On Monday, July 29, 2013 1:52:36 PM UTC+9, m...@adwordize.de wrote: > > Still Same Error, Not Able To *Mut

Re: Adwords API sign up

2013-07-28 Thread Takeshi Hagikura (AdWords API Team)
Hi, Once API costs are charged at a rate of US$0.25 per 1000 API units (please see https://developers.google.com/adwords/api/docs/ratesheet). But now it has been changed for new API pricing (please see http://googleadsdeveloper.blogspot.jp/2013/01/new-simplified-adwords-api-pricing.html ). So t

Re: update TemplateAd properties

2013-07-28 Thread Takeshi Hagikura (AdWords API Team)
Hi, Do you mind posting the actual SOAP mutate request xml (please remove the sensitive information)? Best, - Takeshi, AdWords API Team On Thursday, July 25, 2013 3:42:01 AM UTC+9, saverio mucci wrote: > > Hi there, > I'm tring to mutate an existing TemplateAd but i get able to send the > m

Re: Error: User Rate Limit Exceeded -> OAuth2 / PHP clientlibrary / cross client reporting / SimpleOAuth2Handler->RefreshAccessToken

2013-07-28 Thread Takeshi Hagikura (AdWords API Team)
Hi Jan, I think that can be avoided if the access token is cached and only requested when the access token is about to expire. I'm asking the PHP library maintainer for comments. Best, - Takeshi, On Thursday, July 25, 2013 5:23:24 AM UTC+9, Jan Catrysse wrote: > > Hello, > > We've updated to

Re: how to rename a campaign in adwords api php

2013-07-28 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please see this example . Best, - Takeshi, AdWords API Team On Thursday, July 25, 2013 5:51:22 PM UTC+9, Akhilesh Ojha wrote: > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

Re: Error in running adwords api examples in php

2013-07-28 Thread Takeshi Hagikura (AdWords API Team)
Hi, What error specifically are you facing? Can you please attach the actual SOAP request and response? Best, - Takeshi, On Thursday, July 25, 2013 7:07:06 PM UTC+9, dev3.we...@gmail.com wrote: > > *How to run adwords api examples using url in php* > > please reply to my email id..

Re: Analytics metrics e.g. visitBounceRate, AvgTimeOnSite NOT accessible via AdWords API?

2013-07-28 Thread Takeshi Hagikura (AdWords API Team)
Hi, Unfortunately it's not supported to pull the Analytics metrics from AdWords API and is not on the roadmap. Best, - Takeshi, AdWords API Team On Friday, July 26, 2013 8:01:58 PM UTC+9, Christian Borck wrote: > > I am developing a bid management application for Google AdWords. For > several

Re: Integer Id fields in GEO_PERFORMANCE_REPORT

2013-07-28 Thread Takeshi Hagikura (AdWords API Team)
Hi Devesh, Thanks. Confirmed the situation. Escalated a request to fix the fieldType to String. Best, - Takeshi, AdWords API Team On Saturday, July 27, 2013 3:10:21 AM UTC+9, Devesh Parekh wrote: > > Hi Takeshi, > > Yes, all the values for these ID fields are non-numerical (like "Ireland" > a

Re: API access to API usage data?

2013-07-28 Thread Takeshi Hagikura (AdWords API Team)
Hi, It's not supported currently. The possible way is storing the number of API calls locally. Best, - Takeshi, AdWords API Team On Wednesday, July 24, 2013 4:23:03 AM UTC+9, Jacob Elder wrote: > > Is there any programmatic way to get the number of API calls I've used in > a given period? --