This export type pulls out the subscribed recipients to a single or multiple Mailup lists and export them to a csv file.
Please see below how it can be configured.
Basic Layout
Field | Header Display Name | Description | Format | Example | Optional |
---|---|---|---|---|---|
The subscribed email | N | ||||
List Id | List Id | The list the recipient subscribed to | Y | ||
Date | Subscription Date | The date it subscribed | Y | ||
Group | Groups Id | The groups a recipent subscribed to | Y |
Column options
- Column "List Id"
- Column "Date"
- Column "Groups"
- Any dynamic recipient field
Other options
- Display Column header
- Encrypt Email column values
Samples
Sample 1 : The subscribers layout displays "Email", "List Id" and "Subscription Date" columns and column header at the top of it.
email;List Id;Subscription Date email0@mxtest.nweb.info;2;20150325T103004 email1@mxtest.nweb.info;2;20150325T103004 email10@mxtest.nweb.info;2;20150325T103004 email100@mxtest.nweb.info;2;20150325T103004 email1000@mxtest.nweb.info;2;20150325T103004
Sample 2 : The subscribers layout displays "Email", "List Id","Subscription Date", "FIrst Name" and "Last Name" columns but with no header.
email0@mxtest.nweb.info;2;20150325T103004;john;smith email1@mxtest.nweb.info;2;20150325T103004;mark;green email10@mxtest.nweb.info;2;20150325T103004;andrew;white email100@mxtest.nweb.info;2;20150325T103004;steve;brown email1000@mxtest.nweb.info;2;20150325T103004;mike;black
Sample 3 : The subscribers layout displays "Entrypted md5 Email", "List Id","Subscription Date"
bc270ce4ce9982a54c1c3e1ba81de677;2;20150325T103004 4890134ad31ea94d501b7b1cbe64e0ca;2;20150325T103004 82bdd3b9cafbb9fdfb8ebec45fd55cf6;2;20150325T103004 58d4644d18ba36a307cc53bae4bbb629;2;20150325T103004 4ff5f8337a995f2959ed9b46b904f922;2;20150325T103004
Optional md5 / sha1 / sha256 / sha512 encryption applies to Email column only
Should you need any further information or custom integrations please do not hesitate to contact your account manager. |