fix bug malay consent

This commit is contained in:
pichet 2023-05-25 14:30:55 +07:00
parent 68997e515e
commit 7c48ba4f4b

View file

@ -648,6 +648,14 @@
EndIf
If CountryName = "Malaysia" Then
Var Seeker.FromConsent = 0
EndIf
If CountryName = "Indonesia" Then
Var Seeker.FromConsent = 0
EndIf
</EventOpen>