FUEL CMS User Guide : Version 1.5.2


Campaign Monitor Module Documentation

This Campaign Monitor module documentation is for version 0.1.

Overview

The Campaign Monitor Module provides summary statistics for your recent email campaigns.

You can add a the campaign summary to the dashboard by adding "campaign_monitor" to the FUEL's "dashboards" configuration parameter in MY_fuel.php

Campaign Monitor Configuration

The following configuration parameters can be found in the modules/campaign_monitor/config/campaign_monitor.php configuration file. It is recommended that you copy the config file and place it in your fuel/application/config directory which will override the defaults and make it easier for future updates.

Property Default Value Description
account_name
''
account name is sub domain (e.g. http:mycompany.createsend.com) would be "mycompany"
api_key
''
Campaign Monitor API key
client_name
''
client name you want to display reports for
num_campaigns
5
number of campaigns to list
use_cache
TRUE
use caching... Recommended
cache_ttl
600
default time to live = 600 seconds 10 mins
cache_folder
'campaign_monitor'
used as the subfolder name for caching

Libraries