C# 클래스 GA.NET.MVC.GoogleAnalyticsHtmlHelper

파일 보기 프로젝트 열기: erikzaadi/GA.NET

공개 메소드들

메소드 설명
GoogleAnalytics ( this helper, string GoogleAnalyticsID ) : string

Renders the html and javascript needed to include for Google Analytics Tracking

GoogleAnalytics ( this helper, string GoogleAnalyticsID, string PageName ) : string

Renders the html and javascript needed to include for Google Analytics Tracking

GoogleAnalytics ( this helper, string GoogleAnalyticsID, string PageName, string Domain ) : string

Renders the html and javascript needed to include for Google Analytics Tracking

GoogleAnalytics ( this helper, string GoogleAnalyticsID, string PageName, string Domain, string Referer ) : string

Renders the html and javascript needed to include for Google Analytics Tracking

GoogleAnalytics ( this helper, string GoogleAnalyticsID, string PageName, string Domain, string Referer, string UserVariable ) : string

Renders the html and javascript needed to include for Google Analytics Tracking

메소드 상세

GoogleAnalytics() 공개 정적인 메소드

Renders the html and javascript needed to include for Google Analytics Tracking
public static GoogleAnalytics ( this helper, string GoogleAnalyticsID ) : string
helper this
GoogleAnalyticsID string Google Analytics ID (UA-xxxxxx-x)
리턴 string

GoogleAnalytics() 공개 정적인 메소드

Renders the html and javascript needed to include for Google Analytics Tracking
public static GoogleAnalytics ( this helper, string GoogleAnalyticsID, string PageName ) : string
helper this
GoogleAnalyticsID string Google Analytics ID (UA-xxxxxx-x)
PageName string Name of page (shown in the Google Analytics Dashboard)
리턴 string

GoogleAnalytics() 공개 정적인 메소드

Renders the html and javascript needed to include for Google Analytics Tracking
public static GoogleAnalytics ( this helper, string GoogleAnalyticsID, string PageName, string Domain ) : string
helper this
GoogleAnalyticsID string Google Analytics ID (UA-xxxxxx-x)
PageName string Name of page (shown in the Google Analytics Dashboard)
Domain string Domain to track sub.domain.com
리턴 string

GoogleAnalytics() 공개 정적인 메소드

Renders the html and javascript needed to include for Google Analytics Tracking
public static GoogleAnalytics ( this helper, string GoogleAnalyticsID, string PageName, string Domain, string Referer ) : string
helper this
GoogleAnalyticsID string Google Analytics ID (UA-xxxxxx-x)
PageName string Name of page (shown in the Google Analytics Dashboard)
Domain string Domain to track sub.domain.com
Referer string Refering page
리턴 string

GoogleAnalytics() 공개 정적인 메소드

Renders the html and javascript needed to include for Google Analytics Tracking
public static GoogleAnalytics ( this helper, string GoogleAnalyticsID, string PageName, string Domain, string Referer, string UserVariable ) : string
helper this
GoogleAnalyticsID string Google Analytics ID (UA-xxxxxx-x)
PageName string Name of page (shown in the Google Analytics Dashboard)
Domain string Domain to track sub.domain.com
Referer string Refering page
UserVariable string Special variable to pass to analytics
리턴 string