Zanox API Deeplink generator
Until the release of the new Zanox API, here is a small script to generate programmatically a Zanox Deeplink.
1.0
To use this code you need :
- [Zanox Account] - Have an Zanox valid account
- [Zanox Adspace] - Create an Zanox Adspace
- [Zanox Partners] - Have an affiliate programme
$zanoxDeepLink = new ZanoxDeepLink('LOGIN', 'PASSWORD', 'ADSPACE', 'ADVERTISER');
echo $zanoxDeepLink->getDeeplink('PRODUCT_URL');
Go to http://toolbox.zanox.com/deeplink/ to get your Adspace et Advertiser values. Try to generate a Deeplink for a shop of your choice, and see the screenshot files to know how to get values.
ADVERTISER is an optional parameter. Use it only if you have multiple program available for your URL.
MIT