mirror of
https://github.com/foomo/sesamy-go.git
synced 2025-10-16 12:35:43 +00:00
8 lines
271 B
Go
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"`
|
|
}
|