AppLovin / AppLovin-MAX-Unity-Plugin

110 stars 31 forks source link

Wrong determining consent for Liftoff #333

Closed desouse closed 3 months ago

desouse commented 4 months ago

MAX Plugin Version

6.1.2

Unity Version

2022.3.10f1

Device/Platform Info

Android

Current Behavior

Consent status for Liftoff Monetise is defined as FALSE while its id is present in the AC string before ~dv. section

Expected Behavior

Consent status for Liftoff Monetise is defined as TRUE because its id is present in the AC string before ~dv. section

How to Reproduce

  1. Make sure you consent with Liftoff Monetize in the Google UMP form.
  2. Open the Mediation Debugger (https://dash.applovin.com/documentation/mediation/unity/testing-networks/mediation-debugger#displaying-the-mediation-debugger)
  3. Check that Liftoff is in TC string list instead of AC string list. Check that Liftoff id (1423) is present in AC string: liftoff_1 liftoff_2 liftoff_3 liftoff_4 liftoff_5

Additional Info

The plugin seems to be trying to retrieve the old Liftoff ID (667) from the TC string. However, Liftoff is not present in the TCF Vendor List anymore (TCF Vendor List)

The plugin should retrieve the new Liftoff ID (1423) from the AC string (https://liftoff.io/blog/liftoff-privacy-changes-google-tcf-apple-manifest/)

wootaejeon commented 4 months ago

Hi @desouse, we also recognized the change to Liftoff's TCF status and we are working on the corresponding update. We'll update on this thread once the update goes live.

wootaejeon commented 3 months ago

@desouse Update for the change is now live - you should now be able to see Liftoff under ATP networks and their consent status determined by the AC string with ID 1423.

desouse commented 3 months ago

Great! Thank you a lot!