Skip to content

Instantly share code, notes, and snippets.

@Brontojoris
Created August 31, 2015 22:47
Show Gist options
  • Save Brontojoris/9d76078e15e77d0d3aad to your computer and use it in GitHub Desktop.
Save Brontojoris/9d76078e15e77d0d3aad to your computer and use it in GitHub Desktop.
Adobe Reports & Analytics (SiteCatalyst) Shortcuts
// User Management
javascript:var ssSession=document.location.search.match(/ssSession=(.*)&/)[1],jpj=document.location.search.match(/jpj=(.*)(&|$)/)[1];document.location.href="https://"+document.location.hostname+"/p/am/1.3/index.html?a=Permissions.GetLoginsUI&ssSession="+ssSession+"&jpj="+jpj
// Report Suite Manager
javascript:var ssSession=document.location.search.match(/ssSession=(.*)&/)[1],jpj=document.location.search.match(/jpj=(.*)(&|$)/)[1];document.location.href="https://"+document.location.hostname+"/p/am/1.3/index.html?a=ReportSuite.Index&ssSession="+ssSession+"&jpj="+jpj
// Scheduled Reports
javascript:var ssSession=document.location.search.match(/ssSession=(.*)&/)[1],jpj=document.location.search.match(/jpj=(.*)(&|$)/)[1];document.location.href="https://"+document.location.hostname+"/p/suite/1.3/index.html?a=ScheduledReport.ReportListManager&ssSession="+ssSession+"&jpj="+jpj+"&page=1&page_size=50&ascend=&sort=run_when&filter_text="
//Dashboard Manager
javascript:var ssSession=document.location.search.match(/ssSession=(.*)&/)[1],jpj=document.location.search.match(/jpj=(.*)(&|$)/)[1];document.location.href="https://"+document.location.hostname+"/p/am/1.3/index.html?a=Dashboard.Manager&ssSession="+ssSession+"&jpj="+jpj
// Manage Segments
javascript:var ssSession=document.location.search.match(/ssSession=(.*)&/)[1],jpj=document.location.search.match(/jpj=(.*)(&|$)/)[1];document.location.href="https://"+document.location.hostname+"/sc15/reports/index.html?a=ComponentManager&componentType=segments&ssSession="+ssSession+"&jpj="+jpj+"#/segments"
@Brontojoris
Copy link
Author

Instructions:

  1. Add the above as bookmarklets to your browser
  2. Login to Adobe Reports & Analytics
  3. Click the Bookmarklets to navigate directly to the page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment