Class SavedUtmParameters
Inital Utm parameters for a given person or contact.
Carrier object for SavedUtmParameters. Services for the SavedUtmParameters 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 SavedUtmParameters : Carrier
Constructors
SavedUtmParameters()
Default constructor
Declaration
public SavedUtmParameters()
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
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
FormName
The name of form for the first submission
Declaration
[DataMember]
public virtual string FormName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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
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
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. |