Virtual Merchant integration
Una piattaforma per i pagamenti che si adatta al tuo business.
L’integrazione avviene con il codice di tracciamento inserito nella tua pagina di “ringraziamento”.
Aggiungi lo script del tracciamento delle vendite
Virtual Merchant invia queste varianti GET al tuo sito:
- ssl_description -> può essere utilizzato come id dell’ordine
- ssl_amount stands -> rappresenta il costo totale
- ssl_invoice_number -> può essere utilizzato come id del prodotto
Inserisci questo codice nella tua pagina di ringraziamento:
<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>
Questo è tutto ciò che devi fare per effettuare l’integrazione.
9. Integrate the affiliate software with your website
Integrate your affiliate software seamlessly with your website for effective tracking of referrals and commissions. Set it up right!
How to integrate Post Affiliate Pro (Network) with 3rd party affiliate systems?
Learn how to integrate Post Affiliate Pro with 3rd-party affiliate systems. Follow our step-by-step guide to streamline your affiliate tracking!
Overview of Post Affiliate Network
Discover the power of Post Affiliate Network for managing affiliate programs across multiple brands from a single account.
Multiple merchants (Administrators)
Unlock the power of multiple merchants with Post Affiliate Pro's Ultimate and Network editions. Manage multiple administrators, create custom roles, and streamline your affiliate campaigns effortlessly. Upgrade today to access this feature and redefine your affiliate management!
How to track affiliate signup form
Track successful affiliate signups in Post Affiliate Pro using callback URLs, custom page designs, or external forms.
External merchant account signup form for Post Affiliate Network
Download the customizable external merchant account signup form for Post Affiliate Network. Ideal for network-owners!