5 messages in com.googlegroups.adwords-apiRe: AdWords API Re: The value is outs...
FromSent OnAttachments
05k...@gmx.de25 Jul 2005 02:11 
Richard Jones25 Jul 2005 02:29 
05k...@gmx.de25 Jul 2005 05:15 
Richard Jones25 Jul 2005 07:29 
05k...@gmx.de26 Jul 2005 00:16 
Subject:Re: AdWords API Re: The value is outside the range of valid CPCs?
From:05k...@gmx.de (05k@gmx.de)
Date:07/26/2005 12:16:50 AM
List:com.googlegroups.adwords-api

(1) The campaign daily budget ist set to 125€.

(2) I don't know how to get the SOAP message i'm sending. I'm using an autogenerated .NET proxy class to communicate with the Google webservice. I've checked all values from the keyword object i'm sending with the addKeyword method. All seems to be fine:

prxKeyword.Keyword keyword = new prxKeyword.Keyword(); keyword.adGroupId = 123456789; // not the real id

keyword.status = prxKeyword.KeywordStatus.Normal; keyword.maxCpc = 250000; keyword.destinationUrl = "http://url.de"; // not the real url

keyword.type = prxKeyword.KeywordType.Broad; keyword.text = "guadagnare";