Moodle Plugins directory: Campaigns: Versions: v1 | Moodle.org
Campaigns
Local plugins ::: local_campaign
Maintained by
C Blue,
Olivier Piton
This plugin is used to fill in a user profile field, named "Campaign", based on a "GET" parameter.
This is used to find out which "Campaign" the user comes from.
Campaigns v1
Moodle 3.10, 3.11
Released: Monday, August 9, 2021, 8:27 PM
Moodle plugin local_campaign
Description
This plugin is used to fill in a user profile field, named Campaign
, based on a GET
parameter.
This is used to find out which Campaign
the user comes from.
Technical description
- Adds a user profile category
Campaigns
and a use profile fieldCampaigns
at install. - Configurable in Admin > Local plugins > Campaigns
- Store users campaign(s) via
campaign
URL query string (https://your.moodle.org?campaign=foo). - Also works if the user is not logged in and then logs in.
- All
Campaigns
are converted to lower case letters.
Initial purpose
The initial purpose of this plugin is to respond to the need for a Moodle platform to identify via which campaign
users arrived on the platform.
Version information
- Version build number
- 2021080900
- Version release name
- v1
- Maturity
- Stable version
- MD5 Sum
- ff152677f3c22ac4ff96fc69ba7c2a9a
- Supported software
- Moodle 3.10, Moodle 3.11
- Latest release for Moodle 3.10
- Latest release for Moodle 3.11
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Local plugins
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder in the "local" subdirectory.
- Visit http://yoursite.com/admin to finish the installation.