Release Notes
These are the release notes for SmartSource Data Collector 9.2.1 (July 2011)
Additions and Changes
- Added callback parameter to the wtid.js request:
http://<hostname>/<dcsid>/wtid.js?callback=dcsCallback
When a callback parameter is present on the wtid.js request, a JSONP style response body is returned:
if (typeof(dcsCallback)==”function”){
dcsCallback({“gWtId”:”",”gTempWtId”:”<ip_address>-<timestamp>.<timestamp>”,”gWtAccountRollup”:”"});
}
Issues Resolved
- Fixed issue when the first request to SDC was missing the filename portion of URL. In this case, all subsequent requests to SDC would return a 400 status code.
[ENG384775]
- Fixed issue where the following error would occur in certain cases in the audit log:
Incorrect usage: Attempted to open file: <logfile_dir>\<dcsid>-dcs-<yyyy>-<mm>-<dd>-<hh>-0<mm><ss>-<hostname>.dcsbusy. Another file is already open: <logfile_dir>\<dcsid>-dcs-<yyyy>-<mm>-<dd>-<hh>-0<mm><ss>-<hostname>.dcsbusy
[ENG383629]
- Fixed issue when the browser was configured to disable 3rd party cookies. In this case the Analytics visitor identifier parameter (WT.co_f) was not being written to the SDC log file.
[ESC375960]
- Fixed issue when the browser was configured to disable 3rd party cookies. In this case the Visitor Data Mart visitor identifier parameter (WT.vt_sid) was not being written to the SDC log file.
[ESC376365]
