Table of Contents
Every Recite CMS module triggers various events in various situations. This appendix lists these events and data provided with them.
The events in this section are triggered when ad management operations occur.
The following events are triggered for zone management.
zonecreated.module_ads
. Triggered when a zone is created.
zonemodified.module_ads
. Triggered when an existing zone is
modified.
zonedeleted.module_ads
. Triggered when a zone is deleted.
Each of these events send back the following data.
id
. Internal ID of the zone.
title
. Title of the zone.
The following events are triggered for campaign management.
campaigncreated.module_ads
. Triggered when a campaign is created.
campaignmodified.module_ads
. Triggered when an existing campaign is
modified.
campaigndeleted.module_ads
. Triggered when a campaign is deleted.
Each of these events send back the following data.
id
. Internal ID of the campaign.
title
. Title of the campaign.
The following events are triggered in relation to linking zones with campaigns.
campaignlinkedtozone.module_ads
. Triggered when a campaign is
linked to a zone.
zone_id
. Internal ID of the zone.
campaign_id
. Internal ID of the campaign.
campaignunlinkedfromzone.module_ads
. Triggered when a campaign is
unlinked from a zone.
zone_id
. Internal ID of the zone.
campaign_id
. Internal ID of the campaign.
The following events are triggered for campaign management.
bannercreated.module_ads
. Triggered when a banner is created.
bannermodified.module_ads
. Triggered when an existing banner is
modified.
bannerdeleted.module_ads
. Triggered when a banner is deleted.
Each of these events send back the following data.
id
. Internal ID of the banner.
campaign_id
. Internal campaign ID the banner belongs to.
title
. Title of the banner.