Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PubNative is an API-based publisher platform dedicated to native advertising which does not require the integration of an Library.
Through PubNative, publishers can request over 20 parameters to enrich their ads and thereby create any number of combinations for unique and truly native ad units.

PubNative Android Library simplifies getting ad images, texts and sending confirmation.\n
PubNative Android Library simplifies getting ad images, texts and sending confirmation.
PubNative Interstitials provides ready formats & widgets .

Requirements
Expand All @@ -24,7 +24,8 @@ Clone the repository and import

PubNative Library
=============
PubNative Library provides a simple Java API to get, show and confirm ads.\n
PubNative Library provides a simple Java API to get, show and confirm ads.

The basic principle is that you create special objects containing references to Views that should be populated (e.g. banner image, app title, etc.) and ask PubNative to fill them.
After the Views are filled in and displayed, an impression confirmation is to PubNative server.
Then you need to handle a click on the View, but there's a helper for that.
Expand Down Expand Up @@ -106,4 +107,4 @@ Please check out pubnative-interstitials-tester for code examples.

ProGuard
========
If using ProGuard, please include pubnative-proguard.cfg.
If using ProGuard, please include pubnative-proguard.cfg.