Changelog
Track the latest updates, new features, and improvements in Growify to stay informed about platform enhancements.
Stay Up to Date
Growify releases updates regularly to enhance multichannel marketing analytics for e-commerce brands. Review this changelog to discover new features like improved attribution models, bug fixes, and performance optimizations. You receive notifications via email and the dashboard when new versions deploy.
Enable changelog notifications in your account settings at https://dashboard.example.com/settings/notifications to stay informed about releases affecting your integrations.
Recent Releases
New Features
- Added enhanced attribution reporting with multi-touch models for better campaign ROI tracking.
- Introduced real-time dashboard widgets for Facebook Ads and Google Analytics metrics.
Improvements
- Optimized query performance for large datasets, reducing load times by
>40%. - Enhanced webhook delivery reliability with retry logic.
Bug Fixes
- Fixed attribution window miscalculations in custom funnels.
- Resolved export failures for CSV reports exceeding 1MB.
New Features
- Launched multichannel funnel visualization with sequence diagrams.
- Integrated Shopify and Klaviyo native connectors for seamless e-commerce data sync.
Breaking Changes
- Updated API v2 endpoints;
v1endpoints deprecated after 2024-12-01. - Changed default attribution model from last-click to data-driven.
Migration Guide
// Old v1 endpoint
const response = await fetch('https://api.example.com/v1/attribution', {
headers: { 'Authorization': `Bearer ${YOUR_API_KEY}` }
});
// New v2 endpoint
const response = await fetch('https://api.example.com/v2/attribution', {
headers: { 'Authorization': `Bearer ${YOUR_API_KEY}` }
});
# Old v1 endpoint
import requests
response = requests.get('https://api.example.com/v1/attribution', headers={
'Authorization': f'Bearer {YOUR_API_KEY}'
})
# New v2 endpoint
response = requests.get('https://api.example.com/v2/attribution', headers={
'Authorization': f'Bearer {YOUR_API_KEY}'
})
Update your integrations using the code above. Test in staging before production.
Improvements
- Upgraded data retention to 24 months for Pro plans.
- Added custom UTM parameter parsing for organic traffic sources.
Bug Fixes
- Corrected TikTok Ads pixel tracking discrepancies.
- Fixed dashboard refresh loops on mobile browsers.
Upgrade Instructions
Follow these steps to ensure smooth updates:
Check Compatibility
Review your current integrations against release notes above.
Update SDK
Install the latest SDK version:
npm install growify-sdk@latest
Test Endpoints
Validate API calls to https://api.example.com/v2/*.
Deploy Changes
Push updates to production after staging tests.
Explore Further
Quickstart
Get started with core analytics setup in minutes.
API Reference
Secure your API access and explore endpoints.
Access full history at https://dashboard.example.com/changelog/archive. Key highlights include v1.8.0 (email automation) and v1.7.0 (SEO audit tools).
Bookmark this page and check monthly for optimizations tailored to e-commerce growth.
Last updated 6 days ago
Built with Documentation.AI