Virtual Merchant integration
Platforma płatności, która dostosowuje się do Twojego biznesu.
Integracja odbywa się za pomocą kodu śledzenia wstawionego do Twojej strony z podziękowaniami.
Dodawanie skryptu śledzenia sprzedaży
Virtual Merchant wysyła zmienne GET do twojej witryny:
- ssl_description -> może być użyty jako id zamówienia
- ssl_amount stand -> oznacza koszt całkowity
- ssl_invoice_number -> może być użyty jako id produktu
Wstaw ten kod na swoją stronę z podziękowaniami:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
function gup( name ) {
name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
var regexS = "[\\?&]"+name+"=([^&#]*)";
var regex = new RegExp( regexS );
var results = regex.exec( window.location.href );
if( results == null )
return "";
else
return results[1];
}
PostAffTracker.setAccountId('Account_ID');
var sale = PostAffTracker.createSale();
sale.setTotalCost(gup('ssl_amount'));
sale.setOrderID(gup('ssl_invoice_number'));
sale.setProductID(gup('ssl_description'));
PostAffTracker.register();
</script>
To wszystko, co trzeba zrobić w przypadku integracji.
Discover seamless integration solutions with Post Affiliate Pro, the leading affiliate marketing software. Effortlessly connect with platforms like Authorize.net, Calendly, FormAssembly, and more to enhance your e-commerce and reporting capabilities. Enjoy free trials, 24/7 support, and maximize your marketing ROI with advanced tracking and flexible commission options. Visit now to revolutionize your affiliate marketing strategy!