x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Custom section
ClassouterContainer


Custom section
ClasssidebarContainer


Custom section
ClasslogoContainer


Perks sidebar
TaglineHelping nonprofits grow their capacity to build thriving and equitable communities
PerkProviderSilicon Valley Council of Nonprofits



Perks content
PerkProviderSilicon Valley Council of Nonprofits
RedeemInstructionsz
WebsiteURLhttps://www.svcn.org/
BackButtonTextBack to Partners
BackButtonURL/display/AP
Aboutz
RedeemURL/

About

Add about text here.


Perks unlock
ButtonTextUnlock Now

How to Redeem

Add Redeem instructions here.

HTML

<script>
function analyticsTrack() {
  console.log('tracking')
  let pageId = AJS.params.pageId
  let pageTitle = AJS.params.pageTitle

  $.get( `/rest/api/content/${pageId}?expand=metadata.labels`, function( data ) {

    let labels = data.metadata.labels.results
  
    let labelsArr = []
    
    labels.forEach((label)=>{
      labelsArr.push(label.name)
    })

    analytics.track("partnerRedeemed", {
        partnerName: pageTitle,
          partnerCategory: labelsArr.join(",")
    })
  });  
}
</script>