Re: problems signing up for Adwords API access

2010-08-26 Thread AdWords API Advisor
Hi Wei, You might have created an MCC account as per the instructions in this page. Please log into that MCC account, and you will find AdWords API Center under My Account tab. Also, http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.html provides the functionality for

Re: getReportJobStatus returns Failed

2010-08-26 Thread AdWords API Advisor
Hi Zweitze, The 250 MB limit is on the download size. If you are using getGzipReportDownloadUrl, then the gzip file is limited to 250 MB (which may expand to a bigger xml on your disk). If you are using getReportDownloadUrl, then your report is limited to 250 MB, since no compression is involved.

Re: Creating campaign results in InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-08-26 Thread AdWords API Advisor
Hi veezus, We had an issue with sandbox yesterday, which should be fixed now. Could you check once more and confirm if you are facing internal errors? Cheers, Anash P. Oommen, AdWords API Advisor On Aug 26, 8:21 pm, veezus wrote: > Hey there, > > We're writing a rails application for a client u

Re: Developer token not showing in account

2010-08-26 Thread AdWords API Advisor
Hi Luke, You have to login to your MCC account and navigate to My Account- >AdWords API Center to find your tokens. Cheers, Anash P. Oommen, AdWords API Advisor. On Aug 27, 1:12 am, Luke wrote: > Hi > > I received email from adwords saying that 'Developer Token has been > approved and activated

Re: .Exception in thread "main" java.lang.NoClassDefFoundError: AddCampaign Caused by: java.lang.ClassNotFoundException: AddCampaign

2010-08-26 Thread kondalarao yarragunta
Hi, Thanks for the quick reply according to your answers,I could run the following ways,still i am getting same error. Exception in thread "main" java.lang.NoClassDefFoundError: v200909/AddCampaign Caused by: java.lang.ClassNotFoundException: v200909.AddCampaign at java.net.U

Re: more info about SEARCH_SHARE, AD_SHARE and EXTRACTED_FROM_WEBPAGE

2010-08-26 Thread xero
Hi Eric, As to your answer 1, I suppose: 1. for "Search Share" of a keyword, an Ad with some URL served for that keyword must exist. 2. If I have multiple URLs for multiple Ads, "Search Share" would be calculated towards all those related URLs. Is my understanding correct? On Aug 27, 2:35 am,

Re: How best to iterate over large numbers of adgroups, pulling keyword data, whilst being able to see the parent adgroup of each keyword???

2010-08-26 Thread Chris
Duh, adGroupCriterion.getAdGroupId() will get me the adGroupId (when casting to Keyword you don't get this option, just remembered). But still, if anyone has any thoughts or comments about the situation I described, please share :) On Aug 26, 4:56 pm, Chris wrote: > Hi, > > Spread over 26 campai

How best to iterate over large numbers of adgroups, pulling keyword data, whilst being able to see the parent adgroup of each keyword???

2010-08-26 Thread Chris
Hi, Spread over 26 campaigns I have around 7,000 adgroups. I want to iterate over all these adgroups and see what keywords are contained in them. I am creating instances of my custom AdGroup and Keyword data structures for each, and inserting the information returned from adwords. // adwords api

Re: targeting interfaces by API?

2010-08-26 Thread AdWords API Advisor
Hi Amir, This isn't AdWords API behavior, so I don't have an exact answer. My guess is that if you don't specify any language targeting (AKA all languages) your ads should show in the Afrikaans interface as well. Best, - Eric Koleda, AdWords API Team On Aug 26, 7:43 am, amir wrote: > Hello the

Developer token not showing in account

2010-08-26 Thread Luke
Hi I received email from adwords saying that 'Developer Token has been approved and activated for use with the AdWords API' but the 'Adwords API center' section in my MCC account is empty. Could you please look into this? Thanks Luke -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

TargetingIdeaService and Paging

2010-08-26 Thread bng
Hi AdWords Team, Is there anyway we can get more than 800 number of results for a req(). For example if I use RelatedToUrlSearchParameter. Thanks. BNG -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://group

Re: Pulling Stats from campaign

2010-08-26 Thread AdWords API Advisor
Hi Lee, Please confirm that you are using the correct authentication information when downloading the report. Are you seeing different results in the AdWords web interface for those campaigns? Best, - Eric Koleda, AdWords API Team On Aug 26, 3:55 am, lamellon wrote: > Hi > > Please can you hel

Re: ValuePerCost

2010-08-26 Thread AdWords API Advisor
Hi Jeremy, Unfortunately this metric is not available via the v201003 synchronous services or the v201003 reporting system. Best, - Eric Koleda, AdWords API Team On Aug 26, 8:33 am, Jeremy Aube wrote: > Is there any way to get ValuePerCost using v201003 or v200909 or is > this only available fr

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-08-26 Thread AdWords API Advisor
Hi All, Thank you for reporting this issue. The core problem was identified and a fix has been applied. Let us know if you continue to see these errors. Best, - Eric Koleda, AdWords API Team On Aug 26, 8:34 am, "rekomend...@yandex.ru" wrote: > We have same error. > In sandbox environment. > >

Re: Problem with authenticate

2010-08-26 Thread AdWords API Advisor
Hi, Please ensure that the PHP ini setting "arg_separator.output" is set to "&". The next version of the library will include a fix to ensure that this is always used. Best, - Eric Koleda, AdWords API Team On Aug 26, 1:58 pm, Manhvu wrote: > I have good config in file *.ini, I can use google a

Re: .Exception in thread "main" java.lang.NoClassDefFoundError: AddCampaign Caused by: java.lang.ClassNotFoundException: AddCampaign

2010-08-26 Thread AdWords API Advisor
Hi, I think you need to specify the complete class path, not just the class name, when running the example: java -classpath .:../../lib/adwords-api-8.1.0.jar v200909.AddCampaign Best, - Eric Koleda, AdWords API Team On Aug 26, 6:19 am, kondalaraoy wrote: > I am using javaclient library for s

Re: Campaign Recommended Budget

2010-08-26 Thread AdWords API Advisor
Hi Pete, That information is not currently exposed in the API. Best, - Eric Koleda, AdWords API Team On Aug 26, 3:47 am, pete wrote: > Is there an API method to retrieve this value? > > Couldn't see it anywhere in the docs. > > thanks > > pete -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: more info about SEARCH_SHARE, AD_SHARE and EXTRACTED_FROM_WEBPAGE

2010-08-26 Thread AdWords API Advisor
Hi, To address your questions: 1) This is based off of the URLs used in the ads in your AdWords account. 2) That is my understanding, yes. Best, - Eric On Aug 25, 11:21 pm, xero wrote: > Hi Eric, > >   Thanks for the quick reply! > >   According to your answers, I've the following further que

Re: Sandbox throwing ValidationError: Authentication data is missing

2010-08-26 Thread AdWords API Advisor
Hi Muhammad, This error is being thrown by the Python client library because it can't find your authentication pickle file. http://code.google.com/p/google-api-adwords-python-lib/source/browse/trunk/aw_api/Client.py#210 If you believe this is a problem with the library please create an issue

Re: Cannot connect to sandbox

2010-08-26 Thread AdWords API Advisor
Hi, Your sandbox account should be automatically created on your first request to CampaignService.get(). Please double check that you are making your request to the sandbox environment and not production. Best, - Eric Koleda, AdWords API Team On Aug 25, 10:25 am, calford wrote: > Hi, > > I can

Re: Problem with authenticate

2010-08-26 Thread Manhvu
I have good config in file *.ini, I can use google account to login very easy. But you code don't run On Aug 26, 7:00 pm, AdWords API Advisor wrote: > Hi, > > You get a BadAuthentication error when you pass wrong email and > password to the ClientLogin server. > > I had a look at the library sour

Re: Running several scripts simultaneously

2010-08-26 Thread phpguy
Anash, Thanks so much for your help! I really appreciate it. One last question, I know there is a cost decrease with the BulkMutateJob but is there a speed increase with populating keywords, ads, ad groups quicker? Thanks again, Chris On Aug 26, 8:16 am, AdWords API Advisor wrote: > Hi, > > R

Creating campaign results in InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-08-26 Thread veezus
Hey there, We're writing a rails application for a client using the sem4r gem. Things were going great and we got a story accepted for the creation of campaigns earlier this week. However, we're no longer able to create campaigns - we're getting the InternalApiError mentioned in the subject. What

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-08-26 Thread rekomend...@yandex.ru
We have same error. In sandbox environment. [Aug 26 2010 16:26:48.00 - INFO] email=rekomend...@yandex.ru effectiveuser=client_1+rekomend...@yandex.ru service=CampaignService method=mutate operators={ADD: 1} responseTime=4350 requestId=0db3d84ef8ae5d47e183dc4fc8e605f7 operations=1 units=1 serv

RE: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-08-26 Thread Kelvin Li
Hi Anash, This happens in sandbox only. The same program runs fine on production env. Please help us resolve the sandbox issue. Thanks! -Kelvin -Original Message- From: adwords-api@googlegroups.com [mailto:adwords-...@googlegroups.com] On Behalf Of AdWords API Advisor S

Re: getReportJobStatus returns Failed

2010-08-26 Thread Zweitze
Anash, The reason I ask is because that I frequently pass that limit (every few days or so I get a few reports of about 400 MB). I even managed to get reports as big as 1 GB, others reported even more. The referenced doc is obviously outdated, in 2008 the same question was asked because others co

problems signing up for Adwords API access

2010-08-26 Thread Wei Hsu
I'm trying to use the Adwords API, following the instructions here: http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=15104. I'm using an existing AdWords account, and I just added my credit card under billing. When I click on "My Account" there are three options: Account Access, Noti

Pulling Stats from campaign

2010-08-26 Thread lamellon
Hi Please can you help, I have created a report to display the stats for impressions, clicks, conversions and when i set it to all time i get some data pull through but its not correct for all time, and if i set it to this month i get no data, our campaigns have been running so i know the data is

targeting interfaces by API?

2010-08-26 Thread amir
Hello there, How are you? I have a question and I think its possible to respond it through API. So please guide me . As you know google.com is available in most of languages and it has alot of interfaces. So google is supporting these languages but some of these languages are not available in Lang

ValuePerCost

2010-08-26 Thread Jeremy Aube
Is there any way to get ValuePerCost using v201003 or v200909 or is this only available from v13? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

2010-08-26 Thread AdWords API Advisor
Hi Syed, Is this happening for production account or sandbox environment? Cheers, Anash P. Oommen, AdWords API Advisor On Aug 26, 2:37 am, Syed wrote: > hi, > >  I was trying to import couple of adwords customer and suddenly i got > an exception > >  InternalApiError.UNEXPECTED_INTERNAL_API_ERR

Re: getReportJobStatus returns Failed

2010-08-26 Thread AdWords API Advisor
Hi Zweitze, The upper limit on report size is roughly 250 MB as per http://code.google.com/apis/adwords/docs/developer/ReportService.html#getReportDownloadUrl. Cheers, Anash P. Oommen, AdWords API Advisor. On Aug 26, 1:58 pm, Zweitze wrote: > Can I ask how large that report would be? > I'm curi

Re: manualCPC exception

2010-08-26 Thread AdWords API Advisor
Hi Syed, You need to check if the value returned by adGroup.getBids() is an instance of ManualCPCAdGroupBids before casting it into ManualCPCAdGroupBids. As per http://code.google.com/apis/adwords/v2009/docs/reference/BulkMutateJobService.AdGroup.html#bids, AdGroup.bids is of type AdGroupBids, and

Re: Running several scripts simultaneously

2010-08-26 Thread AdWords API Advisor
Hi, Running multiple script instances in parallel may not be the best way to upload millions of keywords. Chances are that you will run into RateExceededErrors. See http://adwordsapi.blogspot.com/2010/06/better-know-error-rateexceedederror.html for more details. The recommended way to do this is

Re: BoomUserList

2010-08-26 Thread AdWords API Advisor
Hi Michelle, Eric has explained "BoomUserList" and "UserVertical" match types on http://groups.google.com/group/adwords-api/browse_thread/thread/48cfff3d9da108bb/a894976e490d6920?#a894976e490d6920, please check it out and let me know if you have more questions. Cheers, Anash P. Oommen, AdWords AP

Re: Problem with authenticate

2010-08-26 Thread AdWords API Advisor
Hi, You get a BadAuthentication error when you pass wrong email and password to the ClientLogin server. I had a look at the library source code, seems like the method uses $email and $password from AdWordsUser class. See http://code.google.com/p/google-api-adwords-php/source/browse/trunk/src/Go

Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.

2010-08-26 Thread AdWords API Advisor
Hi Pitambari, The AdWords API server sets a maximum size on the size of the SOAP response xml. If you are running into this error, the workaround is to process lesser number of items per request. If you are uploading campaigns, then mutate a lesser number of campaigns per call. If you are fetching

.Exception in thread "main" java.lang.NoClassDefFoundError: AddCampaign Caused by: java.lang.ClassNotFoundException: AddCampaign

2010-08-26 Thread kondalaraoy
I am using javaclient library for sandbox I downloaded adwords-api-8.1.0.tar, for windows 7 operating system and jdk 1.6.0 software for java extract the adwords-api-8.1.0.tar in my desktop C:\ykrao\adwords- api-8.1.0 and i compile the AddCampaign program in C:\ykrao\adwords- api-8.1.0\examples\v

Re: getReportJobStatus returns Failed

2010-08-26 Thread Zweitze
Can I ask how large that report would be? I'm curious about the current upper limit. On Aug 26, 12:47 am, AdWords API Advisor wrote: > I looked into the logs, and it appears that report job 1507700777 > failed because it was too large.  Please adjust your report so that it > will include less row

Campaign Recommended Budget

2010-08-26 Thread pete
Is there an API method to retrieve this value? Couldn't see it anywhere in the docs. thanks pete -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~