-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.yaml
31 lines (31 loc) · 1.48 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
homepage: "https://snowplow.io"
documentation: "https://docs.snowplow.io/docs/collecting-data/collecting-from-own-applications/javascript-trackers/javascript-tracker/google-tag-manager-custom-template/template-for-javascript-tracker-v3/tag-template-guide"
versions:
# Latest version
- sha: 70b17d5be311c921ad90ec7a5b5df173965ab02c
changeNotes: Fix missing paramsObj on trackError (#28)
# Older versions
- sha: 6c1dc42ecb0ab9df763519f95782bf62215f8342
changeNotes: Fix handling of configuration for enableLinkClickTracking
- sha: ef76ab0b4dd0657a122b2fb57c55ee41b9928bc1
changeNotes: |2
Fix missing promoFieldObject context on promoClick events (#23)
Provide better support for custom commands requiring no arguments (#21)
Allow multiple entries for custom context entities (#15)
Update Copyright to 2023 (#18)
Fix unpkg CDN url (#17)
Disallow trailing slash in collector hostname (#16)
- sha: 5f1c9752e2e15fb185c5bd8242809266816e9faa
changeNotes: |2
Switch to snowplow.io domain (#14)
Fix help text links (#13)
Add option to not inject JavaScript library (#12)
Fix unpkg library url (#9)
Ensure all Snowplow methods are executed by specified tracker (#7)
Format template with prettier (#8)
- sha: 70af2b13dcea07e8b9c0682aa010827e4175ec8f
changeNotes: |2
Update Copyright to 2022 (#5)
Update documentation links (#4)
- sha: f38604dcb5cc0c9d12a3786416b2a88424d48eb7
changeNotes: Initial release