Hello Yusuf,

 I'm sorry, but I don't believe that that's an error that originates
from the AdWords API. It sounds like you're trying to pass in a string
value that's invalid in an XML document in your request, and your XML
serializer is complaining about that.

Cheers,
-Jeff Posnick, AdWords API Team


On Jun 16, 10:45 am, Yusuf Şahin <yusu...@gmail.com> wrote:
> Hi,
>
>   I have added keyword using adwords api. i used text box to add key word
> texts. Its ok for one word but not more than one.
> I have function like that
>
> public static string[] KeywordsAdd(string groupId, string keywordText,
> string[] targetCountries, string[] targetLang, string[] targetRegions)
>
> and I tried to add keyword using like that
> AddKeywords.KeywordsAdd(groupId, txtKeyWords.Text, countryId, languageId,
> regionId);
>
> where txtKeywords is a text box where the texts are written in the rows. but
> it shows an error xml format (16,32).
>
> can you please solve the problem.
> how can I add more key words at a time.
>
> thank you.
--~--~---------~--~----~------------~-------~--~----~
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-api@googlegroups.com
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to