Giter Club home page Giter Club logo

campaign_monitor's Introduction

Campaign Monitor

The Campaign Monitor extension allows you to add subscribers to your Campaign Monitor lists via Symphony events.

INSTALLATION

  1. Upload the 'campaign_monitor' folder in this archive to your Symphony 'extensions' folder.
  2. Enable it by selecting the "Campaign Monitor", choose Enable from the with-selected menu, then click Apply.
  3. You can now add the "Campaign Monitor" filter to your Events.

USAGE

  1. Go to your Campaign Monitor account and get your API Key (Account Settings). Add this to the preferences page.
  2. Create an event and attach the Campaign Monitor filter to the Event
  3. In your Campaign Monitor account, find the list that you want to add Subscribers to and find it's List ID (change name/type)
  4. Create your form in the XSLT and at minimum add three input fields, campaignmonitor[list], campaignmonitor[field][Name], campaignmonitor[field][Email]

The $field-name syntax will get the value of the when posting to C+S.

<input name="campaignmonitor[list]" value="{$your-list-id}" type="hidden" />
<input name="campaignmonitor[field][Name]" value="$field-name" type="hidden" />
<input name="campaignmonitor[field][Email]" value="$field-email" type="hidden" />

You can add custom fields exactly the same way:

<input name="campaignmonitor[field][Name]" value="$field-name" type="hidden" />
<input name="campaignmonitor[field][CustomFieldHandle]" value="$field-custom-field" type="hidden" />

If you want to merge any existing Custom Field data from a Subscriber record, say a Select (Many) custom field, you do so with:

<input name="campaignmonitor[merge]" value="Name of Custom Field1, Name of CustomField2" type="hidden" />

CHANGE LOG

0.9.1 (18th February 2011)

  • Added ability to merge existing subscriber records by field.
  • Minor code cleanup

0.9 (7th February 2011)

  • Initial Public Release

campaign_monitor's People

Contributors

bazlo avatar brendo avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.