Ads

WAD_Christoph
Member

Facebook Conversion API <> Zapier: Event De-Duplication

Hey and thanks for checking this post.

 

We want to set up both the server as well as the browser side event.

 

For the browser we use Google Tag Manager with Facebook Pixel Lead Event.

 

For the server we use Zapier to also send a Lead Event.

 

No we want to de-duplicate those events.

 

The issue we are facing is that we need to pass along the same event ID for the server & browser side tracking.

 

How can we make this happen?

 

Update: Tried to use Google Tag Manager to push an event ID to Hubspot. However, when triggered, the contact does not get the event ID attached. I contacted the Hubspot support but was told that they can not help me wiht making the script work.

 

<script>
_hsq.push(["identify",{
    email: getParameterByName({{DLV - hs-form-email}}),
}]);

_hsq.push(["trackCustomBehavioralEvent", {
  name: "event_id",
   properties: {
       event_id: {{Event ID}}
   }
}]);
</script>
0 Upvotes
1 Reply 1
DianaGomez
Community Manager
Community Manager

Facebook Conversion API <> Zapier: Event De-Duplication

Hi @WAD_Christoph,

 

Thank you for reaching out to the Community!

 

I wanted to tag in a couple of subject matter experts to see if they have any input on this matter: 

Hi  @ChrisoKlepke,@Mike_Eastwood @Olivia_Bagnalldo you have any advice for @WAD_Christoph ? Thanks!

 

Best,

Diana  


HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates.
Learn More.


¿Sabías que la Comunidad está disponible en Español?
¡Participa hoy en conversaciones en el idioma de tu preferencia,cambiando el idioma en tus configuarciones!
0 Upvotes