Trigger for Stape Facebook Conversion API

What is the correct trigger on the server side for the Stape Facebook Conversion API Tag and Stape GA4 Tag?

FYI, I have the Stape Data Tag set up on the client side to send over some standard events like login, generate_lead and page_view. On the server side I have the GA4 Web and Stape Data Client installed but not the GTM or GA4 app clients installed. I have the pixel ID, access code and test event codes all properly configured.

The one thing I can’t figure out is the correct trigger to use. Right now Meta is not receiving events properly. I have tried a lot of different things.

I have tried using a custom event triggers with a .+ event name using regex matching. I have tried that with and without implementing some custom events excluding GTM.

I have tried using custom event triggers fired when event name is login, generate_lead or page_view and a bunch of other things.

What is the correct trigger?

Thanks,
Andrew

Hi Andrew,

There is no right or wrong trigger. Just like on a web container.
You need to use a trigger with the hit based on which you want the event to be sent to the platform you want.
That is, if you have a generate_lead GA4 tag event being sent from a web container and you want to send that to Meta. So you must have a Meta tag that works on the generate_lead event with an additional condition Client name = GA4.

Perhaps the example below will help you understand it better.