Class UtmParameters
Utm parameters for a given person.
Carrier object for UtmParameters. Services for the UtmParameters Carrier is available from the Person Agent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public class UtmParameters : Carrier
Constructors
UtmParameters()
Default constructor
Declaration
public UtmParameters()
See Also
Properties
Campaign
UTM campaign
Declaration
[DataMember]
public virtual string Campaign { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Content
UTM content
Declaration
[DataMember]
public virtual string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
CreatedContactId
Id of the created contact
Declaration
[DataMember]
public virtual int CreatedContactId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
CreatedPersonId
Id of the created person
Declaration
[DataMember]
public virtual int CreatedPersonId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
FirstTouchCampaign
First touch UTM campaign
Declaration
[DataMember]
public virtual string FirstTouchCampaign { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
FirstTouchContent
First touch UTM content
Declaration
[DataMember]
public virtual string FirstTouchContent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
FirstTouchMedium
First touch UTM medium
Declaration
[DataMember]
public virtual string FirstTouchMedium { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
FirstTouchReferrerDomain
First touch UTM referrer domain
Declaration
[DataMember]
public virtual string FirstTouchReferrerDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
FirstTouchSource
First touch UTM source
Declaration
[DataMember]
public virtual string FirstTouchSource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
FirstTouchTerm
First touch UTM term
Declaration
[DataMember]
public virtual string FirstTouchTerm { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
FirstTouchWhen
First touch date
Declaration
[DataMember]
public virtual DateTime FirstTouchWhen { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
See Also
FormSubmissionId
Id of the form submission
Declaration
[DataMember]
public virtual int FormSubmissionId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
Medium
UTM medium
Declaration
[DataMember]
public virtual string Medium { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
ReferrerDomain
UTM referrer domain
Declaration
[DataMember]
public virtual string ReferrerDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Registered
Registered when in UTC.
Declaration
[DataMember]
public virtual DateTime Registered { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
See Also
RegisteredAssociateId
Registered by whom
Declaration
[DataMember]
public virtual int RegisteredAssociateId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
Source
UTM source
Declaration
[DataMember]
public virtual string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Term
UTM term
Declaration
[DataMember]
public virtual string Term { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Updated
Updated when in UTC.
Declaration
[DataMember]
public virtual DateTime Updated { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
See Also
UpdatedAssociateId
Updated by whom
Declaration
[DataMember]
public virtual int UpdatedAssociateId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
UpdatedCount
Number of updates made to this record
Declaration
[DataMember]
public virtual short UpdatedCount { get; set; }
Property Value
| Type | Description |
|---|---|
| short |
See Also
UtmParametersId
Primary key
Declaration
[DataMember]
public virtual int UtmParametersId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
When
Date of the visit or form submission
Declaration
[DataMember]
public virtual DateTime When { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | The carrier contents. |
See Also
ToString(string)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
| Type | Name | Description |
|---|---|---|
| string | prefix | The line prefix (typically used for indenting) |
Returns
| Type | Description |
|---|---|
| string | The carrier contents. |