This repository was archived by the owner on Dec 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ func TestParseMetadata(t *testing.T) {
171171 Tags : []string {"kiosk" , "web" },
172172 Feedback : "https://www.google.com" ,
173173 GA : "12345" ,
174+ GA4 : "54321" ,
174175 Extra : map [string ]string {},
175176 }
176177
@@ -181,6 +182,7 @@ summary: abcdefghij
181182categories: not, really
182183environments: kiosk, web
183184analytics_account: 12345
185+ analytics_ga4_account: 54321
184186feedback_link: https://www.google.com
185187
186188---
@@ -204,6 +206,7 @@ func TestParseMetadataPassMetadata(t *testing.T) {
204206 Tags : []string {"kiosk" , "web" },
205207 Feedback : "https://www.google.com" ,
206208 GA : "12345" ,
209+ GA4 : "54321" ,
207210 Extra : map [string ]string {
208211 "extra_field_two" : "bbbbb" ,
209212 },
@@ -216,6 +219,7 @@ summary: abcdefghij
216219categories: not, really
217220environments: kiosk, web
218221analytics_account: 12345
222+ analytics_ga4_account: 54321
219223feedback_link: https://www.google.com
220224extra_field_one: aaaaa
221225extra_field_two: bbbbb
@@ -278,6 +282,7 @@ summary: abcdefghij
278282categories: not, really
279283environments: kiosk, web
280284analytics_account: 12345
285+ analytics_ga4_account: 54321
281286feedback_link: https://www.google.com
282287extrafieldone: aaaaa
283288extrafieldtwo: bbbbb
You can’t perform that action at this time.
0 commit comments