hey all im tryin to add an adwordsuser by this code:

 // Declare the headers.
   Dictionary<string, string> headers = new Dictionary<string,
string>();

   headers.Add("email", "ENTER_YOUR_EMAIL_HERE");
   headers.Add("password", "ENTER_YOUR_PASSWORD_HERE");
   headers.Add("useragent", "ENTER_YOUR_COMPANY_NAME_HERE");
   headers.Add("developerToken", "ENTER_YOUR_DEVELOPER_TOKEN_HERE");
   // headers.Add("applicationToken",
"ENTER_YOUR_APPLICATION_TOKEN_HERE"); // i dont know where to get this
so i decided to comment it
   headers.Add("clientEmail", "ENTER_YOUR_CLIENT_EMAIL_HERE");

   // Create an AdWordsUser with custom settings.
   AdWordsUser user = new AdWordsUser(headers);

and it throws an error.

any ideas ?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to