Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new cmp id #1587

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion blocks/quote-request/quote-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ async function loadIframeForm(data, type) {

// get cmp in three steps: mdcmp parameter, cmp cookie, default campaign
// const mpCmpValue = queryParams && queryParams.get('mdcmp');
const cmpValue = getCookie('cmp') ? getCookie('cmp') : '70170000000hlRa';
const cmpValue = getCookie('cmp') ? getCookie('cmp') : '701Rn00000S8jXhIAJ'; // old cmp 70170000000hlRa

// if (mpCmpValue) cmpValue = mpCmpValue;
const requestTypeParam = queryParams && queryParams.get('request_type');
const hubSpotQuery = {
Expand Down
Loading