Triggered Events

Table of Contents

Module: Ads
Zone Operations
Campaign Operations
Linking Campaigns to Zones
Banner Operations
Module: Assets
File Operations
Folder Operations
Bulk Operations
Linking Files to Other Content
Module: Assets Mirrors
Module: Calendar
Module: Categories
Module: Comments
Module: E-commerce
Module: Feeds
Module: Forms
Module: Listings
Module: Mailing Lists
Module: Pages
Module: Search
Module: Templates
Module: Users

Every Recite CMS module triggers various events in various situations. This appendix lists these events and data provided with them.

Module: Ads

The events in this section are triggered when ad management operations occur.

Zone Operations

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.

Campaign Operations

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.

Linking Campaigns to Zones

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.

Banner Operations

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.