Skip to main content

Class UtmParameters

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for UtmParameters. Utm parameters for a given person.

Inheritance

objectCarrierUtmParameters

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

UtmParameters()

Default constructor - defaults any enum props to 0.

Properties

Campaign

UTM campaign

Property Value

string

Content

UTM content

Property Value

string

CreatedContactId

Id of the created contact

Property Value

int

CreatedPersonId

Id of the created person

Property Value

int

FirstTouchCampaign

First touch UTM campaign

Property Value

string

FirstTouchContent

First touch UTM content

Property Value

string

FirstTouchMedium

First touch UTM medium

Property Value

string

FirstTouchReferrerDomain

First touch UTM referrer domain

Property Value

string

FirstTouchSource

First touch UTM source

Property Value

string

FirstTouchTerm

First touch UTM term

Property Value

string

FirstTouchWhen

First touch date

Property Value

DateTime

FormSubmissionId

Id of the form submission

Property Value

int

Medium

UTM medium

Property Value

string

ReferrerDomain

UTM referrer domain

Property Value

string

Registered

Registered when

Property Value

DateTime

RegisteredAssociateId

Registered by whom

Property Value

int

Source

UTM source

Property Value

string

Term

UTM term

Property Value

string

Updated

Updated when

Property Value

DateTime

UpdatedAssociateId

Updated by whom

Property Value

int

UpdatedCount

Number of updates made to this record

Property Value

short

UtmParametersId

Primary key

Property Value

int

When

Date of the visit or form submission

Property Value

DateTime

See Also

PersonAgent