Class InitalUtmParameters
Inital Utm parameters for a given person or contact.
Carrier object for InitalUtmParameters. Services for the InitalUtmParameters 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.3.0.0")]
public class InitalUtmParameters : Carrier
Constructors
InitalUtmParameters()
Default constructor
Declaration
public InitalUtmParameters()
See Also
Properties
Campaign
First touch UTM campaign
Declaration
[DataMember]
public virtual string Campaign { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Content
First touch UTM content
Declaration
[DataMember]
public virtual string Content { 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
First touch UTM medium
Declaration
[DataMember]
public virtual string Medium { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
ReferrerDomain
First touch UTM referrer domain
Declaration
[DataMember]
public virtual string ReferrerDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Source
First touch UTM source
Declaration
[DataMember]
public virtual string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Term
First touch 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. |