Show / Hide Table of Contents

Class DBC.UtmParametersFields

Fields for UtmParameters, Table for utm parameters collected from visits and formsubmissions

Inheritance
object
DBC.UtmParametersFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.UtmParametersFields

Fields

Campaign

UtmParameters.Campaign: UTM Campaign

Declaration
public const string Campaign = "campaign"
Field Value
Type Description
string

Content

UtmParameters.Content: UTM Content

Declaration
public const string Content = "content"
Field Value
Type Description
string

CreatedContactId

UtmParameters.CreatedContactId: Id of the created contact

Declaration
public const string CreatedContactId = "created_contact_id"
Field Value
Type Description
string

CreatedPersonId

UtmParameters.CreatedPersonId: Id of the created person

Declaration
public const string CreatedPersonId = "created_person_id"
Field Value
Type Description
string

FirsttouchCampaign

UtmParameters.FirsttouchCampaign: First touch UTM Campaign

Declaration
public const string FirsttouchCampaign = "firsttouch_campaign"
Field Value
Type Description
string

FirsttouchContent

UtmParameters.FirsttouchContent: First touch UTM Content

Declaration
public const string FirsttouchContent = "firsttouch_content"
Field Value
Type Description
string

FirsttouchMedium

UtmParameters.FirsttouchMedium: First touch UTM Medium

Declaration
public const string FirsttouchMedium = "firsttouch_medium"
Field Value
Type Description
string

FirsttouchReferrerdomain

UtmParameters.FirsttouchReferrerdomain: First touch referrer domain

Declaration
public const string FirsttouchReferrerdomain = "firsttouch_referrerdomain"
Field Value
Type Description
string

FirsttouchSource

UtmParameters.FirsttouchSource: First touch UTM Source

Declaration
public const string FirsttouchSource = "firsttouch_source"
Field Value
Type Description
string

FirsttouchTerm

UtmParameters.FirsttouchTerm: First touch UTM Term

Declaration
public const string FirsttouchTerm = "firsttouch_term"
Field Value
Type Description
string

FirsttouchWhen

UtmParameters.FirsttouchWhen: First touch date

Declaration
public const string FirsttouchWhen = "firsttouch_when"
Field Value
Type Description
string

FormSubmissionId

UtmParameters.FormSubmissionId: Id of formsubmission

Declaration
public const string FormSubmissionId = "form_submission_id"
Field Value
Type Description
string

Medium

UtmParameters.Medium: UTM Medium

Declaration
public const string Medium = "medium"
Field Value
Type Description
string

Referrerdomain

UtmParameters.Referrerdomain: Referrer domain

Declaration
public const string Referrerdomain = "referrerdomain"
Field Value
Type Description
string

Registered

UtmParameters.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

UtmParameters.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

Source

UtmParameters.Source: UTM Source

Declaration
public const string Source = "source"
Field Value
Type Description
string

Term

UtmParameters.Term: UTM Term

Declaration
public const string Term = "term"
Field Value
Type Description
string

Updated

UtmParameters.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

UtmParameters.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

UtmParameters.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string

UtmParametersId

UtmParameters.UtmParametersId: Primary key

Declaration
public const string UtmParametersId = "utm_parameters_id"
Field Value
Type Description
string

When

UtmParameters.When: Date of the visit or form submission

Declaration
public const string When = "when"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top