hitType: string, // 'event'

This commit is contained in:
Nicholas Albion
2016-01-15 14:23:30 +11:00
parent da079d9eda
commit a4d7c74e72
+1 -1
View File
@@ -56,7 +56,7 @@ declare module UniversalAnalytics {
eventValue?: number,
nonInteraction?: boolean}): void;
(command: 'send', fieldsObject: {
hitType: 'event',
hitType: string, // 'event'
eventCategory: string,
eventAction: string,
eventLabel?: string,