sesamy-go/encoding/mpv2/params/selectcontent.go
2024-05-13 22:14:30 +02:00

8 lines
271 B
Go

package params
// SelectContent https://developers.google.com/analytics/devguides/collection/protocol/ga4/reference/events#select_content
type SelectContent struct {
ContentType string `json:"content_type,omitempty"`
ContentID string `json:"content_id,omitempty"`
}