Responsys: Difference between revisions

902 bytes added ,  29 October 2010
Line 14: Line 14:
### A similar flag marks when the user signed up.  For example, "ABOUT_MOZILLA_DATE = 2010-09-30 10:00:00"
### A similar flag marks when the user signed up.  For example, "ABOUT_MOZILLA_DATE = 2010-09-30 10:00:00"
### You can include any other data that maps to an existing Responsys field.  For example, about:mobile includes the subscribers name using "FIRST_NAME" and "LAST_NAME"
### You can include any other data that maps to an existing Responsys field.  For example, about:mobile includes the subscribers name using "FIRST_NAME" and "LAST_NAME"
==== Doing all this on mozilla.com ====
If you're building a registration form on mozilla.com, many of the steps above are already built for you.  There is a [http://svn.mozilla.org/projects/mozilla.com/trunk/includes/email/responsys.php library for POSTing to Responsys], and [http://svn.mozilla.org/projects/mozilla.com/trunk/includes/email/forms.php some classes] that hopefully make building forms easier.  Also, the _ri_ config is handled in [http://svn.mozilla.org/projects/mozilla.com/trunk/includes/config.inc.php-dist mozilla.com's config file]. Most of the work falls into building the actual form HTML and any validation rules.  The [http://www.mozilla.com/en-US/newsletter/about_mozilla/ about:mozilla], [http://www.mozilla.com/en-US/newsletter/about_mobile/ about:mobile], and [http://www.mozilla.com/en-US/newsletter/ mainstream] newsletters are all good examples you should work from.
Confirmed users
709

edits