Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JS tracker: Offer ability to disable queued tracking request #14143

Closed
tsteur opened this issue Feb 27, 2019 · 0 comments · Fixed by #14146
Closed

JS tracker: Offer ability to disable queued tracking request #14143

tsteur opened this issue Feb 27, 2019 · 0 comments · Fixed by #14146
Assignees
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Help wanted Beginner friendly issues or issues where we'd highly appreciate community's help and involvement.
Milestone

Comments

@tsteur
Copy link
Member

tsteur commented Feb 27, 2019

In Matomo 3.7 or 3.8 we added a feature for plugins to queue tracking requests so they can be sent together. It would be good if users had the ability to disable this feature in which case we send each queued request immediately.

When do you want to disable this feature? If you make for example use of the log import feature.

The method tracker.queueRequest() would then not push the request to the queue but call basically trackRequest

Be good to add an entry to the changelog and document this in the FAQ

@tsteur tsteur added Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Help wanted Beginner friendly issues or issues where we'd highly appreciate community's help and involvement. labels Feb 27, 2019
@tsteur tsteur added this to the 3.9.0 milestone Feb 27, 2019
@tsteur tsteur changed the title Offer ability to disable queued tracking request JS tracker: Offer ability to disable queued tracking request Feb 27, 2019
@tsteur tsteur self-assigned this Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Help wanted Beginner friendly issues or issues where we'd highly appreciate community's help and involvement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant