Updated the tracking tag.
JSON schema validation was making things slow. We are turning it off permanently as the JSON is being downloaded from CDN
The skip_json_validation property should only be used if the datafile is being pulled from the REST API or CDN.
Added a Omniture tag for tracking in erb
- Adding support for adding additional attributes via experiments.
- Adding a feature_flip method which is alias of experiment to distinguish between experiments and on/off feature.
Bug fix. Visitor id should not be passed in attributes.
Introduced the user_attributes
option which takes care of passing visitor_id and custom attributes that will be required for Audience level bucketing.
Event dispatcher can now be passed as option.