(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";