Skip to content

Commit f543647

Browse files
committed
adverts v16.1.0
1 parent c385478 commit f543647

File tree

246 files changed

+648
-5400
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

246 files changed

+648
-5400
lines changed

docs/adverts/app-open-ads.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ There are several presentation events dispatched by the app open ad as the user
146146

147147
- `FullScreenContentEvent.SHOW`: dispatched when an ad opens an overlay that covers the screen;
148148
- `FullScreenContentEvent.DISMISSED`: dispatched when a user returns to the app, having closed the app open ad;
149-
- `FullScreenContentEvent.FAILED_TO_SHOW`: dispatched if there was an error presenting the ad
149+
- `FullScreenContentEvent.FAILED_TO_SHOW`: dispatched if there was an error presenting the ad;
150+
- `FullScreenContentEvent.CLICKED`: dispatched when a user clicks the ad;
151+
- `FullScreenContentEvent.IMPRESSION`: dispatched when a an ad impression occurs;
150152

151153

152154
```actionscript

docs/adverts/banner-adverts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ There are several events dispatched by the advert as the user interacts with it:
211211

212212
- `AdViewEvent.OPENED`: dispatched when an ad opens an overlay that covers the screen;
213213
- `AdViewEvent.CLOSED`: dispatched when a user returns to the app, having closed the interstitial;
214+
- `AdViewEvent.CLICKED`: dispatched when a user clicks the ad;
215+
- `AdViewEvent.IMPRESSION`: dispatched when a an ad impression occurs;
214216

215217
At the very least we suggest you should listen for the closed event to know when control returns to your application.
216218

@@ -255,5 +257,3 @@ adView.destroy();
255257
No other methods should be called on the ad view after `destroy()` is called as they will have undefinted results.
256258

257259

258-
259-

docs/adverts/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### 2025.04.30 [v16.1.0]
2+
3+
```
4+
feat(android): update AdMob SDK v24.2.0, UMP SDK v3.2.0
5+
feat(ios): update AdMob SDK v12.12.0, UMP SDK v3.0.0 (resolves https://github.com/distriqt/ANE-Adverts/issues/607)
6+
feat(ios,android): add ump showPrivacyOptionsForm functionality
7+
feat(ios,android): add clicked and impression events on AdViewEvent and FullScreenContentEvent (resolves https://github.com/distriqt/ANE-Adverts/issues/603)
8+
```
9+
110
### 2024.12.10 [v16.0.0]
211

312
```

docs/adverts/interstitials.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ There are several events dispatched by the advert as the user interacts with it:
151151
- `FullScreenContentEvent.SHOW`: dispatched when an ad opens an overlay that covers the screen;
152152
- `FullScreenContentEvent.FAILED_TO_SHOW`: dispatched when an ad fails to be shown;
153153
- `FullScreenContentEvent.DISMISSED`: dispatched when a user returns to the app, having dismissed the interstitial;
154+
- `FullScreenContentEvent.CLICKED`: dispatched when a user clicks the ad;
155+
- `FullScreenContentEvent.IMPRESSION`: dispatched when a an ad impression occurs;
154156

155157
At the very least we suggest you should listen for the closed event to know when control returns to your application.
156158

docs/adverts/mediation/adcolony/_includes/add-apm-appdescriptor.mdx

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/adverts/mediation/adcolony/_includes/add-apm.mdx

Lines changed: 0 additions & 39 deletions
This file was deleted.

docs/adverts/mediation/adcolony/_includes/add-manual-appdescriptor.mdx

Lines changed: 0 additions & 70 deletions
This file was deleted.

docs/adverts/mediation/adcolony/_includes/add-manual.mdx

Lines changed: 0 additions & 15 deletions
This file was deleted.
-72.7 KB
Binary file not shown.
-36.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)