GitXplorerGitXplorer
r

Zanox-Deeplink-API

public
3 stars
5 forks
1 issues

Commits

List of commits on branch master.
Unverified
e60680c9b891c5e4d759f22b06a23cd7d225e3da

Update readme

rrtrompier committed 9 years ago
Unverified
a85f273f8e20e1495f209049455c9e1cc3a51db4

Update readme

rrtrompier committed 9 years ago
Unverified
e4fcb1e786df50e65a6f53138a01fcca86318a47

add doc

rrtrompier committed 10 years ago
Unverified
5bdb348cac0e9a92c71bc04d3a6cd1a6d0bba09f

add doc

rrtrompier committed 10 years ago
Unverified
45a50f27221dc747ffffc6a48d906236e8d2dfdd

add lib

rrtrompier committed 10 years ago
Unverified
4955aa9e2d3b3ce619cd23097264791ba4c01e2c

Initial commit

rrtrompier committed 10 years ago

README

The README file for this repository.

Zanox-Deeplink-API

Zanox API Deeplink generator

Until the release of the new Zanox API, here is a small script to generate programmatically a Zanox Deeplink.

Version

1.0

Pre-requisites

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

Configuration

$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.

Screen of Zanox Deeplink Generator Screen of Zanox Deeplink Generator

License

MIT