AspDotNetStorefront integration
Questo metodo di integrazione è per Asp.net Shopping Cart – AspDotNetStorefront. L’integrazione avviene tramite la modifica della pagina di ringraziamento. Tiene traccia delle commissioni per ordine e supporta le Lifetime Commission.
1. Integrazione
Trova il file della tua pagina di ringraziamento (pagina post-ordine) sul tuo server e aggiungi questo codice al suo interno:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
PostAffTracker.setAccountId('Account_ID');var sale = PostAffTracker.createSale();
sale.setTotalCost('(!ORDERTOTAL!)');
sale.setOrderID('(!ORDERNUMBER!)');
sale.setData1('(!CUSTOMERID!)');
PostAffTracker.register();
</script>
L’integrazione terrà traccia del costo totale e dell’ID dell’ordine.
Se utilizzi la versione 8.x, dovrai creare un argomento chiamato ‘ConfirmationTracking’ all’interno del sito di amministrazione e incollarvi il codice di tracciamento.
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!
Discover the power of the Lifetime Commissions plugin! Ensure lifetime referral tracking with unique customer identifiers, allowing affiliates to earn commissions on future sales without repeated clicks. Easily manage customer-affiliate relations and configure settings to suit your needs. Boost your affiliate program's efficiency with customizable options and ensure commissions for affiliates, even across different devices or channels. Explore seamless integration with eCommerce systems and enhance your marketing strategy today!
How to track affiliate signup form
Track successful affiliate signups in Post Affiliate Pro using callback URLs, custom page designs, or external forms.