Campaigns

General plugins (Local) ::: local_campaign
Maintained by CBlueC 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.9, 3.10
Released: Thursday, 11 February 2021, 8:51 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 field Campaigns 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
2021021100
Version release name
v1
Maturity
Stable version
MD5 Sum
d981982f9566e265727fc2079eb4cf5e
Supported software
Moodle 3.9, Moodle 3.10
  • Latest release for Moodle 3.9
  • The more recent release v1 (2021080900) exists for Moodle 3.10

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type General plugins (Local)

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder in the "local" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation.