github.com/prebid/prebid-server@v0.275.0/openrtb_ext/imp_facebook.go (about)

     1  package openrtb_ext
     2  
     3  type ExtImpFacebook struct {
     4  	PlacementId string `json:"placementId"`
     5  	PublisherId string `json:"publisherId"`
     6  }