Skip to content

Commit

Permalink
Update codelab.go
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonCent authored Jun 22, 2023
1 parent 2584e92 commit 0f43cf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions claat/types/codelab.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ type Meta struct {
Tags []string `json:"tags"` // All environments supported by the codelab
Feedback string `json:"feedback,omitempty"` // Issues and bugs are sent here
GA string `json:"ga,omitempty"` // Codelab-specific GA tracking ID
GA4 string `json:"ga4,omitempty"` // Codelab-specific GA4 tracking ID
Extra map[string]string `json:"extra,omitempty"` // Extra metadata specified in pass_metadata

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

0 comments on commit 0f43cf7

Please sign in to comment.