Search found 4 matches

by economicist
Fri Jun 28, 2013 11:50 pm
Forum: Using OpenEMM
Topic: Action to update user field
Replies: 3
Views: 7172

Re: Action to update user field

The "uid=" field contains all of the information about a link. It's has the format: company_id.mailing_id.customer_id.url_id.signature It may look garbled, but that's only because the base-10 numbers are converted to base-36 to save space in the URL. So what you can do is pull the url_id o...
by economicist
Tue Feb 12, 2013 8:19 pm
Forum: Using OpenEMM
Topic: More complex target group selection in mailing.
Replies: 0
Views: 2843

More complex target group selection in mailing.

Is it possible to have a more complex target group selection when sending a mailing? For example, a mailing with the following requirements: * Recipient MUST be in one of target groups A, B, C * Recipient also MUST be in one of target groups 1, 2, 3, 4 I know that OpenEMM allows me to select these t...
by economicist
Fri Feb 08, 2013 12:20 am
Forum: Using OpenEMM
Topic: 1 mailing to multiple mailing lists
Replies: 1
Views: 2791

Re: 1 mailing to multiple mailing lists

This may not be the most elegant solution, but my method is to create columns (subscription_group_1, subscription_group_2, etc.) in the table "customer_1_tbl" where the value is 1 if they are in a particular newsletter's subscription group, and 0 if they are not. Then I create target group...
by economicist
Wed Oct 31, 2012 5:41 pm
Forum: Using OpenEMM
Topic: MySQL - delete from mailing_tbl where mailinglist_id='32'
Replies: 1
Views: 2664

MySQL - delete from mailing_tbl where mailinglist_id='32'

I am the new email campaign administrator at my company, and thousands of our older mailings were sent on another server using OpenEMM 5.5.1. I have been asked to collect statistics related to those mailings. On that server, instead of using "test recipients", the company tested emailings ...