AdWords API Re: A question about the RMF list

2009-09-29 Thread AdWords API Advisor
Hi Tobias, Unfortunately we cannot provide you with legal advice. Although we strive to make our terms accessible to all users, you may wish to consult with a lawyer familiar with your business if you need guidance beyond our help materials. Best, - Eric Koleda, AdWords API Team On Sep 29, 1:3

AdWords API Re: AuthenticationError.AUTHENTICATION_FAILED @ ; trigger:'Account has been deleted for clientEmail '

2009-09-29 Thread all...@mail.ru
there is log -SoapRequest at 29.09.2009 23:35:45- POST /api/adwords/cm/v200906/AdGroupService HTTP/1.0 Host: adwords.google.com:443 User-agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.3074) Content-type: text/xml; charset=utf-8 Content-length: 886 SOAP

AdWords API AuthenticationError.AUTHENTICATION_FAILED @ ; trigger:'Account has been deleted for clientEmail '

2009-09-29 Thread all...@mail.ru
Hello. I have another problem. When I call some service I get this exception. How can I fix it? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords

AdWords API CampaignTargetService returning incorrect value for NetworkTargets?

2009-09-29 Thread j.e.frank
I am experimenting the the v2009 API, and I ran into something that I did not expect. I have a campaign in AdWords that is set for Search only, no Contextual or Placements. However, when I call the CampaignTargetService.get method for this campaign, it returns three entries in the NetworkTargetL

AdWords API Re: API for Keyword tool service.

2009-09-29 Thread AdWords API Advisor
Hi Vinoth, Google doesn't provide raw or exact search numbers, but you can get fairly accurate information by using the KeywordToolService: http://code.google.com/apis/adwords/docs/developer/KeywordToolService.html. You may want to start by reading a blog post on the topic: http://adwordsapi.blog

AdWords API Re: Campaign budget and adgroup bids

2009-09-29 Thread AdWords API Advisor
Hi Haroot, This situation is also possible using the AdWords web interface, and doesn't present any technical problems for the API. Best, - Eric Koleda, AdWords API Team On Sep 29, 12:07 pm, harroot wrote: > Hi all > > We have the following workflow, when client wants to create a campaign > he

AdWords API A question about the RMF list

2009-09-29 Thread Tobias Crawley
We have developed an API client that uses the API in a read-only fashion. We only use the following calls: ReportService: validateReportJob scheduleReportJob getReportJobStatus getReportDownloadUrl CampaignService: getAllAdwordsCampaigns When we started on this client, the Terms & Co

AdWords API API for Keyword tool service.

2009-09-29 Thread rod
Hi, I need to built a report to show the exact raw numbers for Global search volume(for a particular keyword) from Keyword tool service in google. Is there any way to do this using Google API... And do you have any Client code for this. My report should look like Keyword | Global Search Volume C

AdWords API Are Campaign and AdGroup Criterions IDs unique globally in API v2009?

2009-09-29 Thread Tiny
Hi, I'm trying to create DB model for the new Google API v2009. After looking on the services documentation I see that there are Criterions for Ad Group and Campaign (just negative criterions) now. In you documentation they seems to be the same entity (they have the same namespace, the class is j

AdWords API Re: SOAP request to get Campaigns

2009-09-29 Thread AdWords API Advisor
Hi, It looks like you aren't constructing the SOAP XML correctly. The SOAP body for this request should look like: Active Paused You can see more examples here: http://code.google.com/p/adwords-api-xml-samples/source/browse/#svn/trunk/src/v200906. Best, - Eri

AdWords API Re: I need to specify adGroupId

2009-09-29 Thread AdWords API Advisor
Hi Vardamir, Yes, you can also determine ad group IDs with using the API. For the v2009 version of the API, use the method AdGroupService.get(): http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupService.html#get. Best, - Eric On Sep 29, 4:34 am, Vardamir wrote: > Hello, > actual

AdWords API Re: Free API units

2009-09-29 Thread AdWords API Advisor
Hi Reinier, When you apply for a Developer Token you will be automatically reviewed for free API unit eligibility. You can see how many free API units you have by logging in to the AdWords web interface and browsing to "My Account" -> "AdWords API Center". If you were not awarded free API units

AdWords API Unsubscribe request

2009-09-29 Thread Youngah Lee
Please unsubscribe y...@art.com -Original Message- From: adwords-api@googlegroups.com [mailto:adwords-...@googlegroups.com] On Behalf Of ewan Sent: Tuesday, September 29, 2009 1:48 AM To: AdWords API Forum Subject: AdWords API Unique Creative ID Hi, >From using the API operations I've

AdWords API Campaign budget and adgroup bids

2009-09-29 Thread harroot
Hi all We have the following workflow, when client wants to create a campaign he needs to specify the daily budget of campaign, and then in adgroup creation the amount of all bids must be smaller then daily budget of campaign.So he creates the the adgroup with valid bids. And here is the question

AdWords API SOAP request to get Campaigns

2009-09-29 Thread sm1
Hello, I am trying to get the list of all the Active and Paused campaigns. The SOAP request I am using is as follows: This request gives me all the campaigns in my account but I want it to be filtered. http://namespaces.soaplite.com/perl"; xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/e

AdWords API Re: I need to specify adGroupId

2009-09-29 Thread Vardamir
Hello, actually, I'm looking for a way to determine adGroupId not the actual ID of an ad. And it looks like all API commands used to get ad information require adGroupId as a parameter (for example, getActiveAds or getAd commands). So, I'm not able to fetch any ads unless I have adGroupIds for t

AdWords API Free API units

2009-09-29 Thread nick
Hi, where can you apply for free API units? We are developing the API for use inhouse, and I read on a google page that developers that use the Adwords API for internal use only can apply for free API units. Looking forward to your reply. Regards, Reinier --~--~-~--~~~

AdWords API Unique Creative ID

2009-09-29 Thread ewan
Hi, >From using the API operations I've always been under the assumption that a creative id is only guaranteed to be unique within an individual ad group. However, I just wanted to confirm that I'm correct because I've noticed a potential hole in the tracking systems I build. The AdWords dynami