Posthog events to google ads and facebook ads

Hello, I am trying to send Posthog events to google ads and faecbook ads with Stpae and Google tag manager. Where i start and how to make it happen?

If Posthog can emit events to custom endpoints (which I believe it can), then this is your normal webhook scenario, please check these:

Overall:

  1. Dispatch an event to your server container url (tagging server URL)
  2. Catch(claim it) with Data Client GitHub - stape-io/data-client: Data Client for Google Tag Manager Server Side
  3. Map required data into Facebook CAPI tag and assign a trigger
  4. Map required data into Google Ads Offline Tag and assign a trigger
  5. Enjoy and come back for more questions :slight_smile: