Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchiramoitra committed Jun 25, 2020
1 parent e0d914b commit 7c36fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/GA/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ export default class GA {
position: self.getProductPosition(item, products),
};
impressionObj = {
impressionObj,
...impressionObj,
...self.metricsFunction(
item.properties,
self.dimensionsArray,
Expand Down Expand Up @@ -749,7 +749,7 @@ export default class GA {
const { coupon } = props;
if (coupon) product.coupon = coupon;
product = {
product,
...product,
...this.metricsFunction(
props,
this.dimensionsArray,
Expand Down

0 comments on commit 7c36fa0

Please sign in to comment.