Skip to content

Commit

Permalink
Merge pull request #451 from bitdefender/DEX-21677
Browse files Browse the repository at this point in the history
added option to get vcampaign from metadata
  • Loading branch information
inastase authored Jan 21, 2025
2 parents 6a1ca57 + 487ab57 commit 5994eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _src-lp/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ async function initVlaicuProductPriceLogic(campaign) {
async function initializeProductsPriceLogic() {
let pid = getParam('pid');
let campaign = getParam('campaign');
const vlaicuCampaign = getParam('vcampaign');
const vlaicuCampaign = getParam('vcampaign') || getMetadata('vcampaign');

try {
const visitor = Visitor.getInstance('0E920C0F53DA9E9B0A490D45@AdobeOrg');
Expand Down

0 comments on commit 5994eb2

Please sign in to comment.