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 SavedUtmParameters : Carrier
public SavedUtmParameters()
public virtual string Campaign { get; set; }
public virtual string Content { 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 string FormName { get; set; }
public virtual string Medium { get; set; }
public virtual string ReferrerDomain { get; set; }
public virtual string Source { get; set; }
public virtual string Term { get; set; }
Was this page helpful?