@betarena/ad-engine 0.0.39 → 0.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betarena/ad-engine",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "private": false,
5
5
  "description": "Betarena ad-engine widget",
6
6
  "keywords": [
@@ -235,6 +235,19 @@
235
235
  noopener
236
236
  noreferrer
237
237
  "
238
+ on:click=
239
+ {
240
+ () =>
241
+ {
242
+ postMod
243
+ (
244
+ `${betarenaEndpoint}/ad/update/click`,
245
+ {
246
+ creativeId: adData.id
247
+ }
248
+ );
249
+ }
250
+ }
238
251
  >
239
252
  <!--
240
253
  <iframe
@@ -317,7 +330,7 @@
317
330
  {
318
331
  creativeId: adData.id
319
332
  }
320
- )
333
+ );
321
334
  }
322
335
  }
323
336
  >