- Issue created by @bluegeek9
- πΊπΈUnited States tdwhite
Hi, this functionality would be useful to a site I am currently building. I will work on this and see if I can contribute something usable.
People run marketing campaigns and need to be able to track/segment activity from campaigns.
Create another module, visitors_campaign, which adds columns to store campaign data.
Query Variables for campaigns
Email/Newletter campaigns
+-----------------------------+-----------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-----------------------------+-----------------------+------+-----+---------+----------------+
| campaign_keyword | varchar(255) | YES | | NULL | |
| campaign_medium | varchar(100) | YES | | NULL | |
| campaign_name | varchar(100) | YES | | NULL | |
| campaign_source | varchar(100) | YES | | NULL | |
| campaign_content | varchar(100) | YES | | NULL | |
| campaign_id | varchar(100) | YES | | NULL | |
+-----------------------------+-----------------------+------+-----+---------+----------------+
Active
2.0
Code
Hi, this functionality would be useful to a site I am currently building. I will work on this and see if I can contribute something usable.