WordPress Integration
Connect Asky to your WordPress site using our official plugin or manual installation.
Installation Methods
Plugin (Recommended)
The Asky WordPress plugin is the easiest way to get started.
Install the Plugin
- Log in to your WordPress admin dashboard
- Go to Plugins → Add New
- Search for “Asky Analytics”
- Click Install Now, then Activate
Configure the Plugin
- Go to Settings → Asky
- Enter your Project ID (found in your Asky dashboard)
- Click Save Changes
Verify Installation
Visit your website and check your Asky dashboard for incoming data.
Your WordPress site is now connected to Asky!
Plugin Features
The Asky WordPress plugin includes:
Automatic Tracking
- Page views across all pages and posts
- Category and tag tracking
- Author tracking
- Search queries
WooCommerce Integration
If you’re using WooCommerce, the plugin automatically tracks:
- Product views
- Add to cart events
- Checkout steps
- Completed purchases
- Revenue and order details
WooCommerce tracking is automatically enabled when both plugins are active.
Content Insights
The plugin adds an Asky widget to your WordPress dashboard showing:
- Top performing posts
- Recent traffic trends
- AI-powered content suggestions
- Quick links to your full Asky dashboard
Custom Event Tracking
Track custom events from your WordPress site:
// In your theme or plugin
<button onclick="asky.track('newsletter_signup')">
Subscribe
</button>Or use the PHP helper:
<?php asky_track_event('custom_event_name', ['key' => 'value']); ?>Troubleshooting
Plugin Conflicts
If you experience issues:
- Deactivate other analytics plugins temporarily
- Clear your caching plugin’s cache
- Check for JavaScript errors in browser console
Data Not Appearing
- Check project ID – Ensure it matches your Asky dashboard
- Clear caches – WordPress caching can delay script loading
- Check blockers – Ad blockers may interfere with tracking
- Verify plugin is active – Check the Plugins page
WooCommerce Events Missing
- Ensure WooCommerce is updated to the latest version
- Check that both plugins are active
- Verify your Asky plan supports e-commerce tracking
Multisite Support
The Asky plugin supports WordPress Multisite:
- Network activate for all sites
- Configure individual project IDs per site
- Central management in network admin
Next Steps
- Create a dashboard for your WordPress site
- Set up alerts for content performance
- Explore monitoring features
Last updated on