This is the API REST method but in case you use HTML to paint recommenders, you better use other methods we have:
- Javascript (recomended)
- Url
For the API REST call you can use the following format:
Path:
http://api.brainsins.com/RecSinsAPI/api/page/trackClick.json?token={TOKEN}&idUser={IDUSER}&idRecommendation={IDRECOMMENDER}-{IDPRODUCT}
Type: POST
URL Parameters:
- TOKEN: your account BrainSINS token
- IDUSER: numeric user identifier
- IDRECOMMENDER: recommender identifier
- IDPRODUCT: the id of the clicked product
Example:
http://api.brainsins.com/RecSinsAPI/api/page/trackClick.json?token=BS-8709661092-1&idUser=1000001&idRecommendation=2-1234
Comments