Skip to content

Commit

Permalink
Merge remote-tracking branch 'downstream/master' into interstitial-v2…
Browse files Browse the repository at this point in the history
…-alpha
  • Loading branch information
Jose Cabal-Ugaz committed Jan 19, 2016
2 parents 923fe2e + b618d54 commit a46ca31
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
## Version 3.0-Alpha-1

### New Features

For the interstitial ad format:

1. VAST video demand can now serve alongside HTML & mediation demand.
2. A more robust request/response format is supported in the backend which reduces latency for fetching ads
3. Impressions are counted client-side when the ads become viewable
4. The countdown timer & close button look and feel has been redesigned

### Bug Fixes

1. Improved behavior for ANJAM window listener

### Known Issues

* **Setting the reserve price directly on ANInterstitialAd is not supported**

_Workaround_: Set the reserve price for any interstitial placements in Console.

* **VAST error tracking is not supported**

_Workaround_: None.

* **VAST companion ads are not supported**

_Workaround_: None.

* **Ad server is returning 1x1 HTML ads which are unsupported by the SDK**

_Workaround_: Monitor impression traffic and block 1x1 creatives on your ad profile in Console in order to mitigate any fill issues.

## RC 2.8

### New Features
Expand Down
2 changes: 1 addition & 1 deletion sdk/internal/ANGlobal.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#define AN_ERROR_TABLE @"errors"

#define AN_DEFAULT_PLACEMENT_ID @"default_placement_id"
#define AN_SDK_VERSION @"2.8"
#define AN_SDK_VERSION @"3.0-alpha-1"

#define APPNEXUS_BANNER_SIZE CGSizeMake(320, 50)
#define APPNEXUS_MEDIUM_RECT_SIZE CGSizeMake(300, 250)
Expand Down

0 comments on commit a46ca31

Please sign in to comment.