Wigzo is a Customer Data Platform offering customer-centric solutions to boost engagement, conversions and retention for your eCommerce business.
Analytics & Insights
Leverage first-party customer data and discover real-time insights with Wigzo’s advanced customer analytics.
Automated User Segmentation
Segregate customers based on behavior, preferences and more, and create 360o customer profiles to launch targeted campaigns.
Omnichannel Engagement
Engage customers on Email, SMS, WhatsApp, Onsite and Push, and streamline all interactions under one platform.
Event-based Journey Builder
Create automated communication workflows using drag-n-drop builder and build personalised customer journeys.
Before proceeding please make sure that you are running WordPress 3.5 or above.
Please refer to the WordPress documentation on how to get the plugin to appear in your installation admin section.
Once the plugin appears in your installation, you must activate it. Navigate to the "Plugins" section and locate the "Wigzo" plugin. The activation is done simply by clicking the "Activate" link next to the plugin name in the list.
Once you have activated the plugin and added the necessary actions, you need to configure the plugin. The plugins configuration page can be found under the "Settings > Wigzo".
Once the plugin is activated campaigns and there respective reports can be managed via
http://app.wigzo.com/
The configuration page consists of two settings:
- Browser Push
- Http / Https (choose https if your website have a valid SSL certificate running on HTTPS. If you don't own any certificate, you can select HTTP.)
- On-Site Push Notification : Enable or disable to activate the same
All of the above settings are needed for the plugin to work. You do not need to add Wigzo javascript manually to your store.
The plugin uses the WordPress Action API to add content to the website. However, there are a few actions that will have to be added to the wordpress theme in order for the plugin to function to its full extent.
- Tracking/sending event can be done using our API
- wigzo.track(eventName, eventValue);
- Users can be mapped using our API
- wigzo.identify(userInfo, force, callback);
- Indexing product using our API. It's recommended to use this API only if you are following SPA(Single page architecture).
- wigzo.index(productInfo);
For brief info do visit Wigzo Integrations Page i.e
https://app.wigzo.com/integration/apicodeintegration