Creating links
2min
overview it's easy to create a link that will enable automatic monetization with revenueengine the following guide will describe how your links should be formated here's an example of a revenueengine link that redirects to a walmart product category page for camping gear any clicks that go through this link may be eligible to earn you a portion of that sale https //wild link/e?d=your revenueengine id here\&dc=walmart com\&url=https%3a%2f%2fwww walmart com%2fcp%2fcamping gear%2f4128 the d value is a your revenue engine id the dc value in this example is the domain you're trying to send the user to this must match the domain referenced in the url value the url value should match the domain referenced in the dc value and it should be url encoded note that the url value is a deep link and not the merchant's homepage the url parameter is optional if no deep link is required for your use case (i e a user clicking through a directory of merchants) and none is specified, then the link will take the user to the domain referenced in the dc value (usually the merchant's home page) note that most browsers only accept urls up to 2048 characters because of this, we recommend having the url as the last parameter to ensure that other parameters are not beyond the 2048 character limit where they may get dropped/ignored