devowl-wp
Preparing search index...
frontend-packages/cookie-consent-web-client
applyOptOut
Function applyOptOut
applyOptOut
(
options
:
GetServiceSelectionOptions
,
isManagerOptOut
:
boolean
,
)
:
Promise
<
{
deleteHttpCookies
:
number
[]
;
ready
:
Promise
<
void
[]
>
;
services
:
{
group
:
ServiceGroup
;
service
:
any
}
[]
;
}
,
>
Opt-in to a set of services for a given data manager like GTM / MTM.
Parameters
options
:
GetServiceSelectionOptions
isManagerOptOut
:
boolean
Returns
Promise
<
{
deleteHttpCookies
:
number
[]
;
ready
:
Promise
<
void
[]
>
;
services
:
{
group
:
ServiceGroup
;
service
:
any
}
[]
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
devowl-wp
Loading...
Opt-in to a set of services for a given data manager like GTM / MTM.