BrightTag ONE Platform Implementation Best Practices: Building Structured Data Layers

Size: px
Start display at page:

Download "BrightTag ONE Platform Implementation Best Practices: Building Structured Data Layers"

Transcription

1 Page 1 of 5 Page 1 of 5 BrightTag ONE Platform Implementation Best Practices: Building Structured Data Layers To pull data from your website and pass it into tags, BrightTag uses a Data Dictionary made up of Data s that are defined and then mapped to the website through a set of explicit instructions called Data Binding Expressions (DBEs) When mapping your Data Dictionary into BrightTag, one method is to use data that already exists across your website; for example by pulling values from an HTML element using CSS selectors, grabbing parameters in URL query strings, or even using values stored in the first party cookie. BrightTag is fully capable of collecting data in this manner. However, to ensure completeness of data capture, the recommended approach is to add a Structured Data Layer into your pages by placing JavaScript tracking objects into your page source. This structured data layer ensures that BrightTag always knows where to find the data your tags need and what events to listen for. It also ensures that the data is always available even when your site changes. When implementing a tracking object, we recommend formatting the data using JSON. This provides a clean consistent way to support cases that require an array of data, such as tracking multiple items within an order. BrightTag does not have explicit requirements on the syntax, but has provided the following recommended examples across different types of sites: E- Commerce Site Example: customerid : VALUE, items : { discount : VALUE navigation.customerid items.productid items.productname items.productcategory items.price items.discount Product or Homepage user, if applicable The unique ID for the product product detail page. The name for the product The category for the product (i.e.: Appliances or Electronics) The final price of the items The discounted amount of the item Recommended Data Structure on Shopping Cart and Sales Confirmation Pages Item Numbers: Page 1 of 5 Item Numbers: Page 1 of 5

2 Page 2 of 5 Page 2 of 5 For shopping cart and sales confirmation pages, additional data is recommended. In this example, pagedata is an object populated with data from an order confirmation page. pagedata.navigation contains several nested objects capturing key/values that may exist across every page of the site. Meanwhile pagedata.items is an array of objects. The number of objects within pagedata.items would change based on the number of items purchased. For example, if a user purchases 3 products, there will be 3 separate product IDs declared in the array. customerid : VALUE, order : { total : VALUE, tax : VALUE, shipping : VALUE, discount : VALUE items : [{ discount : VALUE, quantity : VALUE, subtotal : VALUE } { discount : VALUE, quantity : VALUE, subtotal : VALUE }] navigation.customerid order.id order.total order.tax order.shipping order.discount items.productid items.productname items.productcategory items.price items.discount items.quantity items.subtotal user, if applicable The unique order ID The total revenue associated with the order The amount of tax associated with the order The amount of shipping charges associated with the order The amount of discounts associated with the order (i.e.: coupons) The unique ID for the product in the shopping cart The name for the product in the shopping cart The category for the product in the shopping cart (i.e.: Appliances or Electronics) The final price of the items in the shopping cart The discounted amount of the item in the shopping cart The total quantity of the item purchased The total revenue associated with this item purchased Airline Booking Site Example Item Numbers: Page 2 of 5 Item Numbers: Page 2 of 5

3 Page 3 of 5 Page 3 of 5 flight : { origin : VALUE, destination : VALUE, departure_date : VALUE, return_date : VALUE, guests : VALUE, flight.origin flight.destination flight.departure_date flight.return.date flight.guests Search Results or Homepage The departure city requested The destination city requested Departure date requested Return date requested Number of travelers Recommended Data Structure on Booking Confirmation Pages For checkout and booking confirmation pages, additional data about the reservation details is recommended: reservation : { total : VALUE flight : { origin : VALUE, destination : VALUE, departure_date : VALUE, return_date : VALUE, guests : VALUE, reservation.id reservation.total flight.origin flight.destination flight.departure_date flight.return.date flight.guests The unique reservation ID The total value of the reservation The departure city requested The destination city requested Departure date requested Return date requested Number of travelers Hotel Booking Site Example Search Results or Homepage Item Numbers: Page 3 of 5 Item Numbers: Page 3 of 5

4 Page 4 of 5 Page 4 of 5 detail page. The location for the The rack rate for the room Recommended Data Structure on Booking Confirmation Pages For checkout and booking confirmation pages, additional data about the reservation details is recommended: reservation : { total : VALUE, checkin : VALUE, checkout : VALUE, guests : VALUE reservation.id reservation.total reservation.checkin reservation.checkout reservations.guests The unique reservation ID The total value of the reservation The check- in date The check- out date The number of guests on the reservation The location for the The rack rate for the room Real Estate / Classifieds (Lead Generation) Site Example Recommended Data Structure on Browse (Non- Confirmation) Pages For all non- confirmation pages, the following JSON structure is recommended to represent data on the pages:.type Rent a Home or Buy a Home member, if applicable The type of (rental home vs home for sale) Item Numbers: Page 4 of 5 Item Numbers: Page 4 of 5

5 Page 5 of 5 Page 5 of 5 type : VALUE, detail page. The location for the The price of the Recommended Data Structure on Lead Confirmation Pages For lead confirmation pages, additional data about the lead is recommended: lead : { customer : VALUE, type : VALUE, lead.id lead.customer.type The unique lead ID ID that distinguishes the customer (sometimes a hashed address) The type of (rental home vs home for sale) in the lead the person is interested in The location for the The price of the As these examples hopefully demonstrate, a Structured Data Layer can be complimented with specific data depending on the nature of the site and the type of data that is most relevant. For further information or advice, please contact your BrightTag representative. Item Numbers: Page 5 of 5 Item Numbers: Page 5 of 5

Incarcerated Student Online Ordering Procedures INTRODUCTION

Incarcerated Student Online Ordering Procedures INTRODUCTION INTRODUCTION This ordering guide gives step by step instructions on placing online orders for purchasing required and recommended materials for Incarcerated students enrolled in the Distance Learning Program.

More information

Sliding PayPal Shopping Cart 2 DMXzone

Sliding PayPal Shopping Cart 2 DMXzone Table of contents Table of contents... 1 About Sliding PayPal Shopping Cart 2... 2 Features in Detail... 3 The Basics: Use Sliding PayPal Shopping Cart 2 on your Page... 21 Advanced: Different Options

More information

Universal Data Object Guide

Universal Data Object Guide Universal Data Object Guide Version 1.8 Examples and Best Practices 2015 Tealium, Inc. All rights reserved. Table of Contents The Universal Data Object... 4 UDO Variable Guidelines... 4 UDO Best Practices...

More information

Extra Fee for Magento 2

Extra Fee for Magento 2 Extra Fee for Magento 2 Magento 2 Extension User Guide Official extension page: Extra Fee for Magento 2 Page 1 Table of contents: 1. General settings.....3 2. Extra Fees Creation.....5 3. Condition Settings...11

More information

Concur Cliqbook Travel New User Interface

Concur Cliqbook Travel New User Interface The enhanced User Interface (UI) known as Hooville was designed to improve the user experience in many ways, including increased usability, improved filtering, and more search results. Using the wizard

More information

QUICK REFERENCE GUIDE. Version

QUICK REFERENCE GUIDE. Version QUICK REFERENCE GUIDE Version 2.10.16 TABLE OF CONTENTS LOGGING INTO CERTIFY PASSWORD Lost Password Reset My Password DISPLAY OPTIONS ASSIGN MY TRAVEL PLANNER SWITCH TRAVELERS UPDATE TRAVEL PREFERENCES

More information

Checkout Success Page v2.x Configuration for Magento 2

Checkout Success Page v2.x Configuration for Magento 2 Checkout Success Page v2.x Configuration for Magento 2 From Plumrocket Documentation Contents 1. Configuring Checkout Success Page Extension 2. Testing Checkout Success Page for Magento 2 2.1. Preview

More information

CS 160: Lecture 15. Outline. How can we Codify Design Knowledge? Motivation for Design Patterns. Design Patterns. Example from Alexander: Night Life

CS 160: Lecture 15. Outline. How can we Codify Design Knowledge? Motivation for Design Patterns. Design Patterns. Example from Alexander: Night Life Outline CS 160: Lecture 15 Professor John Canny Fall 2004 Motivation Design patterns in architecture & SE Web design patterns Home page patterns E-commerce patterns 11/1/2004 1 11/1/2004 2 How can we Codify

More information

VALO Commerce. Beam Suntory User Guide

VALO Commerce. Beam Suntory User Guide VALO Commerce Beam Suntory User Guide Beam Suntory User Guide Access Your VALO Commerce Site through CONNECT Navigate to https://intlconnect.beamsuntory.com and click on the InnerWorkings tile to access

More information

Shopping Basket and Order Requirements

Shopping Basket and Order Requirements Page 1 of 41 Page 2 of 41 1. The user can browse the site and select the product items to be added to the Shopping basket. Use the Catalog link to search and add products to the shopping basket or click

More information

Applicant and Traveler s Guide

Applicant and Traveler s Guide Manual: July 2015 Applicant and Traveler s Guide Contents 1. Introduction... 4 2. Online Request... 4 2.1 Booking an Air Segment Online... 4 2.2 Booking Accommodation Online... 7 2.3 Car Rental... 9 3.

More information

NTS ONLINE BOOKING TOOL SABRE.RES

NTS ONLINE BOOKING TOOL SABRE.RES NTS ONLINE BOOKING TOOL SABRE.RES National Travel Systems is pleased to present its online booking tool that offers state travelers another means to search fares and schedules that offer the best value

More information

Property Systems Training Bulletin

Property Systems Training Bulletin Property Systems Training Bulletin Title: Creating a Meeting Room Booking in choiceadvantage Audience: Hotel General Manager, Director of Sales Date: April 20, 2011 What s happening? Renting your meeting

More information

Concur Travel User Guide

Concur Travel User Guide Concur Travel User Guide 1 Table of Contents What is Concur?... 3 Concur Modules... 3 Logging on to Concur... 5 Exploring the Home Page... 6 Updating Your Travel Profile... 7 Personal Information... 7

More information

How to obtain log-in Information. How to log-in to FNB Online Catalog

How to obtain log-in Information. How to log-in to FNB Online Catalog Table of Contents 1. How to obtain log-in information and log-in pg. 2 2. Start your order pg. 3 3. Choose product details, confirm and check-out pg. 4 4. Select Purchase Type: Affiliate or Personal pg.

More information

Table of Contents. Buyer Functions Buyer Responsibilities: Create and submit orders for approval and manage personal profile and preferences.

Table of Contents. Buyer Functions Buyer Responsibilities: Create and submit orders for approval and manage personal profile and preferences. Table of Contents Buyer Functions Buyer Responsibilities: Create and submit orders for approval and manage personal profile and preferences. Web site Login Page # Login Process 3 Reset Password 4 Authorize

More information

Welcome to the Goddess Purchasing Portal!

Welcome to the Goddess Purchasing Portal! Goddess Purchasing Portal Quick Reference Guide Welcome to the Goddess Purchasing Portal! URL http://www.goddessproductsinc.com/arkansas.html Login Password Your State of Arkansas Email Address Welcome1

More information

Isabell Florist Shopping Guide at Isabell Florist

Isabell Florist Shopping Guide at   Isabell Florist Isabell Florist (PG 0220580-A) http://www.isabellflorist.com HP: +6012-4451399 Fax: +604-5089913 Step by Step Order Online 1) First, when you are at our Website at www.isabellflorist.com, there are some

More information

Getting Started with nopcommerce

Getting Started with nopcommerce Getting Started with nopcommerce Brandon Atkinson Chapter No. 2 "The Public-facing Storefront" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter

More information

Quick Guide: Booking

Quick Guide: Booking Guide This Guide will take you through the basic steps for the online booking of flights, rental cars and hotels. Accessing Concur 1. Go to Travel.ouhsc.edu and login with your HSC credentials. Travel

More information

Online Booking Guide March 2017

Online Booking Guide March 2017 Online Booking Guide March 2017 Contents GetThere Supported Browser Versions... 3 Connectivity and Response Time... 4 Introduction... 4 Logging In... 5 Travel Arranger Homepage... 6 More Than 50 Travelers...

More information

FUNCTIONAL SIZE MEASUREMENT USING THE COSMIC METHOD EXAMPLE: ONLINE SHOPPING

FUNCTIONAL SIZE MEASUREMENT USING THE COSMIC METHOD EXAMPLE: ONLINE SHOPPING FUNCTIONAL SIZE MEASUREMENT USING THE COSMIC METHOD EXAMPLE: ONLINE SHOPPING Copyright 2014. All Rights Reserved. Mónica Villavicencio and Alain Abran Permission to copy all or part of this material is

More information

ecommerce USER GUIDE

ecommerce USER GUIDE ecommerce USER GUIDE ecommerce USER GUIDE TABLE OF CONTENTS Page Page Page Page Page 7 Page 8 Page 9 Page 0 Page Page Page Page Page 7 Page 8 Page 9 Page 0 What s New in the Latest Version Login Ask to

More information

JACKRABBIT SYSTEMS JRES RESERVATION ENGINE USER GUIDE & HANDBOOK

JACKRABBIT SYSTEMS JRES RESERVATION ENGINE USER GUIDE & HANDBOOK JACKRABBIT SYSTEMS JRES RESERVATION ENGINE USER GUIDE & HANDBOOK CONTENTS Introduction and Overview.... 2 Getting Started.... 4 Setting up PayPal... 6 The User Experience.... 7 FAQ.... 11 Contact Us....

More information

Vision Document. Online Book Store. Version 1.0. Vamsi Krishna Mummaneni. CIS 895 MSE Project KSU. Major Professor. Dr.

Vision Document. Online Book Store. Version 1.0. Vamsi Krishna Mummaneni. CIS 895 MSE Project KSU. Major Professor. Dr. Online Book Store Version 1.0 Vamsi Krishna Mummaneni CIS 895 MSE Project KSU Major Professor Dr.Torben Amtoft 1 Table of Contents 1. Introduction 3 1.1. Purpose and Motivation 3 2. Project Overview 3

More information

Your FlightPath Guide

Your FlightPath Guide Your FlightPath Guide Welcome to FlightPath, your flight booking tool We ve put together this short guide to help you get to grips with FlightPath and its key features and benefits. Please contact online@diversitytravel.com

More information

Digital StoreFront TRAINING

Digital StoreFront TRAINING Florida Agricultural and Mechanical University Digital StoreFront TRAINING Faculty and Staff January 2017 What is Digital StoreFront (DSF)? Digital StoreFront is a web-to-print e-commerce site that allows

More information

Magento 2 Vendor Split Cart Addon - User Guide

Magento 2 Vendor Split Cart Addon - User Guide by CedCommerce Docs - Products User Guides 1 / 11 1. Overview... 3 2. Vendor Split Cart Configuration... 3 3. Front-End View... 4 2 / 11 1. Overview Vendor Split Cart Addon is an add-on of CedCommerce

More information

CHECKOUT SUCCESS PAGE FOR MAGENTO 2

CHECKOUT SUCCESS PAGE FOR MAGENTO 2 1 User Guide Checkout Success Page for Magento 2 CHECKOUT SUCCESS PAGE FOR MAGENTO 2 USER GUIDE 1 2 User Guide Checkout Success Page for Magento 2 1. Checkout Success Page for Magento 2 Overview... 3 2.

More information

Setting up your TouchNet Marketplace ustore

Setting up your TouchNet Marketplace ustore Setting up your TouchNet Marketplace ustore Topics Covered: Logging into TouchNet Accessing your store Email Messages Single Store Settings Store Template Settings Users Categories Products including Options

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

All-In-One-Designer Promotion Handbook. Promotion

All-In-One-Designer Promotion Handbook. Promotion All-In-One-Designer Promotion Handbook Promotion Introduction Promotions have been a stable sales strategy in retail since, well the beginning of time. Some say that it started with the Mesopotamian tribes

More information

Concur Online Booking Tool: Tips and Tricks. Table of Contents: Viewing Past and Upcoming Trips Cloning Trips and Creating Templates

Concur Online Booking Tool: Tips and Tricks. Table of Contents: Viewing Past and Upcoming Trips Cloning Trips and Creating Templates Travel Office: Concur Resource Guides Concur Online Booking Tool: Tips and Tricks This document will highlight some tips and tricks users may take advantage of within the Concur Online Booking Tool. This

More information

Updating Your Travel Profile... 3 Travel Arranger... 3 Access... 3 Obtain Airfare Quote.. 5. Obtain Car Rental Quote.. 8. Obtain Hotel Room Quote 10

Updating Your Travel Profile... 3 Travel Arranger... 3 Access... 3 Obtain Airfare Quote.. 5. Obtain Car Rental Quote.. 8. Obtain Hotel Room Quote 10 Table of Contents Updating Your Travel Profile... 3 Travel Arranger... 3 Access... 3 Obtain Airfare Quote.. 5 Obtain Car Rental Quote.. 8 Obtain Hotel Room Quote 10 Book a Flight... 13 Book a Car... 17

More information

Quick Reference Guide Welcome to the SUNY TierOne Diversity Site

Quick Reference Guide Welcome to the SUNY TierOne Diversity Site Quick Reference Guide Welcome to the SUNY TierOne Diversity Site HOMEPAGE CONTRACT Select Contract from your location dropdown to shop SUNY Pre-approved items. NON-CONTRACT Select NonContract from your

More information

Welcome to Shopfront. Your distributor will supply your user name, password, and the website address for your login page.

Welcome to Shopfront. Your distributor will supply your user name, password, and the website address for your login page. User Guide Table of Contents Login... 3 Choose a Location... 4 Home Page... 5 Header Bar... 6 My Catalog... 6 Menu Bar... 7 My Profile... 8 Contact Us... 9 Change Location... 10 Shopping Lists... 11 Quick

More information

Reference Cart and One Page Checkout BETA February 3, 2014 Version 2014 Release 1

Reference Cart and One Page Checkout BETA February 3, 2014 Version 2014 Release 1 Reference Cart and One Page Checkout BETA February 3, 2014 Version 2014 Release 1 Copyright NetSuite, Inc. 2009 2013 All rights reserved. This document is the property of NetSuite, Inc., and may not be

More information

How to Create a Blanket Order

How to Create a Blanket Order How to Create a Blanket Order Description: This form consists of a main window and eight additional windows, which you use to enter information to create or modify (in-process), blanket orders. You must

More information

AceShop Quick Guide. AceShop is the integration of two of the most popular open source projects in the world: OpenCart and Joomla!

AceShop Quick Guide. AceShop is the integration of two of the most popular open source projects in the world: OpenCart and Joomla! AceShop Quick Guide 1.1 What is AceShop? AceShop is a full-featured e-commerce component for Joomla with an easy to use, search engine friendly, visually appealing interface. AceShop is the integration

More information

Employee Module Web Site Navigation

Employee Module Web Site Navigation Employee Module Web Site Navigation Click on Twin Hill to return to the homepage at any given time. Click here to log into your account. Your username is your Employee ID number. If your Employee ID number

More information

Click to Accept & Checkout on Store

Click to Accept & Checkout on Store Click to Accept & Checkout on Store A Guide to the Accelerated Buying Experience at Oracle December, 2017 Click to Accept Overview Open link from Email Review Quote on Store Click to Accept on Store This

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

HOW TO BUY A TICKET ONLINE GENERIC GUIDE

HOW TO BUY A TICKET ONLINE GENERIC GUIDE HOW TO BUY A TICKET ONLINE GENERIC GUIDE 2 STEP 1 Visiting the Ticket Information Page To access information about the latest available tickets visit www.liverpoolfc.com/tickets Please select the BUY NOW

More information

Concur Online Booking Tool: Tips and Tricks. Table of Contents: Viewing Past and Upcoming Trips Cloning Trips and Creating Templates

Concur Online Booking Tool: Tips and Tricks. Table of Contents: Viewing Past and Upcoming Trips Cloning Trips and Creating Templates Concur Online Booking Tool: Tips and Tricks This document will highlight some tips and tricks users may take advantage of within the Concur Online Booking Tool. This document will be most helpful to users

More information

Pricing Guide PHONE WEBSITE www,purpleicondesigns.com.

Pricing Guide PHONE WEBSITE www,purpleicondesigns.com. Pricing Guide PHONE 011 465 7208 083 232 4482 083 232 4452 WEBSITE www,purpleicondesigns.com EMAIL hello@purpleicondesigns.com Basic Website PRICES Static Basic Website 1 page/landing page R1000 Static

More information

Using Google Analytics within Cvent

Using Google Analytics within Cvent Using Google Analytics within Cvent MARCH 2017 Cvent, Inc 1765 Greensboro Station Place McLean, VA 22102 www.cvent.com Access Resources Submit Your Questions Sign Up for Training Contents Using Google

More information

E-Commerce Web Application

E-Commerce Web Application E-Commerce Web Application Documentation Jonathan Ellis Summary and Requirements DigitalX is a shop for music, movies, and video games in Auckland. The old website of DigitalX was developed using PHP and

More information

Allison Transmission Publications Web Store User Guide

Allison Transmission Publications Web Store User Guide Allison Transmission Publications Web Store User Guide v. 01.25.2017 Table of Contents Overview... 3 Login... 3 The homepage... 4 Customer service... 4 The product catalog... 5 There are two ways to search

More information

Magento Enterprise Edition. User Guide. Part IV: Customers Sales & Orders Payments Shipping Taxes. Version

Magento Enterprise Edition. User Guide. Part IV: Customers Sales & Orders Payments Shipping Taxes. Version Magento Enterprise Edition User Guide Part IV: Customers Sales & Orders Payments Shipping Taxes Version 1.14.2 Contents Customers 1 Chapter 1: Customer Accounts 3 Customer Account Configuration 4 Customer

More information

School Specialty New Release Manual

School Specialty New Release Manual School Specialty New Release Manual Version 11.1 Table of Contents: Registration Entering Orders Search Options Search by Catalog Number Search by Keyword Digital Catalogs Upload File Add to Shopping List

More information

1. OpenCart 1.5 Home Browsing the store front Admin interface Catalog Categories

1. OpenCart 1.5 Home Browsing the store front Admin interface Catalog Categories 1 1. OpenCart 1.5 Home............................................ 5 1.5.1 Browsing the store front.................................. 5 1.5.2 Admin interface......................................... 14

More information

Quick Reference Guide For Users. Easy ordering with Staples Advantage

Quick Reference Guide For Users. Easy ordering with Staples Advantage & Quick Reference Guide For Users Easy ordering with Staples Advantage 1 Introduction This QRG is designed to walk campus users through the features in Staples Advantage to process orders for office supplies.

More information

KonaKart Shopping Widgets. 3rd January DS Data Systems (UK) Ltd., 9 Little Meadow Loughton, Milton Keynes Bucks MK5 8EH UK

KonaKart Shopping Widgets. 3rd January DS Data Systems (UK) Ltd., 9 Little Meadow Loughton, Milton Keynes Bucks MK5 8EH UK KonaKart Shopping Widgets 3rd January 2018 DS Data Systems (UK) Ltd., 9 Little Meadow Loughton, Milton Keynes Bucks MK5 8EH UK Introduction KonaKart ( www.konakart.com ) is a Java based ecommerce platform

More information

Engagement Attributes Overview Document Version: 1.6 July 2017

Engagement Attributes Overview Document Version: 1.6 July 2017 Engagement Attributes Overview Document Version: 1.6 July 2017 Contents Introduction... 3 Important notes... 3 Uses of Engagement Attributes in LiveEngage... 3 Types of Engagement Attributes... 4 ecommerce

More information

2013, Active Commerce 1

2013, Active Commerce 1 2013, Active Commerce 1 2013, Active Commerce 2 Active Commerce User Guide Terminology / Interface Login Adding Media to the Media Library Uploading an Item to the Media Library Editing the Media Meta

More information

Cat ARCTIC CAT Dealer & Distributor Network

Cat ARCTIC CAT Dealer & Distributor Network Cat ARCTIC CAT Dealer & Distributor Network TUTORIAL Part 01 Content: Shop / Parts Ordering Service & Support Cat TUTORIAL Welcome to the Arctic Cat Europe Dealer online platform called Cat. This network

More information

For assistance while using your Premier Page, click on the Help link located at the top or bottom of your page.

For assistance while using your Premier Page, click on the Help link located at the top or bottom of your page. Dell Premier Shopping and Ordering Guide Designed for business. Customized for you. Premier provides you with a customized, secure online toolset for purchasing, reporting, researching product and support.

More information

03 TCHR WEB REQ (Purchasing) Page 1

03 TCHR WEB REQ (Purchasing) Page 1 Secretary Purchase Request Instructions (This is required for all School Specialty orders) Web Access: 1. Go to the District Portal 2. Click on the ISD Apps icon then click on the My Benefits icon 3. Mouse

More information

Concur Travel & Expense CAMPUS TRAINING GUIDE & LIVE DEMO

Concur Travel & Expense CAMPUS TRAINING GUIDE & LIVE DEMO Concur Travel & Expense CAMPUS TRAINING GUIDE & LIVE DEMO Training Agenda This training will be approximately 1.5 hours long and will go over the basics of Concur Travel and Expense system. Additional

More information

Affiliate Program. Powered by. What you will find in this Advertiser Checklist: The Advertiser Checklist

Affiliate Program. Powered by. What you will find in this Advertiser Checklist: The Advertiser Checklist Affiliate Program Powered by What you will find in this Advertiser Checklist: Action plan for getting started Details outlining the 5 steps necessary for setting up your account Help Center information

More information

WEBSITE TRAINING GUIDE MY OFFICE PRODUCTS. Office Supplies & Business Print

WEBSITE TRAINING GUIDE MY OFFICE PRODUCTS. Office Supplies & Business Print WEBSITE TRAINING GUIDE MY OFFICE PRODUCTS Office Supplies & Business Print Table of Contents Log In... 2 Updating My User Information... 4 Creating Favorites List... 6 Viewing Saved Carts... 9 Creating

More information

How to Add Product In Your Store

How to Add Product In Your Store How to Add Product In Your Store Adding a simple product Adding a Simple product is similar to writing a post in WordPress. 1. Go to WooCommerce > Products > Add Product. You then have a familiar interface

More information

Vision Document. Online E-commerce Music CD Store Version 2.0

Vision Document. Online E-commerce Music CD Store Version 2.0 Vision Document Online E-commerce Music CD Store Version 2.0 Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Reshma Sawant CIS 895 MSE Project Kansas State

More information

Insert your Common Access Card (CAC) in the CAC Reader.

Insert your Common Access Card (CAC) in the CAC Reader. Log on Procedures: Insert your Common Access Card (CAC) in the CAC Reader. Note: You must leave your CAC in the CAC Reader for the entire DTS session. The system will periodically read from the CAC Reader.

More information

Vision Document 2.0 Online Book Store Phase-II. Vamsi Krishna Mummaneni

Vision Document 2.0 Online Book Store Phase-II. Vamsi Krishna Mummaneni Vision Document 2.0 Online Book Store Phase-II Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering Vamsi Krishna Mummaneni CIS 895 MSE Project Kansas State

More information

Admin Module Web Site Navigation

Admin Module Web Site Navigation Admin Module Web Site Navigation Click on Twin Hill to return to the homepage at any given time. Click here to log into your account. Your username is your Employee ID number. If your Employee ID number

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

Innovative Office Solutions Punchout Training Guide Version Number: 16.3 Date: 11/2/2016

Innovative Office Solutions Punchout Training Guide Version Number: 16.3 Date: 11/2/2016 Purchasing South Dakota Board of Regents Human Resources/Finance Information Systems Innovative Office Solutions Punchout Training Guide Version Number: 16.3 Date: 11/2/2016 Page 1 Table of Contents Purchasing

More information

75 Ecommerce A/B Testing Ideas. From Wishpond

75 Ecommerce A/B Testing Ideas. From Wishpond 75 Ecommerce A/B Testing Ideas From Wishpond A/B Test Ideas for your Whole Website 1. Test featuring your promotions and sales in your nav bar as a tab. 2. Test a segmented product dropdown in your nav

More information

First-time users select Register here

First-time users select Register here First-time users select Register here Type the first letter of your district name and select the appropriate district or entity. Enter your DISTRICT EMAIL ADDRESS (email addresses must match the @districtname.kyschools.us

More information

JOB AID Shopping Using a Non-Catalog Form

JOB AID Shopping Using a Non-Catalog Form Access SpearMart by navigating to https://my.fsu.edu/ and logging in with your MyFSU username and password, and then click the SpearMart Icon under MyFSU Links: There are times when you need to order items

More information

Go to and click on the Awards tab.

Go to   and click on the Awards tab. Go to www.unityeducate.com and click on the Awards tab. Once you have clicked into the Awards tab, this is the page that will be displayed. Click on My Account Cli on My Account When you do so, the My

More information

Inline Checkout Implementation Guide

Inline Checkout Implementation Guide Inline Checkout Implementation Guide TOC 2 Contents Overview of This Document... 3 Standard Checkout Amazon Overview of Checkout by Checkout Overview of Inline Amazon Checkout by Overview of Who Should

More information

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

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

More information

Enhanced new user experience with simple to use navigation and better buying experience. Trade accounts will see current order status, and history

Enhanced new user experience with simple to use navigation and better buying experience. Trade accounts will see current order status, and history NEW FEATURES AT ATLANTIC.REXEL.CA What s New? Enhanced new user experience with simple to use navigation and better buying experience Updated search functionality Trade accounts will see current order

More information

Commercial Guide API Booking.com. Introduction

Commercial Guide API Booking.com. Introduction Commercial Guide API Booking.com Introduction This guide is intended primarily for developers, as a supplement to the technical documentation. The content of this guide will allow you to have a more complete

More information

Virtual Classroom Outline. Total Time: Content: Question/answer:

Virtual Classroom Outline. Total Time: Content: Question/answer: Virtual Classroom Outline Lesson: Total Time: Content: Question/answer: 45 minutes 30 minutes 15 minutes Lesson Description: This lesson is designed to provide a fundamental understanding of. It offers

More information

Access to the Online Booking Tool

Access to the Online Booking Tool Welcome to KDS Corporate Start-up Guide This leaflet shows you the main features of the travel module. The information in this leaflet corresponds to the tool s generic features and depends on your company

More information

The Development of Mobile Shopping System Based on Android Platform

The Development of Mobile Shopping System Based on Android Platform 2017 2nd International Conference on Applied Mechanics and Mechatronics Engineering (AMME 2017) ISBN: 978-1-60595-521-6 The Development of Mobile Shopping System Based on Android Platform Yi-ping SHI *,

More information

AJAX ADD TO CART FOR MAGENTO 2

AJAX ADD TO CART FOR MAGENTO 2 1 User Guide Ajax Add To Cart for Magento 2 AJAX ADD TO CART FOR MAGENTO 2 USER GUIDE BSSCOMMERCE 1 2 User Guide Ajax Add To Cart for Magento 2 Contents 1. Ajax Add To Cart for Magento 2 Extension Overview...

More information

Auto Night Audit Reports Configuring Auto Night Audit Reporting Group Folio Summary Charges Tax Invoice View:...

Auto  Night Audit Reports Configuring Auto Night Audit Reporting Group Folio Summary Charges Tax Invoice View:... 8.1.1.2 RELEASE NOTES April 2016 Contents Auto Email Night Audit Reports... 2 Configuring Auto Night Audit Reporting... 2 Email... 2 Group Folio Summary Charges... 3 Tax Invoice View:... 4 Folios Indicate

More information

AutomationDirect.com Order Import Feature

AutomationDirect.com Order Import Feature AutomationDirect.com Order Import Feature This document describes the requirements to upload a CSV or XML format order file from your system into our AutomationDirect.com E-commerce system to create an

More information

How to Order a Four Panel Brochure through Print Services. Go to the Print Services Web Page and select the Online Store link.

How to Order a Four Panel Brochure through Print Services. Go to the Print Services Web Page and select the Online Store link. How to Order a Four Panel Brochure through Print Services Go to the Print Services Web Page and select the Online Store link. 1 Enter your Username and Password on the Print Services Online Ordering home

More information

B2B WEBSITE 2017 USER GUIDE VOYAGES-SNCF.EU

B2B WEBSITE 2017 USER GUIDE VOYAGES-SNCF.EU USER GUIDE VOYAGES-SNCF.EU HOMEPAGE - UNCONNECTED 2 HOMEPAGE - UNCONNECTED URL address remains the same Login: username & password remain the same Create a new agency account 3 CREATE A NEW AGENCY ACCOUNT

More information

Smith Autoship v

Smith Autoship v Smith Autoship v.3.00.26 User s Manual Revision Date: 11/20/2013 1 Table of Contents I. Introduction... 3 II. Installing Smith Autoship... 4 III. Configuring Smith Autoship... 7 A. DNN Permissions... 7

More information

User Manual. Hotel Lock System. Software Version: Document Version: V2.0 Date: August, Contents

User Manual. Hotel Lock System. Software Version: Document Version: V2.0 Date: August, Contents Contents User Manual Hotel Lock System Software Version: 1.1.9.6 Document Version: V2.0 Date: August, 2014 All design and specification declared are subject to change without notice in advance. I Contents

More information

Your Cart User Manual v3.6

Your Cart User Manual v3.6 Your Cart User Manual v3.6 2 Your Cart User Manual v3.6 Table of Contents Foreword 0 7 Part I Getting Started Overview 11 Part II Categories & Products 1 Manage Categories... Overview 11 Add a New... Category

More information

Booking vacation packages (general)

Booking vacation packages (general) Outrigger Hotels and Resorts Vacations FAQs: Booking vacation packages (general) Am I booking my vacation package directly with Outrigger Hotels and Resorts? No, your booking is handled through Global

More information

GetThere User Training. Student Guide

GetThere User Training. Student Guide GetThere User Training Student Guide Document Edition 4.9 () 2009-2016 GetThere L.P. All rights reserved. This documentation is the confidential and proprietary intellectual property of the GetThere business.

More information

Table of Contents. Introduction Technical Support Getting Started Data Synchronization General Website Settings...

Table of Contents. Introduction Technical Support Getting Started Data Synchronization General Website Settings... E-Commerce Table of Contents Introduction... 1 Technical Support... 1 Introduction... 1 Getting Started... 2 Data Synchronization... 2 General Website Settings... 3 Customer Groups Settings... 4 New Accounts

More information

User Instruction Version th Jan 2014

User Instruction Version th Jan 2014 User Instruction Version 1.6 20 th Jan 2014 ------------------------Table of Content------------------------ 1. Log in 1-1 Log in to Genesis2 P2 1-2 Top screen P3 2. Hotels and Ryokans (Japanese style

More information

Vacation Rental Suite Client Curriculum

Vacation Rental Suite Client Curriculum Vacation Rental Suite Client Curriculum Reservations Escapia, Inc. www.escapia.com 1-800-ESCAPIA Vacation Rental Suite (VRS) 1 Escapia Inc. Confidential Revised: 6/12/2009 2009, Escapia INC. Corporation,

More information

Selling items that your customers can download

Selling items that your customers can download Selling items that your customers can download A users guide to using Reason8 to sell items that can be automatically downloaded. 1 19 th October 2005 Background If you are planning to sell items that

More information

Creating a Requisition

Creating a Requisition Creating a Requisition 1. To create a requisition for a company that does not have a catalog in PelliBiz, click on the Requisition Form button under the Shop bar. 2. Enter the vendor s name in the Enter

More information

TABLE OF CONTENTS. Page 2: Logging In. Page 3: Five methods of browsing for products. Page 4: Adding items to your shopping cart.

TABLE OF CONTENTS. Page 2: Logging In. Page 3: Five methods of browsing for products. Page 4: Adding items to your shopping cart. Updated 1/15/15 webhelp@cdccoffee.com TABLE OF CONTENTS Page 2: Logging In. Page 3: Five methods of browsing for products. Page 4: Adding items to your shopping cart. Page 5: How to view your shopping

More information

Main Login Screen Enter user name and password. New users can call or customer service using the information provided. If you have forgotten

Main Login Screen Enter user name and password. New users can call or  customer service using the information provided. If you have forgotten Main Login Screen Enter user name and password. New users can call or email customer service using the information provided. If you have forgotten your password, enter your email address in the box provided

More information

Implementation Guidelines

Implementation Guidelines Webtrekk GmbH Robert-Koch-Platz 4 10115 Berlin t +49 30 755 415 0 f +49 30 755 415 100 w www.webtrekk.com CEO Wolf Lichtenstein Local Court Berlin HRB 93435 B Implementation Guidelines Single Page Applications

More information

EMPLOYEE STORE ORDERING INSTRUCTIONS

EMPLOYEE STORE ORDERING INSTRUCTIONS STEP 1: Create an Account/Log-In STEP 2: Place an Order STEP 3: Enter delivery/shipping information STEP4: Payment EMPLOYEE STORE ORDERING INSTRUCTIONS STEP 1: CREATE AN ACCOUNT/LOG-IN Once you have clicked

More information

Getting Started: Setting up Your ecommerce Site

Getting Started: Setting up Your ecommerce Site West Virginia University Information Technology Services ecommerce Getting Started Getting Started: Setting up Your ecommerce Site Table of Contents Introduction... 3 Access Your Site... 4 Logging In...

More information

My ASU TRIP manual. ASU Travel Service Center. Call Mon. through Fri., 8 a.m. to 5 p.m., Arizona time

My ASU TRIP manual. ASU Travel Service Center. Call Mon. through Fri., 8 a.m. to 5 p.m., Arizona time My ASU TRIP manual ASU Travel Service Center Call 480-965-3111 Mon. through Fri., 8 a.m. to 5 p.m., Arizona time Email: MyASUTrip@asu.edu 7/11/18 Table of contents Profile Update profile information...

More information