tango-app-api-analysis-zone 3.7.1-alpha.6 → 3.7.1-alpha.7

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-zone",
3
- "version": "3.7.1-alpha.6",
3
+ "version": "3.7.1-alpha.7",
4
4
  "description": "zone Analysis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -104,7 +104,7 @@ export const zoneSummaryTableV2 = async ( req, res ) => {
104
104
  'StoreId': element.storeId,
105
105
  'Date': element.date,
106
106
  'Zone Name': element.zoneName,
107
- 'Zone Conc.Rate': element.concentrationRate,
107
+ 'Impression Rate': element.impressionRate,
108
108
  'Avg Dwell Time': element.avgDwellTime,
109
109
  'Zone FF': element.footfallCount,
110
110
  'Zone Bounced': element.bouncedCount,