No description provided.
Split a string on the first occurance of a given separator
Easy way to split a string on a given character unless it's quoted or escaped.
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
split a Text Stream into a Line Stream, using Stream 3
This package represents core 'shared' functionality that is shared by analytics packages. This is not designed to be used directly, but internal to analytics-node and analytics-browser.
split a Text Stream into a Line Stream
Gain real-time traffic insights with Vercel Web Analytics
A analytics package for new firebase packages
Common Analytics controller for event tracking
Split a LineString by another GeoJSON Feature.
This is the compatibility layer for the Firebase Analytics component of the Firebase JS SDK.
[](http://badge.fury.io/js/swagger-ui-dist)
Split Cypress specs across parallel CI machines for speed
Queues failed requests and uses the Background Sync API to replay them when the network is available
Shared types used for Ampilitude Analytics Typescript packages
A node module for Google's Universal Analytics tracking
JavaScript client for client-analytics
Split string by any separator excluding brackets, quotes and escaped characters
This monorepo's version of "lodash". This package contains shared generic utilities that can be used within the ecosystem. This package should not have dependencies, and should not contain any references to the Analytics domain.
Global analytics (analytics.js) plugin for Docusaurus.
<div align="center"> <h1 align="center">@upstash/core-analytics</h1> <h5>Serverless Analytics for Redis</h5> </div>
@firebase/analytics Types
https://www.npmjs.com/package/@segment/analytics-node
Split extension to push test data to Google Analytics
Split Tester provides support for A/B Split testing your pages with integration into Google Analytics.
GuerrillaRotate ============== This plugin lets you have multiple view pages for the one action, so that you can rotate through different views in order to test which one is the most effective. This is known as A/B testing, split testing or side-by-side testing. It will automatically switch between the different views for different web requests (uses .rand so is pseudo random, not round-robin or anything). The particular view is sticky for a (rails) session, so that once that view has been chosen for that visitor they will see the same, consistent view each time. It integrates automagically into [Rubaidh::GoogleAnalytics](http://github.com/rubaidh/google_analytics) by setting the override_trackpageview to the name of the unique view file (instead of the action-based URL) so you can track it easily in Google Analytics. Without that you'll want to track it by putting different tracking codes in each of your view templates. Example ------- So, in your views you will create some new templates with something (can be anything including nothing) between the template name and the first part of the extension. So you might have the following files for the products/index action: app/views/products/index.html.erb app/views/products/index_alt.html.erb app/views/products/index_new.html.erb Then all you need to do is tell your controller to rotate for that action: ### app/controllers/products_controller.rb class ProductsController < ApplicationController guerrilla_rotate :index, :show # etc.. end NB: guerrilla_rotate is also aliased as guerilla_rotate for the alternative spelling and typos. Copyright © 2009 Jason King, released under the MIT license