Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: TSA Pixel Tracking V2
-
Fix Version/s: TSA Pixel Tracking V2
-
Component/s: TSA Tracking
-
Labels:None
-
Environment:
Staging-xml1: Build 70
Recording Server :43
Description
TSA counted are creating in to the table waypointConverionLog for v1 logs when its not expected.
Steps:
Hit Window=100 and Hit limit=10 and Pixel log file is attached.
1)Run the tsaapp@tvvm-staging-xml1:/usr/local/tsa/bidmgr$ ./v2pixel_playback.sh -d 3 -a 541 2>&1| tee /tmp/v1log_13may.log ** Log is attached.
and login to the database spike_v2.
mysql> select * from waypointConversionLog;
--------------------------------------------------------------------------------------+
siteID | unixTimestamp | microseconds | rowNum | convNum | name | count | value | cogs | productID |
--------------------------------------------------------------------------------------+
560 | 1303055997 | 0 | 1 | 1 | DrivingDirections | 1 | 0 | 0 | 75391 |
560 | 1303055997 | 0 | 1 | 2 | TSACounted | 1 | 0 | 0 | 75401 |
308 | 1305100803 | 0 | 4 | 1 | metricA | 1 | 100 | 100 | 75381 |
--------------------------------------------------------------------------------------+