I want to use NMSTrack;
I've installed the module (naturally after NMS), but now?
How it works?
Thanks
NMSTrack: how it works?
Re: NMSTrack: how it works?
Most modules should have a Help page, read BOLD instructions below...
Re: NMSTrack: how it works?
Thanks Dr.CSS, I know about Help, but in this module HELP doesn't be useful.
It tells me only:
--Add Me - module:NMSTrack string:help--
Dependencies and Lang parameter.
Here: http://dev.cmsmadesimple.org/bug/list/753
Maybe I need a TAG to insert in my NMS message... but I don't know it.
It tells me only:
--Add Me - module:NMSTrack string:help--
Dependencies and Lang parameter.
Here: http://dev.cmsmadesimple.org/bug/list/753
Maybe I need a TAG to insert in my NMS message... but I don't know it.
Last edited by foox on Tue Oct 19, 2010 12:39 pm, edited 1 time in total.
Re: NMSTrack: how it works?
Not too swift, but the modules are sometimes a one of solution for a particular web site but if they go in the forge it would be nice if they had Help page... 

Re: NMSTrack: how it works?
So you mean there is no solution? Any way to use this module?
Last edited by foox on Wed Oct 20, 2010 4:26 pm, edited 1 time in total.
Re: NMSTrack: how it works?
I found it!!!
I've looked in source code and I found that:
{$track_img} - Inserts an empty .gif for tracking the times the item is opened
{$link_url} - Click tracking url. Add your actual url directly after the smarty tag e.g. {$link_url}http://example.com';
And it works
I hope it will be useful for someone
I've looked in source code and I found that:
{$track_img} - Inserts an empty .gif for tracking the times the item is opened
{$link_url} - Click tracking url. Add your actual url directly after the smarty tag e.g. {$link_url}http://example.com';
And it works

I hope it will be useful for someone

-
- Forum Members
- Posts: 50
- Joined: Mon Feb 21, 2011 2:08 am
Re: NMSTrack: how it works?
So is there a tag to insert in the newsletter template for this module?foox wrote:I found it!!!
I've looked in source code and I found that:
{$track_img} - Inserts an empty .gif for tracking the times the item is opened
{$link_url} - Click tracking url. Add your actual url directly after the smarty tag e.g. {$link_url}http://example.com';
And it works
I hope it will be useful for someone
-
- Forum Members
- Posts: 50
- Joined: Mon Feb 21, 2011 2:08 am
Re: NMSTrack: how it works?
OK so I got the image tracking feature to work by placing it directly into the template.Bilmartech wrote:foox wrote:
{$track_img} - Inserts an empty .gif for tracking the times the item is opened
{$link_url} - Click tracking url. Add your actual url directly after the smarty tag e.g. {$link_url}http://example.com';
My Question is now with the URL tracking... when you add it to the link for some reason it does not redirect it to the actual link but instead creates a URL that looks like it's coming from my site.
IE - http://mysite.com/the link I wanted tracked minus the http:///
when it should just redirect to the actual link I wanted tracked after it records the hit.
I am assuming this may be due to the pretty URLS being turned on but I am not sure? I am wondering how you were able to get the URL tracking working?
Is there a way you can post an example of the {$link_url} tracking you got to work?