I want to make a cashback site for Walmart with Laravel but I have no idea how to track user's transaction.
I read that these are the steps basically:
- Attach extra parameters with all deeplinked URLs for dynamic user ID, click ID, coupon ID, merchant ID & network ID. Max 5 extra parameters are allowed by affiliate networks
- All links are usually routed through affiliate networks who capture sale happened via your website along with those passed on extra parameters. These sales are imported in your cashback website via affiliate network API
- Based on extra parameters, it’s allotted to the users in my site
The problem is that I can't find such API.
Any advise or guidance would be greatly appreciated!