0

私のウェブページには、他のサイトへのリンクが多数あります。リンクをクリックするたびに、この特定のリンクが私のサイトからクリックされたとカウントする必要があります。

これどうやってするの?TomcatをWebサーバーとして使用し、JSPをビューテクノロジーとして使用しています。

4

2 に答える 2

0

Googleアナリティクスにはイベントトラッキングと呼ばれるものがあります

https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide

于 2013-04-17T13:57:54.553 に答える
0

If you are using google analytics it is easy to setup javascript to record the clicks. This would be far easier than setting up your own redirection as you can still use actual url anchors instead of urls that go through your server.

于 2013-04-16T14:45:20.303 に答える