AdWords API Add negative keywords in adgroup level

2008-11-20 Thread Adi
Hi, I tried to remove and add negative keywords in adgroup level via the API and I got the following error: Exception: org.apache.axis.AxisFault, Message: org.xml.sax.SAXParseException: The element type "ns48:desationUrl" must be terminated by the matching end-tag "". Negative k

AdWords API Re: Need Help for Conversion tracking in Adwords4r API [RoR]

2008-11-20 Thread [EMAIL PROTECTED]
Thanks for your immediate response Jeff Posnick After Refer the link of Adwords4r developer's guide I came to know that we don't have API Support to managing [creating action ,get code ] Conversion Tracking With out using Adwords4r API how we can Implement this Functionality in my application

AdWords API Regarding API usage rates

2008-11-20 Thread rashmi
In the manual, I have read that the 20 API units are charged per item for addcriterion. Can you please let me know if it is for each keyword in the array passed or only for the ones which are actually getting inserted. Foe eaxmple, If I am trying to insert 100 keywords at a time and only 10 are g

AdWords API Getting API usage information

2008-11-20 Thread rashmi
Hi, I would like to know the API usage for a particular API service at run time. Lest say I am inserting keywords, and then I would like to know the API units used for that operation. How can I do this? --~--~-~--~~~---~--~~ You received this message because you

AdWords API API and commercial usage

2008-11-20 Thread GeorgR
i got my API key approved today, which is a good thing. Questions: 1) if i write an application for automating certain tasks using the API, i use my API key in my application then..but the application can be commercially sold? However, i would need to "pay" for the API usage of my customers (sin

AdWords API AdScheduling API usage

2008-11-20 Thread rashmi
Hi, Can you let me know the API units charged for setAdscheduling and getAdscheduling APIs? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwo

AdWords API AW: AdWords API AdScheduling API usage

2008-11-20 Thread Tino Hertlein
All quota / cost information is provided in the API-rate-sheet here http://code.google.com/apis/adwords/docs/developer/adwords_api_ratesheet.html Tino -- Refined Labs GmbH Landwehrstraße 17 80336 München Tel +49 89 1392879-0 [EMAIL PROTECTED] http://www.refinedlabs.com Sitz: München AG Münche

AdWords API AW: AdWords API Getting API usage information

2008-11-20 Thread Tino Hertlein
This information is included in the SOAP-headers of the Webservice response. Depending on the client-library you use, there should be methods to extract that information. E.g. the Java client library provides methods inside the AdWordsService-interfaces: - getLastOperationCount() - getTotalOpe

AdWords API AW: AdWords API Regarding API usage rates

2008-11-20 Thread Tino Hertlein
Batch udpates in AdWords are atomic. So if you try to insert 100 items and one of them fails, none of the items gets inserted. You will then be charged only for the failed one. Please see http://code.google.com/apis/adwords/docs/developer/adwords_api_ratesheet.html Concerning the negative-

AdWords API Re: Adwords and PHP

2008-11-20 Thread billyw
I tried the things you both mentioned and neither worked. Until my company gives me what i need for development purposes, i'm just going to put a hold on this. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

AdWords API Re: Add negative keywords in adgroup level

2008-11-20 Thread AdWords API Advisor
Hello Adi, There shouldn't be any technical reason preventing you from adding negative keywords. The error you're receiving implies that there is bad XML somewhere in your request/response flow. You're not providing enough information to fully determine what's going on, though. What type of SO

AdWords API Re: API and commercial usage

2008-11-20 Thread AdWords API Advisor
Hello, If you write some AdWords API code and then sell it to advertisers for their own use, you do have two options. If you decide to embed your token information into the application then yes, all your advertisers' AdWords API usage would get billed back to your MCC account. It would be up t

AdWords API Python Client Library Updated (v3.3.1)

2008-11-20 Thread AdWords API Advisor
An updated version of Python client library is available from http://code.google.com/p/google-api-adwords-python-lib/. This is a patch release and includes the following changes and updates*: - Fix for IDLE on sys.stdout restore - Updated data files in aw_api/data * For a full list see ht

AdWords API APIlity 1.13.0 Preview Version released

2008-11-20 Thread Tomac
Dear impatient APIlity users, I am happy to release the preview version of APIlity 1.13.0. The code should be final, as should be the docs. The only thing missing is a clean write-up of the Changelog. I will deliver the final version on Monday, November 24 (fingers crossed). If you don't want to

AdWords API Match Type Traffic Quandary

2008-11-20 Thread supersmarti69
Hi. I'm not sure this is the proper group to post my dilemma in but I will try. I began a new campaign with (1) ad group, for a client who sells high- end kitchen cabinetry, (2) months ago. I used broad match only, with an extensive list of negative keywords to weed out irrelevant hits. The camp

AdWords API Re: Match Type Traffic Quandary

2008-11-20 Thread AdWords API Advisor
Hello, That's definitely the sort of question that would be more appropriate for the general AdWords Help discussion forum: http://www.google.com/support/forum/p/AdWords?hl=en Cheers, -Jeff Posnick, AdWords API Team On Nov 20, 2:34 pm, supersmarti69 <[EMAIL PROTECTED]> wrote: > Hi. I'm not

AdWords API An internal error has occurred. Please retry your request.

2008-11-20 Thread Nick Retallack
I've been getting this error all morning. Here's my soap stuff, with [EMAIL], [APP-TOKEN], and [PASSWORD] substituted for privacy. I'm posting to the sandbox url, "https:// sandbox.google.com/api/adwords/v13/". This is a mcc account. http://www.w3.org/2001/XMLSchema"; xmlns:env="http://sc

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

2008-11-20 Thread AdWords API Advisor
Hello Nick, I can confirm that the Sandbox is returning "internal error" SOAP faults for all requests right now. I've let the engineering team know and they're investigating the root cause. Cheers, -Jeff Posnick, AdWords API Team On Nov 20, 5:36 pm, Nick Retallack <[EMAIL PROTECTED]> wrote: >

AdWords API Sandbox returns unknown currency code

2008-11-20 Thread Miki
Hitting the sandbox with developer key "[my email]++USD" returns unknown currency code. making the same request (with a valid developer key) to the production site works fine. using Visual Studio 2005, connecting to the web service directly, not using the sample code. Any ideas? --~--~-

AdWords API Re: Sandbox returns unknown currency code

2008-11-20 Thread [EMAIL PROTECTED]
I'm getting the same thing... I wonder if the sandbox is having problems or if this is an issue with new testers Anyone else having this problem or have any potential solutions? -Jason On Nov 20, 9:32 pm, Miki <[EMAIL PROTECTED]> wrote: > Hitting the sandbox with developer key "[my email]++