C# 클래스 GoogleAnalyticsUtilsTests.FakeAnalyticsReporterForEventsImpl

상속: IAnalyticsReporter
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
FakeAnalyticsReporterForEventsImpl ( string expectedEventType, string expectedEventName, string expectedHostName, string expectedProjectNumberHash = null, bool expectedUserLoggedIn = false, string>.Dictionary expectedMetadata = null ) : GoogleAnalyticsUtils
ReportEvent ( string category, string action, string label = null, int value = default(int?) ) : void
ReportPageView ( string page, string title, string host, string>.Dictionary customDimensions = null ) : void

비공개 메소드들

메소드 설명
ParsePageUrl ( string page, string &eventType, string &eventName ) : void
ParseTitle ( string src ) : string>.Dictionary
ParseValue ( string src ) : string>.KeyValuePair

메소드 상세

FakeAnalyticsReporterForEventsImpl() 공개 메소드

public FakeAnalyticsReporterForEventsImpl ( string expectedEventType, string expectedEventName, string expectedHostName, string expectedProjectNumberHash = null, bool expectedUserLoggedIn = false, string>.Dictionary expectedMetadata = null ) : GoogleAnalyticsUtils
expectedEventType string
expectedEventName string
expectedHostName string
expectedProjectNumberHash string
expectedUserLoggedIn bool
expectedMetadata string>.Dictionary
리턴 GoogleAnalyticsUtils

ReportEvent() 공개 메소드

public ReportEvent ( string category, string action, string label = null, int value = default(int?) ) : void
category string
action string
label string
value int
리턴 void

ReportPageView() 공개 메소드

public ReportPageView ( string page, string title, string host, string>.Dictionary customDimensions = null ) : void
page string
title string
host string
customDimensions string>.Dictionary
리턴 void