Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class UtmParameters : Carrier
public UtmParameters()
public virtual string Campaign { get; set; }
public virtual string Content { get; set; }
public virtual int CreatedContactId { get; set; }
public virtual int CreatedPersonId { get; set; }
public virtual string FirstTouchCampaign { get; set; }
public virtual string FirstTouchContent { get; set; }
public virtual string FirstTouchMedium { get; set; }
public virtual string FirstTouchReferrerDomain { get; set; }
public virtual string FirstTouchSource { get; set; }
public virtual string FirstTouchTerm { get; set; }
public virtual DateTime FirstTouchWhen { get; set; }
public virtual int FormSubmissionId { get; set; }
public virtual string Medium { get; set; }
public virtual string ReferrerDomain { get; set; }
public virtual DateTime Registered { get; set; }
public virtual int RegisteredAssociateId { get; set; }
public virtual string Source { get; set; }
public virtual string Term { get; set; }
public virtual DateTime Updated { get; set; }
public virtual int UpdatedAssociateId { get; set; }
public virtual short UpdatedCount { get; set; }
public virtual int UtmParametersId { get; set; }
public virtual DateTime When { get; set; }
Was this page helpful?