Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Parellel Working of Client side tagging and server side tagging

Avatar

Level 1

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?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Community Advisor

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!


Avatar

Community Advisor and Adobe Champion

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)