com.amanotes.gdk 0.2.100 → 0.2.101

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/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## [0.2.101] - 2026-05-12
2
+ - [Dev] send ad_impression to AF + Max bannerads_click
3
+
1
4
  ## [0.2.100] - 2026-05-06
2
5
  - [Dev] Add custom banner params to MAX config
3
6
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1236,6 +1236,7 @@ namespace Amanotes.Core.Internal
1236
1236
  {
1237
1237
  // [Header("----- MODULE CONFIG -----")]
1238
1238
  public bool showAnalyticsLog;
1239
+ public bool sendAdImpressionToAppsFlyer;
1239
1240
  [HideInNormalInspector] public bool normalizeEventName = true;
1240
1241
  [HideInNormalInspector] public bool checkMigrationIntegrity = true;
1241
1242
  [HideInNormalInspector] public bool migrateAccumulatedCount = true;
package/Runtime/AmaGDK.cs CHANGED
@@ -27,7 +27,7 @@ namespace Amanotes.Core
27
27
  {
28
28
  public partial class AmaGDK : MonoBehaviour
29
29
  {
30
- public const string VERSION = "0.2.100";
30
+ public const string VERSION = "0.2.101";
31
31
 
32
32
  internal static Status _status = Status.None;
33
33
  internal static ConfigAsset _config = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.amanotes.gdk",
3
- "version": "0.2.100",
3
+ "version": "0.2.101",
4
4
  "displayName": "AmaGDK",
5
5
  "description": "Amanotes Game Development Kit",
6
6
  "unity": "2020.3",