> ## 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.SavedUtmParameters

# <a id="SuperOffice_WebApi_Data_SavedUtmParameters" /> Class SavedUtmParameters

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

Carrier object for SavedUtmParameters.
Inital Utm parameters for a given person or contact.

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[SavedUtmParameters](SuperOffice.WebApi.Data.SavedUtmParameters.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_SavedUtmParameters__ctor" /> SavedUtmParameters()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_SavedUtmParameters_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_SavedUtmParameters_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_SavedUtmParameters_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_SavedUtmParameters_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_SavedUtmParameters_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_SavedUtmParameters_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_SavedUtmParameters_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_SavedUtmParameters_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_SavedUtmParameters_FormName" /> FormName

The name of form for the first submission

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SavedUtmParameters_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_SavedUtmParameters_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_SavedUtmParameters_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_SavedUtmParameters_Term" /> Term

UTM term

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

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Data.ContactEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ContactEntity.md)
- [SuperOffice.WebApi.Data.PersonEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.PersonEntity.md)
- [SuperOffice.WebApi.Data.UtmParameters](/en/api/reference/webapi/SuperOffice.WebApi.Data.UtmParameters.md)
- [SuperOffice.WebApi.Data.Person GetUtmParametersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Person_GetUtmParametersRequest.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)
