question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Specific consent for remote config

See original GitHub issue

Request:

  • The ability to turn on remote configuration without any other features.

Use case:

I plan to use Countly to provide remote configuration. I also take GDPR consent for analytics. I want to be able to turn on remote config without enabling any analytics.

Currently consent can be recorded for a fine-grained range of analytics collection. ["sessions", "events", "views", "scrolls", "clicks", "forms", "crashes", "attribution", "users", "star-rating", "location", "apm"] http://countly.github.io/countly-sdk-web/countly.js.html#line103

Consent for remote config does not have a named feature. Instead it is assumed when consent has been added for at least one feature. http://countly.github.io/countly-sdk-web/countly.js.html#line999

Suggestion:

  • A new consent feature “config” be added to the list of available features.
  • This consent be used when providing remote config, instead of Countly.check_any_consent().

Workaround:

Countly.group_features({
  config: ["unrecognised feature to allow remote config"],
})
Countly.add_consent("config")

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ar2rsawseencommented, Aug 19, 2020

Hello, sorry for delay, yes we are going with that for next release 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Firebase Remote Config - Google
Firebase Remote Config is a cloud service that lets you change the behavior and appearance of your app without requiring users to download...
Read more >
Rules and Settings | Remote Config | 1.0.9
Unity Remote Config uses Rules to target specific user groups and deliver different settings for each group. Rules are linked to Settings, ...
Read more >
How to Use Firebase Remote Config Efficiently?
Add parameters to the firebase console remote config. Go to the “Remote Config” setting under Engage in the Left pane.
Read more >
Can I use firebase remote config if a user opts out ...
Yes, since Remote Config is not sending any data, just receiving. So it will be fully functional, but you will not be able...
Read more >
Monitoring Changes In Firebase Remote Config Using ...
You should be able to easily adapt this sample code to your team's needs or even deploy it to your Google Cloud project...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found