Skip to content

1.0.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 06 May 07:45
· 2 commits to master since this release
0f3e569

Included commits: https://github.com/spryker-eco/google-analytics/tree/1.0.0

Initial Release

  • Introduced search statistics Backoffice pages (Search Statistics overview, Search Terms, Zero Results) backed by the Google Analytics Data API.
  • Introduced GoogleAnalyticsFacade::getEventCollection() to retrieve a paginated, filterable collection of GA4 search events with optional last-occurred date enrichment.
  • Introduced GoogleAnalyticsConfig with configurable property ID, service account credentials, date range presets, overview items limit, GA4 event names, and custom store/locale dimension names.
  • Introduced Backoffice Configuration Framework YAML schema google_analytics.configuration.yml for storefront tracking settings (enabled flag, measurement ID) and Data API connection credentials.
  • Introduced traceable-events-google-analytics Yves molecule and TraceableEventsGoogleAnalytics TypeScript component that forwards search_results and zero_search_results events from the storefront
    suggest-search to GA4 via window.gtag, enriched with store and locale.
  • Introduced GoogleAnalyticsEventTransfer, GoogleAnalyticsEventConditionsTransfer, GoogleAnalyticsEventCriteriaTransfer, and GoogleAnalyticsEventCollectionTransfer.