Oracle Infinity Product Release Notes for November 8, 2018
in Unity CDP
The following enhancements have been made to Oracle Infinity Data Collection:
- "Context" to "Configuration". The Oracle Infinity Tag uses a parameter for dynamically changing tag configurations. This parameter was formerly referred to as a "context" and has since been renamed to a "configuration". Thus, the "ora.context" parameter is now "ora.config". All earlier methods for changing saved configurations are still the same, however.
Examples:
<script type="text/javascript" async src="//c.oracleinfinity.io/acs/account/[account_GUID]/[tag_ID]/odc.js?_ora.config=analytics:default"> </script>
https://www.domain.com/folder/page.html?_ora.config=analytics:default
Note: The previous parameter syntax of "ora.context" will continue work.
0