I am using C# asp.NET and I have searched the internet up and down trying to find a solution to this problem. In google analytics they have the keywords used by search engines so there must be a way to do it. thanks
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Do you mean determining the search keywords that led a user to your site? This is done by analyzing the referrer URL.
Most of them are pretty simple, but there are different patterns for different search engines. |
|||||||||
|
|
I found out that besides implementing your own algorithm to extract keywords I can use google analytics to do this. Google has an api for their analytics software and this is what i have been using. The only thing that is difficult is if you have more then 10,000 pages you have to open an adwords account. |
|||
|