Contact source change for webinar and gated doc

Updating the contact source value for webinars and gated docs to match the new sfdc values
This commit is contained in:
johnjeremiah 2026-04-21 08:19:56 -04:00
parent 2b35eabd5d
commit cd99764682
3 changed files with 4 additions and 2 deletions

View file

@ -40,7 +40,7 @@ module.exports = {
emailAddress: emailAddress,
firstName: firstName,
lastName: lastName,
contactSource: 'Website - Contact forms',
contactSource: 'Webinar',
description: `Submitted a form to watch the ${webinarName} webinar.`,
marketingAttributionCookie: attributionCookieOrUndefined
}).intercept((err)=>{

View file

@ -40,7 +40,7 @@ module.exports = {
emailAddress: emailAddress,
firstName: firstName,
lastName: lastName,
contactSource: 'Website - Contact forms',
contactSource: 'Website - Gated document',
description: `Submitted a form to download the ${whitepaperName} whitepaper.`,
marketingAttributionCookie: attributionCookieOrUndefined
}).intercept((err)=>{

View file

@ -58,6 +58,8 @@ module.exports = {
'Website - Newsletter',
'Website - Sign up',
'Website - Swag request',
'Website - Gated document',
'Webinar',
],
},
getStartedResponses: {