Offline Conversions

Hey Guys, I’m looking to implement offline conversions for Meta. I’m going to sending the conversion data from the crm to a make.com webhook. I would then like to send the http post to the my stape server which would then send the data to our sgtm container. However, when i’m doing this i keep getting a 400 error in stape and i’m not sure why.

Any idea why this isn’t working? My activation path in my client is correct. I’m passing all data in the body as json. However, myself and my developer can’t figure out what is incorrectly configured.

Do you have a Data Client on the server? Is the /path to which you send webhooks specified there?
Are your changes published to the server container?
Can you provide an example of a webhook you send to sGTM?

400 error means that the request is not processed by any client. This is usually one of three reasons:

  • the webhook is being sent to a path that no client is processing.
  • payload of the request is not correct or not in the correct format.
  • container changes are not published