C# Class Dinheiro.GoogleAnalytics.Example.Controllers.HomeController

Inheritance: Controller
Afficher le fichier Open project: davidduffett/Dinheiro

Méthodes publiques

Méthode Description
ChangeTrackingType ( GoogleAnalyticsTrackingType trackingType ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
TrackEcommerce ( ) : System.Web.Mvc.ActionResult
TrackSocial ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
TrackEvent ( ) : System.Web.Mvc.ActionResult
TrackEventFromParameters ( string category, string eventAction, string label, int value ) : System.Web.Mvc.ActionResult
VirtualPageUrl ( ) : System.Web.Mvc.ActionResult

Method Details

ChangeTrackingType() public méthode

public ChangeTrackingType ( GoogleAnalyticsTrackingType trackingType ) : System.Web.Mvc.ActionResult
trackingType GoogleAnalyticsTrackingType
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

TrackEcommerce() public méthode

public TrackEcommerce ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

TrackSocial() public méthode

public TrackSocial ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult