awing-library 2.1.120 → 2.1.121

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.
@@ -542,7 +542,7 @@ var convertToChartData = function (data, campaignGroups, time) {
542
542
  _a[Enum_1.BaseEvent[Enum_2.AnalyticType.View]] = 'Common.Impression',
543
543
  _a.Spot = 'Campaign.Spot',
544
544
  _a.Engagement = 'Campaign.Engagement',
545
- _a.Click = 'Campaign.Click',
545
+ _a.Click = 'Common.FinalClick',
546
546
  _a);
547
547
  var analyticInfo = campaignAnalyticInfo(campaignGroups);
548
548
  return Object.entries(convertData)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.120",
3
+ "version": "2.1.121",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",