Results 1 to 6 of 6

Thread: Dynamic tracker links

  1. #1
    settech is offline Sugar Community Member
    Join Date
    Feb 2008
    Posts
    22

    Default Dynamic tracker links

    Hi everyone,

    Is it possible put a variable in tracker_link, like http://www.site.com.br/id=$contact_id ...

    Thanks,
    Alberto

  2. #2
    chermaz is offline Junior Member
    Join Date
    Feb 2006
    Posts
    1

    Default Re: Dynamic tracker links

    I don't think that there is actually a solution for this.
    You can embed fields in the email, but, after redirect, parameters are cleared.
    I've used this turnaround:

    Create the link in the email:
    <a href="%7BLanding%20Page%7D&amp;id=$contact_id">

    Modify file Tracker.php

    $redirect_URL = $row['tracker_url']."?id=".$_REQUEST['id'];


    This work for me, but it would really better if Sugar support dynamic fields in coming releases

  3. #3
    dricrm is offline Sugar Community Member
    Join Date
    Aug 2005
    Location
    Lisbon, Portugal
    Posts
    116

    Default Re: Dynamic tracker links

    I agree, this would be a nice feature, we could dynamically load page content for each target...

    diogo

  4. #4
    yhercouet is offline Sugar Community Member
    Join Date
    Nov 2009
    Location
    Shanghai China
    Posts
    33

    Default Re: Dynamic tracker links

    Hello everyone,


    Please check out our new module that should fit your needs:


    Smart Tracker

  5. #5
    pgu42 is offline Junior Member
    Join Date
    Apr 2011
    Posts
    2

    Default Re: Dynamic tracker links

    Hello

    I followed all the steps in your module documentation but it does not work.
    When the mouse is pointed on the link generated in the email, i can see my parameter is appended to the link (http://mysite/index.php?entryPoint=xxxxxxxxxx&param=value)
    But when the link is clicked it redirects to the tracker url without appending ?param=value.

    My installation is sugarcrm CE 6.2.0

    Thanks

  6. #6
    Senden is offline Junior Member
    Join Date
    Jan 2012
    Posts
    3

    Default Re: Dynamic tracker links

    Hello yhercouet

    I have installed your module on 6.4.0RC2 (Build 7192) and it seems to work but not for all variables.
    Somehow the $contact_tracker_key is show empty?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 2008-01-31, 03:59 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: 2
    Last Post: 2006-07-10, 01:46 PM
  4. How to track multiple tracker URL's
    By Proware in forum Help
    Replies: 0
    Last Post: 2006-04-28, 06:16 AM

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
  •