Adobe Measurement Deployment Guide. Mobile Apps. Adobe Measurement Deployment Guide for Mobile Apps

Size: px
Start display at page:

Download "Adobe Measurement Deployment Guide. Mobile Apps. Adobe Measurement Deployment Guide for Mobile Apps"

Transcription

1 Adobe Measurement Deployment Guide Mobile Apps

2 1 Business Requirements By following the instructions in this guide when deploying analytics on mobile apps, the business will be able to meet Adobe's best practice recommendations for analytics & optimization of mobile apps. To integrate industry specific recommendations with mobile best practices, the business may wish to consider engaging with Adobe Consulting Services. Also, the business may wish to add other business-specific requirements in Section 5. 2

3 2 Setup Before initiating analytics code rollout, several steps must be completed to create an optimal data collection and reporting environment. Task Action Instructions Business Impact Owner Complete 2.1 Set Up CNAMEs Step 1: Confirm appropriate data center value with Adobe contact value will be either 112 OR 122. Step 2: Setup CNAME to be used in analytics request from non-secure pages mm.domain.com CNAME domain.112.2o7.net OR mm.domain.com CNAME domain.122.2o7.net Step 3: [Optional] Set up CNAME to be used in analytics request from secure pages smm.domain.com CNAME domain o7.net OR smm.domain.com CNAME domain o7.net Step 4: [Optional] Coordinate purchase and upload of secure certificate to reside on Adobe's servers for secure CNAME with Adobe contact. Note: subdomain and domain values should be changed to match desired values for site; and primary domain of CNAME should match primary domain of measured site for optimal visit and visitor accuracy. CNAMEs have only nominal value for Mobile Apps as visitor identification does not leverage cookies 2.2 Create Report Suites Create separate report suites (data buckets) for each site to be deployed. If report suites have already been created, confirm ids to be used. Report suites may be created in the SiteCatalyst Administration Console, or by an Adobe representative. Note: Adobe recommends segmenting traffic from mobile apps into a separate report suite than is used for the mobile web. Typically, each app will have two report suites one for production traffic and one for development/testing. App-based report suite structure provides optimal reporting at the level the business can perform optimizations Incorrect values for report suite id will result in lost data. 3

4 2.3 Generate Collection Code Generate collection code using the SiteCatalyst Administration Console. To generate app code, go to SiteCatalyst > Admin Console > Code Manager. Select "App Measurement for iphone/android/blackberry'" as the code type and the report suite which corresponds with the site which will be measured. 2.4 Review Documentation App Measurement Implementation Manuals (SiteCatalyst > Help > Knowledge Base > Supporting Docs > Manuals > App Measurement for iphone/adroid/blackberry) 2.5 Configure Report Suites Coordinate report suite configuration with Adobe contact. Launching without correct configuration may limit data availability and reporting 2.6 Settings The following settings should be configured on the report suite: Add the Correct Configurations 2.7 Customize Menu Assign friendly names to custom variables: SiteCatalyst > Admin > Report Suites > [select report suite] > Edit Settings > Traffic > Traffic Variables > Conversion > Conversion Variables > Conversion > Success Events Hide Unused & Empty Reports: SiteCatalyst > Admin > Report Suites > [select report suite] > Edit Settings > General > Customize Menus 4

5 2.8 Set Up VISTA Rules Reference Customization (Section 4) for any required VISTA rules. If cost is associated with rules, ensure necessary paperwork has been completed. 5

6 3 Code Deployment Once the appropriate steps have been taken to set up the reporting environment, the next step is to rollout the basic mobile measurement code. The code in this example is for rollout of the iphone App Measurement libraries, but steps are very similar for Android and Blackberry platforms. Task Action Instructions Business Impact Owner Complete 3.1 Install Measurement Libraries 3.2 Instantiate Instance & Configure Install proper app measurement libraries for platform. OMAppMeasurement.h (Objective-C header file) libomnitureappmeasurement-iphonesimulator.a (Simulator Library) libomnitureappmeasurement-iphonedevice.a (Production Library) 1. Instantiate Instance: reference whitepaper and iphone_config.h file for examples 2. Configure Global Variables: the following variables should be set in the configuration section of the code: Variables with Constant Values s.account s.trackingserver s.trackingserversecure 3.3 Send Analytics Call s track on each page/screen view to sent analytics. (void)screenload { s.pagename [s track]; } 6

7 4 Best Practice Customization Deploy the following variables to meet Adobe's best practices for measuring mobile applications. Task Action Instructions Business Impact Owner Complete 4.1 Customize Configuration Configure Global Variables: the following variables should be set in the configuration section of the code: Variables with Constant Values s.prop10 //app platform s.prop11 //app name s.prop12 //app distribution channel s.evar13 //app install date Variables Which Don't Need Configuration s.prop3 s.prop6 s.hier1 s.evar1 s.evar4 s.evar5 s.evar6 s.evar Content Naming Standards 1. Page: set page name (gn) to the content categories and sub categories plus name of page. s.pagename 2. Site Sections: set site section level 1 (ch) and site section level 2 (c8) to the correct respective parts of the content hierarchy. s.channel s.prop8 3. Content Type: set content type (c9) to the type of content consumed (e.g. story, content, video, download, audio, gallery, etc.) s.prop9 4. Custom Page View Event: set a custom page view event (event1) on every 7

8 page. s.events 5. Timeparting: Ask Adobe representative to set up Timeparting VISTA rule on timeparting variables (c7 & v7) Note 1: There may be a cost associated with VISTA setup. If desired, timeparting variables can be set using server-side code in place of VISTA. Note 2: There may be an additional cost associated with setting a custom page view event on every page. 4.3 Send Analytics 1. First App Launch: (void)appfirstlaunch { s.pagename s.channel s.prop4 //carrier s.prop5 //location s.prop9 s.events s.evar11 1.1" [s track]; } 2. Subsequent App Launches: (void)applaunch { s.pagename s.channel s.prop4 //carrier s.prop5 //location s.prop9 s.events [s track]; } 3. App Update: (void)appupdated { s.pagename s.channel s.prop9 8

9 s.events s.evar11 1.2" //app version [s track]; } 4. Normal Page/Screen Views: (void)appview { s.pagename s.channel s.prop8 s.prop9 s.events [s track]; } 5. Search Results: (void)applaunch { s.pagename s.channel s.prop9 s.prop1 rules"; s.prop2 s.events [s track]; } 9

10 5 Business-Specific Requirements Deploy the following additional variables to meet optimization objectives of the business. Task Action Instructions Business Impact Owner Complete Sample Code: 10

11 6 Validation Ensure code has been deployed properly and reports meet business objectives prior to rollout to production. Task Action Instructions Business Impact Owner Complete 6.1 Validate Hits are Sent Leverage the debugging console that comes pre-packaged with the app development software tools used to create the application. Alternately, a packet sniffer installed on the network may also be used for debugging. Note: Adobe recommends deploying collection code to a dev or QA environment using a 'dev' report suite to verify code is set up correctly prior to pushing to production environment. Validate code has been correctly deployed 6.2 Validate Adobe Reports Log in to Adobe SiteCatalyst account and validate reports are populated correctly. Validate reports are populated correctly and reporting will meet required objectives 6.3 Production Push Once validation of hits and reports has occurred, push collection code to production environment. 11

12 7 Appendices 7.1 Variable Key The following table provides a lookup key between query string parameters, JavaScript, and XML Tags. Query String JavaScript/ActionSource/Application SDK Variable XML Tag gn s.pagename pagename sv s.server server gt s.pagetype pagetype ch s.channel channel c1 - c50 s.prop1 s.prop50 prop1-prop50 h1 - h5 s.hier1 - s.hier5 hier1-hier5 v0 s.campaign campaign state s.state state zip s.zip zip ev s.events events pl s.products products pi s.purchaseid purchaseid v1 - v50 s.evar1 s.evar50 evar1-evar50 12

13 ce s.charset cc s.currencycode currencycode D s.dynamicvariableprefix cdp s.cookiedomainperiods NA cl s.cookielifetime (s_vi cookie lifetime in seconds) NA /5/ or /1/ s.mobile NA r s.referrer (Referring URL) referrer g s.pageurl (Current URL) pageurl vid s.visitorid (customer managed visitor id) visitorid Variables Automatically Set: variables that are typically set directly by the Adobe JavaScript file are shown below. These variables can be populated in the image beacon to send data to the corresponding report: pid Page identifier for ClickMap pidt Page identifier type for ClickMap oid Object identifier for ClickMap ot Object tag name for ClickMap oi Source index for ClickMap pe (lnk_d, lnk_e, lnk_o) Link Type linktype 13

14 pev1 Link URL linkurl pev2 Link Name linkname pev3 Video Reports medianame medialength mediaplayer mediasession IP Address IP Address ipaddress domain Accept-Language Header Accept-Language Header language /b/ss/rsid/ s_account reportsuiteid User-Agent Header User-Agent Header useragent Blanked for Mobile Hits: The following variables typically set by JavaScript will be blanked as part of Adobe processing if the User-Agent of the hit is identified as a mobile device: s Screen resolution (Width x height) resolution c Screen color depth (8, 16, 32, etc.) colordepth j JavaScript version (1.0, 1.2, 1.3, etc.) javascriptversion v Java enabled ('Y' or 'N') javaenabled bw Browser client window width in pixels browserwidth bh Browser client window height in pixels browserheight 14

15 t Browser time information "DAY/MONTH/YEAR HOUR:MIN:SEC WEEKDAY TIMEZONEOFFSET" timezone k Cookies supported ('Y' or 'N') cookiesenabled ct Connection type ('modem' or 'lan') connectiontype hp Is current page browser's home page ('Y' or 'N') homepage p ';' Separated list of Netscape plug-in names plugins 15

Adobe Marketing Cloud Data Sources User Guide

Adobe Marketing Cloud Data Sources User Guide Adobe Marketing Cloud Data Sources User Guide Contents Data Sources Help...4 How Data Sources Works...4 Requirements and Upload Limits...6 Data Sources Processing Time...8 Preparing to Use Data Sources...9

More information

RIGHTNOW TECHNOLOGIES

RIGHTNOW TECHNOLOGIES RIGHTNOW TECHNOLOGIES Implementing SiteCatalyst in RightNow Technologies August 20, 2008 Version 2.0 CHAPTER 1 1 Overview RightNow Technologies is a popular customer relationship management (CRM system

More information

Adobe Marketing Cloud Java

Adobe Marketing Cloud Java Adobe Marketing Cloud Java Contents AppMeasurement for Java...3 Overview...4 Requirements...5 Implement Measurement Library (Java)...6 Track Config Variables...6 Methods...6 Plug-In Architecture (Optional)...8

More information

Index. AdWords, 182 AJAX Cart, 129 Attribution, 174

Index. AdWords, 182 AJAX Cart, 129 Attribution, 174 Index A AdWords, 182 AJAX Cart, 129 Attribution, 174 B BigQuery, Big Data Analysis create reports, 238 GA-BigQuery integration, 238 GA data, 241 hierarchy structure, 238 query language (see also Data selection,

More information

Integrating Extole with Adobe Analytics

Integrating Extole with Adobe Analytics Integrating Extole with Adobe Analytics Overview The Extole platform easily integrates with Adobe Analytics, passing campaign and event data directly into your Analytics reporting suite. All Extole customers

More information

Adobe Marketing Cloud Reports and Analytics Help

Adobe Marketing Cloud Reports and Analytics Help Adobe Marketing Cloud Reports and Analytics Help Contents Reports & Analytics Interface Help...7 Getting Started...8 Adobe Analytics - Key Concepts...8 Analytics Products...8 Key Terminology...9 Key Reports...9

More information

Adobe Marketing Cloud Adobe Mobile Services

Adobe Marketing Cloud Adobe Mobile Services Adobe Marketing Cloud Adobe Mobile Services Contents Adobe Mobile Services...5 What's New in Adobe Mobile Services...7 Getting Started with Adobe Mobile Services...10 Sign In to Adobe Mobile Services...10

More information

Getting Started with the new VWO

Getting Started with the new VWO Getting Started with the new VWO TABLE OF CONTENTS What s new in the new VWO... 3 Where to locate features in new VWO... 5 Steps to create a new Campaign... 18 Step # 1: Enter Campaign URLs... 19 Step

More information

Adobe Marketing Cloud Bloodhound for Mac 3.0

Adobe Marketing Cloud Bloodhound for Mac 3.0 Adobe Marketing Cloud Bloodhound for Mac 3.0 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

More information

Web Dashboard User Guide

Web Dashboard User Guide Web Dashboard User Guide Version 10.2 The software supplied with this document is the property of RadView Software and is furnished under a licensing agreement. Neither the software nor this document may

More information

ExactTarget GENESIS I N TEGRATION GUIDE

ExactTarget GENESIS I N TEGRATION GUIDE ExactTarget GENESIS I N TEGRATION GUIDE GENESIS INTEGRATION GUIDE II Table of Contents Terms and Conditions of Use... 4 Intended Audience... 4 Account Support... 4 Service and Billing Information... 4

More information

Adobe Marketing Cloud ClickStream Data Feeds

Adobe Marketing Cloud ClickStream Data Feeds Adobe Marketing Cloud ClickStream Data Feeds Contents Clickstream Data Feeds Help...3 What's New...4 Best Practices...8 Configuring Data Feeds...9 Data Feed Contents...12 Clickstream Data Column Reference...15

More information

Adobe Marketing Cloud Video Heartbeat

Adobe Marketing Cloud Video Heartbeat Adobe Marketing Cloud Video Heartbeat Contents Measuring Video in Adobe Analytics using Video Heartbeat...4 Measuring Video FAQ...5 Before you Implement...8 Getting Started...9 Configure Analytics Video

More information

1 Which of the following questions can be answered using the goal flow report?

1 Which of the following questions can be answered using the goal flow report? 1 Which of the following questions can be answered using the goal flow report? [A] Are there a lot of unexpected exits from a step in the middle of my conversion funnel? [B] Do visitors usually start my

More information

HOW TO CONFIGURE PASS-THRU PROXY FOR ORACLE APPLICATIONS

HOW TO CONFIGURE PASS-THRU PROXY FOR ORACLE APPLICATIONS HOW TO CONFIGURE PASS-THRU PROXY FOR ORACLE APPLICATIONS Overview of Oracle JInitiator Oracle JInitiator enables users to run Oracle Forms applications using Netscape Navigator or Internet Explorer. It

More information

Employee Active Directory Self-Service Quick Setup Guide

Employee Active Directory Self-Service Quick Setup Guide Employee Active Directory Self-Service Quick Setup Guide (V2.0) Last update: 11/5/2014 Copyright 2014 InfraDog Inc. All rights reserved Corporate Phone: +1 (416) 473-4096, Fax: +1 (888) 863-3936, Email:

More information

1 open source' I community experience distilled. Piwik Web Analytics Essentials. Stephan A. Miller

1 open source' I community experience distilled. Piwik Web Analytics Essentials. Stephan A. Miller Piwik Web Analytics Essentials A complete guide to tracking visitors on your websites, e-commerce shopping carts, and apps using Piwik Web Analytics Stephan A. Miller [ PUBLISHING 1 open source' I community

More information

Kony MobileFabric Messaging. Demo App QuickStart Guide. (Building a Sample Application

Kony MobileFabric Messaging. Demo App QuickStart Guide. (Building a Sample Application Kony MobileFabric Kony MobileFabric Messaging Demo App QuickStart Guide (Building a Sample Application Apple ios) Release 6.5 Document Relevance and Accuracy This document is considered relevant to the

More information

Get Started with LeadSquared Guide for Marketing Users. Complete lead to revenue platform

Get Started with LeadSquared Guide for Marketing Users. Complete lead to revenue platform Get Started with LeadSquared Guide for Marketing Users Complete lead to revenue platform Bookmark LeadSquared Login Page Login to LeadSquared at https://run.leadsquared.com (Bookmark the URL) LeadSquared

More information

Adobe Marketing Cloud First-Party Cookies

Adobe Marketing Cloud First-Party Cookies Adobe Marketing Cloud First-Party Cookies Contents About First-Party Cookies...3 Adobe Managed Certificate Program...4 Create CNAME Records...5 Ping the hostname...5 Update implementation code...6 Legacy

More information

Cloud Services MDM. Overview & Setup Admin Guide

Cloud Services MDM. Overview & Setup Admin Guide Cloud Services MDM Overview & Setup Admin Guide 10/27/2014 CONTENTS Systems Overview... 2 Solution Overview... 2 System Requirements... 3 Admin Console Overview... 4 Logging into the Admin Console... 4

More information

Configuring Salesforce

Configuring Salesforce Chapter 94 Configuring Salesforce The following is an overview of how to configure the Salesforce.com application for singlesign on: 1 Prepare Salesforce for single sign-on: This involves the following:

More information

aqopv 033HD 1AIVQV > OoqpuG -

aqopv 033HD 1AIVQV > OoqpuG - aqopv 033HD 1AIVQV > OoqpuG - Contents Preface xvii SECTION 1 Behind the Scenes of Adobe SiteCatalyst 1 CHAPTER 1 What Is Adobe SiteCatalyst? 3 A Brief History of SiteCatalyst 4 SiteCatalyst's Role in

More information

FAQs. How do I remove the search bar completely?

FAQs. How do I remove the search bar completely? FAQs Company Logo How do I change the logo? Can I make the logo larger or smaller? How do I add change or remove the logo in the footer? Can I add a favicon? Navigation Menu How do I change my navigation

More information

Welcome to Mobile Roadie Pro. mobileroadie.com

Welcome to Mobile Roadie Pro. mobileroadie.com Welcome to Mobile Roadie Pro mobileroadie.com Welcome The purpose of this manual is to aquaint you with the abilities you have as a Pro customer, and the additional enhancements you'll be able to make

More information

Getting Started with AWS. Hosting a Static Website

Getting Started with AWS. Hosting a Static Website Getting Started with AWS Hosting a Static Website Getting Started with AWS: Hosting a Static Website Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks

More information

First Steps. QUALITYCLICK.COM c/o NetSlave GmbH Simon-Dach-Straße 12 D-10245 Berlin

First Steps. QUALITYCLICK.COM c/o NetSlave GmbH Simon-Dach-Straße 12 D-10245 Berlin First Steps QUALITYCLICK.COM c/o NetSlave GmbH Simon-Dach-Straße 12 D-10245 Berlin Phone +49 30-94408-730 Email info@qualityclick.com Fax +49 30-96083-706 Content 1. Fundamentals 2. Preparation 3. Contract,

More information

Administering Jive Mobile Apps

Administering Jive Mobile Apps Administering Jive Mobile Apps Contents 2 Contents Administering Jive Mobile Apps...3 Configuring Jive for Android and ios... 3 Native Apps and Push Notifications...4 Custom App Wrapping for ios... 5 Native

More information

Configuring SuccessFactors

Configuring SuccessFactors Chapter 117 Configuring SuccessFactors The following is an overview of the steps required to configure the SuccessFactors Enterprise Edition Web application for single sign-on (SSO) via SAML. SuccessFactors

More information

dotmailer for Salesforce Installation Guide Winter 2015 Version 2.30.1

dotmailer for Salesforce Installation Guide Winter 2015 Version 2.30.1 for Salesforce Installation Guide Winter 2015 Version 2.30.1 Page 1 CONTENTS 1 Introduction 2 Browser support 2 Self-Installation Steps 2 Checks 3 Package Download and Installation 4 Users for Email Automation

More information

Software Development Environment. Installation Guide

Software Development Environment. Installation Guide Software Development Environment Installation Guide Software Installation Guide This step-by-step guide is meant to help teachers and students set up the necessary software development environment. By

More information

ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011. 9/1/2011 ClickDimensions

ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011. 9/1/2011 ClickDimensions ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011 9/1/2011 ClickDimensions Online Training Resources This guide will explain how to register for and use a ClickDimensions Marketing Automation

More information

Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports Server 6i

Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports Server 6i Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports Server 6i $Q2UDFOH7HFKQLFDO:KLWHSDSHU 0DUFK Secure Web.Show_Document() calls to Oracle Reports Server 6i Introduction...3 solution

More information

NBA Math Hoops Privacy Statement and Children s Privacy Statement Updated October 17, 2013.

NBA Math Hoops Privacy Statement and Children s Privacy Statement Updated October 17, 2013. NBA Math Hoops Privacy Statement and Children s Privacy Statement Updated October 17, 2013. This Privacy Statement applies to the web sites mobile applications provided by Learn Fresh Education Co. (collectively,

More information

McAfee Cloud Identity Manager

McAfee Cloud Identity Manager NetSuite Cloud Connector Guide McAfee Cloud Identity Manager version 2.0 or later COPYRIGHT Copyright 2013 McAfee, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted,

More information

Instructions for Configuring Your Browser Settings and Online Security FAQ s. ios8 Settings for iphone and ipad app

Instructions for Configuring Your Browser Settings and Online Security FAQ s. ios8 Settings for iphone and ipad app Instructions for Configuring Your Browser Settings and Online Security FAQ s ios8 Settings for iphone and ipad app General Settings The following browser settings and plug-ins are required to properly

More information

graphical Systems for Website Design

graphical Systems for Website Design 2005 Linux Web Host. All rights reserved. The content of this manual is furnished under license and may be used or copied only in accordance with this license. No part of this publication may be reproduced,

More information

Adobe Marketing Cloud Marketing Cloud Product Documentation

Adobe Marketing Cloud Marketing Cloud Product Documentation Adobe Marketing Cloud Marketing Cloud Product Documentation Contents Marketing Cloud and Core Services Product Documentation...5 About Core Services and Solutions...6 Administration - Users, Groups, Core

More information

Tagging Guide: Website and Email Implementation. Contents

Tagging Guide: Website and Email Implementation. Contents Tagging Guide: Website and Email Implementation Contents About This Guide... 2 Your CiteID... 2 Website Implementation... 2 Tag Placement... 2 Example... 3 Email Implementation... 5 DNS Setup... 5 Tag

More information

Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports

Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports $Q2UDFOH7HFKQLFDO:KLWHSDSHU )HEUXDU\ Secure Web.Show_Document() calls to Oracle Reports Introduction...3 Using Web.Show_Document

More information

Web based training for field technicians can be arranged by calling 888-577-4919 These Documents are required for a successful install:

Web based training for field technicians can be arranged by calling 888-577-4919 These Documents are required for a successful install: Software V NO. 1.7 Date 9/06 ROI Configuration Guide Before you begin: Note: It is important before beginning to review all installation documentation and to complete the ROI Network checklist for the

More information

USING MANAGED PRINTER LISTS

USING MANAGED PRINTER LISTS USING MANAGED PRINTER LISTS for the HP Universal Print Driver with HP Web Jetadmin CONTENTS Introduction... 2 Operation overview... 2 Assumptions... 2 Exporting device Groups as XML Managed Printer Lists...

More information

Online sales management software Quick store setup. v 1.1.3

Online sales management software Quick store setup. v 1.1.3 Online sales management software Quick store setup v 1.1.3 Table of Contents 1Shopizer urls...3 2Configure your store...3 Store and profile...4 Store Front Configuration...4 3Integration...6 4Configure

More information

Delivra Email SiteCatalyst v 12.2 Admin Module

Delivra Email SiteCatalyst v 12.2 Admin Module Delivra Email SiteCatalyst v 12.2 Admin Module Yo! Need new text here!!! -- and a new logo --> GENESIS INTEGRATION GUIDE Contents Preface...3 Understanding the Adobe Genesis Email Integration... Key Benefits...

More information

Is Your Google Analytics Data Accurate?

Is Your Google Analytics Data Accurate? Is Your Google Analytics Data Accurate? September 18, 2013 Presented By Amin Shawki Analytics Manager Andy Gibson Digital Marketing Analyst 1. 1 Billion+ pageviews/year in sites analyzed and supported

More information

For details about using automatic user provisioning with Salesforce, see Configuring user provisioning for Salesforce.

For details about using automatic user provisioning with Salesforce, see Configuring user provisioning for Salesforce. Chapter 41 Configuring Salesforce The following is an overview of how to configure the Salesforce.com application for singlesign on: 1 Prepare Salesforce for single sign-on: This involves the following:

More information

Google Analytics Audit. Prepared For: Xxxxx

Google Analytics Audit. Prepared For: Xxxxx Google Analytics Audit Prepared For: Xxxxx Please Note: We have edited all images and some text to protect the privacy of our client. 1. General Setup 3 1.1 current analytics tracking code 3 1.2 test purchase

More information

Adobe Marketing Cloud Analytics Help and Reference

Adobe Marketing Cloud Analytics Help and Reference Adobe Marketing Cloud Analytics Help and Reference Contents Analytics Help Home...15 Admin Tools...17 Administration API...17 ASI Slots...17 Segment Definitions...18 Segment Builder Elements...20 Billing...22

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

Configuring. SugarCRM. Chapter 121

Configuring. SugarCRM. Chapter 121 Chapter 121 Configuring SugarCRM The following is an overview of the steps required to configure the SugarCRM Web application for single sign-on (SSO) via SAML. SugarCRM offers both IdP-initiated SAML

More information

Administration Guide. WatchDox Server. Version 4.8.0

Administration Guide. WatchDox Server. Version 4.8.0 Administration Guide WatchDox Server Version 4.8.0 Published: 2015-11-01 SWD-20151101091846278 Contents Introduction... 7 Getting started... 11 Signing in to WatchDox... 11 Signing in with username and

More information

Evaluating the impact of research online with Google Analytics

Evaluating the impact of research online with Google Analytics Public Engagement with Research Online Evaluating the impact of research online with Google Analytics The web provides extensive opportunities for raising awareness and discussion of research findings

More information

Google Sites: Creating, editing, and sharing a site

Google Sites: Creating, editing, and sharing a site Google Sites: Creating, editing, and sharing a site Google Sites is an application that makes building a website for your organization as easy as editing a document. With Google Sites, teams can quickly

More information

Demystifying Digital Introduction to Google Analytics. Mal Chia Digital Account Director

Demystifying Digital Introduction to Google Analytics. Mal Chia Digital Account Director Demystifying Digital Introduction to Google Analytics Mal Chia Digital Account Director @malchia @communikateetal Slides will be emailed after the session 2 Workshop Overview 1. Introduction 2. Getting

More information

Super Resellers // Getting Started Guide. Getting Started Guide. Super Resellers. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1

Super Resellers // Getting Started Guide. Getting Started Guide. Super Resellers. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1 Getting Started Guide Super Resellers Getting Started Guide Page 1 Getting Started Guide: Super Resellers Version 2.1 (1.6.2012) Copyright 2012 All rights reserved. Distribution of this work or derivative

More information

Quick Start Guide. Installation and Setup

Quick Start Guide. Installation and Setup Quick Start Guide Installation and Setup Introduction Velaro s live help and survey management system provides an exciting new way to engage your customers and website visitors. While adding any new technology

More information

Securing Adobe connect Server and CQ Server

Securing Adobe connect Server and CQ Server Securing Adobe connect Server and CQ Server To Enable SSL on Connect Server and CQ server (Index) Configure custom.ini File Uncomment the SSL TAGs in Server.xml file. Configure the Four components of connect

More information

FIRST-PARTY COOKIES. SiteCatalyst Implementation. June 30, 2008 Version 2.0

FIRST-PARTY COOKIES. SiteCatalyst Implementation. June 30, 2008 Version 2.0 FIRST-PARTY COOKIES SiteCatalyst Implementation June 30, 2008 Version 2.0 CHAPTER 1 1 Implementing SiteCatalyst with First-Party Cookies SiteCatalyst typically uses third-party cookies to enhance the

More information

Magento module Documentation

Magento module Documentation Table of contents 1 General... 4 1.1 Languages... 4 2 Installation... 4 2.1 Search module... 4 2.2 Installation in Magento... 6 2.3 Installation as a local package... 7 2.4 Uninstalling the module... 8

More information

About Google Analytics

About Google Analytics About Google Analytics v10 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 800.362.2605 805.484.9428 (fax) www.omniupdate.com

More information

Introduction to Tizen SDK 2.0.0 Alpha. Taiho Choi Samsung Electronics

Introduction to Tizen SDK 2.0.0 Alpha. Taiho Choi Samsung Electronics Introduction to Tizen SDK 2.0.0 Alpha Taiho Choi Samsung Electronics Contents Web technologies of Tizen Components of SDK 2.0.0 Alpha Hello world! Debugging apps Summary 1 Web technologies on Tizen Web

More information

Configuring. SuccessFactors. Chapter 67

Configuring. SuccessFactors. Chapter 67 Chapter 67 Configuring SuccessFactors The following is an overview of the steps required to configure the SuccessFactors Enterprise Edition Web application for single sign-on (SSO) via SAML. SuccessFactors

More information

Google Analytics Playbook. Version 0.92

Google Analytics Playbook. Version 0.92 Version 0.92 2014 CrownPeak Technology, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopy, recording,

More information

FlexSim LAN License Server

FlexSim LAN License Server FlexSim LAN License Server Installation Instructions Rev. 20150318 Table of Contents Introduction... 2 Using lmtools... 2 1. Download the installation files... 3 2. Install the license server... 4 3. Connecting

More information

Using Microsoft Visual Studio 2010. API Reference

Using Microsoft Visual Studio 2010. API Reference 2010 API Reference Published: 2014-02-19 SWD-20140219103929387 Contents 1... 4 Key features of the Visual Studio plug-in... 4 Get started...5 Request a vendor account... 5 Get code signing and debug token

More information

Configuring Parature Self-Service Portal

Configuring Parature Self-Service Portal Configuring Parature Self-Service Portal Chapter 2 The following is an overview of the steps required to configure the Parature Self-Service Portal application for single sign-on (SSO) via SAML. Parature

More information

Getting Started with AWS. Hosting a Static Website

Getting Started with AWS. Hosting a Static Website Getting Started with AWS Hosting a Static Website Getting Started with AWS: Hosting a Static Website Copyright 2015 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following are

More information

Accessing the Online Meeting Room (Blackboard Collaborate)

Accessing the Online Meeting Room (Blackboard Collaborate) Step 1: Check your System and Install Required Software NOTE: Make sure you are on the computer you will be using to access the online meeting room AND that you are using the internet browser (ie: firefox,

More information

SSO Plugin. HP Service Request Catalog. J System Solutions. http://www.javasystemsolutions.com Version 3.6

SSO Plugin. HP Service Request Catalog. J System Solutions. http://www.javasystemsolutions.com Version 3.6 SSO Plugin HP Service Request Catalog J System Solutions Version 3.6 Page 2 of 7 Introduction... 3 Adobe Flash and NTLM... 3 Enabling the identity federation service... 4 Federation key... 4 Token lifetime...

More information

RichPromo User Guide PAGE 1

RichPromo User Guide PAGE 1 RichPromo User Guide Product Description RichPromo is a campaign management platform that personalizes and optimizes content to ensure the most relevant and effective promotion is being shown to each shopper

More information

Web Enabled Software for 8614xB-series Optical Spectrum Analyzers. Installation Guide

Web Enabled Software for 8614xB-series Optical Spectrum Analyzers. Installation Guide for 8614xB-series Optical Spectrum Analyzers Installation Guide Copyright Agilent Technologies Company 2001 All Rights Reserved. Reproduction, adaptation, or translation without prior written permission

More information

Getting Started with AWS. Static Website Hosting

Getting Started with AWS. Static Website Hosting Getting Started with AWS Static Website Hosting Getting Started with AWS: Static Website Hosting Copyright 2014 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following are trademarks

More information

REMOTE ACCESS DDNS CONFIGURATION MANUAL

REMOTE ACCESS DDNS CONFIGURATION MANUAL REMOTE ACCESS DDNS CONFIGURATION MANUAL Analog DVR Series 1 www.mezory.com INTRODUCTION TO REMOTE ACCESS As the World sinks into one global village, reliable connectivity is one of the most demanding facilities

More information

HTG XROADS NETWORKS. Network Appliance How To Guide: EdgeDNS. How To Guide

HTG XROADS NETWORKS. Network Appliance How To Guide: EdgeDNS. How To Guide HTG X XROADS NETWORKS Network Appliance How To Guide: EdgeDNS How To Guide V 3. 2 E D G E N E T W O R K A P P L I A N C E How To Guide EdgeDNS XRoads Networks 17165 Von Karman Suite 112 888-9-XROADS V

More information

Insight Student for Chromebooks - Auto Configuration

Insight Student for Chromebooks - Auto Configuration 1 s - Auto Configuration Technical Paper Last modified: June 2015 Web: www.faronics.com Email: sales@faronics.com Phone: 800-943-6422 or 604-637-3333 Fax: 800-943-6488 or 604-637-8188 Hours: Monday to

More information

Knappsack ios Build and Deployment Guide

Knappsack ios Build and Deployment Guide Knappsack ios Build and Deployment Guide So you want to build and deploy an ios application to Knappsack? This guide will help walk you through all the necessary steps for a successful build and deployment.

More information

Web Analytics Definitions Approved August 16, 2007

Web Analytics Definitions Approved August 16, 2007 Web Analytics Definitions Approved August 16, 2007 Web Analytics Association 2300 M Street, Suite 800 Washington DC 20037 standards@webanalyticsassociation.org 1-800-349-1070 Licensed under a Creative

More information

Doc ID: URCHINB-001 (3/30/05)

Doc ID: URCHINB-001 (3/30/05) Urchin 2005 Linux Web Host. All rights reserved. The content of this manual is furnished under license and may be used or copied only in accordance with this license. No part of this publication may be

More information

Defender 5.7 - Token Deployment System Quick Start Guide

Defender 5.7 - Token Deployment System Quick Start Guide Defender 5.7 - Token Deployment System Quick Start Guide This guide describes how to install, configure and use the Defender Token Deployment System, based on default settings and how to self register

More information

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008.

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008. Znode Multifront - Installation Guide Version 6.2 1 System Requirements To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server

More information

HDVideoShare! User Documentation Team January 31. 2012

HDVideoShare! User Documentation Team January 31. 2012 Version 2.3 HDVideoShare! User Documentation Team January 31. 2012 2010 Copyrights and all rights reserved by Contus Support Interactive Pvt. Ltd., TABLE OF CONTENTS Welcome to you as a new user of this

More information

Technical Brief: Dynamic Number Insertion

Technical Brief: Dynamic Number Insertion Technical Brief: Dynamic Number Insertion Feature Definition Dynamic Number Insertion (DNI) by Convirza for Call Quality Monitoring allows users to display a different call tracking phone number on their

More information

KonyOne Server Prerequisites _ MS SQL Server

KonyOne Server Prerequisites _ MS SQL Server KonyOne Server Prerequisites _ MS SQL Server KonyOne Platform Release 5.0 Copyright 2012-2013 Kony Solutions, Inc. All Rights Reserved. Page 1 of 13 Copyright 2012-2013 by Kony Solutions, Inc. All rights

More information

A Tag Management Systems Primer

A Tag Management Systems Primer Cognizant 20-20 Insights A Tag Management Systems Primer Emergent tagging tools allow nontechnical resources to more effectively manage JavaScripts used by ad measurement and serving systems. Executive

More information

APP ANALYTICS PLUGIN

APP ANALYTICS PLUGIN support@magestore.com Phone: 084.4.8585.4587 APP ANALYTICS PLUGIN USER GUIDE Table of Contents 1. INTRODUCTION 2. HOW TO INSTALL 3. HOW TO SET UP YOUR GOOGLE ANALYTICS ACCOUNT 4. HOW TO CONFIGURE IN MAGENTO

More information

Introduction to the AirWatch Browser Guide

Introduction to the AirWatch Browser Guide Introduction to the AirWatch Browser Guide The AirWatch Browser application provides a safe, accessible and manageable alternative to Internet browsing using native device browsers. The AirWatch Browser

More information

Integrating LivePerson with Salesforce

Integrating LivePerson with Salesforce Integrating LivePerson with Salesforce V 9.2 March 2, 2010 Implementation Guide Description Who should use this guide? Duration This guide describes the process of integrating LivePerson and Salesforce

More information

Handle Tool. User Manual

Handle Tool. User Manual User Manual Corporation for National Research Initiatives Version 2 November 2015 Table of Contents 1. Start the Handle Tool... 3 2. Default Window... 3 3. Console... 5 4. Authentication... 6 5. Lookup...

More information

Architecture and Data Flow Overview. BlackBerry Enterprise Service 10 721-08877-123 Version: 10.2. Quick Reference

Architecture and Data Flow Overview. BlackBerry Enterprise Service 10 721-08877-123 Version: 10.2. Quick Reference Architecture and Data Flow Overview BlackBerry Enterprise Service 10 721-08877-123 Version: Quick Reference Published: 2013-11-28 SWD-20131128130321045 Contents Key components of BlackBerry Enterprise

More information

Administering Jive for Outlook

Administering Jive for Outlook Administering Jive for Outlook TOC 2 Contents Administering Jive for Outlook...3 System Requirements...3 Installing the Plugin... 3 Installing the Plugin... 3 Client Installation... 4 Resetting the Binaries...4

More information

Webtrends for SharePoint 2010 A Microsoft Preferred Analytics Solution for SharePoint

Webtrends for SharePoint 2010 A Microsoft Preferred Analytics Solution for SharePoint Webtrends for SharePoint 2010 A Microsoft Preferred Analytics Solution for SharePoint Provided to By Sean Browning, Webtrends 13-Sep-2011 Webtrends Expertise with SharePoint Webtrends is a Microsoft-designated

More information

HW9 WordPress & Google Analytics

HW9 WordPress & Google Analytics HW9 WordPress & Google Analytics MSCI:3400 Data Communications Due Monday, December 14, 2015 @ 8:00am Late submissions will not be accepted. In this individual assignment you will purchase and configure

More information

Virtual Contact Center

Virtual Contact Center Virtual Contact Center Salesforce Multichannel Integration Configuration Guide Version 7.0 Revision 2.0 Copyright 2012, 8x8, Inc. All rights reserved. This document is provided for information purposes

More information

SP-initiated SSO for Smartsheet is automatically enabled when the SAML feature is activated.

SP-initiated SSO for Smartsheet is automatically enabled when the SAML feature is activated. Chapter 87 Configuring Smartsheet The following is an overview of the steps required to configure the Smartsheet Web application for single sign-on (SSO) via SAML. Smartsheet offers both IdP-initiated

More information

I. Delivery E-mail: Flash CMS template package... 2. II. Flash CMS template installation... 4. III. Control Panel setup... 5

I. Delivery E-mail: Flash CMS template package... 2. II. Flash CMS template installation... 4. III. Control Panel setup... 5 Contents I. Delivery E-mail: Flash CMS template package... 2 II. Flash CMS template installation... 4 III. Control Panel setup... 5 IV. Control Panel activation... 6 Appendix 1: Switching to binary file

More information

SAML Single-Sign-On (SSO)

SAML Single-Sign-On (SSO) C O L A B O R A T I V E I N N O V A T I O N M A N A G E M E N T Complete Feature Guide SAML Single-Sign-On (SSO) 1. Features This feature allows administrators to setup Single Sign-on (SSO) integration

More information

Adobe Summit 2015 Lab 718: Managing Mobile Apps: A PhoneGap Enterprise Introduction for Marketers

Adobe Summit 2015 Lab 718: Managing Mobile Apps: A PhoneGap Enterprise Introduction for Marketers Adobe Summit 2015 Lab 718: Managing Mobile Apps: A PhoneGap Enterprise Introduction for Marketers 1 INTRODUCTION GOAL OBJECTIVES MODULE 1 AEM & PHONEGAP ENTERPRISE INTRODUCTION LESSON 1- AEM BASICS OVERVIEW

More information

Citrix Receiver for Mobile Devices Troubleshooting Guide

Citrix Receiver for Mobile Devices Troubleshooting Guide Citrix Receiver for Mobile Devices Troubleshooting Guide www.citrix.com Contents REQUIREMENTS...3 KNOWN LIMITATIONS...3 TROUBLESHOOTING QUESTIONS TO ASK...3 TROUBLESHOOTING TOOLS...4 BASIC TROUBLESHOOTING

More information

Adobe Marketing Cloud DFA Data Connector for Adobe Analytics

Adobe Marketing Cloud DFA Data Connector for Adobe Analytics Adobe Marketing Cloud DFA Data Connector for Adobe Analytics Contents DFA Data Connector for Adobe Analytics...3 Key Benefits...3 Ad Serving Integration Overview...3 Adobe Integration: Realtime Data Collection...4

More information