Amiando integration
Amiando è un pluripremiato software di gestione degli eventi per il ticketing online e la registrazione di eventi.
1. Crea il file di integrazione e caricalo su un server raggiungibile tramite HTTPS.
Devi creare un file .php, ad esempio paptracking.php, in cui inserisci il seguente codice:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
var sale = PostAffTracker.createSale();
sale.setTotalCost('<?php echo @$_POST['paymentValue']/100;?>');
sale.setOrderID('<?php echo @$_POST['paymentId'];?>');
sale.setData1('<?php echo @$_POST['ticketEmail0'];?>');
PostAffTracker.register();
</script>
e poi devi caricare il file su un server in modo che sia disponibile tramite un URL sicuro (HTTPS://).
E.g. https://my_domain.com/paptracking.php
NOTA: l’installazione di Post Affiliate Pro deve essere disponibile via HTTPS:// !
Se vuoi rintracciare altri dettagli sull’evento acquistato, puoi controllare tutti i parametri HTTP_POST disponibili su: http://developers.amiando.com/index.php/Tracking_Webhooks
2. Definisci l’URL di integrazione nei tuoi eventi amiando
Quindi, una volta creato il file di integrazione e disponibile tramite un URL sicuro, è il momento di definire tale URL negli eventi amiando che vuoi monitorare tramite Post Affiliate Pro (rete).
Quindi, dopo aver effettuato l’accesso ad amiando, nella scheda “Eventi” devi modificare l’evento desiderato, selezionare la voce di menu “Integrazione” durante la modifica dell’evento, scorrere verso il basso fino a “Ticket shop callback” dove devi scegliere il metodo di integrazione “Iframe” e nel campo URL devi inserire l’URL sicuro che porta al tuo file di integrazione. Nel nostro esempio precedente era: https://my_domain.com/paptracking.php.
È tutto. D’ora in poi, gli acquisti di eventi integrati effettuati dagli affiliati verranno monitorati da Post Affiliate Pro (rete).
Non dimenticarti di integrare il tuo sito web con il codice di tracciamento dei clic del tuo Post Affiliate Pro (rete) che si trova nel pannello del commerciante in Strumenti > Integrazioni > Tracciamento dei clic.
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 essentials of clicks (referrals) tracking with our comprehensive guide. Learn about the importance of click tracking code, explore various code examples including simple, asynchronous, and PHP versions, and dive into advanced tracking options. Optimize your affiliate marketing strategy with expert tips on setting account IDs, managing cookies, and customizing tracking parameters. Visit now to enhance your click tracking implementation!
Discover the power of S2S tracking for capturing server-side actions in scenarios where JavaScript or HTML pixel integration isn't possible. Learn about using PHP API or URL calls with GET parameters to efficiently track commissions, protect against fraud, and ensure accurate data collection. Explore integration options whether you can or cannot add JavaScript to your landing page, and understand the benefits of tying sales to click events for comprehensive tracking. Visit our guide for in-depth insights and step-by-step instructions.
Transferring affiliates data from one domain to another in case of tracking the sale
Learn how to transfer affiliate data between domains for accurate sale tracking in Post Affiliate Pro with easy code examples.