You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is key/values pair object where key is provider/category for example facebook and value is boolean. true if user consents for data to be send to facebook and false if they do not
Example
trends('consent',{facebook: true,google: false})
Another way to use this api is based on categories.
trends('consent', options)optionsObjectfacebookand value is boolean.trueif user consents for data to be send tofacebookand false if they do notExample
Another way to use this api is based on categories.
Example
User can also just enable everything
Example