Google Analytics Integration Guide

Size: px
Start display at page:

Download "Google Analytics Integration Guide"

Transcription

1 XTRABANNER Google Analytics Integration Guide U-BTech Solutions LTD. Created: 18-Oct-2017 INTRODUCTION We are excited to announce that all XtraBanner versions now supports integration with Google Analytics for collecting data, measuring and analyzing campaigns. This document will guide you, step-by-step, through configuring the Google Analytics integration. AUDIENCE This document is targeted towards IT infrastructure personnel, in charge of managing and configuring XtraBanner in their organizations. However, Website owners, Webmasters and Campaign Managers may also find interest in some parts of this document. ABOUT XTRABANNER XtraBanner is an enrichment system, created for organizations running Microsoft Exchange Server (versions 2007, 2010 and 2013) as their messaging infrastructure. Once configured, the system add s banners, ads or disclaimers to the organization's correspondence. XtraBanner is also available as a cloud Service. ABOUT XTRABANNER REPORTING CAPABILITIES XtraBanner collects statistical information about e -mails enriched by the system. Collected information, as of version 2.0, includes: Number of messages sent with each campaign. Number of unique recipients for each campaign. Per sender, per recipient, and per Exchange server counters. Enriched s can include, if configured, a clickable hyperlink to an existing page on a website (referred to as a "landing page"). Campaign Managers frequently need to measure how effective a campaign is, mostly by measuring the number of clicks per campaign ("click count") and the ratio between clicks and U-BTECH SOLUTIONS LTD. GOOGLE ANALYTICS INTEGRATION GUIDE PAGE 1

2 impressions, referred to as "Click-through rate" (or "CTR" for short). Since the hyperlink frequently directs to a landing page on a server hosted outside the organization, XtraBanner cannot keep track of clicks on those links, what visitors do after clicking, where do they come from and other information related to web analytics. ABOUT GOOGLE ANALYTICS Google Analytics (referred to as "GA") is a service offered by Google that generates detailed statistics about visits to a website. At the time of writing this document, GA is the most widely used website statistics service and the basic service is offered free of charge. HOW GOOGLE ANALYTICS WORK GA collects information using a Google Analytics Tracking Code (GATC), which is a snippet of JavaScript code that the website owner adds to every page of the website. The code runs in the client browser when the client visits the page and collects visitor data and sends it to a Google data collection server. Website owners can then view and analyze the collected data using the GA web interface. HOW XTRABANNER INTEGRATES WITH GOOGLE ANALYTICS GA integration is a two-fold process: XtraBanner tags campaign hyperlinks with Urchin Tracking Module (UTM) codes, so the source of visits can be analyzed both by GA and by XtraBanner. The following UTM tags are added by XtraBanner: o utm_source: contains a unique ID for each XtraBanner campaign o utm_medium: contains the value " ", as recommended by Google for campaigns. o utm_campaign: contains the campaign name, as configured in the XtraBanner management console. XtraBanner collects visit count data from GA, using an Application Programming Interface (API) provided by Google, and displays this information in the XtraBanner management console. U-BTECH SOLUTIONS LTD. GOOGLE ANALYTICS INTEGRATION GUIDE PAGE 2

3 GOOGLE ANALYTICS INTEGRATION ADVANTAGES Campaign Managers can view detailed analytics data from all advertising channels, including XtraBanner, search engines, pay-per-click networks and display advertising, in a single user interface the GA web interface. Campaign Managers can view XtraBanner-specific statistics in the XtraBanner Management Console, including click count data. Campaign Managers can decide whether or not to integrate a specific XtraBanner campaign with GA. CONFIGURING XTRABANNER INTEGRATION WITH GOOGLE ANALYTICS This section provides a step-by-step guide for configuring GA integration. Though it requires multiple steps to complete and may look complex, it is a one-time, "set it and forget it" process. STEP 1: PREREQUISITES 1. To begin, you must have at least one GA-enabled website. In case you are new to GA and have never used it before, please refer to Google's "Getting Started with Google Analytics" guide: 2. XtraBanner must be deployed in your organization. If a previous version of XtraBanner is deployed in your organization, you must first upgrade the deployment (including the Configuration Point, all Transport Agents and all Management Consoles), as GA Integration is a new feature introduced in XtraBanner 2.0.Removing the older version does not delete existing rules and campaigns, so you can safely uninstall an older version and install a new one. The latest version of XtraBanner can be downloaded from U-BTech's website: If you are using the XtraBanner Cloud Service, GA Integration is already supported. STEP 2: GET A SERVICE ACCOUNT API KEY NOTE: This step is only required for on-premise deployments. If you are using Google Analytics with the XtraBanner Cloud Service, please skip to Step 3 and use the pre-configured Cloud API account. U-BTECH SOLUTIONS LTD. GOOGLE ANALYTICS INTEGRATION GUIDE PAGE 3

4 In this step, you will request a private key for accessing the Google Analytics API. A single API key can be used by the entire organization. This step is typically performed by the organization's IT department. 3. Open a web browser, and browse to the Google APIs Console: 4. Login with a Google account. We recommend using an account controlled by the organization's IT department, as it will be used for creating an API private key for your organization. This account will not be used for log ging in to Google Analytics. 5. In the Google APIs Console, click "Create Project" and give it a name. 6. Click on the "Library" section and in the list of services locate the "Analytics API" service. U-BTECH SOLUTIONS LTD. GOOGLE ANALYTICS INTEGRATION GUIDE PAGE 4

5 7. Click on the service and enable it. 8.The Analytics API service should now be marked as "enabled". 9. Click "Credentials" on the left menu and choose "0Auth consent screen".under "Product Name", enter "XtraBanner" (without quotes) and then click "Save". 10. Click "Create credentials " and select "Service account key" U-BTECH SOLUTIONS LTD. GOOGLE ANALYTICS INTEGRATION GUIDE PAGE 5

6 11. In the "Create service account key" section, under "Service account",choose new service account and give it a name,a role and "Key type" P12.Then click on "Create". 12. You will be notified that a private key is saved to your computer.save the key to a secure and well-known folder. U-BTECH SOLUTIONS LTD. GOOGLE ANALYTICS INTEGRATION GUIDE PAGE 6

7 13.Now click the "Manage service accounts" button. 14.On the next page locate the service account ID,and copy it to the clipboard (right -click then "Copy"). 15. Locate the key you just downloaded, and rename it to the value you have just copied, keeping the.p12 file name extension. The renamed file should look like: 16. Copy the file to the server where the XtraBanner Configuration Point is installed, under the path: C:\ProgramData\U-BTech Solutions LTD\XtraBanner-0000\GoogleKeys Note: the C:\ProgramData folder is hidden by default. U-BTECH SOLUTIONS LTD. GOOGLE ANALYTICS INTEGRATION GUIDE PAGE 7

8 17. Make sure that in "IAM" section you see the service account ID just created. STEP 3: ALLOW THE API ACCOUNT TO READ GOOGLE ANALYTICS DATA In this step, you will permit the API account to read Google Analytics data, so it can be fetched by XtraBanner and displayed in the XtraBanner Management Console. This step is typically performed by a Campaign Manager or a Webmaster, and is required only for fetching and displaying click information in the XtraBanner Management Console. 18. Browse to the Google Analytics website: Now select "ADMIN" section in the left menu: U-BTECH SOLUTIONS LTD. GOOGLE ANALYTICS INTEGRATION GUIDE PAGE 8

9 19. Select the GA account, property and view you wish to allow access to, then click "User Management". 20. In the "Add permissions for:" section fill-in the service account ID that you copied in stage 14. Make sure the "Read & Analyse" permissions are selected.this will allow read-only access.click the "Add" button. U-BTECH SOLUTIONS LTD. GOOGLE ANALYTICS INTEGRATION GUIDE PAGE 9

10 22.Make sure the service account was added to the list of accounts. 23. Repeat all sub-steps above for each GA-Enabled website or view you want to use with XtraBanner. STEP 4: ENABLE GOOGLE ANALYTICS FOR XTRABANNER CAMPAIGNS 24. Open the XtraBanner Management Console. In the console: 1. Double-click an existing rule in the rule list 2. In the "Rule Configuration" window, click the "Campaigns" tab. 3. Check the "Analytics Enabled" checkbox for campaigns you want to enable GA for. VIEWING ANALYTICS DATA USING THE XTRABANNER MANAGEMENT CONSOLE The XtraBanner Management Console displays per-rule (aggregate values) and per-campaign click counts: Per-rule aggregate counts are displayed in the "Clicks" column of the rules list. Per-campaign counts are displayed in the "Clicks" column of the "Campaigns" tab, inside the "Rule Configuration" window. U-BTECH SOLUTIONS LTD. GOOGLE ANALYTICS INTEGRATION GUIDE PAGE 10

11 VIEWING ANALYTICS DATA USING GA WEB INTERFACE Detailed analytics data can be viewed from the Google Analytics web interface. Since XtraBanner tags banner links with campaign names, you can easily view XtraBanner campaigns from the "Acquisition" / "Campaigns" view. You can also filter campaigns by: Medium: XtraBanner tags banner links with the " " medium. Source: XtraBanner tags banner links with a source tag in the format "XtraBanner-*", where * is a unique campaign identifier. You can customize a new GA Segment that shows only sources that start with the "XtraBanner-" pattern. CONCLUSION Once configured, XtraBanner can provide click count data in the management console, and detailed analytics data in the GA web interface. U-BTECH SOLUTIONS LTD. GOOGLE ANALYTICS INTEGRATION GUIDE PAGE 11

GOOGLE ANALYTICS, EXTENDED TRACKING

GOOGLE ANALYTICS, EXTENDED TRACKING GOOGLE ANALYTICS, EXTENDED TRACKING Table of Contents Google Analytics... 3 How to measure the performance of email traffic to your website... 4 How to add your Google Analytics Tracking to CommuniGator

More information

Google Calendar Integration

Google Calendar Integration Google Calendar Integration Version 1.2 gradleaders.com 614.791.9000 Table of Contents TABLE OF CONTENTS OVERVIEW... 1 Google Calendar Integration Configuration Steps... 1 Required Items for Integration...

More information

WEB CREATOR FILE MANAGER

WEB CREATOR FILE MANAGER WEB CREATOR FILE MANAGER TABLE OF CONTENTS TABLE OF CONTENTS... 2 ADMINISTRATIVE PERMISSIONS... 3 ACCESSING WEBSITE SETTINGS... 3 FILE MANAGER... 3 Accessing File Manager... 3 Views... 4 Actions... 4 FOLDER

More information

Marketing Automation:

Marketing Automation: Email Marketing Automation: Integration with Google Analytics 1 To integrate FreshMail with Google Analytics, you will need: 1. An active FreshMail account. If you don t have one yet, you can open it here.

More information

BLACKBERRY SPARK COMMUNICATIONS PLATFORM. Getting Started Workbook

BLACKBERRY SPARK COMMUNICATIONS PLATFORM. Getting Started Workbook 1 BLACKBERRY SPARK COMMUNICATIONS PLATFORM Getting Started Workbook 2 2018 BlackBerry. All rights reserved. BlackBerry and related trademarks, names and logos are the property of BlackBerry

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

VISITOR SEGMENTATION

VISITOR SEGMENTATION support@magestore.com sales@magestore.com Phone: 084.4.8585.4587 VISITOR SEGMENTATION USER GUIDE Version 1.0.0 Table of Contents 1. INTRODUCTION... 3 Create unlimited visitor segments... 3 Show targeted

More information

CMShortURL Documentation

CMShortURL Documentation CMShortURL Documentation Release 1.0.0 CMExtension August 08, 2015 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

Google Sites 101. Mrs. Wilson

Google Sites 101. Mrs. Wilson Google Sites 101 Mrs. Wilson Google Sites 101 Create a site 1. Go to http://sites.google.com/ 2. Login with your Google Account [or Google Apps account] email address and password You can create a Google

More information

What is new in unblu 3.5?

What is new in unblu 3.5? Release Annoucement, June 2015 What is new in unblu 3.5? www.unblu.com Phone: +41 41 511 2711 Email: info@unblu.com 1 what is new in unblu 3.5 Copyright 2015 unblu inc. All rights reserved www.unblu.com

More information

INSTALLATION GUIDE Spring 2017

INSTALLATION GUIDE Spring 2017 INSTALLATION GUIDE Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and

More information

Sticky Notes for Cognos Analytics by Tech Data BSP Software

Sticky Notes for Cognos Analytics by Tech Data BSP Software Sticky Notes for Cognos Analytics by Tech Data BSP Software Installation Guide Sticky Notes for Cognos Analytics is an easy to install extension that allows report authors to record notes directly from

More information

John Biancamano Inbound Digital LLC InboundDigital.net

John Biancamano Inbound Digital LLC InboundDigital.net John Biancamano Inbound Digital LLC 609.865.7994 InboundDigital.net About Me Owner of Inbound Digital, LLC digital marketing consulting and training: websites, SEO, advertising, and social media. Senior

More information

D&B Web Visitor ID for Adobe Analytics Deployment Guide

D&B Web Visitor ID for Adobe Analytics Deployment Guide D&B Web Visitor ID for Adobe Analytics Deployment Guide VERSION 1.2 FOR ADOBE ANALYTICS JANUARY, 2017 Dun & Bradstreet is a trademark or registered trademark of Dun & Bradstreet, Incorporated. Other trademarks

More information

Integration Guide. SafeNet Authentication Service. SAS Using RADIUS Protocol with CA SiteMinder

Integration Guide. SafeNet Authentication Service. SAS Using RADIUS Protocol with CA SiteMinder SafeNet Authentication Service Integration Guide SAS Using RADIUS Protocol with CA SiteMinder Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc.

More information

Mission Guide: Google Apps

Mission Guide: Google Apps Mission Guide: Google Apps Your Mission: Use F-Response to access Google Drive Apps for Business (G Suite) Using F-Response to connect to Google Drive Apps for Business and collect their contents Important

More information

Workshare Risk Analytics. Installation Guide

Workshare Risk Analytics. Installation Guide Workshare Risk Analytics Installation Guide Workshare Risk Analytics 1.4 July 2018 Workshare Risk Analytics Installation Guide Table of Contents Chapter 1: Introduction...3 What is Risk Analytics...4 System

More information

Configuring Google Cloud Messaging Service for Android Devices

Configuring Google Cloud Messaging Service for Android Devices www.novell.com/documentation Configuring Google Cloud Messaging Service for Android Devices ZENworks Mobile Management 2.8.x November 2013 Legal Notices Novell, Inc., makes no representations or warranties

More information

VMware AirWatch Google Sync Integration Guide Securing Your Infrastructure

VMware AirWatch Google Sync Integration Guide Securing Your  Infrastructure VMware AirWatch Google Sync Integration Guide Securing Your Email Infrastructure AirWatch v9.2 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Integration Guide. SafeNet Authentication Service. Using RADIUS Protocol for VMware Horizon 6

Integration Guide. SafeNet Authentication Service. Using RADIUS Protocol for VMware Horizon 6 SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline Collector 2.0

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline Collector 2.0 VMware Skyline Collector Installation and Configuration Guide VMware Skyline Collector 2.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If

More information

Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1

Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1 Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

0. Introduction On-demand. Manual Backups Full Backup Custom Backup Store Your Data Only Exclude Folders.

0. Introduction On-demand. Manual Backups Full Backup Custom Backup Store Your Data Only Exclude Folders. Backup & Restore 0. Introduction..2 1. On-demand. Manual Backups..3 1.1 Full Backup...3 1.2 Custom Backup 5 1.2.1 Store Your Data Only...5 1.2.2 Exclude Folders.6 1.3 Restore Your Backup..7 2. On Schedule.

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

BetterLeadGen Integration with Zapier

BetterLeadGen Integration with Zapier BetterLeadGen Integration with Zapier Overview Integrating BetterLeadGen with Zapier will enable you to supercharge your sales pipeline by integrating your anonymous visitor identification and available

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

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline 1.4

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline 1.4 VMware Skyline Collector Installation and Configuration Guide VMware Skyline 1.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

User Guide. Version R94. English

User Guide. Version R94. English AuthAnvil User Guide Version R94 English March 8, 2017 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated

More information

Google Sync Integration Guide. VMware Workspace ONE UEM 1902

Google Sync Integration Guide. VMware Workspace ONE UEM 1902 Google Sync Integration Guide VMware Workspace ONE UEM 1902 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

5 Impactful Things You Can Do In Google #CarnegieConf

5 Impactful Things You Can Do In Google #CarnegieConf 5 Impactful Things You Can Do In Google Analytics What will we cover? Events and Goal Tracking UTM Parameters Traffic Channels Understanding Audience Data Studio What are sessions? Groups of interactions

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

Getting Started with Cloudamize Manage

Getting Started with Cloudamize Manage Getting Started with Cloudamize Manage This guide helps you getting started with Cloudamize Manage. Sign Up Access the Sign Up page for the Cloudamize Manage by: 1. Click the Login button on www.cloudamize.com

More information

Colligo Briefcase. for Good Technology. Administrator Guide

Colligo Briefcase. for Good Technology. Administrator Guide for Good Technology Administrator Guide Contents Introduction... 2 Target Audience... 2 Overview... 2 Key Features... 2 Platforms Supported... 2 SharePoint Security & Privileges... 3 for Good Technology...

More information

Integration Guide. SafeNet Authentication Service. Using RADIUS Protocol for Citrix GoToMyPC

Integration Guide. SafeNet Authentication Service. Using RADIUS Protocol for Citrix GoToMyPC SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

ForeScout Extended Module for Qualys VM

ForeScout Extended Module for Qualys VM ForeScout Extended Module for Qualys VM Version 1.2.1 Table of Contents About the Qualys VM Integration... 3 Additional Qualys VM Documentation... 3 About This Module... 3 Components... 4 Considerations...

More information

Prerequisites for Using Enterprise Manager with Your Primavera Applications

Prerequisites for Using Enterprise Manager with Your Primavera Applications Oracle Enterprise Manager For Oracle Construction and Engineering Configuration Guide for On Premises Version 18 August 2018 Contents Introduction... 5 Prerequisites for Using Enterprise Manager with

More information

TeamViewer User Guide for Microsoft Dynamics CRM. Document Information Version: 0.5 Version Release Date : 20 th Feb 2018

TeamViewer User Guide for Microsoft Dynamics CRM. Document Information Version: 0.5 Version Release Date : 20 th Feb 2018 TeamViewer User Guide for Microsoft Dynamics CRM Document Information Version: 0.5 Version Release Date : 20 th Feb 2018 1 P a g e Table of Contents TeamViewer User Guide for Microsoft Dynamics CRM 1 Audience

More information

Integration Guide. SafeNet Authentication Service. Strong Authentication for Juniper Networks SSL VPN

Integration Guide. SafeNet Authentication Service. Strong Authentication for Juniper Networks SSL VPN SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

Overview What s Google Analytics? The Google Analytics implementation formula. Steps involved in installing Google Analytics.

Overview What s Google Analytics? The Google Analytics implementation formula. Steps involved in installing Google Analytics. Google Analytics Overview What s Google Analytics? The Google Analytics implementation formula. Steps involved in installing Google Analytics. Tracking events, campaigns and ecommerce data. Creating goals

More information

Site Owner's Guide (Publisher)

Site Owner's Guide (Publisher) Site Owner's Guide (Publisher) Site Owner's Guide (Publisher) You have one or several websites and you generate internet traffic You want to earn money from publishing advertising banners You will get

More information

11 MOST COMMON MARKETING BLUNDERS AND HOW TO OVERCOME THEM

11 MOST COMMON  MARKETING BLUNDERS AND HOW TO OVERCOME THEM GOOGLE WEBMASTER TOOLS GETS A NEW NAME GOOGLE SEARCH CONSOLE GOOGLE WEBMASTER TOOLS REPLACES SEARCH QUERIES WITH SEARCH ANALYTICS REPORT GOOGLE TESTING "VALUE ALERT" NOTICE IN GOOGLE SHOPPING ADS PROMOTED

More information

Kony MobileFabric Engagement Services QuickStart Guide

Kony MobileFabric Engagement Services QuickStart Guide Kony MobileFabric (Building a Sample App - Android) 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

Workshare Risk Analytics. Installation Guide

Workshare Risk Analytics. Installation Guide Workshare Risk Analytics Installation Guide Workshare Risk Analytics 1.1 February 2018 Workshare Risk Analytics Installation Guide Table of Contents Chapter 1: Introduction...3 What is Risk Analytics...4

More information

Engage ios App Administrator s Guide

Engage ios App Administrator s Guide Engage ios App Administrator s Guide Contents Contents... 1 Introduction... 2 Target Audience... 2 Devices Supported... 2 SharePoint Platforms Supported... 2 SharePoint Security & Privileges... 2 Deploying

More information

SFU Connect Calendar. Guide. Sharing Calendars

SFU Connect Calendar. Guide. Sharing Calendars SFU Connect Calendar How-To Guide Sharing Calendars Last updated: January 2009 Table of Contents Creating a Share... 3 Share Properties Menu... 3 Sharing with Internal Users or Groups... 4 Sharing with

More information

GOOGLE ANALYTICS CUSTOM DATA SOURCE PROVIDER FOR TX DWA

GOOGLE ANALYTICS CUSTOM DATA SOURCE PROVIDER FOR TX DWA GOOGLE ANALYTICS CUSTOM DATA SOURCE PROVIDER FOR TX DWA All product names mentioned in this document may be (registered) trademarks of their respective companies. TimeXtender 2016. Version 2016-07-06.

More information

VMware AirWatch Google Sync Integration Guide Securing Your Infrastructure

VMware AirWatch Google Sync Integration Guide Securing Your  Infrastructure VMware AirWatch Google Sync Integration Guide Securing Your Email Infrastructure Workspace ONE UEM v9.5 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard

More information

NiceLabel Label Cloud

NiceLabel Label Cloud NiceLabel Label Cloud Getting Started Rev-2019-1 NiceLabel 2018. www.nicelabel.com 1 Contents 1 Contents 2 2 Introduction 3 2.1 Welcome to NiceLabel Label Cloud 3 2.2 Architecture 3 2.3 Label Cloud vs.

More information

Integrate Microsoft Office 365. EventTracker v8.x and above

Integrate Microsoft Office 365. EventTracker v8.x and above EventTracker v8.x and above Publication Date: March 5, 2017 Abstract This guide provides instructions to configure Office 365 to generate logs for critical events. Once EventTracker is configured to collect

More information

Salesforce Certified Marketing Cloud Consultant Study Guide

Salesforce Certified Marketing Cloud Consultant Study Guide Salesforce Certified Marketing Cloud Consultant Study Guide Spring 16 BETA STUDY GUIDE 0 Contents SECTION 1. PURPOSE OF THIS STUDY GUIDE... 2 SECTION 2. ABOUT THE SALESFORCE CERTIFIED MARKETING CLOUD CONSULTANT

More information

Privacy Policy Mobiliya Technologies. All Rights Reserved. Last Modified: June, 2016

Privacy Policy Mobiliya Technologies. All Rights Reserved. Last Modified: June, 2016 Privacy Policy Last Modified: June, 2016 Your privacy is important to us. Through this document, we would like to give transparency to you on how Mobiliya Technologies Ltd. ( Mobiliya ) handle private

More information

Demonstrating Agent Vi s Analytics. savvi 5.3 & 5.4

Demonstrating Agent Vi s Analytics. savvi 5.3 & 5.4 Demonstrating Agent Vi s Analytics savvi 5.3 & 5.4 Contents 1 Overview... 3 1.1 About savvi Demo Setup... 3 1.2 System Requirements... 3 1.2.1 Hardware... 3 1.2.2 Operating System... 3 2 Installation Procedure...

More information

A Lakeside Software White Paper February SysTrack Community: How-to and FAQ

A Lakeside Software White Paper February SysTrack Community: How-to and FAQ A Lakeside Software White Paper February 2016 SysTrack Community: How-to and FAQ 2 SysTrack Community: How-to and FAQ Table of Contents Introduction... 3 Operating Principles... 3 Data Sharing... 3 Data

More information

WP Voting Plugin - Ohiowebtech Video Extension - Youtube Documentation

WP Voting Plugin - Ohiowebtech Video Extension - Youtube Documentation WP Voting Plugin - Ohiowebtech Video Extension - Youtube Documentation Overview This documentation includes details about the WP Voting Plugin - Video Extension Plugin for Youtube. This extension will

More information

LightUp Studio. Evaluation Guide CONTENTS. Introduction Creating Integrated App Launcher Tiles and Help Desk Links to the Training Portal...

LightUp Studio. Evaluation Guide CONTENTS. Introduction Creating Integrated App Launcher Tiles and Help Desk Links to the Training Portal... LightUp Studio Evaluation Guide CONTENTS Introduction... 2 Creating Integrated App Launcher Tiles and Help Desk Links to the Training Portal... 3 Controlling the Visibility of Libraries in the Training

More information

ProfileUnity with FlexApp Technology

ProfileUnity with FlexApp Technology ProfileUnity with FlexApp Technology Using Cloud Storage with ProfileUnity Introduction This guide has been authored by experts at Liquidware in order to provide information and guidance concerning the

More information

Verint EFM 15.2 FP1 Release Overview

Verint EFM 15.2 FP1 Release Overview Verint EFM 15.2 FP1 Release Overview In April of 2018, Verint will release version 15.2 FP1 of the Enterprise Feedback Management (EFM) solution. Verint Public Cloud SaaS customers will receive this update

More information

VIVVO CMS Plug-in Manual

VIVVO CMS Plug-in Manual VIVVO CMS Plug-in Manual www.vivvo.net 1 TABLE OF CONTENTS INTRODUCTION...4 PLUGIN: CONTACT FORM BUILDER PLUG-IN...5 DESCRIPTION:...5 HOW TO INSTALL?...5 ACTIVATION:...5 ACCESS:...5 USER LEVEL:...5 ACTIONS:...6

More information

Accops HyWorks v3.0. Quick Start Guide. Last Update: 4/25/2017

Accops HyWorks v3.0. Quick Start Guide. Last Update: 4/25/2017 Accops HyWorks v3.0 Quick Start Guide Last Update: 4/25/2017 2017 Accops Technologies Pvt. Ltd. All rights reserved. The information contained in this document represents the current view of Propalms Technologies

More information

Implementing Infoblox Data Connector 2.0

Implementing Infoblox Data Connector 2.0 DEPLOYMENT GUIDE Implementing Infoblox Data Connector 2.0 2017 Infoblox Inc. All rights reserved. Implementing Infoblox Data Connector, July 2017 Page 1 of 31 Contents Overview... 3 Prerequisites... 3

More information

Supported 3rd Party Authentication Providers for Odyssys

Supported 3rd Party Authentication Providers for Odyssys Supported 3rd Party Authentication Providers for Odyssys 1. Introduction... 3 1.1 Authentication Provider Menu... 3 1.2 Gateway Configuration... 4 2. Google+/Google Apps... 4 2.1 Prerequisites... 4 2.2

More information

Filtering - Zimbra

Filtering  - Zimbra Filtering Email - Zimbra Email filtering allows you to definite rules to manage incoming email. For instance, you may apply a filter on incoming email to route particular emails into folders or delete

More information

Synchronization Agent Configuration Guide

Synchronization Agent Configuration Guide SafeNet Authentication Service Synchronization Agent Configuration Guide 1 Document Information Document Part Number 007-012848-001, Rev. B Release Date March 2015 Applicability This version of the SAS

More information

Landing page tagging specification. Version 3.8

Landing page tagging specification. Version 3.8 Landing page tagging specification s Introduction 3 1.1 Utm parameters 3 1.2 General structure 3 1.3 URL builder 3 2 Summary of referrer types 4 3 Parameter specification 5 3.1 Paid search 5 3.2 Vertical

More information

BUSINESS CLOUD FAX By Northland Communications

BUSINESS CLOUD FAX By Northland Communications BUSINESS CLOUD FAX By Northland Communications QUICK REFERENCE GUIDE TABLE OF CONTENTS LOGGING INTO THE WEB CLIENT... CREATING + SENDING... HOW TO CREATE + SEND A FAX TO A WEB CLIENT. ADDING ATTACHMENTS...

More information

CloudHealth. AWS and Azure On-Boarding

CloudHealth. AWS and Azure On-Boarding CloudHealth AWS and Azure On-Boarding Contents 1. Enabling AWS Accounts... 3 1.1 Setup Usage & Billing Reports... 3 1.2 Setting Up a Read-Only IAM Role... 3 1.3 CloudTrail Setup... 5 1.4 Cost and Usage

More information

CMX Dashboard Visitor Connect

CMX Dashboard Visitor Connect CHAPTER 11 Cisco CMX Visitor Connect is a guest access solution based on Mobility Services Engine (MSE), Cisco Wireless LAN Controller (WLC) and Lightweight Access points (AP). The CMX Visitor Connect

More information

Kony MobileFabric. Release Notes. On-Premises. Release 6.5. Document Relevance and Accuracy

Kony MobileFabric. Release Notes. On-Premises. Release 6.5. Document Relevance and Accuracy Kony MobileFabric Release Notes On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

SafeNet Authentication Service

SafeNet Authentication Service SafeNet Authentication Service Integration Guide All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall have and keep

More information

QUICK START GUIDE. How Do I Get Started? Step #1 - Your Account Setup Wizard. Step #2 - Meet Your Back Office Homepage

QUICK START GUIDE. How Do I Get Started? Step #1 - Your Account Setup Wizard. Step #2 - Meet Your Back Office Homepage QUICK START GUIDE Here is a tool that will help you generate prospects and follow up with them using your web browser. Your Lead Capture system has Personal Sites, Contact Management, Sales Tools and a

More information

Here are some of the many questions about your website that you can answer using Google Analytics.

Here are some of the many questions about your website that you can answer using Google Analytics. GOOGLE ANALYTICS 101 1 One of the free digital marketing tools available, Google Analytics is relatively easy to learn and helpful in tracking the outcomes of your social media marketing efforts. Let us

More information

Guide to Deploying VMware Workspace ONE with VMware Identity Manager. SEP 2018 VMware Workspace ONE

Guide to Deploying VMware Workspace ONE with VMware Identity Manager. SEP 2018 VMware Workspace ONE Guide to Deploying VMware Workspace ONE with VMware Identity Manager SEP 2018 VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

SailPoint IdentityIQ 6.4

SailPoint IdentityIQ 6.4 RSA Ready Implementation Guide for Administrative Interoperability Partner Information Last Modified: May 13, 2015 Product Information Partner Name SailPoint Web Site www.sailpoint.com Product Name IdentityIQ

More information

Egress Switch Desktop Client

Egress Switch Desktop Client 1 COMMERCIAL IN CONFIDENCE Egress Switch Desktop Client User guide Copyright 2017 Egress Software Technologies Ltd. All rights reserved. 2 COMMERCIAL IN CONFIDENCE Confidentiality Statement This document

More information

Adobe Volume Licensing

Adobe Volume Licensing Adobe Volume Licensing VIP Customer Admin Console User Guide for Value Incentive Plan (VIP) Version 2.5 November 11, 2013 Contents What is the VIP Customer Admin Console?... 4 Getting started with VIP...

More information

Bitrix Site Manager 4.1. Controlling advertising shows using keywords

Bitrix Site Manager 4.1. Controlling advertising shows using keywords Bitrix Site Manager 4.1 Controlling advertising shows using keywords 2 Contents Introduction...3 How keywords can help you control advertising shows...4 Example of using keywords to set up for self-managed

More information

PowerPanel Enterprise

PowerPanel Enterprise INSTALLATION GUIDE PowerPanel Enterprise Rev. 1 SAVE THESE INSTRUCTIONS Please read this manual and follow the instructions for installation and use. Copyright 2018 Cyber Power Systems, Inc. All rights

More information

Add Munchkin Tracking Code to Your Website

Add Munchkin Tracking Code to Your Website Add Munchkin Tracking Code to Your Website Marketo's custom JavaScript tracking code, called Munchkin, tracks all individuals who visit your website so you can react to their visits with automated marketing

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

IBM Campaign Version-independent Integration with IBM Watson Campaign Automation Version 1 Release 1.5 February, Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Watson Campaign Automation Version 1 Release 1.5 February, Integration Guide IBM IBM Campaign Version-independent Integration with IBM Watson Campaign Automation Version 1 Release 1.5 February, 2018 Integration Guide IBM Note Before using this information and the product it supports,

More information

The Ultimate Digital Marketing Glossary (A-Z) what does it all mean? A-Z of Digital Marketing Translation

The Ultimate Digital Marketing Glossary (A-Z) what does it all mean? A-Z of Digital Marketing Translation The Ultimate Digital Marketing Glossary (A-Z) what does it all mean? In our experience, we find we can get over-excited when talking to clients or family or friends and sometimes we forget that not everyone

More information

What is «now» and what is «next» Hilary Murphy

What is «now» and what is «next» Hilary Murphy What is «now» and what is «next» Hilary Murphy Prof. Dr. Hilary C Murphy, PhD, MCIM, MPhil, dip BITS, BA, teaches and researches at Ecole Hotelière de Lausanne (EHL) in the strategic deployment of technology

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony Fabric Integration Service Admin Console User Guide On-Premises Release V8 SP1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

To register as a publisher, please visit the link provided to you by your system owner and provide your full name and address:

To register as a publisher, please visit the link provided to you by your system owner and provide your full name and  address: M3 PLATFORM USER MANUAL PUBLISHER CREATING A NEW PUBLISHER ACCOUNT To register as a publisher, please visit the link provided to you by your system owner and provide your full name and email address: Once

More information

Getting Started GateManager5 PREMIUM Domain Administration

Getting Started GateManager5 PREMIUM Domain Administration Getting Started GateManager5 PREMIUM Domain Administration This document helps you get started with Secomea s hosted GateManager5 in relation to the GateManager 5 Domain Administration. This guide assumes

More information

Integration Guide. SafeNet Authentication Manager. Using SAM as an Identity Provider for Tableau Server

Integration Guide. SafeNet Authentication Manager. Using SAM as an Identity Provider for Tableau Server SafeNet Authentication Manager Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

Archiving Service. Exchange server setup (2013) AT&T Secure Gateway Service

Archiving Service. Exchange server setup (2013) AT&T Secure  Gateway Service AT&T Secure E-Mail Gateway Service Archiving Service Exchange server setup (2013) 2014 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein are

More information

Adobe Marketing Cloud Lyris Data Connector for Adobe Analytics

Adobe Marketing Cloud Lyris Data Connector for Adobe Analytics Adobe Marketing Cloud Lyris Data Connector for Adobe Analytics Contents Lyris Data Connector for Adobe Analytics...3 Key Benefits and Features...3 Integration Prerequisites...3 Configure Adobe Analytics

More information

Integration Guide. SafeNet Authentication Service. SAS using RADIUS Protocol with WatchGuard XTMv. SafeNet Authentication Service: Integration Guide

Integration Guide. SafeNet Authentication Service. SAS using RADIUS Protocol with WatchGuard XTMv. SafeNet Authentication Service: Integration Guide SafeNet Authentication Service Integration Guide 1 Document Information Document Part Number 007-012745-001, Rev. A Release Date October 2014 Trademarks All intellectual property is protected by copyright.

More information

One Place Agent Websites User s Guide. Setting up your Real Estate One Family of Companies Personal Agent Website.

One Place Agent Websites User s Guide. Setting up your Real Estate One Family of Companies Personal Agent Website. One Place Agent Websites User s Guide Setting up your Real Estate One Family of Companies Personal Agent Website. Rev. 2016 Log in Go to http://www.ouroneplace.net (User name last six digits of your state

More information

Overture Advertiser Workbook. Chapter 4: Tracking Your Results

Overture Advertiser Workbook. Chapter 4: Tracking Your Results Overture Advertiser Workbook Chapter 4: Tracking Your Results Tracking Your Results TRACKING YOUR RESULTS Tracking the performance of your keywords enables you to effectively analyze your results, adjust

More information

Introduction & Navigation

Introduction & Navigation Introduction & Navigation Logging In to Marketing Cloud 1. Open a tab in either the Chrome or Firefox web browser. 2. Place your cursor in the URL bar then type mc.exacttarget.com. 3. Strike the Enter

More information

Vulnerability Scan Service. User Guide. Issue 20 Date HUAWEI TECHNOLOGIES CO., LTD.

Vulnerability Scan Service. User Guide. Issue 20 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 20 Date 2018-08-30 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager VMware Identity Manager Cloud Deployment Modified on 01 OCT 2017 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The

More information

Kohelet Policy Forum R.A. Site Legal Terms. What personal data we collect and why we collect it. Comments. Media. Contact forms and newsletter

Kohelet Policy Forum R.A. Site Legal Terms. What personal data we collect and why we collect it. Comments. Media. Contact forms and newsletter Kohelet Policy Forum R.A. Site Legal Terms Our address: 8 Am Ve'loamo Street Jerusalem office@kohelet.org.il www.kohelet.org.il What personal data we collect and why we collect it We collect anonymous

More information

Web-Based Contract Management Services. Global Functions User Guide

Web-Based Contract Management Services. Global Functions User Guide Web-Based Contract Management Services Global Functions User Guide Release 2.2 Oct 2016 About this Document This section describes the purpose of this document and the intended audience. Disclaimer This

More information

This guide details the deployment and initial configuration necessary to maximize the value of JetAdvantage Insights.

This guide details the deployment and initial configuration necessary to maximize the value of JetAdvantage Insights. HP JetAdvantage Insights Deployment Guide This guide details the deployment and initial configuration necessary to maximize the value of JetAdvantage Insights. 1. Overview HP JetAdvantage Insights provides

More information

Synchronization Agent Configuration Guide

Synchronization Agent Configuration Guide SafeNet Authentication Service Synchronization Agent Configuration Guide 1 Document Information Document Part Number 007-012848-001, Rev. E Release Date July 2015 Applicability This version of the SAS

More information

METADATA FRAMEWORK 6.3. and High Availability

METADATA FRAMEWORK 6.3. and High Availability METADATA FRAMEWORK 6.3 and High Availability Publishing Information Software version 6.3.160 Document version 4 Publication date May 22, 2017 Copyright (c) 2005-2017 Varonis Systems Inc. All rights reserved.

More information