Skip to content

Commit

Permalink
Merge branch 'main' into DEX-21278
Browse files Browse the repository at this point in the history
  • Loading branch information
abutuza authored Nov 29, 2024
2 parents b47d881 + 830be18 commit a9baa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _src-lp/scripts/adobeDataLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export async function sendAnalyticsProducts(product, region) {
}

productsInAdobe.push({
ID: product.selected_variation.platform_product_id || product.selected_variation.platform_id,
ID: product.selected_variation.product_id,
name: productName,
devices: product.selected_users,
subscription: product.selected_years * 12,
Expand Down

0 comments on commit a9baa6c

Please sign in to comment.