Omniture and Epsilon Interactive

Size: px
Start display at page:

Download "Omniture and Epsilon Interactive"

Transcription

1 Omniture and Epsilon Interactive Delivering Online Marketing Results Today, many marketers do not have clear insight into the effectiveness of their online marketing programs and how these programs influence ROI. Many online marketers rely on separate, stand-alone solutions for marketing and website analysis. With most stand-alone marketing solutions, conversion reporting is limited to tracking metrics such as open-rate, click-through rate or goal completion, such as a purchase or subscription sign-up. While this information is an important factor in understanding basic behavior patterns, it does not answer critical questions such as why responders drop off websites or what paths they take to make a purchase. The integration between SiteCatalyst and DREAMmail closes the loop between responses and website behavior to deliver the marketing intelligence you need to increase revenue and campaign ROI. This tight integration enables segmentation, campaign execution and analysis across two of your most critical online channels: website and . Key Benefits Include: o LEVERAGE SITE BEHAVIOR FOR CAMPAIGN TARGETING SiteCatalyst delivers a superior solution for marketing intelligence, enabling exploration and definition of visitor segments based on website behavior. Targeted remarketing segments, such as cart abandonment, products purchased, and products viewed are available out-of-the-box through the automated integration. Any number of additional segments can be created based on key customer or prospect attributes. These segments are then fed into DREAMmail, providing the intelligence to execute targeted, timely and personalized communications. o INCREASE CAMPAIGN EFFECTIVENESS campaigns created in DREAMmail are automatically appended with a unique campaign identifier. Campaign information is then automatically transferred from DREAMmail to SiteCatalyst where you can analyze campaign ROI, cost-per-acquisition and the performance of DREAMmail campaigns. SiteCatalyst also correlates campaign responses with traffic and site behavior data to reveal high-value patterns, such as an offer for a certain product that increases sales of another. With this integration, you can synchronize campaign information between the two solutions in order to get instant feedback and to optimize campaign effectiveness. o CONDUCT HIGHLY EFFECTIVE REMARKETING By using the automated integration between SiteCatalyst and DREAMmail you can easily target visitors who displayed an interest in a particular product, but did not complete the desired sale. As a simple illustration, if a visitor adds a product to her shopping cart, but after viewing the shipping price abandons the cart, you can now create a segment for these instances, and use DREAMmail to send a re-marketing offer that includes free shipping. o UNDERSTAND THE ENTIRE CONVERSION FUNNEL Pricing: The automated integration between SiteCatalyst and DREAMmail offers a uniquely valuable view of your online customer s actions. For example, one campaign for a product offer may have a high click-through rate, but a low order conversion rate. Fall-out reporting in Omniture SiteCatalyst provides marketers with the intelligence to determine if the low conversion rate is due to product display, price, shipping costs, or other factors. Omniture o There are fees associated with this integration. Please contact your account representative for pricing details. Epsilon Interactive o There are fees associated with this integration. Please contact your Epsilon account representative for pricing details.

2 What You Should Know Before Activating This Integration The integration of Omniture s SiteCatalyst and Epsilon Interactive s DREAMmail application provides the ability to perform remarketing through the capture of user addresses and then subsequently manage campaigns. This process provides a powerful tool to your organization through the best features of both products. The integration is composed of two pieces: o Remarketing This capability requires the capture of addresses in SiteCatalyst, which are then sent to DREAMmail via a Data Warehouse report. This Data Warehouse report can be scheduled as a one-time or recurring event, or run on an ad-hoc basis. o Campaign Tracking This capability tracks the results of campaign efforts including s delivered, e- mail opens, views, etc. The remainder of this document focuses on the implementation steps to enable the successful integration. NOTE: A prerequisite to the implementation is that you have already configured a connection to the DREAMmail system in SiteCatalyst. Additionally, Omniture recommends you include information pertaining to the details of your web analytics tracking in your site privacy policy including what information is tracked and how it will be used. If you plan to use the Remarketing features of SiteCatalyst, this information should also be included in this privacy policy. REMARKETING remarketing is the process of capturing user s in order to effectively tailor marketing messages. The process involves capturing addresses in SiteCatalyst and subsequently delivering lists via a Data Warehouse report to DREAMmail. The implementation of remarketing involves the use of an s.evar (custom commerce) variable (replace s. with s_ for G code versions) to capture addresses. The following code can be used to capture this information, which can be placed on a variety of pages, including user login, form submittal, and other pages where addresses are captured. NOTE: The use of evar1 is for illustrative purposes only. You are welcome to use any available evar variable. s.evar1='[insert address]' Once the code is implemented, you can use the DREAMmail Integration Wizard in SiteCatalyst to configure a connection with DREAMmail and send lists via Data Warehouse. NOTE: This feature requires the Data Warehouse product of SiteCatalyst.

3 CAMPAIGN TRACKING campaign tracking is the process of labeling messages for tracking purposes. It allows SiteCatalyst to capture campaign click-throughs and then obtain the results of campaign efforts through the DREAMmail integration (ie. opens, views, sends, etc.). The following SiteCatalyst code is required as part of the implementation process. This code uses the s.campaign variable to capture the value of a DREAMmail-specific query parameter called "sssdmh." However, you can also use any available evar to capture this value. SITECATALYST AND DREAMMAIL INTEGRATION PLUG-IN CODE The DREAMmail integration requires specific SiteCatalyst code plug-ins/functions (getcgi for G Code; getqueryparam for H Code); these plug-ins must be installed in the plug-ins section of your SiteCatalyst JavaScript file in order for the code below to work correctly. In addition, this code is compatible with existing implementations of the s.campaign variable for capturing existing campaign codes. This code checks for the existence of the DREAMmail "sssdmh" variable, and if found, will copy the "sssdmh" campaign value into the s.campaign or s.evar variable that you have designated for use in campaign tracking. If the "sssdmh" campaign value is not found, the code will continue to search for the "cid" campaign value. Consult with your Implementation Consultant or Omniture Live Support if these plug-ins are not present in your Javascript SiteCatalyst collection code. G Code /* Plugin Config */ var s_useplugins=true function s_doplugins() { /* Add calls to plugins here */ // External Campaigns // Check for the existence of the DREAMmail query string variable sssdmh s_vp_getcgi('temp','sssdmh'); if(s_vp_getvalue('temp')) s_vp_getcgi('s_campaign','sssdmh'); if(!s_vp_getvalue('s_campaign')) { // If a blank string is found, grab the campaign code s_vp_getcgi('s_campaign','cid') } } H Code /* Plugin Config */ s.useplugins=true function s_doplugins(s) { /* Add calls to plugins here */ // External Campaigns // Check for the existence of the DREAMmail query string variable sssdmh if(s.getqueryparam('sssdmh')) s.campaign = s.getqueryparam('sssdmh'); if(!s.campaign) { // If a blank string is found, grab the campaign code s.campaign = s.getqueryparam('cid'); } } s.doplugins=s_doplugins

4 Setting Up the Integration The following procedures assume that you are a licensed SiteCatalyst user and that you have opened SiteCatalyst to the home page. 1. Log in to SiteCatalyst. 2. Click the Genesis tab. You will see the power of Omniture Genesis in the following steps. The options or choices presented to you may differ from those shown here. Figure 1: Opening screen in Genesis (example) As you have not yet activated any of your partners, the resource icons exist in the directory to the left. Do you notice the link in the upper left-hand corner labeled Genesis Showcase? If you click on that, you can get more information about some of the partnerships available through Omniture Genesis. Take the following steps to activate with DREAMmail: 3. With your mouse cursor changing to the 4-pointed arrows, hover over the appropriate icon in the list on the left side of your screen. 4. Left click your mouse and hold in the mouse button while dragging the icon to an empty outlined area to the right; see Figure 2, below. This will plug the Epsilon Interactive icon into SiteCatalyst and begin the integration process. 5. In Figure 3, below, Epsilon Interactive has been dropped into the upper left hand outline, but the dashed lines indicate that integration has not been accomplished. 6. When Integration is complete, not only does the Icon appear firmly locked in place but it appears in the table at the bottom of the screen in the Genesis list. From the list you have link options to Edit or to Deactivate the DREAMmail application.

5 Figure 2: Dragging the Epsilon Interactive icon into place When the icon is dropped into an available Genesis slot it will stay place; however, the outline remains dotted and unconnected, as shown below in Figure 3. Figure 3: Icon dropped to begin activation 7. As soon as the Epsilon Interactive icon is dropped into place, a series of pop-ups will appear. Complete the information and confirmation steps in these pop-ups to activate your new integration.

6 The following information, steps and screens will walk you through your activation process. The first popup, shown below in Figure 4, starts off with a question and then answers that question as follows: WHY INTEGRATE WITH DREAMMAIL? Current DREAMmail customers can increase returns from marketing. Understand campaign effectiveness from almost any angle, then remarket to customers based on cart abandonment, product purchases, product views and more. This integration will automatically synchronize metrics with Omniture metrics for closed-loop marketing to the right audience with maximum effectiveness. o Consolidate marketing and analytics data into one reporting interface o Optimize campaigns by conversion and contribution to revenue and site success o Remarket to key visitors and market segments based on cart abandonment, product purchases, product views, and much more spanning current and historical data (up to 90 days prior to activation) The preceding information was taken from top part of the following screen. Further information is provided in Figure 4, below. Figure 4: Prepare for the Integration Wizard

7 8. Read and understand all the information, both on the popup and at the links. a. Click on the link for Executive Overview with Pre-Requisites and be sure you understand and can agree with them. b. If you need more information about the application before proceeding, click on Click Here to learn more about Epsilon Interactive. 9. To proceed with activation, click in the Acceptance check box, then click on the Next > button. (The text from that statement is repeated in the Caution note placed below this figure.) If you are not ready to proceed at this time, click the Cancel button in the lower right-hand corner. 10. Your next popup screen is labeled Step 1 of 8. From here you are performing the actual integration procedures. CAUTION: Do NOT check this box and then click the Next > button until you are in full agreement with the terms discussed above and with the following statement which appears next to the checkbox: By activating the integration, I understand my company may incur fees as described above (see Fees Associated with This Integration). As an authorized representative of my company, I agree to the accompanying terms and to pay any applicable fees associated with this integration.

8 Figure 5: Integration Name and address popup Screen Step 1 of Specify the name your system will apply to this Epsilon Interactive integration. 12. Enter the address where you wish to receive confirmations or notices concerning this integration. 13. Click the Next > button to continue.

9 Figure 6: DMConnect Configuration Screen Step 2 of Type the name of the DREAMmail server. 15. Type the username and password for the DREAMmail user account you have created for SiteCatalyst integration. 16. Type your DREAMmail client information. 17. Your client name and site name each map to a specific SiteCatalyst report suite, and outgoing is connected to your site name. If you need assistance determining this information, consult your Epsilon Interactive Account Manager. 18. (Optional) Type the ftp host information. 19. SiteCatalyst uses secure FTP to export addresses to DREAMmail. If you do not enter an FTP host, SiteCatalyst will not be able to export your list back to DREAMmail. 20. Click Next > to continue.

10 NOTE: You may notice that there is no step three in the integration process. Step three is only presented if you enter an FTP host to which SiteCatalyst can export campaign data back to DREAMmail. Otherwise you will be taken directly to step four in the integration process. Figure 7: Designate DREAMmail Campaign Variable Screen Step 3 of Select the evar you are using to track addresses. 22. Click the check box next to the privacy notice. 23. Click Next > to continue.

11 Figure 8: Designate DREAMmail Message Id Variable Screen Step 4 of Select the evar you are using to store your DREAMmail message ID within SiteCatalyst. 25. Click Next > to continue.

12 Figure 9: Map Metrics Screen Step 5 of Select the DREAMmail metrics that you want to map to the corresponding SiteCatalyst metrics. The most common metrics selected include the following: 1. Delivered 2. HTML Opens 3. Total Clicks See Appendix A for a table of DREAMmail metrics and their definitions. 27. Click the box labeled Check here to import your DREAMmail Spotlight events if you would like to import this from DREAMmail. 28. Click Next > to continue. CAUTION: Choosing events already being used for other data tracking purposes can damage your SiteCatalyst data. Additionally, if you later decide to change these metrics, this will affect the validity of future reports. Also, you will need to ensure that the events that you choose for this integration are numeric or incrementor events. You can check this by clicking Admin > Report Suites, then selecting the report suite for which you are setting up the integration and clicking Edit Settings > Commerce > Success Events. The type column value should be numeric for all

13 events that you will be using in the integration. For more information on this, please contact Omniture Live Support. NOTE: You may notice that there is no step six in the integration process. Step six is only presented if you choose to import DREAMmail Spotlight events. Otherwise you will be taken directly to step seven in the integration process. Figure 10: Map Metrics Screen Step 6 of Select the DREAMmail Spotlight events that you want to map to the corresponding SiteCatalyst metrics. 30. Click Next > to continue.

14 Figure 11: Data Source Summary Screen Step 7 of 8 This screen confirms your integration configuration. If there is anything you have entered that you need to change, do it now by clicking the < Back button until you reach the affected screen. 31. Click the Save button to finish your DREAMmail Integration process.

15 Figure 12: marketing integration complete Screen Step 8 of 8 This screen confirms that all of your steps have been completely and correctly performed. It also informs that SiteCatalyst will automatically import your DREAMmail campaign data daily for the previous day, and that you can export an list from SiteCatalyst to DREAMmail using Data Warehouse. 32. Click the Close button to accept the confirmation. The integration will automatically process up to 90 days of historical data and then daily from the date on which the integration is enabled. See Appendix B for more information on configuring a Data Warehouse report to deliver an e- mail to DREAMmail.

16 Figure 13: Fully Integrated with SiteCatalyst (example) At the SiteCatalyst Genesis screen, you will find the Epsilon Interactive icon locked into place, again confirming that the integration process was completed satisfactorily. The integration process is now complete. You should see Epsilon Interactive listed at the bottom of the Genesis screen. To edit or to deactivate the DREAMmail integration, click on the appropriate link in the list.

17 Integrated Reporting within SiteCatalyst Figure 14: Typical Report from your Marketing Integration with DREAMmail The report in Figure 14, above, presents information only available with an marketing integration, such as with DREAMmail from Epsilon Interactive.

18 Appendix A: DREAMmail Metric Definitions Metric Delivered Invalids Pass Alongs HTML Opens Total Clicks Delivery Errors Bounce Backs Definition The number of addresses to which DREAMmail successfully delivered the message. The number of messages sent that could not be delivered because the address was incomplete or syntactically invalid. The number of recipients who clicked through on a message after it was forwarded to them. The number of unique subscribers who opened HTML-format messages (including messages previewed in Microsoft Outlook as well as autosense messages opened in an HTML-capable application). The total number of click-throughs for all message formats. The number of messages that could not be delivered because of an internal system error. The number of pushed messages that resulted in a bounce back.

19 Appendix B: Data Warehouse for DREAMmail Export You may wish to use the exporting capabilities of SiteCatalyst Data Warehouse to generate a customer list that can be used for highly targeted and timely re-marketing and cross-selling campaigns. For example, you may choose to generate a re-marketing list based on successful campaigns. With this information, a retailer may wish to offer a related accessory to all customers that purchased a specific item in the last month, while a media company may target all visitors that visited a specific site section. Generating a remarketing list of customers who did not purchase goods or services allows for targeted re-marketing to this audience. A retailer may choose to remarket by offering free shipping to all customers who abandoned their shopping cart after viewing the shipping cost page, while a financial site may customers that started, but never completed, a loan application. Follow the steps below to export an list back to DREAMmail. 1. Log in to SiteCatalyst. 2. Click the Advanced Analysis tab. 3. Click Custom Data Warehouse Report. 4. Enter the name of the request. If you want to replace the existing DREAMmail list, this name should match the list name you are exporting to in DREAMmail. Alternatively, you may wish to enter a different list name (you may have multiple lists). Additionally, request names should be

20 alphanumeric, as SiteCatalyst will remove all spaces and non-alphanumeric characters from your request name when processing your request. 5. Select the date range. You may use a relative (preset) date range and select from a list of preset date ranges, or you can specify an absolute (custom) date range Additionally, leave the granularity set at None because granularity settings typically do not apply when exporting lists. 6. Choose a segment. You can select a segment from the list of previously defined available segments, or you can create a new segment by clicking Add New. The Segment Definition Builder is used to create a new segment. Refer to Creating a New Segment Definition in this document. 7. In the Breakdown Column, click the Custom Insight tab. 8. Select the DREAMmail evar. 9. In the Schedule Delivery Options, click Advanced Options. In the Delivery Options window, you can set the delivery method and frequency for the data. For more information, refer to Scheduling Data Warehouse Request Delivery Options. 10. Click Request this Report. Depending on the amount of data being processed, Data Warehouse requests may take up to 72 hours to process. CREATING A SEGMENT DEFINITION 1. From the Choose a Segment Definition portion of the Data Warehouse Request Form, click Add New to display the Segment Definition Builder. 2. From the Components list of the left, drag and

21 drop an item onto the Include panel. For example, in the example to the right, Orders is being dropped into the segment. 3. Click the Click to Define Here link.

22 4. Define the rules that must be followed to define the component. In this case the order has been set to include those orders where the DREAMmail evar contains the symbol, where the tracking code contains DM, and the days since the last purchase is greater than one. 5. When you have created the filter to include all the necessary rules, click OK. Repeat this process until you have defined the segment definition as desired. SCHEDULING DATA WAREHOUSE DELIVERY OPTIONS 1. In the Data Warehouse Request Form, click Advanced Options in the Schedule Delivery section. 2. Leave the File Format check boxes blank. These settings typically do not apply when exporting lists. 3. Leave the filename as <Default>. 4. Under the File Destination section, click the Partner tab. 5. From the Partner tab, select DoubleClick. 6. From the Product drop-down list, select DARTmail. 7. If you wish to schedule the delivery, click the Schedule Delivery button. 8. Select the one-time or recurring delivery option and select the date, time, and/or frequency and end of the delivery. 9. Click OK.

23 Once the segment and scheduled delivery are defined, Omniture will generate the remarketing list at the scheduled time. The remarketing list will then be sent to Epsilon Interactive. You can then work directly with Epsilon Interactive to determine which campaigns are to be used with the remarketing list.

CheetahMail GENESIS I N TEGRATION GUIDE

CheetahMail GENESIS I N TEGRATION GUIDE CheetahMail 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 Neolane Ozon Data Connector for Adobe Analytics

Adobe Marketing Cloud Neolane Ozon Data Connector for Adobe Analytics Adobe Marketing Cloud Neolane Ozon Data Connector for Adobe Analytics Contents Neolane Ozon Data Connector for Adobe Analytics...3 Key Benefits and Features...3 Dynamic Marketing Segments...3 Before You

More information

Adobe Marketing Cloud Responsys Data Connector for Adobe Analytics

Adobe Marketing Cloud Responsys Data Connector for Adobe Analytics Adobe Marketing Cloud Responsys Data Connector for Adobe Analytics Contents Responsys Data Connector for Adobe Analytics...3 Integration Overview...3 Key Benefits...3 Integration Prerequisites...4 Deploying

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

Adobe Marketing Cloud Report Builder

Adobe Marketing Cloud Report Builder Adobe Marketing Cloud Report Builder Contents Adobe Report Builder Help...6 What's New in Report Builder...7 Report Builder 5.6...7 Report Builder 5.5...7 Report Builder 5.4...7 Report Builder 5.3...8

More information

Adobe Certified Professional: Implementation for Omniture EXAM GUIDE

Adobe Certified Professional: Implementation for Omniture EXAM GUIDE Adobe Certified Professional: Implementation for Omniture EXAM GUIDE Exam Guide for ACP: Implementation for Omniture PURPOSE OF ACP: IMPLEMENTATION EXAM GUIDE Adobe Training Services has created and published

More information

April Communication Manager User s Guide

April Communication Manager User s Guide April 2012 Communication Manager User s Guide Table of Contents Overview... 4 Navigating ecentral... 5 WebSync Wizard... 8 WebSync Setup... 8 Login Setup... 9 Schedule WebSync... 9 WebSync Options... 9

More information

MANAGING ACTIVITIES...

MANAGING ACTIVITIES... Sales Center Guide GETTING STARTED... 2 LOGGING INTO LASSO... 2 FINDING YOUR WAY AROUND... 3 CONTACTING SUPPORT... 3 ACCESSING THE SALES CENTER... 3 SALES CENTER TIPS... 5 SEARCHING FOR A REGISTRANT...

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

CAMPAIGNER MAGENTO EXTENSION SETUP GUIDE

CAMPAIGNER MAGENTO EXTENSION SETUP GUIDE CAMPAIGNER MAGENTO EXTENSION SETUP GUIDE This setup guide will help you integrate Magento with your Campaigner account. A API Settings API username/password You must enter the API credentials for your

More information

DOCUMENTUM D2. User Guide

DOCUMENTUM D2. User Guide DOCUMENTUM D2 User Guide Contents 1. Groups... 6 2. Introduction to D2... 7 Access D2... 7 Recommended browsers... 7 Login... 7 First-time login... 7 Installing the Content Transfer Extension... 8 Logout...

More information

Adobe SiteCatalyst Digital Publishing Report Guide

Adobe SiteCatalyst Digital Publishing Report Guide Adobe Digital Publishing Suite Report Guide Adobe SiteCatalyst Digital Publishing Report Guide Accessing analytics for Digital Publishing Suite Applications By Shikha Bhargava, Sr. Product Manager, Digital

More information

BeetleEye Application User Documentation

BeetleEye Application User Documentation BeetleEye Application User Documentation BeetleEye User Documentation 1 Table of Contents Welcome to the BeetleEye Application... 6 Overview... 6 Navigation... 6 Access BeetleEye... 6 Update account information...

More information

Getting Your Data out of Salesforce Leveraging Your Salesforce Data in ZoomInfo Shipping Data Back to Salesforce

Getting Your Data out of Salesforce Leveraging Your Salesforce Data in ZoomInfo Shipping Data Back to Salesforce 1 Table of Contents Getting Your Data out of Salesforce Importing Data from Salesforce to ZoomInfo Signing into Salesforce from ZoomInfo Selecting a Resource and Naming a File Filtering Your Data Processing

More information

Adobe Certified Professional: SiteCatalyst EXAM GUIDE

Adobe Certified Professional: SiteCatalyst EXAM GUIDE Adobe Certified Professional: SiteCatalyst EXAM GUIDE Exam Guide for ACP: SiteCatalyst PURPOSE OF ACP: SITECATALYST EXAM GUIDE Adobe Training Services has created and published this exam guide to help

More information

QUICK REFERENCE GUIDE

QUICK REFERENCE GUIDE QUICK REFERENCE GUIDE 1 Table of Contents Logging In 3 Navigating the Dashboards 4 Promotion Search 4 Trend Analysis 6 Sparkline/Segmentation 7 HelloWorld Analytics Toolbar 8 Promotion Summary Tab 9 Realtime

More information

User Guide. Customer Self Service (CSS) Web Application Progress Software Corporation. All rights reserved.

User Guide. Customer Self Service (CSS) Web Application Progress Software Corporation. All rights reserved. User Guide Customer Self Service (CSS) Web Application 1993-2017 Progress Software Corporation. Version 2.1 March 2017 Table of Contents Welcome... 3 Accessing the Customer Self Service (CSS) Web Application...

More information

Customer Instructions Manual

Customer Instructions Manual 2017 Customer Instructions Manual B2B Web Tool by LALIZAS Version: 05 13/9/2017 Contents 01 ORDER... 2 01.1 QUICK ORDER... 2 01.1.1 QUICK ORDER WITH CSV FILE... 4 01.2 STANDARD ORDER... 7 02 OFFERS...

More information

Sage ERP Accpac 6.0A. Financial Link Professional I User Guide

Sage ERP Accpac 6.0A. Financial Link Professional I User Guide Sage ERP Accpac 6.0A Financial Link Professional I User Guide 2010 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and all Sage ERP Accpac product and service names mentioned herein are

More information

DEALER RESOURCE CENTER TUTORIAL

DEALER RESOURCE CENTER TUTORIAL DEALER RESOURCE CENTER TUTORIAL Please review the General System Requirements and Navigation rules below before proceeding. System Requirements Internet Access is required; the faster, the better. It is

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications WordPress is an easy-to-use weblog system, providing numerous features like categories, ratings, as well as plugins installation. This installer application will easily install the WordPress tool to a

More information

Quick Setup Guide BY: AEXXIS LLC

Quick Setup Guide BY: AEXXIS LLC Quick Setup Guide BY: AEXXIS LLC The following is a quick setup guide for OrangeCRM. It is intended as a basic outline of a simple OrangeCRM setup. It may not cover every detail of your specific setup.

More information

Administrator Quick Guide

Administrator Quick Guide 1 Administrator Quick Guide Login Screen The first page employees will see when visiting their training site is the login screen. This is where employees must enter their username and password to access

More information

My MessageMedia User Guide

My MessageMedia User Guide My MessageMedia User Guide Copyright and Trademark Statement 2011 MessageMedia All rights reserved. Apart from any use permitted under the Copyright Act 1968, no part of this publication may be reproduced,

More information

Newsletter Popup v3.x Configuration for Magento 2

Newsletter Popup v3.x Configuration for Magento 2 Newsletter Popup v3.x Configuration for Magento 2 From Plumrocket Documentation Contents 1. Configuring Newsletter Popup 3.x Extension for Magento 2 2. Managing Newsletter Popups 3. Managing Newsletter

More information

Getting Started Guide

Getting Started Guide Getting Started Guide January 2015 Copyright Remarkety 2015 All Rights Reserved Table of Contents 1 INTRODUCTION...4 2 THE REMARKETY DASHBOARD...5 2.1 STATISTICS ELEMENTS... 6 3 CREATING A CAMPAIGN...7

More information

Top Producer for Palm Handhelds

Top Producer for Palm Handhelds Top Producer for Palm Handhelds Quick Setup Top Producer Systems Phone number: 1-800-830-8300 Email: support@topproducer.com www.topproducer.com Fax: 604.270.6365 Top Producer for Palm handhelds Quick

More information

InstaMember USER S GUIDE

InstaMember USER S GUIDE InstaMember USER S GUIDE How to Add & Edit a Product 1 How to Add & Edit a Product This guide will help you learn how to add, edit and manage different products on your InstaMember powered site. This includes

More information

What s New in IQ4.1 rev6

What s New in IQ4.1 rev6 General User Can Set Own Start Page You now have the ability to set your own start page in IQ. It can be the IQ Home Page or a List View. Navigate to the page you like, then open the Name link in the upper

More information

10/31/2016 Spark US 2016 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any

10/31/2016 Spark  US 2016 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any Email Guide 10/31/2016 Spark Email US 2016 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including

More information

1. Login to AutoCount Accounting on the account book that user wish to install this plug-in.

1. Login to AutoCount Accounting on the account book that user wish to install this plug-in. Page1 Introduction Plug-in is an add-on function for AutoCount Accounting. The purpose of this plug-in is to provide an approval platform for user to control their Sales and Purchase entries. System Requirement

More information

REPSPARK USER GUIDE 1

REPSPARK USER GUIDE 1 REPSPARK USER GUIDE 1 TABLE OF CONTENTS INTRODUCTION 3 CREATING A LOGIN Creating a Username and Password 4 Reset Password 5 GETTING STARTED Editing Profile Information 4 PRODUCTS Product Availability 6

More information

ENTERPRISE SUBSCRIBER GUIDE

ENTERPRISE SUBSCRIBER GUIDE ENTERPRISE SUBSCRIBER GUIDE Enterprise Subscriber Guide 880 Montclair Road Suite 400 Birmingham, AL 353 www. TABLE OF CONTENTS Table of Contents Introduction...6 Logging In...6 Navigation Bar, Sub-Menu

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

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes:

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes: ASTRA USER GUIDE 1. Introducing Astra Schedule Astra Schedule is the application used by Academic Space Scheduling & Utilization to schedule rooms for classes and by academic colleges, schools, and departments

More information

18B. Integrating Oracle Commerce Cloud and Oracle Responsys

18B. Integrating Oracle Commerce Cloud and Oracle Responsys 18B Integrating Oracle Commerce Cloud and Oracle Responsys Integrating Oracle Commerce Cloud and Oracle Responsys Product version: 18B Release date: 4-26-18 Document identifier: CCMarketingInteg1804261435

More information

Adobe Marketing Cloud Marketing Channels

Adobe Marketing Cloud Marketing Channels Adobe Marketing Cloud Marketing Channels Contents Marketing Channel Documentation Home...4 Getting Started with Marketing Channels...5 About Marketing Channel Reports...6 About Channels and Rules...7 Automatic

More information

Marketing Operations Cookbook

Marketing Operations Cookbook Marketing Operations Cookbook Rev: 2013-12-02 Sitecore CMS 6.6 Marketing Operations Cookbook A marketer's guide to managing how your website engages with your visitors Table of Contents Chapter 1 Introduction...

More information

SAFILONET MANUAL REVISION SAFILONET Sàfilo Group s e-business system

SAFILONET MANUAL REVISION SAFILONET Sàfilo Group s e-business system SAFILONET Sàfilo Group s e-business system Revision 2014 1 INDEX 1. INTRODUCTION TO SAFILONET 1.1 Hardware and Software 1.2 Username and Password 1.3 Advice on using the site 1.4 Content visibility 1.5

More information

Velocify Admin The Velocify Admin tab has been re-designed to provide a much better user experience, focusing on selfservice

Velocify Admin The Velocify Admin tab has been re-designed to provide a much better user experience, focusing on selfservice Contents Velocify Admin... 3 Objects Supported by... 3 Full Support for Accounts and Contacts... 4 How do I enable and configure new objects in Velocify?... 4 How do I build my Sales Strategy with my newly

More information

USER MANUAL. TapCRM TABLE OF CONTENTS. Version: 1.4

USER MANUAL. TapCRM TABLE OF CONTENTS. Version: 1.4 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of TapCRM... 1 Prerequisites... 1 Installation & Configuration... 2 TapCRM Plug-in Installation... 2 Front Side Instructions... 9 Contact Us...

More information

FastStats Integration

FastStats Integration Guide Improving results together 1 Contents Introduction... 2 How a campaign is conducted... 3-5 Configuring the integration with PureResponse... 4-17 Using Cascade with the PureResponse platform... 17-10

More information

RITIS Training Module 9 Script

RITIS Training Module 9 Script RITIS Training Module 9 Script Welcome to the Regional Integrated Information System or RITIS Module 09 CBT. To begin, select the start button or press Shift+N on your keyboard. This training module will

More information

ishipdocs User Guide

ishipdocs User Guide ishipdocs User Guide 11/8/2016 Disclaimer This guide has been validated and reviewed for accuracy. The instructions and descriptions it contains are accurate for ishipdocs. However, succeeding versions

More information

Contents. Announcer Pro Version 4.6 Page 2 of 35 Version V4.6

Contents. Announcer Pro Version 4.6 Page 2 of 35 Version V4.6 User Guide Contents 1. Introduction... 3 1.1. Getting Started... 3 1.2. Navigation... 4 2. Create a Newsletter... 6 2.1. Confirm Company Details... 6 2.2. Choose Template... 8 2.3. Edit Newsletter... 8

More information

Visual Workflow Implementation Guide

Visual Workflow Implementation Guide Version 30.0: Spring 14 Visual Workflow Implementation Guide Note: Any unreleased services or features referenced in this or other press releases or public statements are not currently available and may

More information

Doc. Version 1.0 Updated:

Doc. Version 1.0 Updated: OneStop Reporting Report Composer 3.5 User Guide Doc. Version 1.0 Updated: 2012-01-02 Table of Contents Introduction... 2 Who should read this manual... 2 What s included in this manual... 2 Symbols and

More information

StreamOne Cloud Marketplace. Order and Management Guide

StreamOne Cloud Marketplace. Order and Management Guide StreamOne Cloud Marketplace Order and Management Guide StreamOne Cloud Marketplace Order and Management Table of Contents Navigating to the StreamOne Cloud Marketplace Creating a Quote Converting a Quote

More information

1/26/2017 Autochartist - MetaTrader Plugin. MetaTrader Plugin.

1/26/2017 Autochartist - MetaTrader Plugin. MetaTrader Plugin. MetaTrader Plugin http://www.autochartist.com/metatrader-plugin/index.jsp?download=true 1/10 1. Installation Step 1 The first window will ask you to select the language you wish to display during the rest

More information

A quick guide to. Getting Started

A quick guide to. Getting Started A quick guide to Getting Started In this guide... Learn how to build your list, create engaging email messages, and convert contacts into customers, using industry-leading GetResponse features. Table of

More information

Making online easy. Cube Reviews User Guide

Making online easy. Cube Reviews User Guide Making online easy Cube Reviews User Guide Introduction page Funnel How to Link Your Review Sites page How to Customise Funnel Content page How to Customise Funnel Set-Up page 7 Widgets page 8 Invites

More information

Campaign Manager for Sitecore CMS 6.3

Campaign Manager for Sitecore CMS 6.3 E-Mail Campaign Manager Marketer's Guide Rev: 2013-01-24 E-Mail Campaign Manager for Sitecore CMS 6.3 Marketer's Guide User guide for marketing analysts and business users Table of Contents Chapter 1 Introduction...

More information

SECTION 5 USING STUDENT

SECTION 5 USING STUDENT SECTION 5 USING STUDENT EMAIL 5. USING STUDENT EMAIL On enrolling at the University all students automatically have an email account created. Account creation depends on a student successfully enrolling

More information

CheckNet Users Manual

CheckNet Users Manual CheckNet Users Manual Table of Contents Chapter 1: Logging In Logging In... 3 Forgot Password... 4 Remembering Password Using Hint... 4 Forgot Password Using E-Mail... 4 Initial Log In - Updating User

More information

ClientNet Admin Guide. Boundary Defense for

ClientNet Admin Guide. Boundary Defense for ClientNet Admin Guide Boundary Defense for Email DOCUMENT REVISION DATE: Feb 2012 ClientNet Admin Guide / Table of Contents Page 2 of 36 Table of Contents OVERVIEW... 3 1 INTRODUCTION... 3 1.1. AUDIENCE

More information

Public Store User Guide. Version 1.1. Page 1 of 22. Version 1.1

Public Store User Guide. Version 1.1. Page 1 of 22. Version 1.1 Page 1 of 22 Table of Contents Introduction... 3 Managing Your Account... 4 Editing Contact Information... 5 Managing Addresses... 6 Thesis Submission... 9 Print Job Submission... 14 Changing the Print

More information

VMp Technical Support Phone: Online request:

VMp Technical Support Phone: Online request: Copyright 2011 ViewCast Corporation. All rights reserved. ViewCast, Niagara SCX, ViewCast logo, Osprey, Niagara, SimulStream, Niagara logo, SchedulStream, GoStream, and ViewCast Media Platform (VMp) are

More information

GOOGLE ANALYTICS HELP PRESENTATION. We Welcome You to. Google Analytics Implementation Guidelines

GOOGLE ANALYTICS HELP PRESENTATION. We Welcome You to. Google Analytics Implementation Guidelines GOOGLE ANALYTICS HELP PRESENTATION We Welcome You to Google Analytics Implementation Guidelines 05/23/2008 Ashi Avalon - Google Analytics Implementation Presentation Page 1 of 28 1) What Is Google Analytics?

More information

X2 1:1 Meeting Scheduler Quick Start Guide

X2 1:1 Meeting Scheduler Quick Start Guide X2 1:1 Meeting Scheduler Quick Start Guide This document will provide the necessary information to begin making 1:1 Meeting bookings for the 5th Annual X2 Conference 2018. Remember, 1:1 Meetings are an

More information

Episerver Reach. Mail User Guide

Episerver Reach. Mail User Guide Episerver Reach Mail User Guide Episerver Reach Mail User Guide 18-6 Table of Contents 3 Table of contents Overview of Mail 6 Accessing Mail 8 Setting up a Mail campaign 11 Styling the product information

More information

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge.

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge. IBM Cognos Analytics Create a Crosstab The following instructions cover how to create a crosstab report in IBM Cognos Analytics. A crosstab is a report type in Cognos that displays an analytical look at

More information

Magento Integration Manual (Version /15/2017)

Magento Integration Manual (Version /15/2017) Magento Integration Manual (Version 2.1.1-05/15/2017) Copyright Notice The software that this user documentation manual refers to, contains proprietary content of Megaventory Inc. and Magento (an ebay

More information

Oracle Responsys Classic Connect

Oracle Responsys Classic Connect http://docs.oracle.com Oracle Responsys Classic Connect User Guide 2018, Oracle and/or its affiliates. All rights reserved 13-Sep-2018 Contents 1 Connect 5 2 Creating Export Jobs in Classic Connect 6 2.1

More information

For Windows Microsoft Corporation. All rights reserved.

For Windows Microsoft Corporation. All rights reserved. For Windows 1 About Skype for Business... 4 Skype for Business Window... 5 Audio... 6 Set up your audio device... 6 Make a call... 6 Answer a call... 7 Use audio call controls... 7 Check voicemail... 8

More information

USER MANUAL. Calendar 365 TABLE OF CONTENTS. Version: 4.0

USER MANUAL. Calendar 365 TABLE OF CONTENTS. Version: 4.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Calendar 365... 1 Pre-requisites... 2 Installation... 2 Installation Steps... 2 Configuration Steps... 5 Calendar Management... 19 Calendar Activities...

More information

AT&T Cloud Solutions Portal. Account and User Management Guide

AT&T Cloud Solutions Portal. Account and User Management Guide AT&T Cloud Solutions Portal Account and User Management Guide October 2017 1 Legal Disclaimer The information contained in this document should not be duplicated, transmitted, or disclosed, in whole or

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

The remarketing report

The remarketing report The remarketing report Benchmark data and analysis on connecting web behavior to email marketing An Experian Cheetahmail white paper The remarketing report: Benchmark data and analysis on connecting web

More information

A quick guide to. Getting Started

A quick guide to. Getting Started A quick guide to Getting Started World s Easiest Email Marketing. In this guide... Learn how to build your list, create engaging email messages, and convert contacts into customers, using industry-leading

More information

User Guide. PartnerPortal Support at your Fingertips

User Guide. PartnerPortal Support at your Fingertips User Guide PartnerPortal Support at your Fingertips Table of Contents How to Access the PartnerPortal pg. 3 PartnerPortal User Settings pg. 4 Placing an Order pg. 5-6 Wish List pg. 7 Pricing pg. 8 Submitting

More information

Version Number 14.3 Updated 1/26/2015

Version Number 14.3 Updated 1/26/2015 Purchasing South Dakota Board of Regents Human Resources/Finance Information Systems Version Number 14.3 Updated 1/26/2015 Page 1 Table of Contents Welcome 3 Overview 3 Intended Audience 3 Documentation

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

Step-by-Step Guide to Set Up Your Challenge Opt-In Page with MailChimp and LeadPages (last updated August 6, 2017)

Step-by-Step Guide to Set Up Your Challenge Opt-In Page with MailChimp and LeadPages (last updated August 6, 2017) Step-by-Step Guide to Set Up Your Challenge Opt-In Page with MailChimp and LeadPages (last updated August 6, 2017) MailChimp is a beginner-level marketing automation platform and an email marketing service.

More information

Importing source database objects from a database

Importing source database objects from a database Importing source database objects from a database We are now at the point where we can finally import our source database objects, source database objects. We ll walk through the process of importing from

More information

Reporter User Guide RapidFire Tools, Inc. All rights reserved Ver 4T

Reporter User Guide RapidFire Tools, Inc. All rights reserved Ver 4T Reporter User Guide 2017 RapidFire Tools, Inc. All rights reserved 20171102 Ver 4T Contents Overview... 3 Components of the Reporter... 3 Reporter Appliance... 3 Network Detective Application... 3 Diagnostic

More information

USER HANDBOOK FOR THE VNG-BUSINESSPORTAL

USER HANDBOOK FOR THE VNG-BUSINESSPORTAL USER HANDBOOK FOR THE VNG-BUSINESSPORTAL 2018 1 Table of Contents 1. Login and first-time registration... 3 2. Login and forgotten password... 4 3. Marketinformation... 7 4. Pricemonitor... 9 5. Click

More information

eedge Basics: Send the Right Message at the Right Time Using eedge mymarketing

eedge Basics: Send the Right Message at the Right Time Using eedge mymarketing eedge Basics: Send the Right Message at the Right Time Using eedge mymarketing March 16, 2015, v. 1 eedge Basics: Learn to Use eedge mymarketing 1 TABLE OF CONTENTS Launch a New Campaign... 3 1: Edit the

More information

Installation Guide. Research Computing Team V2.0 RESTRICTED

Installation Guide. Research Computing Team V2.0 RESTRICTED Installation Guide Research Computing Team V2.0 RESTRICTED Document History This document relates to the BEAR DataShare service which is based on the product Power Folder, version 10.3.232 ( some screenshots

More information

CyberSource Business Center

CyberSource Business Center CyberSource Business Center CS3-609-06-16-09 Copyright 2009 Harris Connect, LLC. all rights reserved. Reproduction in any form without the express written consent of Harris Connect, LLC. is strictly prohibited

More information

Dealer Getting Started Guide

Dealer Getting Started Guide Table of Contents TABLE OF CONTENTS...1 INTRODUCTION...2 UNDERSTANDING PORTALS AND LOGGING IN...2 CREATING A SUBSCRIBER...3 REGISTERING A BEACON TO A SUBSCRIBER...4 COMPLETING THE SUBSCRIBER SETUP...7

More information

Using Market Insight for UCC Secured Party Data

Using Market Insight for UCC Secured Party Data Using Market Insight for UCC Secured Party Data A Selection is the core of most of the work performed in Market insight. Selections are filters that enable you to identify, count and then analyze segments

More information

IBM emessage Version 9 Release 1 February 13, User's Guide

IBM emessage Version 9 Release 1 February 13, User's Guide IBM emessage Version 9 Release 1 February 13, 2015 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 471. This edition applies to version

More information

Investigator Site OC RDC PDF User Guide

Investigator Site OC RDC PDF User Guide Investigator Site OC RDC PDF User Guide Version 1.0 Page 1 of 40 TABLE OF CONTENTS Accessing OC RDC Steps for Access 3 Logging On 4 Change Password 4 Laptop and System Security 5 Change Study 5 Navigating

More information

4/27/2018 Blackbaud Internet Solutions 4.5 US 2015 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted

4/27/2018 Blackbaud Internet Solutions 4.5  US 2015 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted Email Guide 4/27/2018 Blackbaud Internet Solutions 4.5 Email US 2015 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic,

More information

Sign-up Forms Builder for Magento 2.x. User Guide

Sign-up Forms Builder for Magento 2.x. User Guide eflyermaker Sign-up Forms Builder 2.0.5 for Magento 2.x User Guide 2 eflyermaker Dear Reader, This User-Guide is based on eflyermaker s Signup-Form Builder Plugin for Magento ecommerce. What follows is

More information

TIS HELP FOR INDEPENDENT OPERATORS CONTENTS

TIS HELP FOR INDEPENDENT OPERATORS CONTENTS TIS HELP FOR INDEPENDENT OPERATORS CONTENTS 1 INTRODUCTION... 3 1.1 TIE... 3 1.2 Account set up in TIS... 3 1.3 VAT number (EU only)... 3 1.4 Business license number (China only)... 3 1.5 Access levels...

More information

1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name, , and password in the appropriate

1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name,  , and password in the appropriate 1 4 9 11 12 1 1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name, email, and password in the appropriate blanks and click next. 4. Choose Allow

More information

Sales Order Configurator

Sales Order Configurator Sales Order Configurator User Guide Version 4.1 Mar 2016 Objective This user guide describes the Sales Order Configurator (SOC) system which is be used to place orders for Schneider software products.

More information

GUIDE TO SILVER BACK OFFICE FOR NCR SILVER PRO RESTAURANT

GUIDE TO SILVER BACK OFFICE FOR NCR SILVER PRO RESTAURANT GUIDE TO SILVER BACK OFFICE FOR NCR SILVER PRO RESTAURANT CONTENTS INTRODUCTION... 7 LOGGING INTO SILVER BACK OFFICE... 8 MY STORE... 9 ACTIVITY SUMMARY... 9 SALES DASHBOARD... 10 CUSTOMER DASHBOARD...

More information

The following topics describe how to work with reports in the Firepower System:

The following topics describe how to work with reports in the Firepower System: The following topics describe how to work with reports in the Firepower System: Introduction to Reports Introduction to Reports, on page 1 Risk Reports, on page 1 Standard Reports, on page 2 About Working

More information

Campaign Manager 2.0 for Sitecore CMS 6.6

Campaign Manager 2.0 for Sitecore CMS 6.6 E-Mail Campaign Manager 2.0 Marketer's Guide Rev: 2014-06-11 E-Mail Campaign Manager 2.0 for Sitecore CMS 6.6 Marketer's Guide User guide for marketing analysts and business users Table of Contents Chapter

More information

PLEXUS PAY PORTAL YOUR HOW-TO GUIDE

PLEXUS PAY PORTAL YOUR HOW-TO GUIDE PLEXUS PAY PORTAL YOUR HOW-TO GUIDE - 1 - Table of Contents Activate Account Activating Your Pay Portal Account 3 Navigating your Plexus Pay Portal 8 Managing your funds 17 Activating your Prepaid Card

More information

BBVA Compass Spend Net Payables

BBVA Compass Spend Net Payables User Guide BBVA Compass Spend Net Payables User Guide Vault Services Table of Contents Introduction 2 Technical Requirements 2 Getting started 3 Sign In 3 General Navigation 4 Upload/Create Payment 5

More information

Sitecore E-Commerce Cookbook

Sitecore E-Commerce Cookbook Sitecore E-Commerce Cookbook Rev: 2011-09-12 Sitecore E-Commerce Fundamental Edition 1.1 Sitecore E-Commerce Cookbook A marketer's guide to the Sitecore E-Commerce Fundamental Edition Sitecore E-Commerce

More information

How to Power Up Your -Marketing ROI FulcrumTech, LLC. All Rights Reserved.

How to Power Up Your  -Marketing ROI FulcrumTech, LLC. All Rights Reserved. 1 How to Power Up Your Email-Marketing ROI 2 What ROI Should You Email marketing continues to be an incredibly cost-effective marketing tool. A 2016 survey of U.S. marketers revealed that email generated

More information

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central Table of Contents Installation Guide... 3 eshop Account Registration in Dynamics 365 Business Central:... 3 eshop Setup

More information

Marketing tools for Check-Inn Setup Guide & Manual. Rev. 1/22/16

Marketing tools for Check-Inn Setup Guide & Manual. Rev. 1/22/16 Marketing tools for Check-Inn Setup Guide & Manual Rev. 1/22/16 2015 Innsoft, Inc. Contents License & warranty... 5 Customer support... 6 Acknowledgement... 6 Introduction... 7 Getting Started... 8 Installation...

More information

Admin/User Manual SoftPal.com.ng

Admin/User Manual SoftPal.com.ng Admin/User Manual SoftPal.com.ng 2 THIS MANUAL IS DIVIDED INTO THREE PARTS: 1. THE MEMBER CONTROL PANEL 2. THE ADMIN CONROL PANEL 3. THE CONTENT MANAGEMENT PANEL THE MEMBER CONTROL PANEL is visible to

More information

ACE USER MANUAL ACE Development Team ANALOG DEVICES, INC., OCTOBER 2015

ACE USER MANUAL ACE Development Team ANALOG DEVICES, INC., OCTOBER 2015 ACE USER MANUAL ACE Development Team ANALOG DEVICES, INC., OCTOBER 2015 Contents 1 Introduction... 3 2 Getting Started with ACE... 3 2.1 Installation Instructions... 3 2.2 Quick Start... 5 2.3 Showing

More information

GET TO KNOW MARKETING AUTOMATION

GET TO KNOW MARKETING AUTOMATION GET TO KNOW MARKETING AUTOMATION for Microsoft Dynamics CRM ONLINE Friday, June 10 2016 01:00 PM EDT Microsoft Dynamics CRM Center of your Digital Strategy Historically, Microsoft Dynamics CRM is known

More information