Products
Smart Source Data Collector
Summary
What is the purpose of the dcsredirect parameter
Cause
What is the purpose of the dcsredirect parameter?
Resolution
dcsredirect is a bitmask expressed in decimal. Here is a breakdown of the bit fields:
AccountFirstTime (WT.co_a) = 0x02
AccountNewDay (WT.vt_a_d) = 0x04
AccountNewVisit (WT.vt_a_s) = 0x08
DatasourceFirstTime (WT.co_d) = 0x10
DatasourceNewDay (WT.vt_d) = 0x20
DatasourceNewVisit (WT.vt_s) = 0x40
A decimal 126 is 0x7e which is “all of the above”.
More Information
It is not possible to report on this parameter as it is not logged in the log file by the SDC/Tag Server
This value as it is only used by the SDC/Tagging server to identify a request from the Webtrends Tag that does not include a cookie on the first hit of the Visit/Session.
Why does the data collector sometimes respond with a 303 redirect?