mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-14 05:56:34 +03:00
Change native tracking method type and event type to int64
This commit is contained in:
@@ -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,7 +1,7 @@
|
||||
package native1
|
||||
|
||||
// 7.6 Event Types Table
|
||||
type EventType int8
|
||||
type EventType int64
|
||||
|
||||
const (
|
||||
EventTypeImpression EventType = 1 // Impression
|
||||
|
||||
Reference in New Issue
Block a user