• Live group demo of Marketing Hub + Data Agent

    Standardize reporting, reduce manual work, and introduce AI without cleanup

    Join us on March 12
  • Ready to build your local HubSpot community?

    HUG leaders host events, spark connections, and create spaces where people learn and grow together.

    Become a HUG Leader

Facebook Conversion API <> Zapier: Event De-Duplication

WAD_Christoph
Member

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

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  


loop Loop Marketing is a new four-stage approach that combines AI efficiency and human authenticity to drive growth.
Learn More

0 Upvotes