Campaign manager module
Content management Unbundled: Extension Version 4.0.0 Magnolia 6.3 compatible
Issues |
|
Git |
The Campaign Manager module allows you to create, manage and schedule campaigns and rich banners in one place with comprehensive editing options.
Use the Campaign Manager module to craft appealing campaigns with complex layouts.
Each campaign you create is essentially a component you can then use in a page. While content apps focus on managing structured content, the Campaign Manager module provides an authoring experience similar to that of the Pages editor with visual feedback and layout capabilities.
This module is at the INCUBATOR level.
|
Before you can apply the YAML decoration to the Campaign manager creative template, you need to remove the config of module from the Configuration app. |
Business cases for using Campaign Manager
-
Multi-channel campaign coordination: Consolidate and manage marketing efforts across various channels (web, email, social media) from a single platform, ensuring consistent messaging and branding.
-
Targeted content delivery: Create and schedule campaigns tailored to specific audience segments, enhancing personalization and engagement.
-
Performance tracking: Monitor campaign effectiveness through integrated analytics, allowing real-time adjustments and improvements.
In particular, you can send events to your analytics provider using the campaign ID of the component containing your campaigns to get an impression of what users have looked at. Configuration in the Campaign Manager involves adding an analytics tracking ID into the creative component’s metadata. This tracking tag is then the key to performance analytics.
-
Resource efficiency: Streamline content creation and approval workflows, reducing time-to-market for campaigns.
Installing with Maven
Maven is the easiest way to install the module. Add the following to your bundle:
<dependency>
<groupId>info.magnolia.campaign</groupId>
<artifactId>magnolia-campaign-manager</artifactId>
<version>4.0.0</version>
</dependency>