tango-app-api-analysis-traffic 3.0.0-alpha.31 → 3.0.0-alpha.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-analysis-traffic",
3
- "version": "3.0.0-alpha.31",
3
+ "version": "3.0.0-alpha.32",
4
4
  "description": "Traffic Analysis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -390,6 +390,7 @@ export const summaryTableV1 = async ( req, res ) => {
390
390
  'MissedOpportunity': element.missedOpportunityCount,
391
391
  'Potential Buyers': element.potentialBuyersCount,
392
392
  'Conversion Rate': element.conversionRate,
393
+ 'NOB Count': element.NOBCount,
393
394
  'Avg.Dwell Time': element.avgDwellTime,
394
395
  'Avg.Infra DownTime': element.avgInfraDowntime,
395
396
  'Below12': element.below12,