Results 1 to 7 of 7

Thread: Mass mailing tracker link

  1. #1
    jsdubois is offline Junior Member
    Join Date
    Sep 2005
    Posts
    1

    Question Mass mailing tracker link

    Hi,

    I've got a problem with the tracke link from my campaign. I would like to insert the tracker link not only at the end bt also in some places in the text. Is there a way to do so with Campaign module or Template email module ?

    Thanks

  2. #2
    frederic.buis is offline Junior Member
    Join Date
    Nov 2005
    Posts
    3

    Default Re: Mass mailing tracker link

    Same kind of demand for me

    Quote Originally Posted by jsdubois
    Hi,

    I've got a problem with the tracke link from my campaign. I would like to insert the tracker link not only at the end bt also in some places in the text. Is there a way to do so with Campaign module or Template email module ?

    Thanks

  3. #3
    frederic.buis is offline Junior Member
    Join Date
    Nov 2005
    Posts
    3

    Default Re: Mass mailing tracker link

    After some research in the code in the emailman.php it is possible to alter the email template changing the <a href=url> to TRACKER_URL_START and <a/> to TRACKER_URL_END.And it works . another thing you have to have a tracker link text in the campaign set up to blank
    Last edited by frederic.buis; 2006-01-10 at 10:35 AM.

  4. #4
    geuske is offline Junior Member
    Join Date
    Jun 2005
    Posts
    3

    Question Re: Mass mailing tracker link

    Hi,

    Can u give me a little more detail on exactly where I make the changes to allow me to place the Tracker within the text of the document in email template?

  5. #5
    Gary is offline Junior Member
    Join Date
    Jan 2006
    Posts
    3

    Question Re: Mass mailing tracker link

    Frederic,

    I sent you an email yesterday regarding your post on the Tracker. Thanks for your response. I appreciate it! When you have a minute, could you dumb it down even more for me. I do not understand exactly what you are stating.
    Last edited by Gary; 2006-01-19 at 04:34 PM. Reason: Grammar

  6. #6
    joey is offline Sugar Team Member
    Join Date
    May 2005
    Location
    Austin, TX
    Posts
    17

    Default Re: Mass mailing tracker link

    Basically, when you're modifying the body of your e-mail message, you can use the TRACKER_URL_START and TRACKER_URL_END tags around test to specify that you'd like the the text within to be linked to your tracker URL.

    For example, the following:

    "Greetings!

    We'd love to tell you about the brand new TRACKER_URL_STARTSugarWidgetTRACKER_URL_END. If you'd like more information, please click TRACKER_URL_STARThereTRACKER_URL_END.

    Best regards,
    The Widgets
    "

    It's not the cleanest implementation, but it will get the job done for what you need. There is no need to have proceeding or following spaces between the directives and the linked text--works better without them.

    Let me know if you have any more questions.

    Thanks,
    Joey P.
    SugarCRM

  7. #7
    geuske is offline Junior Member
    Join Date
    Jun 2005
    Posts
    3

    Default Re: Mass mailing tracker link

    Quote Originally Posted by joey
    Basically, when you're modifying the body of your e-mail message, you can use the TRACKER_URL_START and TRACKER_URL_END tags around test to specify that you'd like the the text within to be linked to your tracker URL.

    For example, the following:

    "Greetings!

    We'd love to tell you about the brand new TRACKER_URL_STARTSugarWidgetTRACKER_URL_END. If you'd like more information, please click TRACKER_URL_STARThereTRACKER_URL_END.

    Best regards,
    The Widgets
    "

    It's not the cleanest implementation, but it will get the job done for what you need. There is no need to have proceeding or following spaces between the directives and the linked text--works better without them.

    Let me know if you have any more questions.

    Thanks,
    Joey P.
    SugarCRM
    Thanks for your reply Joey. With your input and working with it we have it tweaked for our needs.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •