PHP 클래스 Craft\InstantAnalyticsVariable

파일 보기 프로젝트 열기: nystudio107/instantanalytics

공개 메소드들

메소드 설명
analytics ( ) Return an Analytics object
eventAnalytics ( $eventCategory = "", $eventAction = "", $eventLabel = "", $eventValue ) : Analytics Get an Event analytics object
eventTrackingUrl ( string $url, string $eventCategory = "", string $eventAction = "", string $eventLabel = "", string $eventValue ) : string Get an Event tracking URL
pageViewAnalytics ( $url = "", $title = "" ) : Analytics Get a PageView analytics object
pageViewTrackingUrl ( string $url, string $title ) : string Get a PageView tracking URL

메소드 상세

analytics() 공개 메소드

Return an Analytics object
public analytics ( )

eventAnalytics() 공개 메소드

Get an Event analytics object
public eventAnalytics ( $eventCategory = "", $eventAction = "", $eventLabel = "", $eventValue ) : Analytics
리턴 Analytics object

eventTrackingUrl() 공개 메소드

Get an Event tracking URL
public eventTrackingUrl ( string $url, string $eventCategory = "", string $eventAction = "", string $eventLabel = "", string $eventValue ) : string
$url string the URL to track
$eventCategory string the event category
$eventAction string the event action
$eventLabel string the event label
$eventValue string the event value
리턴 string the tracking URL

pageViewAnalytics() 공개 메소드

Get a PageView analytics object
public pageViewAnalytics ( $url = "", $title = "" ) : Analytics
리턴 Analytics object

pageViewTrackingUrl() 공개 메소드

Get a PageView tracking URL
public pageViewTrackingUrl ( string $url, string $title ) : string
$url string the URL to track
$title string the page title
리턴 string the tracking URL