Clear Search

Events

Our Events

Connect with our experts, meet others in the breast cancer community, and raise money for research—all while having a great time. Join us at one of our events and find out what we’re all about.

Upcoming Events

April 26, 2024 Omni Boston Hotel at The Seaport

Boston Hot Pink Party

May 14, 2024 The Glasshouse

New York Hot Pink Party

;
(function (win) {
win.egProps = {
campaigns: [
{
campaignId: ‘515186’,
customDomain: ‘give.bcrf.org’,
donation: {
modal: {
urlParams: { …readURLParams(), …{ egfa: true, egrn: true } },
elementSelector: ”
},
// ADD ABANDON CART NUDGE CODE HERE TO ENABLE
nudgeTrays: [
// CUSTOMIZE YOUR MESSAGE
{
title: ‘Make a difference 💗’,
content: ‘Complete your gift to support lifesaving breast cancer research’,
ctaLabel: ‘Give Now’,
ctaColor: ‘#d0006f’,
triggerEvent: ‘eg:donation:incomplete’,
},
],
}
},
{
campaignId: ‘515186’,
customDomain: ‘give.bcrf.org’,
donation: {
inline: {
urlParams: { egfa: true },
elementSelector: ‘.footer-donate-form’
}
}
}
]
}
win.document.body.appendChild(makeEGScript())
/* Create the embed script */
function makeEGScript() {
var egScript = win.document.createElement(‘script’)
egScript.setAttribute(‘type’, ‘text/javascript’)
egScript.setAttribute(‘async’, ‘true’)
egScript.setAttribute(‘src’, ‘https://sdk.classy.org/embedded-giving.js’)
return egScript
}
/* Read URL Params from your website. This could potentially
be included in the embed snippet */
function readURLParams() {
const searchParams = new URLSearchParams(location.search)
const validUrlParams = [‘c_src’, ‘c_src2’, ‘amount’, ‘recurring’, ‘designation’]
return validUrlParams.reduce(function toURLParamsMap(urlParamsSoFar, validKey) {
const value = searchParams.get(validKey)
return value === null ? urlParamsSoFar : { …urlParamsSoFar, [validKey]: value }
}, {})
}
})(window)