🛢Campaign Funnel Setup
Step 1.3 - Coupons Left Script
1min
this script needs to go into step 1 of your funnel > settings > tracking code > footer scripts about this step this interacts with an on page script that creates a "coupons left" scarcity widget on the page copy the script by selecting all lines to retain the format with lines when it is pasted in the footer \<script src="//ajax googleapis com/ajax/libs/jquery/1 4 2/jquery min js" type="text/javascript">\</script> \<script type="text/javascript" src="https //primelocal com/js/jquery 3 2 1 min js">\</script> \<script type="text/javascript" src="https //primelocal com/js/jquery multi counters min js">\</script> \<script> 	 $(document) ready(function() { 	 $('#mcounter 1') multicounter({ 	 // type of counter 	 mctype \['counter'], 	 // values for date 	 mcdate \[2020,11,31], 	 // values for timer 	 mctimer \[7,7,7], 	 // values for counter 	 mcamount \['down',4,2], 	 mcspeed \['random',4,15], 	 mcincrement \['stable',1,15], 	 // counter cookies 	 setcookie true, 	 cookiedays 1, 	 cookiename 'mcounter 1', 	 // style 	 mcpadding '10px 50px', 	 mcbackground 'white', 	 mccolor 'orange', 	 mcsize '20px', 	 mctextsize '20px', 	 mctextcolor 'orange', 	 mcborder \['0px', 'solid', 'orange'], 	 // target 	 mctarget false, 	 mctargets \[ 	 \['message','sold out, call our office!'], 	 ] 	 }); 	 }); 	\</script>