Re: No April/May search volume with targeting idea service.

2010-08-02 Thread shiraazz
Hi, I am in South Africa, and I just tried it. Still zeros for every result. On Aug 2, 8:09 pm, AdWords API Advisor wrote: > Hi All, > > This problem has been resolved, and there is now search volume > available through June.  Let me know if you see other unexpected gaps > in search volume infor

Re: UNEXPECTED_INTERNAL_API_ERROR when trying to get ads

2010-08-02 Thread AdWords API Advisor
Hi Blanca, Are you making calls to the AdWords production account or the sandbox account? Cheers, Anash P. Oommen, AdWords API Advisor. On Aug 3, 12:46 am, Bianca wrote: > Hello, > > I'm trying to get all ads using the version v200909 > GetAdGroupAdService. The code is very simple: > > $adGroup

Re: ApplicationConfiguration keeps talking to localhost

2010-08-02 Thread AdWords API Advisor
Hi TRH, Could you let me know which version of AdWords API C# library you are using? Cheers, Anash P. Oommen, AdWords API Advisor. On Aug 1, 12:13 am, none wrote: > Using Visual Studio 2010, VB.Net, .Net 4.0, API 201003 > > I’m having a very tough understanding why this has to be so hard. > > I

Re: problems encountered during development with Adwords API python lib

2010-08-02 Thread xero
Hi Eric, Even a Google employee like you also have to trial & error for those things? Wow, that's interesting. :D I didn't realize that. Now I understand TargetingIdeaService is an exception. This is important information. Otherwise there might be other questions popping up. :P I've checke

KwType=Website

2010-08-02 Thread Ned
Why do I have data in my Ad Performance report where the KwType="Website" and my Keyword is a long URL string? According to the documentation here(http://code.google.com/apis/adwords/docs/ developer/DefinedReportJob.html) KwType should only be Broad, Phrase, or Exact. Thanks! -- =~=~=~=~=~=~=~=

Re: problems encountered during development with Adwords API python lib

2010-08-02 Thread AdWords API Advisor
Hi, To address your questions / comments: 1) There isn't a published length limit for keywords, but simple trial and error indicates an 80 character limit currently. 2) The TargetingIdeaService may be an exception to this rule, but in general any invalid operation in the request will cause the e

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-08-02 Thread AdWords API Advisor
Hi All, The core engineering team is aware of this problem and working on a resolution. This error is usually temporary, so when you get it your should wait for about 30 seconds and then try your request again. Best, - Eric On Jul 30, 7:52 pm, AFchris wrote: > any word on this yet? this issue

Re: Are there any plans to improve keyword insertions to allow more specific messaging?

2010-08-02 Thread AdWords API Advisor
Hi, Thank you for the feedback regarding this feature. Dynamic keyword insertion isn't part of the AdWords API strictly speaking, but I'll pass your comments on to the correct team. Best, - Eric Koleda, AdWords API Team On Jul 30, 5:27 pm, ojak wrote: > More to the point, how about adding a fi

Re: Unable to access Targeting Idea Service on production

2010-08-02 Thread AdWords API Advisor
Hi Bhaskar, Can you provide more technical details regarding this problem? Do you have a SOAP XML request and response that illustrates the problem? Best, - Eric Koleda, AdWords API Team On Aug 2, 2:14 pm, "adwords+...@polyvore.com" wrote: > Apparently our IP has been blocked. > > Who do I tal

Re: API error with report

2010-08-02 Thread AdWords API Advisor
Hi Chris, We are working to improve the error handling in the ReportDefinitionService so that invalid fields are caught when the report definition is created. Best, - Eric On Jul 30, 2:08 pm, chris h wrote: > Thanks for the followup. > > Please consider my request to add some error checking in

Re: Ad Problem

2010-08-02 Thread AdWords API Advisor
Hi Ismail, Can you provide more technical information regarding your problem? Do you have the SOAP XML requests and responses from the API that illustrate the problem? Best, - Eric Koleda, AdWords API Team On Jul 30, 10:42 am, ismailperim wrote: > Hi all, > > I have a problem. I view my all  a

Re: CampaignService: turn On positionPreference

2010-08-02 Thread AdWords API Advisor
Hi Marry, The biddingTransition field should only be used when you are trying to move your campaign from one bidding strategy to another. If you only want to update a property of your current bidding strategy just change that property directly. In your case, set campaign.biddingStrategy.position

UNEXPECTED_INTERNAL_API_ERROR when trying to get ads

2010-08-02 Thread Bianca
Hello, I'm trying to get all ads using the version v200909 GetAdGroupAdService. The code is very simple: $adGroupAdService = $user->GetAdGroupAdService('v200909'); $selector = new AdGroupAdSelector(); $page = $adGroupAdService->get($selector); but I get UNEXPECTED_INTERNAL_API_ERROR ... is this

Re: Unable to access Targeting Idea Service on production

2010-08-02 Thread adwords+...@polyvore.com
Apparently our IP has been blocked. Who do I talk to you, to sort this out ? Thanks, Bhaskar On Aug 2, 6:57 am, RaphaelPrat wrote: > Got the same problem, but with .NET API. > > On 30 juil, 21:14, "adwords+...@polyvore.com" > +...@polyvore.com> wrote: > > Hello Adwords Team, > > > I am unable

Re: No April/May search volume with targeting idea service.

2010-08-02 Thread AdWords API Advisor
Hi All, This problem has been resolved, and there is now search volume available through June. Let me know if you see other unexpected gaps in search volume information. Best, - Eric On Jul 21, 8:57 pm, slimeyboy wrote: > Thanks for the info Eric. > > Here's hoping that there's a fix on the ho

Re: Sandbox troubles?

2010-08-02 Thread RamonPV
I am also having the same issue using the .net library; my code was working before but since some days ago I started getting this same error; I am getting this exception when I try to retrieve the list of keywords for and AdGroup; here is my code; I am using the sandbox mode(v201003): Dim AdGroupC

Re: Sandbox troubles?

2010-08-02 Thread RamonPV
I am also having the same issue using the .net library; my code was working before but since some days ago I started getting this error; I am getting this same exception when I try to retrieve the list of keywords for and Add; here is my code; I am also using the sandbox mode(v201003): Dim AdGrou

Re: To get approx_content_impressions_per_day for placement.

2010-08-02 Thread joseph feygin
Hi Eric, Sorry, but it looks like it is error not in XML request. This request works ot sandbox and for cobol on live. This Morning it is even more interesting - the service that works for months for "KEYWORDS" and AVERAGE_TARGETED_MONTHLY_SEARCHES give me errors (it is for the same "IDEA" - "da

Upcoming Sandbox DB Refresh and Downtime: Wednesday, August 4

2010-08-02 Thread AdWords API Advisor
Hi, The AdWords API Sandbox's database is scheduled to be refreshed on Wednesday, August 4. There will be some expected downtime of the sandbox environment that day, which may last for a few of hours or more. Additional information on the sandbox environment and our periodic refreshes is availab

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @

2010-08-02 Thread RaphaelPrat
It works in sandbox, but not in production... -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message be

Re: Unable to access Targeting Idea Service on production

2010-08-02 Thread RaphaelPrat
Got the same problem, but with .NET API. On 30 juil, 21:14, "adwords+...@polyvore.com" wrote: > Hello Adwords Team, > > I am unable to use the production targeting idea service. > > My perl script works on the sandbox. > > This might be because I made too many calls to OAuth while testing my > sc

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @

2010-08-02 Thread RaphaelPrat
Hello, With the .NET api, got this error : InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ This is my code : TargetingIdeaService targetingIdeaService = (TargetingIdeaService)this._AdwordsUser.GetService(AdWordsService.v201003.TargetingIdeaService); TrafficEstimatorService servi

Re: Check operations in SANDBOX

2010-08-02 Thread Christian Fuentes
Wow, thanks I didn't know about that. On 2 ago, 13:37, AdWords API Advisor wrote: > Hi Christian, > > You can use the sandbox account viewer to see the objects you create > in the AdWords Api sandbox. > Seehttp://adwordsapi.blogspot.com/2010/05/sandbox-account-viewer-release... > for details on

Re: Remove keywords with Google Keyword ID recorded, but sometimes get INVALID_ID error

2010-08-02 Thread AdWords API Advisor
Hi Andy, I suspect that either you are sending a wrong id (may be keyword ids getting mixed with a local database id), or that the keywords do not belong to the right adgroup. One way to troubleshoot this would be to download a keyword performance report as shown in http://code.google.com/p/google

Re: Response Size Limit Exceeded -> Paging

2010-08-02 Thread AdWords API Advisor
Hi, You can set paging for your request as follows: $paging = new Paging(); $paging->startIndex = 0; $paging->numberResults = 10; $selectorAG->paging = $paging; When the server returns the AdGroupPage, the totalNumEntries field will contain the total number of AdGroups. You can use this

Re: Question regarding operations at the google server end

2010-08-02 Thread GarethFuller
Thanks for the fast response will look into this now Gareth On Aug 2, 12:34 pm, AdWords API Advisor wrote: > Hi Gareth, > > If you perform 100 operations and 1 fails due to a policy error or > something similar, then all the 100 operations will fail. Also, if you > need to check for policy viola

Re: Concurrent Modification

2010-08-02 Thread AdWords API Advisor
Hi, You need to catch a DatabaseError and check for error code as CONCURRENT_MODIFICATION. See http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.DatabaseError.html for details. As for details on how to catch and handle the exception itself, you can refer to this code

Re: how to display bids using api

2010-08-02 Thread AdWords API Advisor
Hi Axum, You can check if adGroupCriterion is a BiddableAdGroupCriterion. If yes, cast it into BiddableAdGroupCriterion and check for the bids field. If it has entries, then those correspond to keyword-specific bids. See http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionSer

Re: set an existing bid using api

2010-08-02 Thread AdWords API Advisor
Hi Axum, You can set bids field of a BiddableAdGroupCriterion to achieve this. See http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.BiddableAdGroupCriterion.html#bids for details. Cheers, Anash P. Oommen, AdWords API Advisor. On Jul 31, 1:27 am, axum wrote: > I

Re: Check operations in SANDBOX

2010-08-02 Thread AdWords API Advisor
Hi Christian, You can use the sandbox account viewer to see the objects you create in the AdWords Api sandbox. See http://adwordsapi.blogspot.com/2010/05/sandbox-account-viewer-released.html for details on sandbox account viewer. Cheers, Anash P. Oommen, AdWords API Advisor. On Aug 2, 3:13 pm,

Re: Question regarding operations at the google server end

2010-08-02 Thread AdWords API Advisor
Hi Gareth, If you perform 100 operations and 1 fails due to a policy error or something similar, then all the 100 operations will fail. Also, if you need to check for policy violations without actually adding the ads, then you can specify validateOnly header as true and make the calls. If your ads

Re: Problem to using Google Adwords API

2010-08-02 Thread AdWords API Advisor
Hi Mukut, The AdWords API Sandbox will return only test data when making calls to TargetingIdeaService. To get actual data, you need to get a production developer token as Eric mentioned earlier and then use it to make calls to the AdWords production server. Cheers, Anash P. Oommen, AdWords API A

Re: Problem to using Google Adwords API

2010-08-02 Thread AdWords API Advisor
Hi Mukut, You need to provide a matchtype, as shown in http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/Examples/v200909/GetRelatedKeywords.cs#52 to fix this issue. Cheers, Anash P. Oommen, AdWords API Advisor. On Jul 31, 6:15 pm, Mukut wrote: > My code is as below > >  Ad

unable to install the perl API on windows

2010-08-02 Thread LC
Hi, I'm using the activestate Perl v5.10.1 on Windows XP. I'm trying to install the perl API, but when running "Build installdeps" I keep failing when it tries to install the DB_File-1.820 module. I think that it fails to find a db.h file, which indeed does not exist on my computer. Can someone h

Adwords for small business owners

2010-08-02 Thread nitin
Hi, I wanted to explore the feasibility of helping small business owners advertise their ads on google or its affiliates. The scenario is as follows: 1. User navigates to my website. 2. He creates and customizes an advert (image). 3. He chooses his options to publish, pay etc. 4. My website uses a

ApplicationConfiguration keeps talking to localhost

2010-08-02 Thread none
Using Visual Studio 2010, VB.Net, .Net 4.0, API 201003 I’m having a very tough understanding why this has to be so hard. I’ve managed to convert the C# examples into VB.NET but the code can’t authenticate against the server. If I code the ApplicationConfiguration information into the vb.net modul

Check operations in SANDBOX

2010-08-02 Thread Christian Fuentes
Hi, I've created a new campaign in the sandbox with the API and the result was: Campaign with name "SANDBOX 01" and id "89462" was added. How can I check it's data and configuration, I went to http://adwords-sandbox.google.com and logged with the same credentials but I can't see the campaign the

Question regarding operations at the google server end

2010-08-02 Thread GarethFuller
Hi, This is just a question regarding soap request failures due to things like policy errors. The system I have currently built builds and array of operations for each type of mutate (ad texts array, keywords array etc) then I perform these operations and handle any errors. This is all fine and w

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-08-02 Thread Raito Yitsushi
I changed: {offnum:8} bolt kínálatában, árakka to: {param1:8} bolt kínálatában, árakka The problem didn't solved... =( On Jul 28, 6:18 pm, Raito Yitsushi wrote: > I get same error... > > Thx for the replay... > > It's very long, but... The full query and the response: > > CONNECT adwords-sandbo