Hi Friend
I m using the below code to get the Keyword from a website by passing
the URL.
But generate the Error Message "The request did not contain a header
named 'email'. "
Is there any one who can help me.
service.emailValue = new email();
service.emailValue.Text = new String[] { email };
service.passwordValue = new password();
service.passwordValue.Text = new String[] { password };
service.clientEmailValue = new clientEmail();
service.clientEmailValue.Text = new String[]
{ clientEmail };
service.useragentValue = new useragent();
service.useragentValue.Text = new String[] { useragent };
service.developerTokenValue = new developerToken();
service.developerTokenValue.Text = new String[]
{ developerToken };
service.applicationTokenValue = new applicationToken();
service.applicationTokenValue.Text = new String[]
{ applicationToken };
string strURL = "http://msn.foxsports.com/nfl/story/
9145048/Police-recover-Giants -stolen-Super-Bowl-rings?MSNHPHMA";
string[] strLang = new string[] { "en" };
string[] strCountry = new string[] { "US" };
KeywordToolService kts = new KeywordToolService();
kts.getKeywordsFromSite(strURL, true, strLang,
strCountry);
SiteKeywordGroups skg = new SiteKeywordGroups();
Regards
Khan Tanveer
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---