Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 0f43cf7

Browse files
authored
Update codelab.go
1 parent 2584e92 commit 0f43cf7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

claat/types/codelab.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ type Meta struct {
3535
Tags []string `json:"tags"` // All environments supported by the codelab
3636
Feedback string `json:"feedback,omitempty"` // Issues and bugs are sent here
3737
GA string `json:"ga,omitempty"` // Codelab-specific GA tracking ID
38+
GA4 string `json:"ga4,omitempty"` // Codelab-specific GA4 tracking ID
3839
Extra map[string]string `json:"extra,omitempty"` // Extra metadata specified in pass_metadata
3940

4041
URL string `json:"url"` // Legacy ID; TODO: remove

0 commit comments

Comments
 (0)