com.amanotes.gdk 0.2.66-5 → 0.2.66-7

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,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.67 - 2025-02-26]
4
+ - [Fix] Missing userData parameters in AdEventTracking
5
+
6
+ ## [0.2.66-6 - 2025-02-13]
7
+ - [Fix] Fix exception when GetAnalyticsInstanceID
8
+
3
9
  ## [0.2.66-5 - 2025-01-21]
4
10
  - [Fix] Early validate IDFA, GAId and update pattern of AmaDeviceId
5
11
  - [Fix] Send GDKVersionTracking only for Android/iOS
@@ -318,6 +318,7 @@ namespace Amanotes.Core.Internal
318
318
  {
319
319
  protected AdShowContext context => Ads.context;
320
320
  protected AdModuleConfig moduleConfig => Config.ad;
321
+ public Dictionary<string, object> userData => context?.userData;
321
322
 
322
323
  // APIs
323
324
  internal protected abstract AdLogic interstitial { get; }
package/Runtime/AmaGDK.cs CHANGED
@@ -17,7 +17,7 @@ namespace Amanotes.Core
17
17
  {
18
18
  public partial class AmaGDK : MonoBehaviour
19
19
  {
20
- public const string VERSION = "0.2.66-5";
20
+ public const string VERSION = "0.2.66-7";
21
21
 
22
22
  internal static Status _status = Status.None;
23
23
  private static ConfigAsset _config = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.amanotes.gdk",
3
- "version": "0.2.66-5",
3
+ "version": "0.2.66-7",
4
4
  "displayName": "AmaGDK",
5
5
  "description": "Amanotes Game Development Kit",
6
6
  "unity": "2019.4",