Re: google Client library for reports for v201109

2011-10-21 Thread Anash P. Oommen
Hi, The AdWords API Java library is available at http://code.google.com/p/google-api-adwords-java/, but it hasn't been updated yet to support v201109. We are working to add support for v201109 in all client libraries, but I don't have a date by which it would be updated. Cheers, Anash P.

Re: How to get remaining budget for the account

2011-10-21 Thread Anash P. Oommen
Hi, Budget handling at account level is not supported by AdWords API. But if you know the initial budget, then you can calculate the cost using a campaign performance report, and the difference would give you the remaining budget. Cheers, Anash P. Oommen, AdWords API Advisor. --

Re: sandbox: getting ADD_OPERATION_NOT_PERMITTED with both/either clientEmail and clientId

2011-10-21 Thread Anash P. Oommen
Hi, The second call should have worked; I took it from the logs for AdWords API .NET library (for which I am adding v201109 support). I don't have curl on my laptop right now, but I'll check it later today and help you figure out what's wrong with the 2nd request. As for ruby library, the

Re: Adwords API exception An internal error has occurred. Please retry your request

2011-10-21 Thread Anash P. Oommen
Hi Shobha, An unexpected internal error means that something went wrong at the AdWords API server side. That said, v13 reports are deprecated, consider moving to v201109 reports instead. Cheers, Anash P.Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Get Campaign details for each month in a single call

2011-10-21 Thread Anash P. Oommen
Hi Ronn, As Jason mentioned, cross-client reports aren't supported in AdWords API. You can refer to http://code.google.com/p/google-api-adwords-java/source/browse/#svn%2Fapps%2Fmultipleclientreportdownloader%2Fsrc%2Fcom%2Fgoogle%2Fapi%2Fadwords%2Freportdownload for some code example that

Re: Anyone able to access the API in an Obj-C (iOS) project?

2011-10-21 Thread Anash P. Oommen
Hi Van, I don't have experience writing apps for iOS, but if you want to keep the app strictly to your phone alone, then may be the AdWords API Js library can be of some use. See http://code.google.com/p/google-api-adwords-js/ for details.

Re: Getting global or local search volume of a keyword via API

2011-10-21 Thread Anash P. Oommen
Hi Santhosh, Since you are using AdWords API Java library, the issue of generating ClientLogin token is no longer relevant; the library will take care of you. As for IOException, looks like the library has some issue reaching https://www.google.com/accounts/ClientLogin. Are you still facing

Re: Google Adwords Developer Token

2011-10-21 Thread Anash P. Oommen
Hi Ricky, Feel free to reach out to adwordsapi-tok...@google.com if you haven't heard back from us after waiting for 6 weeks. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: AuthorizationError.USER_PERMISSION_DENIE

2011-10-21 Thread Anash P. Oommen
Hi Alwin, AdWords API v201109 no longer supports clientEmail, so try providing the client customerId in the clientId field instead. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: How to get a report. sample code? where to find it?

2011-10-21 Thread Anash P. Oommen
Hi, Try looking at http://code.google.com/p/google-api-adwords-java/source/browse/#svn%2Fapps%2Fmultipleclientreportdownloader%2Fsrc%2Fcom%2Fgoogle%2Fapi%2Fadwords%2Freportdownload. It shows a Java example on how to download v201109 reports for multiple clients in parallel. Cheers, Anash P.

Re: V201109 csv report format re quote characters?

2011-10-21 Thread Anash P. Oommen
Hi Reed, Could you post the relevant snippet from the report where this is happening? Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: AuthorizationError.USER_PERMISSION_DENIE

2011-10-21 Thread Alwin
Hi Anash Thanks, I also tried this and same result! Alwin On Oct 21, 8:49 am, Anash P. Oommen anash.p.oommen +fo...@google.com wrote: Hi Alwin, AdWords API v201109 no longer supports clientEmail, so try providing the client customerId in the clientId field instead. Cheers, Anash P.

Re: Search Volume for mobile searches?

2011-10-21 Thread calford
Thanks Eric, since i have never specified a DeviceType before, does it mean that the results I have gotten are for all devices? thanks On Oct 20, 11:17 pm, Eric Koleda eric.kol...@google.com wrote: Hi Calford, You should be able to use the DeviceTypeSearchParameter to limit your results to

Re: AuthorizationError.USER_PERMISSION_DENIE

2011-10-21 Thread Anash P. Oommen
Hi Alwin, In that case, please post a SOAP xml online after masking out the developerToken, authToken, etc. I'll take a look. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

when does oAuth access token expire?

2011-10-21 Thread bhavin
Hi, with the new v201109 release of API adwords now supports oAuth1.0. But, I could not figure out when does an access token expire. Is there any time-frame associated with access-tokens? What are the best-practices related to it? Thanks in advance. --

Re: when does oAuth access token expire?

2011-10-21 Thread Oldskool
An oAuth token doesn't expire by itself. The user can choose to revoke access to your app/service whenever they want to. Until that time, the token remains valid. On 21 okt, 12:50, bhavin bha...@sokrati.com wrote: Hi, with the new v201109 release of API adwords now supports oAuth1.0. But, I

RateExceededError QuotaExceededError

2011-10-21 Thread Yaron Elkayem
Hi to the support team, After several (4 to 12 in this example) SOAP request against the sandbox, for each service, there is a systematical ApiError response of type RateExceededError or QuotaExceededError. we are using the V201101 version and are migrating from v200909. we did not receive this

how do I set daily budget to a campaign using java api v201101

2011-10-21 Thread dummy one
Hi , I am new to adwords . how do I set daily budget to a campaign using java api v201101 , I can't set it , I want my daily budget as Rs 25/ day .please provide me some code i have used as , Budget budget = new Budget(); budget.setPeriod(BudgetBudgetPeriod.DAILY);

Re: AuthorizationError.USER_PERMISSION_DENIE

2011-10-21 Thread Alwin
Hi Anash I'll post this later, but maybe this could be the problem: my login email for the mcc account has no @gmail.com domain, when I created the account I chosed a different email. today I heart that this is becoming a problem with the migration of google Apps. If this is a problem, how can

Search term report, missing data for yesterday

2011-10-21 Thread Nesha
Hi, i am trying to use ReportDefinition service, version v201101, and i have problem to get data for YESTERDAY. I also can't see search term data for yesterday on google adwords site. But if I select some date in the past that is not yesterday i have data. Problem is because i use LAST_7_DAYS

How to Add and Get specific location for my campaign

2011-10-21 Thread dummy one
Hi , I want to add Australia , India as location for my campaign how can i add it , I found code for generic model ..How can it be done in specific manner , / Set GeoTargetType. GeoTargetTypeSetting geoSetting = new GeoTargetTypeSetting(); geoSetting.positiveGeoTargetType =

Re: Search term report, missing data for yesterday

2011-10-21 Thread Brilliant Media
We always use custom date ranges (they're not that much more difficult) - but data for yesterday available when we try and get it at around 0800hrs. We've also noticed that sometimes the figures don't settle for up to three days (I guess this is due to click fraud), so we always refresh the

Adhoc Reporting Response Codes

2011-10-21 Thread Brilliant Media
I've noticed that, in general, the Adhoc reporting returns a 400 response with the error message in the body when I ask it to do something silly (like ask for a report on an MCC Customer). This behaviour is, however, inconsistent, as you can post a report definition with an incorrect

Re: To get the Global and Local search volumes/ result through adwords API

2011-10-21 Thread santhosh kumar
Thanks Eric, Regards, Santhosh.A -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Re: Getting global or local search volume of a keyword via API

2011-10-21 Thread santhosh kumar
Hi Anash, I'm using the AdWords Sandbox API for the first time. I'm using the java client library(V201101) to access the API. When I tried calling the TargetingIdeaService service, I'm getting the AuthenticationError.NOT_ADS_USER error. Error: AxisFault faultCode:

quality score change triggers customer sync service change?

2011-10-21 Thread timp
Hey there, I posted this question before, somehow I can't find it. If the quality score of a criteria changes, will the customer sync service say there has been a change? Thanks, -tim -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: average position for clicks

2011-10-21 Thread timp
Awesome. Thanks! -tim On Oct 17, 5:15 pm, Eric Koleda eric.kol...@google.com wrote: Hi Tim, Yes, the information he provided is correct.  Feel free to test it for yourself! Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: AuthorizationError.USER_PERMISSION_DENIE

2011-10-21 Thread Alwin
Hi below the logs of my failed request, somehow my mcc customer id is in the effected user field, so I would try to set a campaign in an mcc account, this explains the error. But why do it mixed the client and the mcc ids??? my adwords.properties file email=mcc_email password=mcc_pass

Re: Search term report, missing data for yesterday

2011-10-21 Thread Nesha
I am trying to avoid custom date range, because on that way i always must create new definition report, and that cost :) I created temp solution, i will always take last 14 days data, and cron will be executed on every 7 days, but i will prevent duplicates, and on that way i will fill one missing

Re: Keywordless Dynamic Search Ad in AdGroupAdService

2011-10-21 Thread Eric Koleda
Hi Tank, I can confirm that Dynamic Search Ads are not yet exposed via the API. We'll let the product team know that there is interest in managing these through the API. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Get domain list by keyword search?

2011-10-21 Thread Eric Koleda
Hi Eric, You can use the TargetingIdeaService to get placement ideas based off of seed keywords. This works the same way as the Placement Tool in the AdWords web interface. The placements it suggests might not be the top ones returned in search results, but they may help with your campaign

Re: AuthenticationError.NOT_ADS_USER

2011-10-21 Thread Eric Koleda
Hi Fams, To initialize your sandbox account you should make your first request to CampaignService.get(), as described here: http://code.google.com/apis/adwords/docs/sandbox.html#getting-started Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Getting UNSUPPORTED_TYPE_IS_USED errors when using Traffic Estimator Service with location or language criteria.

2011-10-21 Thread Eric Koleda
Hi Benjamin, As is the case throughout the API, you must specify the xsi:type attribute on an element that can be one of many different types. In this case, the element namesp1:criteria should have the attribute xsi:type=namesp2:Location on it. Best, - Eric Koleda, AdWords API Team --

Re: v201109 Criteria performance report - automatic placements data?

2011-10-21 Thread Eric Koleda
Hi Reed, The behavior you described is as designed. The goal of the CRITERIA report was to have one report that included data from keywords, placements, etc. It segments the data by the criterion that triggered the impression, so you can determine how well your criteria are performing. The

Re: Error: !!!2|||-1|||Improperly formatted report request??? for AdHoc Reports Service

2011-10-21 Thread Eric Koleda
Hi Dave, For stored definition report downloads (where you pass an ID) we recommended using GET, since there was no large payload. For ad-hoc report downloads (where you pass the XML directly) the payload could be quite large, so a POST is recommended instead. Best, - Eric --

Re: Quality Score History

2011-10-21 Thread Eric Koleda
Hi Tim, Quality score is like a statistic for the keyword, so the changing value won't be reflected in the CustomerSyncService. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Search Volume for mobile searches?

2011-10-21 Thread Eric Koleda
Hi Calford, I believe this search parameter will only adjust the stats returned, and not adjust the actual list of keyword ideas returned. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Error: !!!2|||-1|||Improperly formatted report request??? for AdHoc Reports Service

2011-10-21 Thread Cap'n of d'Ship
hi Dave, could you post the xml you used to access the sample report successfully? I was rechecking our xml based on what Eric posted and we still couldn't get it to work. thanks! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: