📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: partPixelVariationsSection.tpl
{$showOfferPixels = $campaignTypeID == 6 || $campaignTypeID == 7} <div class="row"> <div class=" col-md-offset-2 col-md-8"> <h4>Tracking Pixel: Add Pixel to Offer Source</h4> <label>Image Pixel</label> <div class="input-group"> <input type="text" id="txtStepTrackingI" class="form-control back-diff" readonly="readonly" onclick="select_all(this)"/> {include file="partCopyClipboard.tpl"} </div> <br/> {if $showOfferPixels} <label> <div class="div-instruction-clarification"> Use the Pixel below, if Mulitple Conversions are tracked per visitor<br/> Replace <b>xxx</b> with the offer ID </div> </label> <div class="input-group"> <input type="text" id="txtStepTrackingIb" class="form-control back-diff" readonly="readonly" onclick="select_all(this)"/> {include file="partCopyClipboard.tpl"} </div> <br/> {/if} <label>Iframe Pixel (required when calling multiple 3rd party pixels)</label> <div class="input-group"> <input type="text" id="txtStepTrackingF" class="form-control back-diff" readonly="readonly" onclick="select_all(this)"/> {include file="partCopyClipboard.tpl"} </div> <br/> {if $showOfferPixels} <label> <div class="div-instruction-clarification"> Use the Pixel below, if Mulitple Conversions are tracked per visitor<br/> Replace <b>xxx</b> with the offer ID </div> </label> <div class="input-group"> <input type="text" id="txtStepTrackingFb" class="form-control back-diff" readonly="readonly" onclick="select_all(this)"/> {include file="partCopyClipboard.tpl"} </div> <br/> {/if} <label>Script Pixel</label> <div class="input-group"> <input type="text" id="txtStepTrackingS" class="form-control back-diff" readonly="readonly" onclick="select_all(this)"> {include file="partCopyClipboard.tpl"} </div> <br/> {if $showOfferPixels} <label> <div class="div-instruction-clarification"> Use the Pixel below, if Mulitple Conversions are tracked per visitor<br/> Replace <b>xxx</b> with the offer ID </div> </label> <div class="input-group"> <input type="text" id="txtStepTrackingSb" class="form-control back-diff" readonly="readonly" onclick="select_all(this)"> {include file="partCopyClipboard.tpl"} </div> <br/> {/if} <label>General Postback URL (Server2Server Pixel) <div class="div-instruction-clarification"> You need to pass the CPV Lab Pro subID corresponding to the converting visitor in place of "subid-here" </div> </label> <div class="input-group"> <input type="text" id="txtStepTrackingP" class="form-control back-diff" readonly="readonly" onclick="select_all(this)"/> {include file="partCopyClipboard.tpl"} </div> <br/> <div id="divSpecificPostbacks"></div> <div id="divSpecificTsPostback"></div> </div> </div>
Save