Skip to content

Commit

Permalink
Rubicon/BidSwitch: Add Pointer to Native response
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Besse committed Dec 16, 2024
1 parent d27db2e commit cbc1c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openrtb2/bid.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,15 @@ type Bid struct {
// Description:
// Optional response for BidSwitch Native
// https://protocol.bidswitch.com/ssp-protocol/ssp-response-native-object.html
AdMNative native1.Response `json:"adm_native,omitempty"`
AdMNative *native1.Response `json:"adm_native,omitempty"`

// Attribute:
// admobject
// Type:
// object
// Description:
// Optional response for Rubicon Native
AdMObject NativeAdMObject `json:"admobject,omitempty"`
AdMObject *NativeAdMObject `json:"admobject,omitempty"`

// Attribute:
// adid
Expand Down

0 comments on commit cbc1c22

Please sign in to comment.