Community Add-Ons
| Maintainers: | delete13 |
osC Tracking
for osCommerce Online Merchant v2.2
osC Tracking program allow to make tracking in a background throught a binary file as a forked process.
This avoid Google latencies delays & allow to add a tracking feature **into checkout_process.php** w/o timeout or latency risks
This sample works for google analytics and may work for others tracking tags or affiliations programs
osc_tracking should have execution rights (like chmod 111)
Filetype : ELF 32-bit LSB executable under x86 2.6 Linux Kernel
Compilation : cc osc_tracking.c -o osc_tracking -l curl
(lib curl needed)
------
osC Tracking execute en tache de fond un programme qui permet d'appeler un tag de suivi par exemple pour google analytics en toute transparence pour le client.
Le programme est executé en tache de fond ce qui permet d'éviter les temps de latence dus au réseau et au partenaire et rend invisible l'execution du script pour le client.
L'exemple est pour google analytics mais est applicable à toutes les plateformes d'affiliation/programmes partenaires avec tracking
Le programme osc_tracking doit avoir les droit en execution (chmod 111)
osC Tracking program allow to make tracking in a background throught a binary file as a forked process.
This avoid Google latencies delays & allow to add a tracking feature **into checkout_process.php** w/o timeout or latency risks
This sample works for google analytics and may work for others tracking tags or affiliations programs
osc_tracking should have execution rights (like chmod 111)
Filetype : ELF 32-bit LSB executable under x86 2.6 Linux Kernel
Compilation : cc osc_tracking.c -o osc_tracking -l curl
(lib curl needed)
------
osC Tracking execute en tache de fond un programme qui permet d'appeler un tag de suivi par exemple pour google analytics en toute transparence pour le client.
Le programme est executé en tache de fond ce qui permet d'éviter les temps de latence dus au réseau et au partenaire et rend invisible l'execution du script pour le client.
L'exemple est pour google analytics mais est applicable à toutes les plateformes d'affiliation/programmes partenaires avec tracking
Le programme osc_tracking doit avoir les droit en execution (chmod 111)
