Joey Posted June 3, 2019 Posted June 3, 2019 When the visitor reach our landing page, the identifier is included. e.g. https://www.domain.com/?identifierid=12345 ‘rdentifierid=12345’ is the click identifier. The value represents which affiliate it is from. Now I need to store these values in our server server (may be cookies), so that this value can be used throughout the period the user browsing the website. When user checkout, I will send the following links through the order confirmation page. Source: http://track.clickwise.net/pb?TotalCost=100&identifierid={$identifierid} Results send to: http://track.clickwise.net/pb?TotalCost=100&identifierid=12345 So how can I store this identifierid in cookies and which files I should added the code? Thanks! Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now