When you need to plan rentals, receive online orders, keep track of inventory, accept payments, view product availability, send out invoices, and more, Booqable has you covered.
To integrate your Booqable store login to its admin panel and navigate to Settings> Online checkout> Additional scripts.
Code
The sale tracking code to be used in Additional scripts section:
(function(d,t) {
var script = d.createElement(t); script.id= 'pap_x2s6df8d'; script.async = true;
script.src = '//URL_TO_PostAffiliatePro/scripts/trackjs.js';
script.onload = script.onreadystatechange = function() {
var rs = this.readyState; if (rs && (rs != 'complete') && (rs != 'loaded')) return;
};
d.getElementsByTagName('body')[0].appendChild(script);
})(document, 'script');
function papSale(totalCents, orderId, data1) {
PostAffTracker.setAccountId('Account_ID');
var sale = PostAffTracker.createSale();
sale.setTotalCost(totalCents/100);
sale.setOrderID(orderId);
sale.setData1(data1);
PostAffTracker.register();
}
setTimeout(function(){
// Booqable completed event
Booqable.on('completed', function (e) {
var state = store.getState();
var cart = state.orm.carts.getById(state.checkout.cartId);
var subtotal = Number(cart.price_in_cents);
var discount = Number(cart.coupon_discount_in_cents);
papSale(subtotal-discount, cart.created_at + '('+cart.id+')', state.form.CheckoutForm.email.value);
});
}, 2500);
That’s it. The store has been integrated. Do not forget to integrate your site with the click tracking code.
This text discusses various topics related to affiliate marketing, including tips to improve the user experience of affiliate websites, updates and bug fixes for the Post Affiliate Pro software, and ways to attract more affiliates through the LinkedIn platform. Additionally, the text covers topics such as SEO strategies for affiliate marketing, critical KPIs to track for sales growth, and the importance of hiring affiliate marketing freelancers for businesses. The text ends with a guide on creating a buyer persona for marketing purposes.
How do you motivate affiliates?
Motivating affiliates is crucial for successful affiliate marketing. To keep affiliates working at a high level and avoid burnout, merchants should create a friendly atmosphere, offer clear communication, provide adequate financial compensation, and allow opportunities for growth and development. Offering support and maintaining a healthy work-life balance are also important. Merchants should strive to provide motivating stimuli for their affiliates and maintain high levels of motivation. By following these tips, merchants can keep their affiliates happy and contribute to the growth of their business.
5 reasons why visitors are leaving your affiliate website
Affiliate websites are a popular source of passive income, but it can be challenging to retain visitors. Slow page loading times, cluttered website design, lack of content, too many ads, and website security concerns are the top reasons visitors leave. To improve your website, focus on website speed, website design, and website security. Use easy-to-understand language, have a clear navigation structure, and limit ads to avoid user annoyance. Finally, ensure your website is secure by acquiring an SSL certificate and engaging a reliable hosting provider.