No - because we needed richer data. We primarily used Adobe analytics with a custom tagging solution. The custom tagging solution fed into our database
I'm seeing a similar problem, but with different nuances, as in this post https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/server-side-experiment-target-report-not-working-java-sdk-and/qaq-p/397584The architect we're working with says that sending cookies from the client to th...
I'm sending the trackEvent call and getting a 200 response from the omtrdc endpoint. However when I check in the Reports dashboard of my experience, the conversion metric doesn't increment.I double checked that my conversion mbox is spelled correctly in the trackEvent call, and I tried with both th...
I want to track clicks on a few elements using a certain CSS selector. Right now, I'm adding a click listener using the JavaScript methods and using a for loop to add the trackEvent call to get parameters from the "my-custom-name" attribute in each selected element. Instead of using the document.que...
How do you get "clicked an mbox" to work? What does "clicked an mbox" do compared to "viewed an mbox"? I've been adding my own click listener to the elements I want to track. The event listeners call trackEvents(), which sends the conversion mbox along with some parameters. This set up works with "...