mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
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:
parent
2b35eabd5d
commit
cd99764682
3 changed files with 4 additions and 2 deletions
|
|
@ -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)=>{
|
||||
|
|
|
|||
|
|
@ -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)=>{
|
||||
|
|
|
|||
|
|
@ -58,6 +58,8 @@ module.exports = {
|
|||
'Website - Newsletter',
|
||||
'Website - Sign up',
|
||||
'Website - Swag request',
|
||||
'Website - Gated document',
|
||||
'Webinar',
|
||||
],
|
||||
},
|
||||
getStartedResponses: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue