APIs & Integrations

James-Pi-Top
Membro

What is the javascript property to use to unsubscribe from all emails using _hsq.push

resolver

Hi

We have a website that is used both in schools and by members of the public.

 

Currently we are unintentionally signing up school pupils to marketing emails, so in order to prevent this we want to unsubscribe student accounts from marketing emails.

this is the code we have so far

 

  _hsq.push([
    'identify',
    {
      email,
      id,
      unsubscribeFromAll: isStudent ? 'true' : 'false',
    },
  ]);

  _hsq.push(['trackEvent', { id: 'login', email }])

 

but this does not work.


Can you let me know what the correct way to do this is?

Many Thanks

James Smith
pi-top.com

 

 

0 Avaliação positiva
1 Solução aceita
mangelet
Solução
Orientador(a) | Parceiro Platinum
Orientador(a) | Parceiro Platinum

What is the javascript property to use to unsubscribe from all emails using _hsq.push

resolver

@James-Pi-Top have you considered using a workflow on a custom property named 'isStudent' ?

 

Also, make sure you can update contact properties using the tracking code AP: https://knowledge.hubspot.com/account/prevent-contact-properties-update-through-tracking-code-api.

Martin Angeletti
HubSpot Veteran (12+ years)

Worried about messing up your HubSpot? I've got your back.

Join the thousands of people who have discovered how to avoid problems with simple tricks and have started to dominate HubSpot (and not be dominated).

️ Don't get left behind.

→ Click the subscribe button and scroll down to find the opt-in box.

Subscribe

Did I help answer your question? Mark this as a solution.

Exibir solução no post original

0 Avaliação positiva
2 Respostas 2
mangelet
Solução
Orientador(a) | Parceiro Platinum
Orientador(a) | Parceiro Platinum

What is the javascript property to use to unsubscribe from all emails using _hsq.push

resolver

@James-Pi-Top have you considered using a workflow on a custom property named 'isStudent' ?

 

Also, make sure you can update contact properties using the tracking code AP: https://knowledge.hubspot.com/account/prevent-contact-properties-update-through-tracking-code-api.

Martin Angeletti
HubSpot Veteran (12+ years)

Worried about messing up your HubSpot? I've got your back.

Join the thousands of people who have discovered how to avoid problems with simple tricks and have started to dominate HubSpot (and not be dominated).

️ Don't get left behind.

→ Click the subscribe button and scroll down to find the opt-in box.

Subscribe

Did I help answer your question? Mark this as a solution.

0 Avaliação positiva
dennisedson
Equipe de Produto da HubSpot
Equipe de Produto da HubSpot

What is the javascript property to use to unsubscribe from all emails using _hsq.push

resolver

@James-Pi-Top 

How is everyone being signed up for these marketing emails currently?

There is an endpoint for subscription preferences here

Might also be able to enroll students in a workflow to remove from subscriptions?

0 Avaliação positiva