walkerOS icon indicating copy to clipboard operation
walkerOS copied to clipboard

Open-source event collection and tag management (gtag.js/GTM alternative)

Results 70 walkerOS issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

**Is your feature request related to a problem? Please describe.** As nowadays, analytics tool needs to be GDPR, CCPA or PECR compliant in order to be used in some countries...

enhancement

**Is your feature request related to a problem? Please describe.** I may want to support list types for properties, e.g. when I select multiple filters like the sizes m &...

enhancement

**Describe the bug** A clear and concise description of what the bug is. Using `elb-entity="price:42"` will return `{ price: "42" }` and not the integer value `{ price: 42 }`....

enhancement

**Is your feature request related to a problem? Please describe.** Firing events with properties depending on special conditions **Example**: navigation menu **Tagging**: A view is fired when the menu is...

**Is your feature request related to a problem? Please describe.** Besides the auto event page view I want the page click event that occurs when a user clicked on a...

sources

**Is your feature request related to a problem? Please describe.** In the case of content analytics, it's great to measure how long people are reading/viewing content. Therefore a heartbeat event...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** Add a scroll trigger that fires after the page got scrolled to a specific threshold. **Describe the solution you'd like**...

enhancement

**Is your feature request related to a problem? Please describe.** Add a wait trigger that fires after a given time. **Describe the solution you'd like** Like load & click etc....

enhancement

**Is your feature request related to a problem? Please describe.** Dealing with tracking is closely connected to the user's consent. Event handling should always be able to consider the visitors...

enhancement