Adobe Marketing Cloud Bloodhound for Mac 3.0

Size: px
Start display at page:

Download "Adobe Marketing Cloud Bloodhound for Mac 3.0"

Transcription

1 Adobe Marketing Cloud Bloodhound for Mac 3.0

2 Contents Adobe Bloodhound for Mac 3.x for OSX...3 Getting Started...4 Processing Rules Mapping...6 Enable SSL...7 View Hits...8 Save Hits into a Test...9 Compare Current Hits to a Test...11 Contact and Legal Information...12 Last updated 5/25/2017 Bloodhound for Mac 3.0

3 Adobe Bloodhound for Mac 3.x for OSX 3 Adobe Bloodhound for Mac 3.x for OSX During application development, Adobe Bloodhound lets you view server calls locally, and optionally forward the data to Adobe collection servers. Last Updated: May 10, 2017 Important: As of April 30, 2017, Adobe Bloodhound has been sunset. Starting on May 1, 2017, no additional enhancements and no additional Engineering or Adobe Expert Care support will be provided. Adobe Bloodhound provides the following features: View GET and POST hits (Version 4.2 and later of the ios and Android SDKs send all hits using POST) Parse hits in real time Run processing rules against your raw data to see what variables will be set on the server. Install a Bloodhound SSL certificate to test SSL hits Save hits to tests for future comparison Compare hits using JavaScript (including regular expressions) to verify data. Requirements An Intel-based Mac computer running Snow Leopard (10.6) or later. Network connectivity to your mobile devices or simulators. Download The Adobe Bloodhound download is available from the releases page of the Adobe Marketing Cloud/Mobile Services GitHub repository.

4 Getting Started 4 Getting Started The Adobe Bloodhound app measurement QA tool displays and parses real-time hit data on mobile and web Analytics implementations, helping to ensure proper implementation for app developers and marketing teams. The tool focuses on mobile app measurement for ios, Android, and Windows Universal SDKs, but can be used for other platforms including desktop or mobile web. One major benefit to Adobe Bloodhound for all testing scenarios is that it can emulate an Analytics data collection server, so you can inspect hits during development without sending them to a data collection server. Complete the following tasks to get started using Adobe Bloodhound: Task Description Download Install Launch The Adobe Bloodhound download is available from the releases page of the Adobe Marketing Cloud/Mobile Services GitHub repository. Open the dmg you downloaded and drag Bloodhound to the Applications folder. After you launch the tool, the server is started automatically. The hostname and port is displayed in the Adobe Bloodhound window. An icon is displayed after the server address indicating the current status. Green indicates that the server is running, yellow indicates an error has occurred, and red indicates that the server is stopped. Hover over the status icon for details about the current status. Configure See Configure Devices to Send Hits to Adobe Bloodhound. Configure Devices to Send Hits to Adobe Bloodhound You can change proxy settings on the device to send http/https requests to Adobe Bloodhound. Requests that are sent to Bloodhound can optionally be forwarded to Adobe Data Collection servers. If your device does not allow you to configure a proxy, you can send the hits directly to Adobe Bloodhound. ios Devices The ios Device must be on the same network as the computer hosting Adobe Bloodhound. 1. Navigate to Settings > Wi-Fi. 2. Click the blue "i" icon to the right of your currently selected Wi-Fi network. 3. Scroll to the HTTP Proxy settings. 4. Select Auto. 5. Enter the Proxy Auto Config (PAC) URL from the Bloodhound UI into the URL field. For example, 6. Click Home. Other Devices If the device supports proxy auto config, simply use the Proxy URL (From the Adobe Bloodhound UI) as the Proxy Auto Config (PAC) URL. Proxy support varies across Android versions, and there are some proxy configuration tools available for Android to simplify configuration.

5 Getting Started 5 Send Hits Directly For devices that do not support proxy (ios Simulator, older Android versions, and so on) it is possible to specify Adobe Bloodhound as your tracking server in order to capture the hits it generates. To do this set your tracking server to "<Bloodhound IP>:<Bloodhound Port>" in the ADBMobileConfig.json config file. For example: "server" : "localhost:50000" Troubleshooting If you are having trouble sending hits to your Adobe Bloodhound server, verify that your device and Bloodhound server are on the same network. The best way to do this is to go to the web browser on your device and type in the URL, including port number, of the Bloodhound server. For example, If your device is able to communicate with Bloodhound, you will see a Bloodhound Info screen similar to the following illustration:

6 Processing Rules Mapping 6 Processing Rules Mapping Starting with Adobe Bloodhound version 3.1, you can enter in your Adobe Analytics credentials to enable processing rules mapping. With processing rules mapping enabled, the hits you send to your Adobe Bloodhound server will have processing rules applied in real time, showing you which variables and events will be set on the data collection server. Note: This functionality is currently in beta and might not show mappings with 100% accuracy. If your processing rules are complex, please verify on a test resport suite that your mappings are correct. Complete the following steps to use processing rules mapping for Adobe Bloodhound: 1. Launch Adobe Bloodhound. 2. Click the Setup tab. 3. Specify your Adobe Analytics credentials (Company, Username, and Password), then click Authenticate. After you are authenticated, notice that your Context Data and Additional Data tables have a new column: "Mapping." Hits that come in will now apply processing rules specified by the Report Suite ID (rsid) in the hit received. Note: If your hit is tagged with more than one rsid, a drop-down list appears above the Hit Details box. You can select which set of processing rules you'd like to apply from the list.

7 Enable SSL 7 Enable SSL In order to send hits via HTTPS from your device to Adobe Bloodhound, you must download and install a CA Certificate on your device. The CA Certificate is available from the Bloodhound Info page. 1. Browse to where the hostname and port are the server where Adobe Bloodhound is running. For example, 2. Click Download CA Certificate. 3. Install the bh.cer certificate file you downloaded on your test mobile devices. 4. In Adobe Bloodhound, click the Setup tab, and enter your Analytics server into the Analytics SSL Server field. Your Analytics server can be found in your ADBMobileConfig.json configuration file 5. On your mobile device, set the proxy to the hostname and port where Adobe Bloodhound is running. See Configure Devices to Send Hits to Adobe Bloodhound. 6. Send hits from your mobile device. 7. A dialog appears on the system where Adobe Bloodhound is running, prompting you to accept the connection. After you accept the connection, SSL hits are captured in Adobe Bloodhound.

8 View Hits 8 View Hits After configuration, hits are captured and displayed automatically. Adobe Bloodhound can impersonate an Adobe data collection server so you can test hits without sending data to a report suite. If Forward Hits is enabled, hits are sent to the specified report suite. If the hits aren't showing up, turn on debug logging in your application and check the debug output for image requests.

9 Save Hits into a Test 9 Save Hits into a Test Saving hits lets you store a sequence of hits along with any associated data to compare with this same sequence at a later time. For example, after upgrading the measurement library or upgrading your app. 1. Define a sequence of steps to perform in the app. This is your test sequence. This could be a user login, content download, or other engagement. 2. Start Adobe Bloodhound and perform this sequence in the app, and verify that hits are being captured. 3. After you have successfully captured the hits for this sequence, drag-and-drop the hits to the Test menu: 4. The hits appear on the test tab in descending order (newest hit appears at the top).

10 Save Hits into a Test Select a hit and then insert any verification JavaScript you'd like to perform into the Editor. For example, to test that a specific context data value is set on that hit you could add the following: assert (contextdata["myapp.key"] == "Value"); Make sure you click the Checkmark to save any changes. When you Compare Current Hits to a Test, if false is returned by any statement for a test, an error is logged to the Adobe Bloodhound output window and the hit appears as red. Tests are saved in a local file so they can be shared to other users.

11 Compare Current Hits to a Test 11 Compare Current Hits to a Test Saved hits can be compared to hits as they are received during a test. 1. Prepare your app by navigating to the state where your test sequence should begin. 2. On the Test tab, select your test and click the play icon. The first hit in the sequence is selected. 3. In your App, perform the same test sequence you performed when you saved the test. Hits are compared as they are received to the hits in the test, and any failed tests are logged to output.

12 Contact and Legal Information 12 Contact and Legal Information Information to help you contact Adobe and to understand the legal issues concerning your use of this product and documentation. Help & Technical Support The Adobe Experience Cloud Customer Care team is here to assist you and provides a number of mechanisms by which they can be engaged: Check the Marketing Cloud help pages for advice, tips, and FAQs Ask us a quick question on Log an incident in our customer portal Contact the Customer Care team directly Check availability and status of Marketing Cloud Solutions Service, Capability & Billing Dependent on your solution configuration, some options described in this documentation might not be available to you. As each account is unique, please refer to your contract for pricing, due dates, terms, and conditions. If you would like to add to or otherwise change your service level, or if you have questions regarding your current service, please contact your Account Manager. Feedback We welcome any suggestions or feedback regarding this solution. Enhancement ideas and suggestions can be added to our Customer Idea Exchange. Legal 2017 Adobe Systems Incorporated. All Rights Reserved. Published by Adobe Systems Incorporated. Terms of Use Privacy Center Adobe and the Adobe logo are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. A trademark symbol (,, etc.) denotes an Adobe trademark. All third-party trademarks are the property of their respective owners. Updated Information/Additional Third Party Code Information available at

Adobe Marketing Cloud Bloodhound for Windows 2.2

Adobe Marketing Cloud Bloodhound for Windows 2.2 Adobe Marketing Cloud Bloodhound for Windows 2.2 Contents Bloodhound 2.2 for Windows...3 Getting Started...4 Configure Devices to Send Hits to Bloodhound...5 Enable SSL...6 View Hits...7 Last updated 5/1/2017

More information

Adobe Marketing Cloud VideoHeartbeat SDK Guide for TVML - Version 1.x

Adobe Marketing Cloud VideoHeartbeat SDK Guide for TVML - Version 1.x Adobe Marketing Cloud VideoHeartbeat SDK Guide for TVML - Version 1.x 2 Table of Contents VIDEOHEARTBEAT SDK 1.X FOR TVML... 3 GETTING STARTED... 3 VIDEO ANALYTICS VIA VIDEOHEARTBEATS... 4 Integrating

More information

Adobe Marketing Cloud Best Practices Implementing Adobe Target using Dynamic Tag Management

Adobe Marketing Cloud Best Practices Implementing Adobe Target using Dynamic Tag Management Adobe Marketing Cloud Best Practices Implementing Adobe Target using Dynamic Tag Management Contents Best Practices for Implementing Adobe Target using Dynamic Tag Management.3 Dynamic Tag Management Implementation...4

More information

Adobe Marketing Cloud Using FTP and sftp with the Adobe Marketing Cloud

Adobe Marketing Cloud Using FTP and sftp with the Adobe Marketing Cloud Adobe Marketing Using FTP and sftp with the Adobe Marketing Contents Using FTP and sftp with the Adobe Marketing...3 Setting Up FTP Accounts Hosted by Adobe...3 Classifications...3 Data Sources...4 Data

More information

Adobe Marketing Cloud AppleTV SDK 1.x for Marketing Cloud Solutions

Adobe Marketing Cloud AppleTV SDK 1.x for Marketing Cloud Solutions Adobe Marketing Cloud AppleTV SDK 1.x for Marketing Cloud Solutions 2 Table of Contents APPLETV SDK 1.X FOR MARKETING CLOUD SOLUTIONS... 3 Adobe Mobile Services... 3 GETTING STARTED... 4 ANALYTICS... 5

More information

Contents. Server Call Usage

Contents. Server Call Usage Server Call Usage Contents Server Call Usage Overview...3 Server Call Usage Dashboard...6 View Current Server Call Usage...6 View Report Suite Usage...8 Server Call Usage Alerts...10 Server Call Usage

More information

BT MobileXpress App V2 for Android Quick Guide

BT MobileXpress App V2 for Android Quick Guide BT MobileXpress App V2 for Android Quick Guide 2 P a g e Overview This quick guide provides an overview on how to use the BT MobileXpress App to connect to the BT MobileXpress Wi-Fi service. While the

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

System 44 Next Generation Installation Guide

System 44 Next Generation Installation Guide System 44 Next Generation Installation Guide For use with System 44 Next Generation version 2.3 or later and Scholastic Achievement Manager version 2.3 or later Copyright 2014 by Scholastic Inc. All rights

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

System 44 Installation Guide

System 44 Installation Guide System 44 Installation Guide For use with System 44 version 2.5 or later and Student Achievement Manager version 2.5 or later Table of Contents Introduction... 3 Getting Started... 3 Windows and Mac OS

More information

ADOBE EXPERIENCE MANAGER DAM CONNECTOR FOR ADOBE DRIVE CC: TECHNICAL NOTE

ADOBE EXPERIENCE MANAGER DAM CONNECTOR FOR ADOBE DRIVE CC: TECHNICAL NOTE ADOBE EXPERIENCE MANAGER DAM CONNECTOR FOR ADOBE DRIVE CC: TECHNICAL NOTE 2015 Adobe Systems Incorporated. All rights reserved. Technical Note: Adobe Experience Manager DAM Connector for Adobe Drive CC

More information

FASTT Math Installation Guide

FASTT Math Installation Guide FASTT Math Installation Guide For use with FASTT Math Enterprise Edition version 2.3 or later and Scholastic Achievement Manager version 2.3 or later Copyright 2014 by Scholastic Inc. All rights reserved.

More information

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition BLUEPRINT TEAM REPOSITORY Installation Guide for Windows For Requirements Center & Requirements Center Test Definition Table Of Contents Contents Table of Contents Getting Started... 3 About the Blueprint

More information

ipass Open Mobile 3.0.x for Android Quick Start Guide

ipass Open Mobile 3.0.x for Android Quick Start Guide ipass Open Mobile 3.0.x for Android Quick Start Guide V E R S I O N 1. 0, O C T O B E R 2 0 1 4 Corporate Headquarters ipass Inc. 3800 Bridge Parkway Redwood Shores, CA 94065 USA www.ipass.com +1 650-232-4100

More information

SSL VPN Web Portal User Guide

SSL VPN Web Portal User Guide The SSL VPN web portal provides easy access to your organization s web resources via the web browser on your desktop or mobile device. The SSL VPN web portal's responsive interface automatically detects

More information

READ 180 Next Generation Installation Guide

READ 180 Next Generation Installation Guide READ 180 Next Generation Installation Guide including rskills Tests Next Generation For use with READ 180 Next Generation suite and Scholastic Achievement Manager version 2.3 or higher Copyright 2014 by

More information

FASTT Math Installation Guide

FASTT Math Installation Guide FASTT Math Installation Guide For use with FASTT Math Enterprise Edition version 3.x or later and Student Achievement Manager version 3.x or later Table of Contents Introduction... 3 Getting Started...

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Server Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information

Desktop Installation Guide

Desktop Installation Guide Desktop Installation Guide Desktop Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information

RNDC / NDC MicroStrategy Supplier Web Troubleshooting Guide

RNDC / NDC MicroStrategy Supplier Web Troubleshooting Guide RNDC / NDC MicroStrategy Supplier Web Troubleshooting Guide Where do I log into MicroStrategy for RNDC markets? 2 Where do I log into MicroStrategy for NDC markets? 3 Why can t I log in? Most common log

More information

Anchor User Guide. Presented by: Last Revised: August 07, 2017

Anchor User Guide. Presented by: Last Revised: August 07, 2017 Anchor User Guide Presented by: Last Revised: August 07, 2017 TABLE OF CONTENTS GETTING STARTED... 1 How to Log In to the Web Portal... 1 How to Manage Account Settings... 2 How to Configure Two-Step Authentication...

More information

Revised: 08/02/ Click the Start button at bottom left, enter Server Manager in the search box, and select it in the list to open it.

Revised: 08/02/ Click the Start button at bottom left, enter Server Manager in the search box, and select it in the list to open it. Mobile App Windows Authentication & SSL Config Revised: 08/02/2017 Job Aid This Job Aid is intended for agency IT staff and explains how to enable Windows Authentication and SSL for your mobile applications

More information

HCP Anywhere. By Storage & Cloud Services. Quick Start Guide Nov 2017 HCP ANYWHERE

HCP Anywhere. By Storage & Cloud Services. Quick Start Guide Nov 2017 HCP ANYWHERE HCP Anywhere By Storage & Cloud Services Quick Start Guide Nov 2017!1 Getting Connected HCP Anywhere - Update Password Step 1 Login to A*CRC Storage and Cloud Service website to update your password. https://profiler.acrc.a-star.edu.sg/admin/passwd.php!2

More information

System 44 Installation Guide

System 44 Installation Guide System 44 Installation Guide For use with System 44 version 2.4 or later and Student Achievement Manager version 2.4 or later PDF0883 (PDF) Houghton Mifflin Harcourt Publishing Company Table of Contents

More information

SSL VPN Web Portal User Guide

SSL VPN Web Portal User Guide The SSL VPN web portal provides easy access to your organization s web resources via the web browser on your desktop or mobile device. The SSL VPN web portal's responsive interface automatically detects

More information

User Guide: Windows Mac Android ios

User Guide: Windows Mac Android ios 1 TM Laplink Software, Inc. For technical support issues or questions, please visit: http://www.laplink.com/contact For other inquiries, please see contact details below: E-mail: CustomerService@laplink.com

More information

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

ipass Open Mobile 2.8.x for Android Quick Start Guide

ipass Open Mobile 2.8.x for Android Quick Start Guide ipass Open Mobile 2.8.x for Android Quick Start Guide V E R S I O N 1. 1, S E P T E M B E R 2013 Corporate Headquarters ipass Inc. 3800 Bridge Parkway Redwood Shores, CA 94065 USA www.ipass.com +1 650-232-4100

More information

ipass Open Mobile 2.10.x for Android Quick Start Guide

ipass Open Mobile 2.10.x for Android Quick Start Guide ipass Open Mobile 2.10.x for Android Quick Start Guide V E R S I O N 1. 0, MAY 2 0 1 4 Corporate Headquarters ipass Inc. 3800 Bridge Parkway Redwood Shores, CA 94065 USA www.ipass.com +1 650-232-4100 +1

More information

eclicker Host 2 Product Overview For additional information and help:

eclicker Host 2 Product Overview For additional information and help: eclicker Host 2 Product Overview For additional information and help: support@eclicker.com Compatible with the iphone, ipod touch, and ipad running ios 5.0+. Apple, the Apple logo, iphone, and ipod touch

More information

Workspace Secure Container for Mobile Devices

Workspace Secure Container for Mobile Devices Workspace Secure Container for Mobile Devices Version 1.1 Last Updated: April 24, 2014 2014 Verizon. All Rights Reserved. The Verizon name and logo and all other names, logos, and slogans identifying Verizon

More information

The Reading Inventory Installation Guide

The Reading Inventory Installation Guide The Reading Inventory Installation Guide For use with The Reading Inventory version 2.5 or later and Student Achievement Manager version 2.5 or later Table of Contents Introduction... 3 Getting Started...

More information

GRS Enterprise Synchronization Tool

GRS Enterprise Synchronization Tool GRS Enterprise Synchronization Tool Last Revised: Thursday, April 05, 2018 Page i TABLE OF CONTENTS Anchor End User Guide... Error! Bookmark not defined. Last Revised: Monday, March 12, 2018... 1 Table

More information

Media Writer. Installation Guide LX-DOC-MW5.1.9-IN-EN-REVB. Version 5.1.9

Media Writer. Installation Guide LX-DOC-MW5.1.9-IN-EN-REVB. Version 5.1.9 Media Writer Installation Guide Version 5.1.9 Regulations and Compliance Tel: 1-844-535-1404 Email: TS_PACSGEAR@hyland.com 2018 Hyland. Hyland and the Hyland logo are trademarks of Hyland LLC, registered

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Windows 8.1 and Windows 10 a) Connect to wireless network Click on the wireless icon in taskbar. Select detnsw and click on Connect.

Windows 8.1 and Windows 10 a) Connect to wireless network Click on the wireless icon in taskbar. Select detnsw and click on Connect. 1 HSHS BYOD Wireless Connection Windows 8.1 and Windows 10 a) Connect to wireless network Click on the wireless icon in taskbar. Windows 8.1 icon: Windows 10 icon: Select detnsw and click on Connect. or

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

VIEVU Solution App User Guide

VIEVU Solution App User Guide VIEVU Solution App User Guide INTRODUCTION VIEVU Solution is the next generation, fully-hosted, cloud evidence management system. This guide describes how to operate the VIEVU Solution. Additional support

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

KACE GO Mobile App 3.1. Release Notes

KACE GO Mobile App 3.1. Release Notes KACE GO Mobile App 3.1 Release Notes Table of Contents Quest KACE GO 3.1 Mobile App Release Notes...3 About the KACE GO Mobile App... 3 Capabilities for KACE Systems Management Appliance (K1000) administrators...

More information

ipass Open Mobile 3.1.x for Android Quick Start Guide

ipass Open Mobile 3.1.x for Android Quick Start Guide ipass Open Mobile 3.1.x for Android Quick Start Guide V E R S I O N 1. 0, J A N U A R Y 2 0 1 5 Corporate Headquarters ipass Inc. 3800 Bridge Parkway Redwood Shores, CA 94065 USA www.ipass.com +1 650-232-4100

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

Wavecrest Certificate SHA-512

Wavecrest Certificate SHA-512 Wavecrest InstallationGuide Wavecrest Certificate SHA-512 www.wavecrest.net Copyright Copyright 1996-2018, Wavecrest Computing, Inc. All rights reserved. Use of this product and this manual is subject

More information

RingCentral Office. New Admin Setup

RingCentral Office. New Admin Setup RingCentral Office New Admin Setup RingCentral Office New Admin Setup Table of Contents 2 Welcome to RingCentral 2 Activate Your Account 3 Your Account Security 4 Create Your Password 5 Set Your PIN 6

More information

Installation Guide for Macintosh August 2018

Installation Guide for Macintosh August 2018 Installation Guide for Macintosh August 2018 Welcome to Kite Student Portal Software for Macintosh Computers Note: The Kite Student Portal software is supported for 64-bit Macintosh computers. If your

More information

Installation Guide - Windows

Installation Guide - Windows Kony Visualizer Enterprise Installation Guide - Windows Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Desktop Installation Guide

Desktop Installation Guide Desktop Installation Guide Desktop Installation Guide Legal notice Copyright 2017 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

Windows quick start instructions Pg. 1. OS X quick start instructions Pg. 4. ios quick start instructions Pg. 6

Windows quick start instructions Pg. 1. OS X quick start instructions Pg. 4. ios quick start instructions Pg. 6 Page 1 of 12 Windows quick start instructions Pg. 1 OS X quick start instructions Pg. 4 ios quick start instructions Pg. 6 Android quick start instructions Pg. 9 Windows Quick Start Instructions STEP 1

More information

Parallels Remote Application Server

Parallels Remote Application Server Parallels Remote Application Server Parallels Client for ios User's Guide v16 Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright

More information

Scholastic Reading Inventory Installation Guide

Scholastic Reading Inventory Installation Guide Scholastic Reading Inventory Installation Guide For use with Scholastic Reading Inventory version 2.1 or later and Scholastic Achievement Manager version 2.1 or later Copyright 2012 by Scholastic Inc.

More information

FASTT Math Next Generation Installation Guide

FASTT Math Next Generation Installation Guide FASTT Math Next Generation Installation Guide For use with FASTT Math Next Generation version 2.1 or later and Scholastic Achievement Manager version 2.1 or later Copyright 2012 by Scholastic Inc. All

More information

Multi-factor Authentication Instructions

Multi-factor Authentication Instructions What is MFA? Multi-factor Authentication (MFA) is a security measure to confirm your identity in addition to your username and password. It helps in the prevention of unauthorized access to your account.

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac Release 7.0 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

KACE GO Mobile App 5.0. Release Notes

KACE GO Mobile App 5.0. Release Notes KACE GO Mobile App 5.0 Release Notes Table of Contents Quest KACE GO 5.0 Mobile App Release Notes...3 About the KACE GO Mobile App... 3 Capabilities for KACE Systems Management Appliance administrators...

More information

READ 180 Next Generation Installation Guide

READ 180 Next Generation Installation Guide READ 180 Next Generation Installation Guide rskills including College & Career For use with READ 180 Next Generation suite and Student Achievement Manager version 2.5 or higher Table of Contents Introduction...

More information

Xerox Forms Manager App Administrator Guide. Version 1.0 August 2018

Xerox Forms Manager App Administrator Guide. Version 1.0 August 2018 Xerox Forms Manager App Administrator Guide Version 1.0 August 2018 2018 Xerox Corporation. All rights reserved. Xerox, Xerox and Design, Xerox Extensible Interface Platform, ConnectKey, VersaLink, AltaLink,

More information

Early Data Analyzer Web User Guide

Early Data Analyzer Web User Guide Early Data Analyzer Web User Guide Early Data Analyzer, Version 1.4 About Early Data Analyzer Web Getting Started Installing Early Data Analyzer Web Opening a Case About the Case Dashboard Filtering Tagging

More information

FASTT Math Installation Guide

FASTT Math Installation Guide FASTT Math Installation Guide For use with FASTT Math Enterprise Edition version 2.4 or later and Student Achievement Manager version 2.4 or later PDF0885 (PDF) Houghton Mifflin Harcourt Publishing Company

More information

Pulse Secure Client for Chrome OS

Pulse Secure Client for Chrome OS Pulse Secure Client for Chrome OS Quick Start Guide Published March, 2018 Release 5.2r1 Version 1.6 2018 by Pulse Secure, LLC. All rights reserved 1 Pulse Secure, LLC 2700 Zanker Road, Suite 200 San Jose,

More information

Technology Services Group Procedures. IH Anywhere guide. 0 P a g e

Technology Services Group Procedures. IH Anywhere guide. 0 P a g e VDI Pilot Technology Services Group Procedures IH Anywhere guide 0 P a g e Installation Disable Apple Security Table of Contents IH Anywhere for Apple OSX (MAC)...2 1. Installation...2 Disable Apple Security...8

More information

WEB ANALYTICS HOW-TO GUIDE

WEB ANALYTICS HOW-TO GUIDE WEB ANALYTICS HOW-TO GUIDE MOTOROLA, MOTO, MOTOROLA SOLUTIONS and the Stylized M logo are trademarks or registered trademarks of Motorola Trademark Holdings, LLC and are used under license. All other trademarks

More information

VMware Horizon Client Install for non-uh Devices (VDI)

VMware Horizon Client Install for non-uh Devices (VDI) Be the Difference. VMware Horizon Client Install for non-uh Devices (VDI) This document assumes that all VMware Horizon (VDI) installations on non-uh devices are occurring outside the UH firewall. Utilizing

More information

SBCSC Staff BYOD (bring your own device) Instructions: 08/11/2016

SBCSC Staff BYOD (bring your own device) Instructions: 08/11/2016 SBCSC Staff BYOD (bring your own device) Instructions: 08/11/2016 Teachers and staff, use these instructions to get a personal device of yours attached to the SBCSC BYOD wireless network. Once connected,

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. VMware AirWatch Email Notification Service Installation Guide Providing real-time email notifications to ios devices with AirWatch Inbox and VMware Boxer Workspace ONE UEM v9.7 Have documentation feedback?

More information

One Identity Starling Two-Factor HTTP Module 2.1. Administration Guide

One Identity Starling Two-Factor HTTP Module 2.1. Administration Guide One Identity Starling Two-Factor HTTP Module 2.1 Administration Guide Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

Product overview. McAfee Web Protection Hybrid Integration Guide. Overview

Product overview. McAfee Web Protection Hybrid Integration Guide. Overview McAfee Web Protection Hybrid Integration Guide Product overview Overview The McAfee Web Protection hybrid solution is the integration of McAfee Web Gateway and McAfee Web Gateway Cloud Service (McAfee

More information

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. VMware AirWatch Email Notification Service Installation Guide Providing real-time email notifications to ios devices with AirWatch Inbox and VMware Boxer AirWatch v9.1 Have documentation feedback? Submit

More information

Getting Started with Soonr

Getting Started with Soonr WWW.SOONR.COM Getting Started with Soonr A Quick Start Guide for New Users Soonr Inc. 12/19/2012 Revision 1.1 Copyright 2012, Soonr Inc., all rights reserved. Table of Contents 1 How Soonr Workplace Works...

More information

Workspace ONE Content for Android User Guide. VMware Workspace ONE UEM

Workspace ONE Content for Android User Guide. VMware Workspace ONE UEM Workspace ONE Content for Android User Guide VMware Workspace ONE UEM Workspace ONE Content for Android User Guide You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

ipass Open Mobile for Android Quick Start Guide

ipass Open Mobile for Android Quick Start Guide ipass Open Mobile 2.6.0 for Android Quick Start Guide V E R S I O N 1. 1, F E B R U A R Y 2 0 1 2 Corporate Headquarters ipass Inc. 3800 Bridge Parkway Redwood Shores, CA 94065 USA www.ipass.com +1 650-232-4100

More information

Crestron Mercury Tabletop UC Audio Conference Console for Microsoft Teams

Crestron Mercury Tabletop UC Audio Conference Console for Microsoft Teams CCS-UC-1-T Crestron Mercury Tabletop UC Audio Conference Console for Microsoft Teams Supplemental Guide Crestron Electronics, Inc. Crestron product development software is licensed to Crestron dealers

More information

Web Manual: July 2017

Web Manual:  July 2017 July 2017 Table of Contents Getting Started... 3 Support and New Emails... 3 How to change your password... 3 How to Access Division Email... 4 Outlook Web App (Webmail)... 4 iphone... 4 Android... 5 Microsoft

More information

Client 2. Authentication 5

Client 2. Authentication 5 Pipeline Pilot Web Port Support Guide April 2011 Contents Requirements 2 Requirements 2 Server 2 Client 2 Web Port Access 3 Authentication 5 Introduction Pipeline Pilot Web Port is a web-based application

More information

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. VMware AirWatch Email Notification Service Installation Guide Providing real-time email notifications to ios devices with AirWatch Inbox and VMware Boxer Workspace ONE UEM v9.4 Have documentation feedback?

More information

Job Aid: Citrix Receiver Upgrade

Job Aid: Citrix Receiver Upgrade January 3, 2018 Job Aid: Citrix Receiver Upgrade Overview We have upgraded the Citrix infrastructure that securely delivers your Citrix applications and desktops. While your applications and desktops are

More information

Remote Desktop Services

Remote Desktop Services Remote Desktop Services AMERICAN INSTITUTES FOR RESEARCH AIR REMOTE DESKTOP SERVICES (RDS) GUIDE Overview Welcome to! can be accessed from a Windows computer, a Mac, and even a mobile device; such as an

More information

Using the Secure MyApps Environment

Using the Secure MyApps Environment Be the Difference. Using the Secure MyApps Environment Accessing UH Applications from Non-UH Devices This Job Aid is intended for UH employees who would like to remotely connect to UH applications, especially

More information

BROWSER-BASED SUPPORT CONSOLE USER S GUIDE. 31 January 2017

BROWSER-BASED SUPPORT CONSOLE USER S GUIDE. 31 January 2017 BROWSER-BASED SUPPORT CONSOLE USER S GUIDE 31 January 2017 Contents 1 Introduction... 2 2 Netop Host Configuration... 2 2.1 Connecting through HTTPS using Certificates... 3 2.1.1 Self-signed certificate...

More information

Recommended Browser Settings

Recommended Browser Settings Recommended Browser Settings August 2015 This document is intended for restricted use only. Infinite Campus asserts that this document contains proprietary information that would give our competitors undue

More information

UNT System Campus VPN Guide

UNT System Campus VPN Guide Contents Introduction... 3 SSL Web Portal... 4 Installing AnyConnect VPNClient... 12 Connecting AnyConnect VPN client... 16 IPSec Client Configuration... 18 Apple OS X Configuration... 21 Android Configuration...

More information

Version 5.0 September P Xerox App Gallery. App Gallery User Guide

Version 5.0 September P Xerox App Gallery. App Gallery User Guide Version 5.0 September 2018 702P06709 Xerox App Gallery App Gallery User Guide 2018 Xerox Corporation. All rights reserved. Xerox, Xerox and Design, ConnectKey, VersaLink, AltaLink, Xerox Extensible Interface

More information

Centrify for Dropbox Deployment Guide

Centrify for Dropbox Deployment Guide CENTRIFY DEPLOYMENT GUIDE Centrify for Dropbox Deployment Guide Abstract Centrify provides mobile device management and single sign-on services that you can trust and count on as a critical component of

More information

KACE GO Mobile App 4.0. Release Notes

KACE GO Mobile App 4.0. Release Notes KACE GO Mobile App 4.0 Release Notes Table of Contents Quest KACE GO 4.0 Mobile App Release Notes...3 About the KACE GO Mobile App... 3 Capabilities for KACE Systems Management Appliance administrators...

More information

Install and upgrade Qlik Sense. Qlik Sense 3.2 Copyright QlikTech International AB. All rights reserved.

Install and upgrade Qlik Sense. Qlik Sense 3.2 Copyright QlikTech International AB. All rights reserved. Install and upgrade Qlik Sense Qlik Sense 3.2 Copyright 1993-2017 QlikTech International AB. All rights reserved. Copyright 1993-2017 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik

More information

Using the Secure MyApps Environment

Using the Secure MyApps Environment Be the Difference. Using the Secure MyApps Environment Accessing UH Applications from Non-UH Devices This Job Aid is intended for UH employees who would like to remotely connect to UH applications, especially

More information

Colligo Console. Administrator Guide

Colligo Console. Administrator Guide Colligo Console Administrator Guide Contents About this guide... 6 Audience... 6 Requirements... 6 Colligo Technical Support... 6 Introduction... 7 Colligo Console Overview... 8 Colligo Console Home Page...

More information

Using ZENworks with Novell Service Desk

Using ZENworks with Novell Service Desk www.novell.com/documentation Using ZENworks with Novell Service Desk Novell Service Desk 7.1 April 2015 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or

More information

Grandstream Networks, Inc. GWN.Cloud Application for ios TM User Manual

Grandstream Networks, Inc. GWN.Cloud Application for ios TM User Manual Grandstream Networks, Inc. GWN.Cloud Application for ios TM User Manual COPYRIGHT 2018 Grandstream Networks, Inc. http://www.grandstream.com All rights reserved. Information in this document is subject

More information

Checklist. Version 2.0 October 2015

Checklist. Version 2.0 October 2015 Version 2.0 October 2015 Checklist Table of Contents Setup Issues 3 Virtual Services Platform 3 Device LinkUp 5 Desktop LP 6 VPN LP 6 Usage 7 Virtual Services Platform 7 VPN LP 7 Migration 8 AppDirect

More information

New World ERP-eSuite

New World ERP-eSuite New World ERP-eSuite 2018.1 INSTALLATION GUIDE April 9, 2018 Review important information for installing this release: SSL is required for esuite Services and Website servers. 2018 Tyler Technologies.

More information

SharePoint General Instructions

SharePoint General Instructions SharePoint General Instructions Table of Content What is GC Drive?... 2 Access GC Drive... 2 Navigate GC Drive... 2 View and Edit My Profile... 3 OneDrive for Business... 3 What is OneDrive for Business...

More information

1 Setting Up Your Auto Login Link in Windows

1 Setting Up Your Auto Login Link in Windows This User Guide is relevant for Admins, Teachers and s Admin Teacher Student Auto Login - An Overview Auto Login allows you to create a shortcut that logs you directly into your EducationCity school account.

More information

Entrust PartnerLink Login Instructions

Entrust PartnerLink Login Instructions Entrust PartnerLink Login Instructions Contents Introduction... 4 Purpose 4 Overview 4 Prerequisites 4 Instructions... 5 Entrust is a registered trademark of Entrust, Inc. in the United States and certain

More information

Verizon Enterprise Center Registration/Login User Guide

Verizon Enterprise Center Registration/Login User Guide Registration/Login User Guide It is best to have an invitation code prior to beginning enrollment. You can find your invitation code on your monthly invoice. If you do not have your monthly invoice, you

More information

Workspace ONE UEM Notification Service. VMware Workspace ONE UEM 1811

Workspace ONE UEM  Notification Service. VMware Workspace ONE UEM 1811 Workspace ONE UEM Email Notification Service VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

VMware AirWatch Integration with SecureAuth PKI Guide

VMware AirWatch Integration with SecureAuth PKI Guide VMware AirWatch Integration with SecureAuth PKI Guide For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

RealPresence Media Manager

RealPresence Media Manager RealPresence CloudAXIS Suite Administrators Guide Software 1.3.1 USER GUIDE Software 6.7 January 2015 3725-75302-001A RealPresence Media Manager Polycom, Inc. 1 Copyright 2015, Polycom, Inc. All rights

More information