-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a few fields required for full support for version 4.0 and more #66
base: master
Are you sure you want to change the base?
Conversation
@@ -219,6 +219,12 @@ message SKAdNetworkRequest { | |||
// "2.0" or higher. Dependent on both the OS version and the SDK version. | |||
repeated string versions = 5; | |||
|
|||
// Custom Product Page support. | |||
optional int32 productpage = 6; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this can be boolean
in protobuf
optional int32 productpage = 6; | ||
|
||
// SKOverlay support. If set, SKOverlay is supported. | ||
optional int32 skoverlay = 7; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this can be boolean
in protobuf
optional int32 endcarddelay = 2; | ||
|
||
// Whether the overlay can be dismissed by the user, where 0 = no, 1 = yes | ||
optional int32 dismissible = 3; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can be boolean
in protobuf
Add fields
productpage
,skoverlay
forBidRequest.imp.ext.skadn
object andsourceidentifier
,productpageid
,skoverlay
forBidResponse.seatbid.bid.ext.skadn
object.