Enhance your Business Page or WhatsApp Store by adding analytics tools and customizing the design with your own CSS or JavaScript. This guide explains how to connect all major tracking platforms and where to place custom code using the built-in Advanced Settings section.
How to Add Analytics to Your Business Page or WhatsApp Store
You can easily integrate Google Analytics, Meta Pixel, Google Ads Conversion Tag, GTM, Snapchat Pixel, or any third-party script by pasting the tracking code inside the Analytics field found in each page or store settings.
- Where to Find the Analytics Section
- Google Analytics (GA4)
- Meta Pixel
- Google Ads Conversion Tag
- Google Tag Manager (GTM)
- Snapchat Pixel / TikTok Pixel / Others
Here is an example of how a GA4 script looks when pasted:
How to Customize Design Using Custom CSS or JS
You can customize the appearance and behavior of any Business Page or WhatsApp Store using the built-in Custom CSS / Custom JS options found inside the Advanced Settings panel.
Examples of custom code you can add:
/* change button colors */ .button-primary { background: #ff6600; color: #fff; }
// simple JS example document.addEventListener("DOMContentLoaded", function(){ console.log("Custom script is active"); });
Recommended Best Practices
Do I need coding skills?
Will analytics slow down my page?
Can I remove the code later?




































