github.com/prebid/prebid-server/v2@v2.18.0/openrtb_ext/imp_pulsepoint.go (about)

     1  package openrtb_ext
     2  
     3  // ExtImpPulsePoint defines the json spec for bidrequest.imp[i].ext.prebid.bidder.pulsepoint
     4  // PubId/TagId are mandatory params
     5  
     6  type ExtImpPulsePoint struct {
     7  	PubID int `json:"cp"`
     8  	TagID int `json:"ct"`
     9  }