Go to Admin -> Select report suite it is under.Then find Menu CustomizationNavigate to Custom reports section -> select desired report to delete(highlights yellow) Use delete selected in menu. carful to select just one if more are present.GLTU
The closest solution to that would be connect your power Query to a Adobe analytics API. Below is a connection to another API type.Power Query and Connection to an API Will be tricky and I am unsure what data you want but will have to work on parsing and formatting output. Theoretically possible.GLT...
Hi it looks like your code is firing 2 beacons now.Your page code:<script type="text/javascript">window._satellite&&window._satellite.pageBottom();</script>Regular code:<script type="text/javascript">_satellite.pageBottom();</script>Not sure if this closing tag is issue but I think re evaluate the c...
Visit based metrics will include time of all pages interacted upon during the visit session. The key here is to limit the data, to just your desired pages. Make sure your segment is hit based(vs visit based), that way you will see data isolated to just the pages within a given section.
Thre challenge here is how you define your content...i recommend use SAINT to classify your key pages/sections as you have them...Then run a a report for Time spent per visit per classified page type...
ok cool again helps me get you some ideas...Hows this? I think you just need adjust some logging targets and I guess your next challenge will be parsing results...Its based on some older dev environments but hopefully will work for you. GLTUGitHub - prolificinteractive/simcoe: A simple, light analy...
ok so if i understand the trackTimedActionsCould potentially be made up of other custom events and all you are doing is putting them together in a fashion as a new custom event. Did i get that right?
I understand the desire to tag minute level data, just curious what is Business strategy her you are trying to quantify/measure? Can you expand on that?
Is it possible in running manually you made it not repeat indefinitely? In other words made it a one time report vs regular reporting one?Also check which user account is it defined under? If another account is used to try and view it it may not be visible. Do you have show all reports button turned...
I read it carefully just you made no mention of what or how you did this presently. Helps to have as clear a picture as possible in assisting you.Anyways, so here is what you could try...Use Selenium/Selendroid and Appium scripts to run tests where Analytics data is expected. The challenge is if you...