> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.UtmParameters

# <a id="SuperOffice_WebApi_Data_UtmParameters" /> Class UtmParameters

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for UtmParameters.
Utm parameters for a given person.

```csharp theme={null}
public class UtmParameters : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[UtmParameters](SuperOffice.WebApi.Data.UtmParameters.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_UtmParameters__ctor" /> UtmParameters()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public UtmParameters()
```

## Properties

### <a id="SuperOffice_WebApi_Data_UtmParameters_Campaign" /> Campaign

UTM campaign

```csharp theme={null}
public virtual string Campaign { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UtmParameters_Content" /> Content

UTM content

```csharp theme={null}
public virtual string Content { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UtmParameters_CreatedContactId" /> CreatedContactId

Id of the created contact

```csharp theme={null}
public virtual int CreatedContactId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_UtmParameters_CreatedPersonId" /> CreatedPersonId

Id of the created person

```csharp theme={null}
public virtual int CreatedPersonId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_UtmParameters_FirstTouchCampaign" /> FirstTouchCampaign

First touch UTM campaign

```csharp theme={null}
public virtual string FirstTouchCampaign { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UtmParameters_FirstTouchContent" /> FirstTouchContent

First touch UTM content

```csharp theme={null}
public virtual string FirstTouchContent { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UtmParameters_FirstTouchMedium" /> FirstTouchMedium

First touch UTM medium

```csharp theme={null}
public virtual string FirstTouchMedium { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UtmParameters_FirstTouchReferrerDomain" /> FirstTouchReferrerDomain

First touch UTM referrer domain

```csharp theme={null}
public virtual string FirstTouchReferrerDomain { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UtmParameters_FirstTouchSource" /> FirstTouchSource

First touch UTM source

```csharp theme={null}
public virtual string FirstTouchSource { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UtmParameters_FirstTouchTerm" /> FirstTouchTerm

First touch UTM term

```csharp theme={null}
public virtual string FirstTouchTerm { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UtmParameters_FirstTouchWhen" /> FirstTouchWhen

First touch date

```csharp theme={null}
public virtual DateTime FirstTouchWhen { get; set; }
```

#### Property Value

[DateTime](https://learn.microsoft.com/dotnet/api/system.datetime)

### <a id="SuperOffice_WebApi_Data_UtmParameters_FormSubmissionId" /> FormSubmissionId

Id of the form submission

```csharp theme={null}
public virtual int FormSubmissionId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_UtmParameters_Medium" /> Medium

UTM medium

```csharp theme={null}
public virtual string Medium { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UtmParameters_ReferrerDomain" /> ReferrerDomain

UTM referrer domain

```csharp theme={null}
public virtual string ReferrerDomain { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UtmParameters_Registered" /> Registered

Registered when

```csharp theme={null}
public virtual DateTime Registered { get; set; }
```

#### Property Value

[DateTime](https://learn.microsoft.com/dotnet/api/system.datetime)

### <a id="SuperOffice_WebApi_Data_UtmParameters_RegisteredAssociateId" /> RegisteredAssociateId

Registered by whom

```csharp theme={null}
public virtual int RegisteredAssociateId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_UtmParameters_Source" /> Source

UTM source

```csharp theme={null}
public virtual string Source { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UtmParameters_Term" /> Term

UTM term

```csharp theme={null}
public virtual string Term { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UtmParameters_Updated" /> Updated

Updated when

```csharp theme={null}
public virtual DateTime Updated { get; set; }
```

#### Property Value

[DateTime](https://learn.microsoft.com/dotnet/api/system.datetime)

### <a id="SuperOffice_WebApi_Data_UtmParameters_UpdatedAssociateId" /> UpdatedAssociateId

Updated by whom

```csharp theme={null}
public virtual int UpdatedAssociateId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_UtmParameters_UpdatedCount" /> UpdatedCount

Number of updates made to this record

```csharp theme={null}
public virtual short UpdatedCount { get; set; }
```

#### Property Value

[short](https://learn.microsoft.com/dotnet/api/system.int16)

### <a id="SuperOffice_WebApi_Data_UtmParameters_UtmParametersId" /> UtmParametersId

Primary key

```csharp theme={null}
public virtual int UtmParametersId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_UtmParameters_When" /> When

Date of the visit or form submission

```csharp theme={null}
public virtual DateTime When { get; set; }
```

#### Property Value

[DateTime](https://learn.microsoft.com/dotnet/api/system.datetime)

## See Also

[PersonAgent](SuperOffice.WebApi.Agents.PersonAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.PersonEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.PersonEntity.md)
- [SuperOffice.WebApi.Data.ContactEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ContactEntity.md)
- [SuperOffice.WebApi.Agents.PersonAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.PersonAgent.md)
- [SuperOffice.WebApi.Agents.IPersonAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IPersonAgent.md)
- [SuperOffice.WebApi.Data.SavedUtmParameters](/en/api/reference/webapi/SuperOffice.WebApi.Data.SavedUtmParameters.md)
- [SuperOffice.WebApi.Data.Person GetUtmParametersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Person_GetUtmParametersRequest.md)
