Parellel Working of Client side tagging and server side tagging | Community
Skip to main content
New Participant
August 21, 2025
Question

Parellel Working of Client side tagging and server side tagging

  • August 21, 2025
  • 1 reply
  • 1997 views

If I inject my server-side tagging property script into a client-side implemented site, I want to see both the AA request and the server-side request. I have implemented this as a separate property, but while testing with the AEP Debugger, I am only seeing the server-side request and not the client-side AA request. How to add the server-side script properly can i do that using launch rule way or through injecting by FE?

1 reply

bjoern__koth
New Participant
August 21, 2025

Hi @ganeshan2 

I would refrain from using more than one Launch library at the same time to rule out any side effects since they will both be declaring a window._satellite object, and likely one overwrites the other.

 

What keeps you from sending the WebSDK calls in you old launch library?

if this is just a small POC, maybe duplicate your old launch property, do the SSF modifications in there and inject the copy into your website.

Cheers from Switzerland!
Jennifer_Dungan
New Participant
August 21, 2025

I agree, you should trigger both the client-side and the server-side tracking from the same property.... you can even set all the calls up from the same rules (sending both client and server values on the same rules, to different suites, but reusing the same data elements)