- update: Android SDK update for API 32 (resolves: #98)
- new: add support for gross merchandise value in pixel fire events
- new: add general pixel firing support #91
- new: support advertiserId in response #93
- new: add support to specify additional optional parameters at the Request and Placement levels #75
- new: adds
matchedPoints
to DecisionResponse to support GeoDistance Targeting #78
- new: add support for requesting multi-winner Placements by specifying a count on Placement for ad request #74
- breaking:
DecisionResponse getDecision(name)
has been replaced bygetDecisions(name)
which returnsList<Decision>
- breaking:
DecisionResponse getDecisions()
now returns a map from Placement name to decision listMap<String, List<Decision>>
- breaking:
- new: add support for
botFiltering
option #76 - fix: remote outdated
time
field from ad Request #77
- enable minSDK 22
- add support for Adzerk e-dash domains #68
- add Adzerk SDK version header to requests #67
- add support of custom hostname
- default placements to top-level networkId
- Android SDK updates for API 29
- update project documentation
- add console test logging
- Support GDPR params & endpoints #64
- network library updated: Retrofit2 (v2.3.0)
- updated for SDK 26
- Fixed #51: properly parse event IDs and URLs from Native Ads API responses.
...