Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

denyskravchuk
Copy link

Add fields productpage, skoverlay for BidRequest.imp.ext.skadn object and sourceidentifier, productpageid, skoverlay for BidResponse.seatbid.bid.ext.skadn object.

@@ -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;

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;

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;

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants