Thank you @Jennifer_Dungan for your reply. In our projects, only our team makes the changes in processing rules and variable configurations, but our team support multiple projects and each project has MSR implementation and its time consuming process to maintain and update the document whenever we i...
Hello @Vinay_Chauhan Thank you for your reply. Actually, we did reach out to Adobe by creating Adobe case and mentioning same concern. Unfortunately, they mentioned that they do not have any current plan to introduce 'Extracting Processing rule' API endpoint on 2.0 and they asked to rely on Adobe U...
When implementing Adobe Media analytics tracking, we have to pass "Stream Type" value.As per this document https://adobe-marketing-cloud.github.io/media-sdks/reference/javascript/MediaHeartbeat.html#.StreamType we can pass different value based on the Media content type.Just wanted to understand for...
In our project we have many report suites and we heavily use Processing rules.Currently we are using Adobe Analytics 1.4 api to extract Processing rules from multiple report suites and check mapping for each variable. This way its very easy to check mapping for each variable across report suites and...
Hello Matthew, I have found Adobe links. 1. This link shows 'Media Events' supported with Media Collection API- https://experienceleague.adobe.com/en/docs/media-analytics/using/implementation/analytics-only/streaming-media-apis/mc-api-event-types 2. This link shows, Player state tracking solution ex...
Thank you Aneesh for reply and sharing your thought. Yes right, we can create alerts for detecting future anomalies.Actually we wanted to see, in past months how many times this issue has occurred per visitor not due to events or campaigns but because of the application bug, where within minutes see...
Thank you Jenifer for your reply and sharing your past experience. Yes i agree, i also could not find any solution to create such time boxing segment "over X hits within Y minutes"! In our case, we are not seeing inflated numbers in Pageviews for the visitors with High Video views numbers, so its no...
In the Adobe analytics report, we observed that for some mobile app users, we are seeing huge spike in the Video Views numbers. Its like within 1 minute seeing 900+ video views. It was random and happening very few times in a month. It was not bot activity but due to bug in the the mobile app.I want...
Hello @Aarthi098, In the Adobe reports if you are seeing values for event11 (metric) as '1,2,3,4,5,6...12345' and you expect to see values for event11 as '10,20,30,40...12340' then it is the issue of selecting wrong 'type' when configuring Success event (event11) in the report suite. You can change...
Hello @ambikaTewari_ATCI , Can you try-> 'try'-'catch' block inside s_doPlugins(s) function and check if there is any execution error while executing any plugins inside s_doPlugins function?For ex,function s_doPlugins(s) {
try{
s.execDoPlugins++;
_satellite.logger.log("============ s_doPlugins("+s.e...