Hi everyone,
Is it possible put a variable in tracker_link, like http://www.site.com.br/id=$contact_id ...
Thanks,
Alberto
Hi everyone,
Is it possible put a variable in tracker_link, like http://www.site.com.br/id=$contact_id ...
Thanks,
Alberto
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&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
I agree, this would be a nice feature, we could dynamically load page content for each target...
diogo
Hello everyone,
Please check out our new module that should fit your needs:
Smart Tracker
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¶m=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
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?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks