mirror of
https://github.com/foomo/sesamy-go.git
synced 2025-10-16 12:35:43 +00:00
fix: typo
This commit is contained in:
parent
c9aee967cb
commit
171b14f620
@ -34,7 +34,7 @@ func MPv2(source gtag.Payload, target any) error {
|
|||||||
|
|
||||||
// consent
|
// consent
|
||||||
targetConsentData := map[string]any{
|
targetConsentData := map[string]any{
|
||||||
"add_storage": mpv2.ConsentText(source.AdStorage()),
|
"ad_storage": mpv2.ConsentText(source.AdStorage()),
|
||||||
"ad_user_data": mpv2.ConsentText(source.AdUserData()),
|
"ad_user_data": mpv2.ConsentText(source.AdUserData()),
|
||||||
"ad_personalization": mpv2.ConsentText(source.AdPersonalization()),
|
"ad_personalization": mpv2.ConsentText(source.AdPersonalization()),
|
||||||
"analytics_storage": mpv2.ConsentText(source.AnalyticsStorage()),
|
"analytics_storage": mpv2.ConsentText(source.AnalyticsStorage()),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user