Edge FAQ

What would happen in the case of more than one agent running on a same page?

You'll just get all of the headers provided between running agents. And for the built-in ones, it will come as a list.

If there is an Edge agent running on a page and I want to send an API goal, does that work?

You can send an API goal. All the client JS stuff definitely should work with Edge since it uses the JavaScript API. You could also send goals from the Edge code into the Express client.

The dataLayer support is the same from the client version of Conductrics?

Yes, we will push stuff to the dataLayer the same way we do with the client-side implementation, and both client and edge writes to the same dataLayer without overwriting it.