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.
Overview of Post Affiliate Network
Discover the power of Post Affiliate Network for managing affiliate programs across multiple brands from a single account.
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!
How to allow customers to enter a referral id (affiliate id) of an affiliate in a page
Allow customers to enter a referral ID easily with a simple form and PHP code. Enhance tracking efficiently!
Can merchants and affiliates send messages to each other?
Yes, merchants and affiliates can email each other in Post Affiliate Pro & Network. Learn about your communication options here!