Change native tracking method type and event type to int64

This commit is contained in:
Zach Badgett
2019-07-08 10:57:13 -06:00
parent cf3a19f0f1
commit c42b326d4c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package native1
// 7.7 Event Tracking Methods Table
type EventTrackingMethod int8
type EventTrackingMethod int64
const (
EventTrackingMethodImage EventTrackingMethod = 1 // Image-pixel tracking - URL provided will be inserted as a 1x1 pixel at the time of the event.
+1 -1
View File
@@ -1,7 +1,7 @@
package native1
// 7.6 Event Types Table
type EventType int8
type EventType int64
const (
EventTypeImpression EventType = 1 // Impression