Hi @dineshpr
can you please give a little more context e.g., add screenshots and describe what type of website we are looking at, and what you want to achieve?
Hi @Kaushik_Ganguly ,
I have no experience with MuleSoft, but as long as you can code on any system, it should be possible to make API calls I guess.
I don't have own JSON examples, but maybe the section below gives you a starting point.
Also worth a read is Frederik Werner's blog post on App trac...
HI @jonathancastillo
to add to what @Jennifer_Dungan wrote.
Maybe you can explain a little the setup you are using. Meaning
are you using AppMeasurement or the WebSDKhow are these lightbox opens behaving e.g., are they triggering some kind of event in the data layer or a custom event that Launch ...
Thanks for the extensive testing, @Harveer_SinghGi1
It always has been and still is a pain to analyze pings in the browser. Don't know if it's more of a Chrome issue, but yes, it is annoying.
Hi @Kaushik_Ganguly
this may be helpful
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform/sending-data-to-adobe-analytics-via-server-to-server/td-p/593158
https://anilytics.io/data-collection-with-adobe-experience-platform/
Hi @AnuragSh12
same as @Jennifer_Kunz I have the same setup running without problems for me.
Though somethimes you may want to customize it a little.
What you can do is provide additional code in the "Provide filter click properties callback code" at the bottom of your screenshot.
This may help y...
Adobe offers some sample excel sheets on this:
https://experienceleague.adobe.com/en/docs/analytics-learn/tutorials/implementation/implementation-basics/creating-a-business-requirements-document
this will require some manual adaptation sbut is usual a good starting point
In that case you will need to install the Common Analytics Plugins extension first
and make sure you initialize the extension in a dedicated rule
Note though that getTimeParting is a function on the "s" instance.
So, you will have to call this instead
s.getTimeParting("America/New_York");
...