You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,17 @@ Quick start
16
16
17
17
2. Add `clickanalysis.middleware.ClickAnalysisMiddleware` to the MIDDLEWARE_CLASSES tuple in your settings file.
18
18
19
+
19
20
3. Run `python manage.py syncdb` to create required tables.
20
21
22
+
21
23
4. After all this you are set to track all the clicks. You may be seeing two tables created in admin site "Campaign" and "ClickTracking".
22
24
23
-
5.
25
+
26
+
5. You can start by creating a campaign in Campaign table which will generate a unique ID for you, just copy that and keep it in clipboard to paste in the links.
27
+
28
+
29
+
6. Now whatever links you want to track just append this param to those links /link/?cid=campaign_unique_id
30
+
31
+
32
+
You will start getting tracking data soon when users start clicking through the links!!!
0 commit comments