Results 1 to 5 of 5

Thread: Feature or footshot? Tracking links in Campaign Emails

  1. #1
    Gyro.Gearless is offline Senior Member
    Join Date
    Apr 2009
    Posts
    47

    Default Feature or footshot? Tracking links in Campaign Emails

    Hi folks,

    there is another questionable feature in the Campaigns module:

    When sending an HTML formatted EMail, Sugar unconditonally appends an link for tracking views to the body of the message. In Outlook, this looks like

    <http://borg07.abcona.int/sugar/index.php?entryPoint=image&identifier=1a0c3242-ffaa-6bcc-7eb0-4ae827a6ea39>

    However, i consider this to be a very questionable feature, as the presence of such a link makes the Email perhaps considered SPAM by many filters; and at least it should be optional.

    I tried removing the offending lines of code (this is at modules/EMailMan/EmailMan.php:707) which at least made some test email to NOT land in my Webmailers Junkfolder....

    Your opinions welcome....

    Cheers
    Gyro

  2. #2
    AlexAv's Avatar
    AlexAv is offline Sugar Community Member
    Join Date
    Oct 2009
    Location
    Ukraine
    Posts
    922

    Default Re: Feature or footshot? Tracking links in Campaign Emails

    What version of SugarCRM do you use?
    Letrium ltd. - Only high quality service
    http://letrium.com

  3. #3
    AlexAv's Avatar
    AlexAv is offline Sugar Community Member
    Join Date
    Oct 2009
    Location
    Ukraine
    Posts
    922

    Default Re: Feature or footshot? Tracking links in Campaign Emails

    Different versions of SugarCRM have a little difference, but probably it not solve the problem.

    Sugar 5.0
    PHP Code:
    // cn: bug 11979 - adding single quote to comform with HTML email RFC

    $mail->Body .= "<br><IMG HEIGHT='1' WIDTH='1' src='{$this->tracking_url}image.php?identifier={$this->target_tracker_key}'>"
    Sugar 5.2
    PHP Code:
    // cn: bug 11979 - adding single quote to comform with HTML email RFC
    $mail->Body .= "<br><IMG HEIGHT='1' WIDTH='1' src='{$this->tracking_url}index.php?entryPoint=image&identifier={$this->target_tracker_key}'>"
    Letrium ltd. - Only high quality service
    http://letrium.com

  4. #4
    salesagility's Avatar
    salesagility is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    UK
    Posts
    2,379

    Default Re: Feature or footshot? Tracking links in Campaign Emails

    I can see your point and possibly you should suggest this in the features forum.

    However, I have never sent an email campaign where I did not want to measure the results and taking out tracking would mean precisely that.

  5. #5
    Gyro.Gearless is offline Senior Member
    Join Date
    Apr 2009
    Posts
    47

    Default Re: Feature or footshot? Tracking links in Campaign Emails

    Quote Originally Posted by AlexAv View Post
    What version of SugarCRM do you use?
    Hi Alex,

    forget to mention this, we are using 5.2.0j ! But as you said, apparently almost the same in 5.0...

    Cheers
    Gyro

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Campaign to Opportunity Tracking
    By atheimer98 in forum Marketing/Campaign Management
    Replies: 1
    Last Post: 2007-03-24, 05:25 PM
  2. Need help with embedded tracking links
    By tajtday in forum Marketing/Campaign Management
    Replies: 0
    Last Post: 2006-11-27, 04:51 PM
  3. Replies: 1
    Last Post: 2006-06-11, 11:07 PM
  4. Optional campaign tracking
    By michaelsidenius in forum Feature Requests
    Replies: 0
    Last Post: 2005-09-15, 12:53 PM

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
  •