Details
- 
    Type:
Bug
 - 
    Status: Closed
 - 
    Priority:
Major
 - 
    Resolution: Fixed
 - 
    Affects Version/s: None
 - 
    Fix Version/s: None
 - 
    Component/s: Third Party Data
 - 
    Labels:None
 - 
    Environment:
Bid Manager Build :tsa-build-bidmgr-2010-11-30-p79-r28097.tar
Service build : svc-channelv2.0-p554-r28097.ear
Admax UI:AdMax-Extended-Unified-Datafeed-p10-r27798.tar
 
Description
Campaign Name is always displaying as "unknown" in the Report for all publisher Feed.
Publisher feed, Config file and Report are attached.
./load-publisher.sh -d3 -XN Kontera.xml -XL /var/local/tsa/datafeedConfig/ 2>&1|tee /tmp/KonteraTest2.log
Campaign is inserted to correctly to table "campaigns"
mysql> SELECT * FROM campaigns WHERE accountID =17 ORDER BY id DESC LIMIT 5;
----------------------------------------------------------------------------------------------
| id | accountID | siteID | parentID | description | start | end | 
----------------------------------------------------------------------------------------------
| 1021 | 17 | 35 | 0 | Launch KWs2 Test | 0000-00-00 00:00:00 | 0000-00-00 00:00:00 | 
| 1011 | 17 | 35 | 0 | Report Test :Campaign Name | 0000-00-00 00:00:00 | 0000-00-00 00:00:00 | 
| 1001 | 17 | 35 | 0 | Testing The Report Data CSC | 0000-00-00 00:00:00 | 0000-00-00 00:00:00 | 
| 991 | 17 | 35 | 0 | new | 0000-00-00 00:00:00 | 0000-00-00 00:00:00 | 
| 981 | 17 | 35 | 0 | the | 0000-00-00 00:00:00 | 0000-00-00 00:00:00 | 
----------------------------------------------------------------------------------------------