Re: Get Campaigns stats in ruby on rails

2013-08-15 Thread Danial Klimkin
This was discussed / resolved over email (as I saw the email before this thread). -Danial. On Thursday, August 8, 2013 6:15:45 PM UTC+4, Alex wrote: > > Hello, > > I am trying to lean rails and use the google adwords api in the same time > so for some it might be strange that I am not able to

Re: TargetingIdeaService return keywords stats not matched with Web UI.

2013-08-15 Thread Danial Klimkin
Hello Chirag, I am sorry I initially got confused by a different parameter. I ran a few queries for the keywords you specified in both UI and API and results are matching exactly for me. Are you using the new Keyword Planner? If so, please make sure you use the same network for the UI ("Google

Empty Performance Reports

2013-08-15 Thread Ewan Heming
Hi All, I answered a questionon the AdWords Scripts forum where I mentioned that reports without any metric fields are often empty. I've always just added the impressions column when I just want the structural data, but

Is there a way to update ad extensions through the API?

2013-08-15 Thread Herb Brittner
Is there a way to update ad extensions through the API or can you only do it through the AdWords interface? Or if I create an upgraded sitelink through the API will AdWords consider that an upgrade and only use the newly created extension? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: invalid grant with php

2013-08-15 Thread Paul Matthews (AdWords API Team)
Can you confirm that you've both followed the instructions in the OAuth2 Wiki page ? Specifically the part about running the GetRefreshToken.php example

Re: Accessing AdGroupCriterion - 'TopOfPageCpc'

2013-08-15 Thread Paul Matthews (AdWords API Team)
Hi Christopher, We occasionally release features as beta which are not ready for public use. We trial them with a small number of users to reduce bugs and scaling issues, before evaluating whether to open up the feature to the wider audience. Regards, - Paul, AdWords API Team. On Thursday, 8

Re: Budget.associatedCampaigns in v201306

2013-08-15 Thread Rasmus Ladekjær Pedersen
Hi Danial I guess I can do that, it just seems to be a lot less pretty solution than that of the v201302 API. On Wednesday, August 7, 2013 11:59:01 AM UTC+2, Danial Klimkin wrote: > > Hello Rasmus, > > > You can use the Budget Performance Report to find the associations: > > https://developer

Re: Authentication error with Google Adwords V201306

2013-08-15 Thread Paul Matthews (AdWords API Team)
Hi Pramod, Firstly v201209 has now been sunset, please see the sunset schedulefor more information on this. Secondly, which library are you using? Many of the libraries inform their users that they should switch to OAuth2, but will s

Since migrating from 201209 to 201306 KeywordEstimateRequest returns very high impression and click values

2013-08-15 Thread warren pearson
Previously with v201209 we got similar results to the Keyword Tool, i.e. 200 impressions per day, not the 1 impressions per day now resulting in v201306 as follows REQUEST: https://adwords.google.com/api/adwords/cm/v201306"; xmlns:o="https://adwords.google.com/api/adwords/o/v201306"; xml

Having trouble with migrating from ClientLogin to OAuth2 ASP.NET for Adwords API

2013-08-15 Thread egarlock
* What I need:* I have an ASP.NET webservice that I am trying to update from the Client Login authentication method to the OAuth2 authentication method. I use this webservice to get campaign information for multiple accounts. All of these accounts are linked to a single MCC account. *What I hav

How to migrate from ConversionOptimizerAdGroupBids with v201306

2013-08-15 Thread adwordsapi
I've been searching everywhere, but I can't find out how to migrate from using ConversionOptimizerAdGroupBids to whatever a replacement is for v201306. var bids = new ConversionOptimizerAdGroupBids(); bids.targetCpa = new Bid(); bids.targetCpa.a

Re: [RateExceededError ]

2013-08-15 Thread Philip Cox
Hi there, I'm getting this issue too, after a very small amount of requests while trying set destination URLs on keywords. Is this the same, known issue, or something new? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.bl

DotNet Library v16 - How to set returnMoneyInMicros to false?

2013-08-15 Thread skamath
I am using DotNet Library v16.1.0. When reporting, the default for returnMoneyInMicros is set to true in the headers. How can we set this to false? I could not find this property in AdWordsAppConfig.dll. Thanks in advance. Sai -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Where to find info on AD_FORMAT_NOT_SPECIFIED error?

2013-08-15 Thread Sam
Hi, I'm suddenly getting an AD_FORMAT_NOT_SPECIFIED error via my AdWords API. Looking at the v201302 source have no reference of this error type. Can someone help shed some light on where I can find more information about this error? Thanks. soap:Server

Service account via Java client getting "access_denied"

2013-08-15 Thread sfeinstein
I'm using the v201306 API, trying to succeed at auth and call AdWords APIs. We've created a service account and I downloaded the private key. I'm attempting to create a credential via: GoogleCredential credential = new GoogleCredential.Builder().setTransport(HTTP_TRANSPORT) .setJsonFactory(JSO

Re: google adwords ruby client threadsafe

2013-08-15 Thread Alex Simion
If you check the Client Library Features for Ruby the thread safe feature is listed. There is a example created by Danial you can find it here: https://code.google.com/p/google-api-ads-ruby/source/browse/#git%2Fadwords_api%2Fexamples%2Fadwords_on_rails On Monday, August 12, 2013 4:40:22 PM UTC+1

.Net adwords Client Library v16 returnMoneyInMicros

2013-08-15 Thread skamath
How can we set the value of returnMoneyInMicros to false in the soap headers? I am using .Net adwords Client Library v16.1.0 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwor

Не работает тестовый доступ

2013-08-15 Thread Павел Силенко
Имеется тестовый доступ, но я не могу получиться доступ к API выходит ошибка QuotaCheckError.INCOMPLETE_SIGNUP Поддержка отвечает уже 2 недели, и в конце ответила что мой аккаунт заблокирован они ничем помочь не могут! или не хотят? Мой аккаунт не заблокирован, у меня есть тестовый акка

Get the used device for report

2013-08-15 Thread David Morawitzky
Hey guys, I am trying to write an Application in which I extract useful information about the ads (cost, clicks, etc.). I'd also like to get the device on which the ad was clicked. I am a bit confused, because this can be selected in ValueTrack URL, but I can't find it in any service. The onl

Re: How do I modify two keywords in an ad group which only differ by match type

2013-08-15 Thread Philip Cox
Hi Danial, Thanks for the reply. I'm double checking my numbers, and I'm not 100% confident that it's not just a but in our import system (they multiple keywords with the same id in the same adgroup.) I'm currently waiting for standard access to be approved, and once it has I'll rerun everyth

Adwords API Development problem

2013-08-15 Thread Naji Amer
Dear Google Developers, As i have understood, there is no way i can get an approved developer token without an app that have the minimum required functionality for adwords API. also, i know that the adwords test account is disabled and cannot run live campaigns - so all values will stay

Re: adwords and google app engine

2013-08-15 Thread Paul Matthews (AdWords API Team)
Hi Ashish, Can you give us more information please, for instance: Which documentation are you following? What language and library are you using? Regards, - Paul, AdWords API Team. On Saturday, 10 August 2013 05:09:54 UTC-4, Ashish agarwal wrote: > > Hi adwords Team, > > I am trying to use adw

Re: Clientlogin deprecation questions: single user account, python

2013-08-15 Thread Paul Matthews (AdWords API Team)
Hi Sh X, The error message is indeed correct, we do encourage you to migrate to the OAuth2authentication mechanism. For single users, you can use the installed application flow