Discussions
Categories
Oracle Infinity Data Collection Release Notes for April 9, 2021

Martin May-Oracle
Posts: 3 Employee
The following enhancements have been made to Oracle Infinity Data Collection:
- Multiple configurations on tag creation - When creating a new tag, we now provide 2 out-of-the-box configurations (Production and Test). This change streamlines getting started with the most common setup involving separate production and test environments.
- Copying Configuration URL & Publishing a configuration to Production - For each configuration, clicking on the ellipsis icon next to the container will reveal a list of operations, e.g. "Copy URL" & "Publish to Production". You can find out more about the supported operations publishing workflow on the Oracle Infinity Help Center.
- CX Tag Client ID generation - We've changed how the CX Tag generates its Client ID (usually sent in the wt.co_f parameter). The Client ID is now generated by the CX Tag Core module by calling a new endpoint, so you'll no longer see calls to the previous wtid.js when looking at the tag's network activity.
Post edited by OIT Integration User on
Comments
-
ref: CX Tag Client ID generation: What is the new endpoint? @Martin May-Oracle
-
@Virginia Carcavallo-Oracle the structure currently looks like this:
https://dc.oracleinfinity.io/v4/account/ACCOUNT_GUID/client/id
However, we reserve the right to change this in the future, i.e. please don't rely on this specific format for anything important.