For testing, I put the link https://www.teambits-meetings.net/meetings/install-check.do into the email, which appears as http://newsletter.../r.html?uid=1.8.4.7d.qklev7luv4 but is resolved to http://newsletter .teambits-meetings.net/meetings/install-check.do
(Note host "http://newsletter" in the ...
Search found 14 matches
- Thu Dec 17, 2009 2:33 pm
- Forum: Bugs, bug fixes & releases
- Topic: Trackable Links in OpenEMM 6.0 change randomly
- Replies: 7
- Views: 9273
- Thu Dec 17, 2009 11:26 am
- Forum: Bugs, bug fixes & releases
- Topic: Trackable Links in OpenEMM 6.0 change randomly
- Replies: 7
- Views: 9273
- Thu Dec 17, 2009 10:48 am
- Forum: Bugs, bug fixes & releases
- Topic: Trackable Links in OpenEMM 6.0 change randomly
- Replies: 7
- Views: 9273
- Tue Dec 15, 2009 7:09 pm
- Forum: Bugs, bug fixes & releases
- Topic: ##AGNUID## in OpenEMM 6.0 not replaced in URLs
- Replies: 1
- Views: 9512
- Tue Dec 15, 2009 7:06 pm
- Forum: Bugs, bug fixes & releases
- Topic: ##AGNUID## in OpenEMM 6.0 not replaced in URLs
- Replies: 1
- Views: 9512
##AGNUID## in OpenEMM 6.0 not replaced in URLs
In the test emails sent out ##AGNUID## is still unchanged in the URLs, which did work very well in Open EMM 5.5 - did something change here? Could the update cause some error in our installation?
I would assume that this is a core feature that is working for most of you out there ...!?
I would assume that this is a core feature that is working for most of you out there ...!?
- Tue Dec 15, 2009 6:58 pm
- Forum: Bugs, bug fixes & releases
- Topic: Trackable Links in OpenEMM 6.0 change randomly
- Replies: 7
- Views: 9273
Trackable Links in OpenEMM 6.0 change randomly
Hi, we are just trying to get out our first mailing after upgrading to 6.0. I noticed a very strange behaviour of the trackable links: some URLs are not listed at all (and not converted to r.html...). This changes randomly, especially after making some changes to the content.
As a result, the ...
As a result, the ...
- Wed Mar 18, 2009 9:41 am
- Forum: Suggestions
- Topic: vtiger integration / extension plannend?
- Replies: 2
- Views: 9378
- Wed Mar 18, 2009 9:35 am
- Forum: Using OpenEMM
- Topic: Email/RSS notification about subscriptions/profile changes
- Replies: 2
- Views: 2771
- Mon Mar 16, 2009 10:46 am
- Forum: Suggestions
- Topic: vtiger integration / extension plannend?
- Replies: 2
- Views: 9378
vtiger integration / extension plannend?
Hi, are there any plans to also support vtiger as CRM in addition to Sugar CRM?
- Mon Mar 16, 2009 10:42 am
- Forum: Miscellaneous
- Topic: Forward to a Friend Feature
- Replies: 11
- Views: 25729
- Mon Mar 16, 2009 10:41 am
- Forum: Using OpenEMM
- Topic: Email/RSS notification about subscriptions/profile changes
- Replies: 2
- Views: 2771
Email/RSS notification about subscriptions/profile changes
Hi, is it somehow possible to get notifications (e.g. via email / RSS) about recipients subscribing to a mailing list, updating their profile, or unsubscribing from a mailing list (or any other web form usage)?
This would be very helpful to get some awareness of the usage of the web forms. Well ...
This would be very helpful to get some awareness of the usage of the web forms. Well ...
- Sun Mar 15, 2009 8:44 pm
- Forum: Using OpenEMM
- Topic: Digging down to users - possible?
- Replies: 18
- Views: 20397
Would be nice, Al, I'm looking forward :-) I was thinking about this myself, but in the next month I won't have time for sure ...
Instead I had another idea: ;-) In addition to the overview list, the recipient's detail view could also get some statistics information, e.g. no of clicks total, no of ...
Instead I had another idea: ;-) In addition to the overview list, the recipient's detail view could also get some statistics information, e.g. no of clicks total, no of ...
- Sat Mar 14, 2009 11:34 pm
- Forum: Using OpenEMM
- Topic: Digging down to users - possible?
- Replies: 18
- Views: 20397
Get click counts per recipient
Here are some more variations.
Get the number of URLs clicked per recipient:
select c.email, c.firstname, c.lastname, count(l.customer_id) from rdir_log_tbl l, customer_1_tbl c where l.customer_id = c.customer_id group by c.email order by count(l.customer_id) desc;
Get the number of URLs ...
Get the number of URLs clicked per recipient:
select c.email, c.firstname, c.lastname, count(l.customer_id) from rdir_log_tbl l, customer_1_tbl c where l.customer_id = c.customer_id group by c.email order by count(l.customer_id) desc;
Get the number of URLs ...
- Sat Mar 14, 2009 10:48 pm
- Forum: Using OpenEMM
- Topic: Digging down to users - possible?
- Replies: 18
- Views: 20397
Adding the click count in recipient list?
Our commercial customers (marketing people) would be overwhelmed ...
What about adding the recipient's click count (total and/or last mailing) in the overview list of recipients as a new column? I think this would not be confusing. And you could use it to sort by click count, which I expect to be ...
What about adding the recipient's click count (total and/or last mailing) in the overview list of recipients as a new column? I think this would not be confusing. And you could use it to sort by click count, which I expect to be ...
