Ops is now able to control index template variations using the following two parameters:
- igidx=1 : This parameter (ignore index) prepares the page to skip the index/interstitial page and redirect to the page in the next parameter
- tourl="page-name" : this parameter (To URL) indicates and provides the path for the ignore index parameter and tells the page which page to redirect to.
Example:
Offer 1884 - Mindinsole - 38.99 - Performance Funnel - EN
Current variation - Presale 4 (to Interstitial):
https://www.mindinsole.com/en/pre-4-st-b.html?iep=true&loader=1&fomo=1&Affid={affiliate_id}&s1={sub1}&s2={sub2}&s3={sub3}&s4={offer_id}&s5={transaction_id}&domain1={tracking_domain}&network_id=69
The above page by default sends the user from Presale to Interstitial to Checkout
To create a variation that sends the user from Presale to Checkout. Change the above URL to the following:
https://www.mindinsole.com/en/pre-4-st-b.html?igidx=1&tourl=order-st-b.html&iep=true&loader=1&fomo=1&Affid={affiliate_id}&s1={sub1}&s2={sub2}&s3={sub3}&s4={offer_id}&s5={transaction_id}&domain1={tracking_domain}&network_id=69
The parameters igidx=1&tourl=order-st-b.html basically indicates and prepares the page to skip the interstitial page (igidx=1) and redirect (tourl=order-st-b.html) to intended checkout redirect.
NOTE: you need both igidx=1 and tourl= parameter for this skip variation work. If you're missing 'tourl=PAGEREDIRECT', it will not work!