ChangelogRelease History

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

2024-10-15v2.1.0
featureimprovement

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.
2024-09-20v2.0.0
featurebreaking

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; v1 endpoints 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}` }
});

Update your integrations using the code above. Test in staging before production.

2024-08-10v1.9.0
bugfiximprovement

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

Bookmark this page and check monthly for optimizations tailored to e-commerce growth.