Skip to content

Releases: Veittech/UnigramAds

UNIGRAM ADS 1.0.5

29 Jul 09:23
01b8881

Choose a tag to compare

NEW FEATURES:

  • Added support for Unity 6.1 and higher when calling native bridge methods to libraries.

UNIGRAM ADS 1.0.4

25 Apr 15:14

Choose a tag to compare

CORE UPDATE:

  • Added native ad status event tracking for AdsGram and AdSonar networks.

NEW FEATURES:

  • Added test mode activation for AdsGram network via .SetTestMode() setting during SDK initialization,
  • Added Dispose() function for all ad types to successfully unsubscribe from native events and avoid unnecessary memory allocation,
  • Added OnLoaded and OnClosed events to track the status of any ad type until the end of its display,
  • Added OnShown and OnRewarded events to get the result of successful display of any type of advertisement,
  • Added OnTryNonStopWatch, OnShowExpired and OnLoadFailed events to track the unsuccessful display status of any ad type (some events are ad network specific, please refer to the documentation to find out the dependencies).

OTHER UPDATES:

  • Replaced the event name OnShowFinished with the new OnShown.

IMPORTANT: due to the peculiarities of some ad banners from the AdSonar network, it is recommended to use the OnRewarded event instead of OnShown to avoid problems with tracking the status of "successful view" of rewarded ads completely.

UNIGRAM ADS 1.0.2

31 Jan 08:45
8fc2c39

Choose a tag to compare

NEW FEATURES:

  • Combined the logic of ad block removal for different networks into one method.

BUG FIXES:

  • Fixed Maximum call stack size exceeded bug related to a looped event call when trying to get the result of a successful ad show.

UNIGRAM ADS 1.0.1

30 Jan 08:21
5d37aac

Choose a tag to compare

NEW FEATURES:

  • Added support for Unity 2023 and higher when calling native bridge methods to libraries.
  • Added the ability to display interstitial and reward ads in the AdsGram network after initialization.

UNIGRAM ADS 1.0.0

29 Jan 13:46
0af2f0c

Choose a tag to compare

CORE UPDATE:

  • Added bridge for calling native ads via AdsSonar library,
  • Added bridge for calling native ads via AdsGram library.

NEW FEATURES:

  • Implemented logic for showing interstitial and reward ads for AdSonar bridge,
  • Implemented logic for showing interstitial OR reward ads for AdsGram bridge