Yahoo Stores integration
E’ una piattaforma ecommerce.
L’integrazione con Yahoo Stores avviene inserendo lo script di tracciamento delle vendite nella pagina di conferma dell’ordine.
Accesso
Accedi al tuo Yahoo Store Manager e clicca su Direttore del Negozio > Impostazioni dell’Ordine >Checkout Manager > Configurazione della Pagina > Conferma dell’Ordine (scheda).
Integrazione
Trova l’area di testo etichettata: Messaggi sulla pagina, metti il seguente codice nella casella e clicca su salva.
<script> <!--
function getSaleInfo(){
var totalCost = orderTotal;
var orderId = orderNum;
var productId = items;
document.getElementById('st_code').innerHTML='<img src="https://URL_TO_PostAffiliatePro/scripts/sale.php?TotalCost=' + totalCost + '&OrderID=' + orderId + '&ProductID=' + productId + '" alt="Yahoo Stores"width=1 height=1>';
}
window.onload = getSaleInfo;
// -->
</script>
<div id="st_code"></div>
Questo è tutto ciò che ti serve. Ora, ogni volta che ci sarà una vendita, Yahoo Stores chiamerà il nostro script di monitoraggio delle vendite, e il sistema genererà una commissione per l’affiliato.
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!
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!