Event Forwarding: documentation for 'arc' and 'utils' variables | Community
Skip to main content
New Participant
February 27, 2025
Question

Event Forwarding: documentation for 'arc' and 'utils' variables

  • February 27, 2025
  • 2 replies
  • 851 views

When I start to create a new Data Element in an Event Forwarding property with "Data Element Type" set to "Custom Code", the default code includes a notification that the 'arc' and 'utils' variables are available.  Where is the documentation that explains these variables?

 

There are scattered mentions of both 'arc' and 'utils' in the Adobe documentation, but nothing that actually documents the available methods or use cases.

2 replies

Alexis_Cazes_
New Participant
March 11, 2025

You can find some usage here https://experienceleague.adobe.com/en/docs/experience-platform/tags/extensions/server/core/overview

 

However I believe a more detailed documentation would be ideal.

 

In my implementation I first logged the arc and utils object to figure out what was available. It allowed to get user IP address and so on required for server side marketing pixels

New Participant
May 21, 2025

How do you log the arc and utils object? Newby here - please help

VKannan17
New Participant
February 27, 2025
BarryTLAuthor
New Participant
February 27, 2025

Thanks, @vkannan17 - that is one of the few places I could find that mention the variables.  Do you think that's the extent of the documentation around 'arc' and 'utils'?  I had actually read that document to be aimed at developers of Extensions for use in Event Forwarding.