Qubit's Universal Variable streamlines the process of passing values between OpenTag and your pages, whilst future-proofing against updates and changes. We recommend creating the relevant JavaScript object on your page prior to deploying OpenTag's container script. Doing this will assure that all values will be present on the page when the script runs and can be used by libraried OpenTag scripts. You only need to declare the object variables you use. For example, if your pages only have category and no subcategory, just declare the category. Likewise, if you feel the need to extend objects, or feel like renaming them, please do so. However, please take a note of the new variable names, as these are needed to access your scripts in your OpenTag container.
- What's Universal Variable?
- Universal Variable is Opentag’s W3C approved data model
- W3C digital data toolkit
Exported JavaScript object under universal_variable
on all pages follows open standarded universal variable specification. The specificaiton is also available on GitHub:
http://github.com/QuBitProducts/UniversalVariable
We've tested the followed versions. Please submit Github Issues with detailed description if you find any bugs.
- 1.6.x, 1.7.x, 1.8.x CE
- 1.6.x, 1.7.x, 1.8.x Enterprise
This is the recommanded way of installing the extenion. Get your extension key on the extension page and install the extension in your Magento Connect extension manager.
Thank you to the contributors improving our code base:
- Robert Coleman @rjocoleman
- beeplogic @rgranadino
- Rudger @Rud5G
- rogy @rogy
The extension is released under Apache License 2.0