analyticsidentifier

package
v1.35.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var IgnoreFieldMismatch = datastore.IgnoreFieldMismatch

Functions

func Query

Query returns a datastore query for analytics identifiers.

Types

type AnalyticsIdentifier

type AnalyticsIdentifier struct {
	mixin.Model[AnalyticsIdentifier]
	Ids
}

func New

New creates a new AnalyticsIdentifier wired to the given datastore.

type Ids

type Ids struct {
	// Unique Identifier set on the client to identify the browser + device
	UUId string `json:"uuid"`

	// User Id
	UserId string `json:"userId"`

	// Google Analytics Long Id
	GAId string `json:"ga"`

	// Facebook Id
	FBId string `json:"fr"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL