AdWords API position preference

2009-04-21 Thread mariek
is Google planning to provide position preference functionality through API in comming release? I would like to change desired position depending on some events, and don't want to do it manually :/ --~--~-~--~~~---~--~~ You received this message because you are sub

AdWords API Re: Mutually exclusive in columns error when report downloading.

2009-05-28 Thread mariek
I have exactly the same problem. Even if I don't include CLICKS column. Here are my request and response logs: POST /api/adwords/v13/ReportService HTTP/1.1 SOAPAction: "" Content-Type: text/xml; charset=utf-8 User-Agent: SOAP4R/1.5.8 (httpclient.rb/269, ruby 1.8.7 (2008-08-11) [i486-linux]) Date:

AdWords API Re: Mutually exclusive in columns error when report downloading.

2009-06-09 Thread mariek
Thank You for response, as You suggested I got proper report definition after defining it with web interface and it works --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this grou

AdWords API limitations

2009-10-12 Thread mariek
Hi, I would like to ask about limitations on Adwords API. Is there a limitation on report file size. If so, whats the max size. And second question, is there limitation on max api calls per day, e.g. updateKeyword. --~--~-~--~~~---~--~~ You received this message b

AdWords API Re: limitations

2009-10-13 Thread mariek
e calls too rapidly you > may be temporarily blocked by the firewall. > > Best, > - Eric Koleda, AdWords API Team > > On Oct 12, 8:37 am, mariek wrote: > > > Hi, > > I would like to ask about limitations on Adwords API. Is there a > > limitation on report file size. I

AdWords API Re: Insert 1500 keywords

2009-11-18 Thread mariek
is DB_OPERATION value the same in V13 and v200909 ? On 17 Lis, 21:29, Ales Sturala wrote: > Hi Martin, > my experience is that around 15.000-18.000 elements (campaigns/ > adgroups/ads/keywords) can be uploaded daily, then you get the > DB_OPERATION exception and you have to wait for another 24 ho

AdWords API ADWORDS 4 R

2009-11-20 Thread mariek
I am trying to update keyword text and its destinationUrl. 1. I specify it in the way showed below, and it updates correctly destinationUrl but text for keyword stay the same. In response there is also old text 2. It is also strange that if I specify adGroupId, keyword.id and don't specify keyword

AdWords API ruby adwords client v17.0.1

2009-11-20 Thread mariek
I am trying to update keyword text and its destinationUrl. 1. I specify it in the way showed below, and it updates correctly destinationUrl but text for keyword stay the same. In response there is also old text 2. It is also strange that if I specify adGroupId, keyword.id and don't specify keyword

AdWords API Re: How to clear Bulk Jobs from Queue?

2010-02-01 Thread mariek
Is there any way to cancel pending job ? On 28 Sty, 19:45, AdWords API Advisor wrote: > Hi Joe, > > Only one BMJ can be running at a time per AdWords account, and it will > have the status PROCESSING.  Your PENDING jobs can't start until the > job before it finishes.  Please ensure you leave enou

AdWords API reports, Action Category field mapping, id to name

2010-03-01 Thread mariek
When I download report with Action Category field selected in Performance Report I get through api id , but when opening the repots via interface I can see its real name. Where can I find table with codes teling which id represents which action category (e.g. Purchase/Sale) ? -- You received this

AdWords API Re: EntityNotFound.INVALID_ID

2010-03-11 Thread mariek
I experience the same problem with ruby lib On 11 Mar, 04:01, Albert wrote: > i have to disagree with Eric, > > we've been having this issue for about a month now (using .net/c#). no > data is corrupted. our soap logs clearly show that. > > adwords have confirmed that the problem is on their side

AdWords API Re: EntityNotFound.INVALID_ID

2010-03-12 Thread mariek
account that owned those entities. > Could you ensure this is not the case? > > Best, > - Eric > > On Mar 11, 7:42 am, mariek wrote: > > > I experience the same problem with ruby lib > > > On 11 Mar, 04:01, Albert wrote: > > > > i have to disagree with Eri

AdWords API Re: EntityNotFound.INVALID_ID

2010-03-15 Thread mariek
e engineering team is looking into the issue.  I'll update this > thread when I have more information. > > Best, > - Eric > > On Mar 12, 7:40 am, mariek wrote: > > > I don't use authToken functionality > > > On Mar 11, 5:10 pm, AdWords API Advisor

AdWords API Re: EntityNotFound.INVALID_ID

2010-03-16 Thread mariek
I also confirm having problem with ruby lib On 16 Mar, 00:20, Morten Blinksbjerg Nielsen wrote: > I'm still having problems. I use the PHP library, and I've just > upgraded to version 2.0.1. > > My code is based on examples/AddAds.php. Basicly I just changes > $adGroupId to match one of my groups

AdWords API Re: EntityNotFound.INVALID_ID

2010-03-17 Thread mariek
Concerining my last message I finally found bug on my site , sorry for problem On 16 Mar, 16:09, mariek wrote: > I also confirm having problem with ruby lib > > On 16 Mar, 00:20, Morten Blinksbjerg Nielsen > > wrote: > > I'm still having problems. I use the

AdWords API deleted keywords in reports ?

2010-04-02 Thread mariek
Concerning this thread http://groups.google.com/group/adwords-api/browse_thread/thread/c2b89d2f9914ef09/7d8d844f6b9adf13?show_docid=7d8d844f6b9adf13&pli=1 Do reports includes info about deleted keywords ? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The

Re: PAYLOAD_STORE_UNAVAILABLE

2010-06-11 Thread mariek
this problem seems not to be solved, or I get it from some another reason ? So the solution is to sleep for 20 sec after scheduling first part of the job ? On 5 Maj, 21:38, AdWords API Advisor wrote: > Hi Charles, > > Thanks for letting us know, I've passed on this information to the > core engin

bulk mutate in sandbox problem

2010-11-09 Thread mariek
I have a test which creates bulk job update with about 15 keywords within 3 adgroups I receive error IdError.NOT_FOUND , but I'm sure that keywords that I want to update are on the account. I see them through 'Sandbox Account Viewer' tool. I attach log below. Any of You had similar problem ? Wire

Re: bulk mutate in sandbox problem

2010-11-12 Thread mariek
Yes, right. Thanks. I was mislead because in v200909 it was only working when setting to 0. On 11 Lis, 00:10, AdWords API Advisor wrote: > Hi Mariek, > > I believe the error is referring to a bad ID in the scopingEntityId of > the Ope

TOO_FEW_OPERATIONS_IN_JOB

2010-11-12 Thread mariek
I have a question concerning this errror TOO_FEW_OPERATIONS_IN_JOB Is this applied on LIVE yet ? Because I create Job with 13 operations it succeed. Doing this on Sandbox I receive Error. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://ad

TOO_FEW_OPERATIONS_IN_JOB

2010-11-12 Thread mariek
I have a question concerning this errror TOO_FEW_OPERATIONS_IN_JOB Is this limitation applied on LIVE yet ? Because when I created Job with 13 operations it succeeded. Doing this on Sandbox I receive Error. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussio

Re: TOO_FEW_OPERATIONS_IN_JOB

2010-11-19 Thread mariek
this Job for example, updating 50 keywords id: 39830938 numRequestParts: 2 numRequestPartsReceived: 2 status: COMPLETED in adwords interface I can see all values updated correctly On 19 Lis, 00:25, AdWords API Advisor wrote: > Hi Mariek, > > Could you post the requestid for such a re

Re: TOO_FEW_OPERATIONS_IN_JOB

2010-12-02 Thread mariek
just to remind about this topic On 19 Lis, 09:05, mariek wrote: > this Job for example, updating 50 keywords > > id: 39830938 > numRequestParts: 2 > numRequestPartsReceived: 2 > status: COMPLETED > > in adwords interface I can see all values updated correctly > >

bid landscape sandbox

2010-12-28 Thread mariek
Hi, I tried to run sandbox test using Bid Landscape Service with some popular keywords, but it does return empty result. Is it expected behaviour ? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.googl

concurrent request, conections

2011-01-05 Thread mariek
Concerning those threads about max number of connections from mcc. What is the current limit for number of concurrent requests ? http://groups.google.com/group/adwords-api/browse_thread/thread/de952080db283e43/e0d8c869ab274ec3?hl=en&ie=UTF-8&q=api+adwords+max+concurrent+connections http://groups.g