[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] Affiliate Tracking


> still credited to the affiliate. Is there a way to give credit to
> affiliates in this manner? Such as to attach an affiliate ID to a
> customer directly and not a specific order?

    Use mv_pc=affiliatename in your code and add this to LEFTRIGHT_TOP (or
your equivalent):

[if session source]
[and !scratch sourcecookied]
  [set-cookie name="source" value="[data session source]" expire="[time
gmt=1 adjust='+1440']%a, %m-%b-%Y %H:%M
:%S GMT[/time]"]
  [set sourcecookied]1[/set]
[/if]
[if !session source]
  [tmp source][read-cookie source][/tmp]
  [if scratch source]
    [tmp return][perl]$Session->{source}=$Scratch->{source};[/perl][/tmp]
  [/if]
[/if]

    Interchange is very affiliate-friendly.  See my ancient posts on how to
easily enable a simple reporting system for your affiliates to log into and
check their sales.


Jeff

_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.