Skip to content

Commit 5e78b91

Browse files
committed
Update README.rst
1 parent 4ccd44f commit 5e78b91

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,17 @@ Quick start
1616

1717
2. Add `clickanalysis.middleware.ClickAnalysisMiddleware` to the MIDDLEWARE_CLASSES tuple in your settings file.
1818

19+
1920
3. Run `python manage.py syncdb` to create required tables.
2021

22+
2123
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".
2224

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

Comments
 (0)