+ EventDataInterface
+ +Base interface for tracking event data.
+ + + + + + + + + + + + + ++ Methods¶ +
+ +
+
getEventType()
+ ¶
+
+ |
+
+
+ + |
+
+
+
+
+ |
+
Return values
+ + + +
+
getTemplateHint()
+ ¶
+
+ Returns optional template hint for special rendering needs.
+ +|
+
+
+ + |
+
+
+
+
+ |
+
Return values
+string|null
+ + +
+
toArray()
+ ¶
+
+ Returns Raptor tracking parameters.
+ +|
+
+
+ + |
+
+
+
+
+ |
+
Return values
+array<string, mixed>
+ + +
+
+