Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: Fuji
-
Fix Version/s: Fuji
-
Component/s: None
-
Labels:None
-
Sprint:Sprint 9
Description
Test Steps:
1. Run yahoojapanreport for a campaign that does not have performance data for the particular date.
2. Check staging.yahooJAdmax table to view performance data.
Actual Result:
For a date when campaign does not have performance data, yahoojapanreport.sh download 0 as entries and feeds it into staging.yahooJAdmax table.
Example:
-----------------------------------------------
date | campaignid | clicks | cost | averagePosition |
-----------------------------------------------
2014-10-06 | 884011 | 0 | 0 | 0 |
2014-10-06 | 884012 | 0 | 0 | 0 |
2014-10-06 | 884013 | 0 | 0 | 0 |
2014-10-06 | 884014 | 0 | 0 | 0 |
2014-10-06 | 884016 | 0 | 0 | 0 |
Expected Result:
We should not be downloading reports from YJ when the performance data for a campaign is 0 for a particular date. This will allow us to improve the performance of the process and avoid downloading unwanted reports.