1.0.0
·
2 commits
to master
since this release
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
GoogleAnalyticsConfigwith 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.ymlfor storefront tracking settings (enabled flag, measurement ID) and Data API connection credentials. - Introduced
traceable-events-google-analyticsYves molecule andTraceableEventsGoogleAnalyticsTypeScript component that forwards search_results and zero_search_results events from the storefront
suggest-search to GA4 viawindow.gtag, enriched with store and locale. - Introduced
GoogleAnalyticsEventTransfer,GoogleAnalyticsEventConditionsTransfer,GoogleAnalyticsEventCriteriaTransfer, andGoogleAnalyticsEventCollectionTransfer.