Version 1.9.0

October, 2016

Fixes and Improvements

  • Fixed a bug that passed Audience Manager unique user IDs (AAMUUIDs) as Experience Cloud IDs to the ID service.
  • If time-to-live (TTL) for an AMCV cookie has expired, the ID service will still return that information to the server as long as the cookie contains a Experience Cloud ID. After this call, the ID service makes an asynchronous call to update the cookie. This helps improve performance because the ID service doesn’t have to wait for a server response. It can use existing AMCV cookie values and then request an update.
  • The ID service automatically synchronizes Experience Cloud IDs (MIDs) with Adobe Media Optimizer and other internal Adobe domains directly on the page. Automatic synchronization is enabled for all existing and new accounts. This helps improve match rates for Media Optimizer. Applies to VisitorAPI.js version 1.8, or higher. See also, Understanding ID Synchronization and Match Rates.

New and Revised Documentation

New: Get Region and User IDs From the AMCV Cookie

Version 1.8.0

September, 2016

Fixes and Improvements

Added disableThirdPartyCalls as an optional, Boolean flag you can set in the Visitor.getInstance function. When disableThirdPartyCalls= true, the ID service will not make calls to other domains. By default, disableThirdPartyCalls= false. See disableThirdPartyCalls.