Roku Billing and In-Channel Purchasing

Size: px
Start display at page:

Download "Roku Billing and In-Channel Purchasing"

Transcription

1 Roku Billing and In-Channel Purchasing Table of Contents Overview of Billing Customers for Purchases Tutorial for In-Channel Purchasing Install the Sample Roku Billing Channel Package and Publish the Sample Channel Step 1. Open a telnet session to your Roku player Step 2. Run the genkey utility to create a signing key Step 3. Package the side-loaded channel Step 4. Create a non-certified channel Properties Channel Store Info Monetization Package Upload Preview and Publish Add an In-Channel Product to Your Roku Developer Account Test the In-Channel Product on a Device Sample Code Overview Purchasing the product Placing the order Addendum: How to Set Up a Pay-to-Install Channel Overview of Billing Customers for Purchases Roku's cloud infrastructure supporting customer purchases allows you to bill customers on your Roku channel or prior to installing your channel. Also, your channel can leverage the billing information many customers already have on record with Roku, reducing your customer support costs. Pricing Models Roku billing offers two pricing models, pay-to-install and in-channel purchasing Pay-to-install: Useful for specific types of applications, such as themes and screensavers. See the Addendum below for more information. In-channel purchasing: Useful for purchases in your channel, such as free trials and multiple purchasing options per channel. See the tutori al below and, for further instructions on how to test billing for in-channel purchasing, see Testing In-Channel Purchasing. Using the Developer Dashboard to Set Up Billing Roku can handle many operations and transactional processing to minimize your billing efforts. The core services include billing customers, subscription management, and customer invoicing. For developers new to billing, see the overview about billing your customers on Purchases. You can use the Developer Dashboard for many of these processes. Purchases and other transactions can be verified and processed programmatically through the Roku Web Services API, the component rochannelstore and the node ChannelStore. To sign up for Roku billing: Create a Roku customer account: my.roku.com/signup Create a Roku developer account: developer.roku.com/enrollment/standard Enroll in the Roku Partner Payouts Program to receive payments for channels, games, content, and ads: developer.roku.com/developer/bill ing

2 Tutorial for In-Channel Purchasing This tutorial uses a sample, non-certified channel to focus on how to set up an in-channel purchasing product, test it, and then bill a customer for a purchase. Requirements to follow along: Set up a Roku device: Create a Roku developer account: developer.roku.com/enrollment/standard Enroll in the Roku Partner Payouts Program: developer.roku.com/developer/billing Understand how to install a sample channel ( Hello world guide) The primary steps for this tutorial are: Install the Sample Roku Billing Channel Package and Publish the Sample Channel Step 1. Open a telnet session to your Roku player Step 2. Run the genkey utility to create a signing key Step 3. Package the side-loaded channel Step 4. Create a non-certified channel Properties Channel Store Info Monetization Package Upload Preview and Publish Add an In-Channel Product to Your Roku Developer Account Test the In-Channel Product on a Device Sample Code Overview Purchasing the product Placing the order Install the Sample Roku Billing Channel Download the sign up sample channel. Refer to the Developer Setup Guide on how to install ("side-load") a channel onto a Roku device. PRELIMINARY 2

3 Package and Publish the Sample Channel Once you have the sample channel side-loaded onto your device, you ll need to generate a key to sign your package using a telnet client such as P utty on Windows or using the built-in client through terminal on OSX. Step 1. Open a telnet session to your Roku player Windows Instructions: Download the telnet client PuTTY. Enter the IP address of your Roku player. Use " 8080" for the Port Click the Telnet radio button for the Connection Type. PRELIMINARY 3

4 OSX / Linux Instructions: Open terminal and type: telnet your Roku player s IP address 8080 Step 2. Run the genkey utility to create a signing key Type genkey and wait for the process to complete. If the prompt says Command not recognized, type it again. PRELIMINARY 4

5 A key has been successfully generated to sign packages. Make note of the developer ID and password as it ll be required in the next section (and anytime code is updated and needs to be repackaged). Note: It is a good practice to generate a new developer ID and password for each channel you create unless you explicitly want to share registry information between channels. Step 3. Package the side-loaded channel 1. Return to your browser tab with the Developer Application Installer. There should now be a Packager option available. If you do not see this option, please go through the previous section and run genkey again. PRELIMINARY 5

6 2. Click on to bring up the Application Packager screen. The Dev ID should match the same developer ID that was generated with Packager genkey. Enter an App Name and Version and enter the password created by genkey. PRELIMINARY 6

7 3. Click on Package and a few short moments later you can download the signed package using the.pkg link. Step 4. Create a non-certified channel The next step is to create a non-certified channel with the signed package just generated On the Developer Dashboard, select Manage My Channels Select Add Channel on the following screen. 3. Select Developer SDK, Private, enter a Channel Name and then click Continue. PRELIMINARY 7

8 Properties On the Properties screen, all default values have been pre-selected, however, you may modify as needed. PRELIMINARY 8

9 Channel Store Info Edit the channel's Description as needed. Upload a Channel Poster (540 x 405 pixel size). Select a Preferred Category from the drop-down list. Click Continue when done. Monetization On the Monetization screen, select how you plan to monetize your channel. For this example, select My channel contains in-channel subscriptions. PRELIMINARY 9

10 Package Upload Upload your signed package and click Continue. PRELIMINARY 10

11 Preview and Publish On the Preview and Publish screen, review your data and then click Publish at the bottom. PRELIMINARY 11

12 Add an In-Channel Product to Your Roku Developer Account After you have published your non-certified channel, the next step is to create an In-Channel product. Return to the Developer Dashboard and select Manage My In-Channel Products. On the following screen, select Add a Product. For this example, a subscription product called monthly subscription will be created. 1. Under Channels, select the non-certified channel you just published and fill out the remaining fields as appropriate. PRELIMINARY 12

13 Purchase Type: Monthly Subscription Free Trial Period: Disabled Classification: Video Internet Connection Required: Yes Requires Additional Purchase: No Cleared for Sale: Yes Price Tier: 5 2. Click Save when finished and you will be directed back to the Manage In-Channel Products screen. The product you just created should be available with a Submit for review option. Select it and your product will change to Approved under status. PRELIMINARY 13

14 Test the In-Channel Product on a Device With an approved product, now you can install the non-certified channel on a Roku device and see if the product works. If you haven t yet installed the non-certified channel, return to the Manage Channels screen and click on Preview and Update. 1. Click on the / on the following screen to add the channel to your Roku. Access Code Vanity Access Code Once the channel is installed, launch it and you should see the following screen: PRELIMINARY 14

15 2. 3. Select New subscriber (sign up) which brings up a Request to share information dialog. Select Share to use your Roku account s address or Don t share to enter a different on the KeyboardDialog screen. PRELIMINARY 15

16 4. To create a password enter it (or play around with the error handling dialogs). PRELIMINARY 16

17 The next screen displays an example Terms Of Use dialog. Select Accept to show a dialog displaying the product(s) associated with your channel. PRELIMINARY 17

18 If you see the following, congrats! You ve just successfully created a channel with an in-channel purchase. 1. PRELIMINARY 18

19 Sample Code Overview Now you can examine the code to see how the channel is requesting the product and how it is purchased Open up the unzipped sample source code folder (or download the sample again) and open the components folder. Go into the RokuSignUp folder and open up the RokuBillingTask.brs file in your code editor of choice where line numbers will be displayed. Use the following diagram to see if your channel is following Roku's standard flow for programmatically retrieving a user's subscription status or purchase history: PRELIMINARY 19

20 To see what product(s) are available for purchase, use the rochannelstore component. In the sample, this is set up in sub GetPartialUserDa ta() in lines 20-22: port = CreateObject("roMessagePort") channelstore = CreateObject("roChannelStore") channelstore.setmessageport(port) Now you have an interface to the Channel Store, so you can make requests to see what products are available for purchase and what products have already been purchased. In the sample, you can make these requests through sub GetProducts() which provides an associative array of products available for purchase. PRELIMINARY 20

21 sub GetProducts() result = { availforpurchase : { list : [] map : {} } validpurchased : { list : [] map : {} } } allproducts = Helper_GetAllProducts() purchasedproducts = Helper_GetPurchasedProducts() datetime = CreateObject("roDateTime") utimenow = datetime.asseconds() for each product in allproducts baddtoavail = true for each purchase in purchasedproducts if purchase.code = product.code then baddtoavail = false if purchase.expirationdate invalid then datetime.fromiso8601string(purchase.expirationdate) utimeexpire = datetime.asseconds() if utimeexpire > utimenow then result.validpurchased.list.push(purchase) result.validpurchased.map[purchase.code] = purchase end if end if exit for end if end for if baddtoavail then result.availforpurchase.list.push(product) result.availforpurchase.map[product.code] = product end if end for m.top.products = result end sub On, you ll see two helper functions, and. lines Helper_GetAllProducts() Helper_GetPurchasedProducts() Helper_GetAllP roducts() returns an associative array with the details for each product associated with the channel. PRELIMINARY 21

22 function Helper_GetAllProducts() as Object result = [] port = CreateObject("roMessagePort") channelstore = CreateObject("roChannelStore") channelstore.setmessageport(port) channelstore.getcatalog() msg = invalid while type(msg) "rochannelstoreevent" msg = Wait(0, port) end while if msg.isrequestsucceeded() then response = msg.getresponse() if response invalid then result = response end if end if return result end function Helper_GetPurchasedProducts() returns an associative array with the details for each valid product (a subscription that has not expired) the user has purchased. PRELIMINARY 22

23 function Helper_GetPurchasedProducts() result = [] port = CreateObject("roMessagePort") channelstore = CreateObject("roChannelStore") channelstore.setmessageport(port) channelstore.getpurchases() msg = invalid while type(msg) "rochannelstoreevent" msg = Wait(0, port) end while if msg.isrequestsucceeded() then response = msg.getresponse() if response invalid then result = response end if end if return result end function Returning to sub GetProducts(), lines determines whether a subscription product that has been purchased has expired and is available for purchasing again. Purchasing the product Once the products that are available for purchase have been identified, you can set up calls to actually purchase the product. In the sample, this is done in sub PurchaseProduct(). PRELIMINARY 23

24 sub PurchaseProduct() port = CreateObject("roMessagePort") channelstore = CreateObject("roChannelStore") channelstore.setmessageport(port) channelstore.clearorder() channelstore.setorder([{ code : m.top.products.availforpurchase.list[m.top.indexpurchase].code qty : 1 }]) channelstore.doorder() msg = invalid while type(msg) "rochannelstoreevent" msg = Wait(0, port) end while result = { issuccess : msg.isrequestsucceeded() } if msg.isrequestsucceeded() then response = msg.getresponse() if response invalid AND response[0] invalid then result.append(response[0]) end if else if msg.isrequestfailed() then result.failurecode = msg.getstatus() result.failuremessage = msg.getstatusmessage() end if m.top.purchaseresult = result end sub This task function is called when the user selects the product from the dialog. To determine which product is selected, use with the indexpurchas e field, referencing the current index in the Subscription dialog shown below. PRELIMINARY 24

25 Placing the order In line 80, the sample calls ClearOrder(), which is good practice to be sure there are no anomalies when creating an order. In lines 81-85, the order is set up using the product identifier specified when the product was created. In SetOrder(), use a quantity of 1 to focusing on subscriptions for this example. Once the order is set up, the final step is to place the order. This is done in line 85: channelstore.doorder(). The remaining lines of code in sub PurchaseProduct() ensures that a response is given indicating the order was placed successfully or, if not, displaying an error. Addendum: How to Set Up a Pay-to-Install Channel In addition to in-channel purchases, Roku also offers a "pay-to-install" option for channels. Pay-to-install requires users to purchase before the channel can be installed. This pricing model is best suited for apps such as screensavers and themes where users can quickly see what is offered by reviewing the Channel Store details. To set up a channel with pay-to-install pricing, on the Monetization screen, select " Customers will pay before installing my channel" and any other options as appropriate. PRELIMINARY 25

26 You can then select the Purchase Type: one-time purchase, monthly subscription or yearly subscription, and a corresponding Price Tier. PRELIMINARY 26

Publisher Onboarding Kit

Publisher Onboarding Kit Publisher Onboarding Kit Smart content. Smart business. Publishing, Supporting & Selling HotDocs Market Templates A HotDocs Market publisher s guide for loading templates, answering customer questions

More information

Bank Reconciliation in Sage One. Sage One Partner Edition. Getting started

Bank Reconciliation in Sage One. Sage One Partner Edition. Getting started Bank Reconciliation in Sage One Sage One Partner Edition Getting started 1 Contents Introduction Introduction... 2 Signing Up... 7 Logging In... 7 Common Question... 8 Business & Billing Settings... 10

More information

A. Getting Started About e-access Enrolling in e-access: Authenticating your account Login... 5

A. Getting Started About e-access Enrolling in e-access: Authenticating your account Login... 5 Contents A. Getting Started... 3 1. About e-access... 3 2. Enrolling in e-access:... 3 3. Authenticating your account... 5 4. Login... 5 B. Fix a Problem... 6 1. Provided the wrong email address during

More information

Auto calculate VAT in opportunities, quotes, orders and invoices in Microsoft Dynamics 365 DYNAMIC VAT IMPORT GUIDE. Version 1.0.

Auto calculate VAT in opportunities, quotes, orders and invoices in Microsoft Dynamics 365 DYNAMIC VAT IMPORT GUIDE. Version 1.0. DYNAMIC VAT Auto calculate VAT in opportunities, quotes, orders and invoices in Microsoft Dynamics 365 IMPORT GUIDE Version 1.0 Developed By Table of Contents Solution Import... 1 Registration... 6 Configuration...

More information

Activate Online Services in the Volume Licensing Service Center

Activate Online Services in the Volume Licensing Service Center November 2014 Activate Online Services in the Volume Licensing Service Center The Microsoft Volume Licensing Service Center (VLSC) lets customers in the Open program activate their new Microsoft online

More information

QUICK START GUIDE. Quick Start Guide. This will assist you to setup and distribute content to a StratosMedia Player device in 4 easy steps.

QUICK START GUIDE. Quick Start Guide. This will assist you to setup and distribute content to a StratosMedia Player device in 4 easy steps. Quick Start Guide This will assist you to setup and distribute content to a StratosMedia Player device in 4 easy steps. NOTE: All devices need active internet connectivity. Google Chrome is a browser that

More information

Making members shine, one smile at a time TM. Consumer Pay Online (CPOL) Portal Training. CPOLT

Making members shine, one smile at a time TM. Consumer Pay Online (CPOL) Portal Training.  CPOLT Consumer Pay Online (CPOL) Portal Training CPOLT20171204 1 Consumer Pay Online (CPOL) Portal Tutorial Contents CPOL Landing Page... 3 CPOL Enrollment... 4 Step 1... 5 Step 2... 6 Step 3... 7 Username or

More information

Using the Telstra T-Suite Management Console. Customer Administrator s Reference Manual

Using the Telstra T-Suite Management Console. Customer Administrator s Reference Manual Using the Telstra T-Suite Management Console Customer Administrator s Reference Manual June 2011 Registering With TMC Notice Pivot Path is a registered trademark of Jamcracker, Inc. Registered trademark

More information

Custom Artwork Uploader

Custom Artwork Uploader Custom Artwork Uploader USER GUIDE Table of Contents Getting Started p 1 Artwork Requirements p 1 Upload Process p 1 Uploading Your Art p 2 Manage Your Art p 6 Action Center p 7 Placing an Order p 8 Placing

More information

Activate Online Services in the Volume Licensing Service Center

Activate Online Services in the Volume Licensing Service Center February 2015 Activate Online Services in the Volume Licensing Service Center The Microsoft Volume Licensing Service Center (VLSC) lets customers in the Open program activate their new Microsoft online

More information

Post Login Menu 2. Promoting an Offer 4. Finding Offers 4 Tracking Links 5 Offer Details 6 Creating Deep Links 7 Offers Requiring Approval 8

Post Login Menu 2. Promoting an Offer 4. Finding Offers 4 Tracking Links 5 Offer Details 6 Creating Deep Links 7 Offers Requiring Approval 8 Table of Contents Post Login Menu 2 Promoting an Offer 4 Finding Offers 4 Tracking Links 5 Offer Details 6 Creating Deep Links 7 Offers Requiring Approval 8 Reviewing your Reports 10 Performance Report

More information

Querying with Transact-SQL

Querying with Transact-SQL Querying with Transact-SQL Getting Started with Azure SQL Database / SQL Server Overview Transact-SQL is an essential skill for database professionals, developers, and data analysts working with Microsoft

More information

R9.7 erwin License Server:

R9.7 erwin License Server: R9.7 erwin License Server: Installation and Setup This is a quick guide to setting-up a erwin DM License Server. NOTES: - Concurrent licensing is available for only erwin r8.2 and later releases! - Concurrent

More information

SMARTPROS LTD. PROFESSIONAL EDUCATION CENTER USER S GUIDE BANKING EDITION

SMARTPROS LTD. PROFESSIONAL EDUCATION CENTER USER S GUIDE BANKING EDITION - 1 - SMARTPROS LTD. PROFESSIONAL EDUCATION CENTER USER S GUIDE BANKING EDITION Document version 1.0 - Banking Updated April 20, 2006 SmartPros Banking by SmartPros Ltd. Support: admin@smartpros.com (914)

More information

FAQ for Autodesk A360 and its tiers A360 Team, A360 Drive and the Tech Preview

FAQ for Autodesk A360 and its tiers A360 Team, A360 Drive and the Tech Preview Autodesk A360 FAQ for Autodesk A360 and its tiers A360 Team, A360 Drive and the Tech Preview Table of contents 1. General product information 2 1.1 What is Autodesk A360? 2 1.2 What is Autodesk A360 Team?

More information

Business Portals Guide

Business Portals Guide Business Portals Guide The ZipLine (NPCA) Business Portals are three web sites that allow a merchant to launch a payment card program to local businesses. The businesses can save on each transaction by

More information

Homeowner Portal Tutorial Guide

Homeowner Portal Tutorial Guide WESTWARD Homeowner Portal Tutorial Guide Thank you for choosing Westward Management! The Homeowner Portal is available 24/7 for your convenience. In this guide, we ll show you how to easily complete the

More information

Getting Started with Guy Brown Office Direct. Help and tips for getting the most out of your purchasing experience with Guy Brown Office Direct

Getting Started with Guy Brown Office Direct. Help and tips for getting the most out of your purchasing experience with Guy Brown Office Direct Getting Started with Guy Brown Office Direct Help and tips for getting the most out of your purchasing experience with Guy Brown Office Direct WELCOME Thank you for partnering with Guy Brown. We are glad

More information

WebPrint Quick Start User Guide

WebPrint Quick Start User Guide WebPrint Quick Start User Guide Getting Started Accessing Print Center Navigate your Web browser to Print Center Log in page. If you do not have an acocunt, you will need to create a new User account.

More information

How do I sign up for Practice Fusion subscription plan as a trial user?

How do I sign up for Practice Fusion subscription plan as a trial user? How do I sign up for Practice Fusion subscription plan as a trial user? New users signing up for the Practice Fusion EHR will receive a free 14-day trial enabling them to explore the features and see how

More information

Getting Started with Certified Background

Getting Started with Certified Background Getting Started with Certified Background How to place an order How to create your Certified Profile Account How to complete requirements How to upload documents You will first go to www.certifiedbackground.com

More information

1) Click Here to access our article How To Set Up Your Wix Personal Website In Under 15 Minutes.

1) Click Here to access our article How To Set Up Your Wix Personal Website In Under 15 Minutes. 1) Click Here to access our article How To Set Up Your Wix Personal Website In Under 15 Minutes. 2) Go to Step One and watch the video How To See If My Domain Name Is Available 3) Click the link directly

More information

Enrollment and Login 1. If I m an existing WPCCU Online Banking user, do I need to register for this new system?

Enrollment and Login 1. If I m an existing WPCCU Online Banking user, do I need to register for this new system? Enrollment and Login 1. If I m an existing WPCCU Online Banking user, do I need to register for this new system? Yes. To take advantage of all the new features of Online Banking, you must complete the

More information

A Step-by-Step Guide to Survey Success

A Step-by-Step Guide to Survey Success A Step-by-Step Guide to Survey Success Table of Contents Why VerticalResponse?... 3 Quickstart Guide... 4 Step 1: Setup Your Account... 4 Step 2: Create Your Survey... 6 Step 3. Access Your Dashboard and

More information

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide Adobe Document Cloud esign Services for Salesforce Version 17 Installation and Customization Guide 2015 Adobe Systems Incorporated. All rights reserved. Last Updated: August 28, 2015 Table of Contents

More information

Premium POS Pizza Order Entry Module. Introduction and Tutorial

Premium POS Pizza Order Entry Module. Introduction and Tutorial Premium POS Pizza Order Entry Module Introduction and Tutorial Overview The premium POS Pizza module is a replacement for the standard order-entry module. The standard module will still continue to be

More information

Using Recert to Track Your Recertification Progress

Using Recert to Track Your Recertification Progress Using Recert to Track Your Recertification Progress Prehospital recertification requirements are constantly evolving and can be difficult to track. Recert is an online continuing education service designed

More information

Creating a trial Windows Azure account and activating MSDN benefits

Creating a trial Windows Azure account and activating MSDN benefits Creating a trial Windows Azure account and activating MSDN benefits What is Azure? In short, it s Microsoft s cloud platform: a growing collection of integrated services compute, storage, data, networking,

More information

Getting Started with Billings Pro Cloud (updated Sept 18th, 2013)

Getting Started with Billings Pro Cloud (updated Sept 18th, 2013) Getting Started with Billings Pro Cloud (updated Sept 18th, 2013) Table of Contents Objective 3 Audience 3 Requirements 3 The Billings Pro System 4 About Marketcircle Cloud 5 Cloud account signup 6 Installing

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

BOULDER IRB era InfoEd Continuing Review

BOULDER IRB era InfoEd Continuing Review BOULDER IRB era InfoEd Continuing Review Last Update: 2017/11/30 Preface: This guide explains how to submit a continuing review for a previously approved expedited or full board study that is nearing expiration.

More information

You asked. We delivered!

You asked. We delivered! You asked. We delivered! We value your feedback. That's why we're excited to provide you with an all-new Digital Banking Experience. Now, you have access to advanced financial tools to make banking, saving,

More information

Table of Contents. 1 Sales & PreSales FAQ. 2 What is licensing & pricing for KBPublisher? 3 Is this installed on my web server?

Table of Contents. 1 Sales & PreSales FAQ. 2 What is licensing & pricing for KBPublisher? 3 Is this installed on my web server? Table of Contents Table of Contents 1 Sales & PreSales FAQ 2 What is licensing & pricing for KBPublisher? 3 Is this installed on my web server? 4 Can KBPublisher be easily translated into various languages?

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

Databases in Azure Practical Exercises

Databases in Azure Practical Exercises Databases in Azure Practical Exercises Overview This course includes optional exercises where you can try out the techniques demonstrated in the course for yourself. This guide lists the steps for the

More information

Topics Covered. Web Address / Popup Blockers. How to Sign On. Main Toolbar Overview. Order Guides / Placing Orders. Confirmations.

Topics Covered. Web Address / Popup Blockers. How to Sign On. Main Toolbar Overview. Order Guides / Placing Orders. Confirmations. Topics Covered Web Address / Popup Blockers How to Sign On Main Toolbar Overview Order Guides / Placing Orders Confirmations Reports User / Admin Options Custom Order Guides Web Address What is the web

More information

1. Enter your site-account number (found at the top of your statement) and your 5-digit zip code and click Validate.

1. Enter your site-account number (found at the top of your statement) and your 5-digit zip code and click Validate. Follow these step-by-step instructions to enroll, login and make payments through e-bill express. You can also make a one-time payment without logging in; scroll down to the To Make a Payment Without Logging

More information

IPTV / OTT End-to-end Solution. Launch, manage and monetize your interactive TV system

IPTV / OTT End-to-end Solution. Launch, manage and monetize your interactive TV system IPTV / OTT End-to-end Solution Launch, manage and monetize your interactive TV system 1 Telebreeze IPTV/OTT Platform Telebreeze provides professional technical solution for IPTV / OTT businesses. The Telebreeze

More information

EXPENSE Training Guide. Quick Start Guide

EXPENSE Training Guide. Quick Start Guide EXPENSE Training Guide Quick Start Guide Table of Contents... 2 Launching and Logging in to the Chrome River Application... 2 First Log In... 2 Creating a New Pre-Approval Request..3 Creating a New Expense

More information

Request transcripts on behalf of students

Request transcripts on behalf of students 31 Request transcripts on behalf of students You can request transcripts on behalf of students who have expressed an interest in your institution. You can: Request transcripts for new or existing students.

More information

OM22: Exploring Office 365 & Sharepoint: A Hands-on Immersion Experience Presented by Ruth Halpern

OM22: Exploring Office 365 & Sharepoint: A Hands-on Immersion Experience Presented by Ruth Halpern OM22: Exploring Office 365 & Sharepoint: A Hands-on Immersion Experience Presented by Ruth Halpern The handouts and presentations attached are copyright and trademark protected and provided for individual

More information

Autoresponder Guide. David Sharpe

Autoresponder Guide. David Sharpe David Sharpe There are two autoresponders that I personally use and recommended AWeber and Sendlane. AWeber AWeber is a great service to use if you already have a website you are using. You can easily

More information

Enrolling for Mobile Money

Enrolling for Mobile Money Enrolling for Mobile Money Log onto Internet Banking Go to Services> Mobiliti Click on Enroll Check the box next to I accept these Terms and Conditions and the continue button will appear after the check

More information

VMware vcloud Air User's Guide

VMware vcloud Air User's Guide vcloud Air This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

B2B Portal User Guide

B2B Portal User Guide B2B Portal User Guide Table of Contents Introduction..3 Logging In.4 Changing your original password......6 Ordering Product....7 Product Waiting Lists......8 Payment Options.. 14 Finalizing your Order...

More information

ACCESS FREQUENTLY ASKED QUESTIONS

ACCESS FREQUENTLY ASKED QUESTIONS ACCESS FREQUENTLY ASKED QUESTIONS Contents 1. Microsoft Cloud Solution Provider Program 4 1.1. Which Microsoft products are offered? 4 1.2. What are the main differences compared to the other licensing

More information

FedEx Office Print Online Corporate

FedEx Office Print Online Corporate Quick Reference Guide Getting Started Log in to FedEx Office Print Online Corporate 1. Open your browser and navigate to: https://printonline.fedex.com/nextgen/abbott-amo 2. Input User ID and Password

More information

Clover Menu Board App User Manual. Table of Contents App Introduction App Requirements Installing the App App Configuration FAQs

Clover Menu Board App User Manual. Table of Contents App Introduction App Requirements Installing the App App Configuration FAQs Clover Menu Board App User Manual Table of Contents App Introduction App Requirements Installing the App App Configuration FAQs App Introduction Industry Weapon has partnered with Clover POS, LG and Best

More information

Web Portal User Guide Leap GIO Public. Leap GIO Public. New Generation - Web Portal User Guide. Copyright 2017 by Leap Solutions Asia Co., Ltd.

Web Portal User Guide Leap GIO Public. Leap GIO Public. New Generation - Web Portal User Guide. Copyright 2017 by Leap Solutions Asia Co., Ltd. New Generation - Web Portal User Guide 1 Page Contents 1 General... 3 1.1 Overview... 3 1.2 Definition... 3 1.3 Access the Web Portal... 3 2 Sign-Up... 4 2.1 Personal Account... 4 2.2 Corporate Account...

More information

OneLogin SCIM. Table of Contents. Summary... 2 System Requirements... 2 Installation & Setup... 2 Contact Us... 6

OneLogin SCIM. Table of Contents. Summary... 2 System Requirements... 2 Installation & Setup... 2 Contact Us... 6 OneLogin SCIM Table of Contents Summary... 2 System Requirements... 2 Installation & Setup... 2 Contact Us... 6 1 This guide provides set-up instructions for using LastPass with OneLogin as your Identity

More information

Getting Started Guide

Getting Started Guide Getting Started Guide for education accounts Setup Manual Edition 7 Last updated: September 15th, 2016 Note: Click on File and select Make a copy to save this to your Google Drive, or select Print, to

More information

New BoundTree.com User Guide Fall Version 6

New BoundTree.com User Guide Fall Version 6 New BoundTree.com User Guide Fall 2016 Version 6 Table of Contents Overview Navigating the Home Page Creating an Account Logging into an Existing Account Forgot Your Password? Reviewing Your Account Editing

More information

Published on Online Documentation for Altium Products (https://www.altium.com/documentation)

Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Home > Altium DXP Developer Using Altium Documentation Modified by Rob Evans on May 16, 2018 Reference information

More information

All About Catalog. Contents. West Virginia University Information Technology Services. ecommerce End User Advanced Guide

All About Catalog. Contents. West Virginia University Information Technology Services. ecommerce End User Advanced Guide Contents All About Catalog Browse...2 Add a Product...5 Basic Info...5 Display Options...6 Taxes & Shipping...6 Inventory Control...7 Descriptions...8 Left Side Menu...9 Product Details...9 Images and

More information

WebLink Manual EZ-CAMP2

WebLink Manual EZ-CAMP2 WebLink Manual EZ-CAMP2 SofterWare, Inc. WebLink March 2010 Table of Contents Table of Contents 1. WEBLINK OVERVIEW...3 Manual Overview...3 Support...3 WebLink Terminology...4 2. ADDING THE FORM TO YOUR

More information

About Geocloud.work. Per-hour payment model eliminates the need for purchasing the software licenses, annual support fees and software updates.

About Geocloud.work. Per-hour payment model eliminates the need for purchasing the software licenses, annual support fees and software updates. About Geocloud.work Geoсloud.work is a Software-as-a-Service (SaaS) and Data-as-a-Service (DaaS) worldwide cloud-based platform, which enables working with existing geospatial desktop software and data

More information

Shortcodes. Design a new short codes flow that eases the support team from hand-holding customers throughout the 8-week process.

Shortcodes. Design a new short codes flow that eases the support team from hand-holding customers throughout the 8-week process. Shortcodes Design a new short codes flow that eases the support team from hand-holding customers throughout the 8-week process. This design led to Twilio selling over 80% of the short codes in the United

More information

Updated December 12, Chapter 10 Service Description IBM Cloud for Government

Updated December 12, Chapter 10 Service Description IBM Cloud for Government Updated December 12, 2018 Chapter 10 Service Description IBM Cloud for Government IBM Cloud for Government This Service Description describes IBM s Cloud for Government available to Clients under the Federal

More information

How to Register for Courses (Second Phase: Open Enrollment Registration)

How to Register for Courses (Second Phase: Open Enrollment Registration) How to Register for Courses (Second Phase: Open Enrollment Registration) During Open Enrollment you may register for any course that is not yet full, or be put onto a waitlist for a course that is full.

More information

DocProtect & Safe Activation

DocProtect & Safe Activation DocProtect & Safe Activation Excel Software www.excelsoftware.com DocProtect can generate a computer-unique, password-protected Mac or Windows application from a variety of source document formats. This

More information

Handbook: Carbonite Safe

Handbook: Carbonite Safe 1 Important Things to Know... 4 Carbonite Features... 5 Setting Up and Installing... 6 Starting a Trial... 7 Installing Carbonite for the First Time... 7 Buying a Subscription... 8 Subscription Pricing...

More information

Roundtable: Sell Your First Revit Plug-in on the Revit Exchange Store Saikat Bhattacharya Autodesk Stephen Preston - Autodesk

Roundtable: Sell Your First Revit Plug-in on the Revit Exchange Store Saikat Bhattacharya Autodesk Stephen Preston - Autodesk Roundtable: Sell Your First Revit Plug-in on the Revit Exchange Store Saikat Bhattacharya Autodesk Stephen Preston - Autodesk CP2300-R Do you have a cool Revit app/plug-in or a content that you would like

More information

lyndaclassroom Getting Started Guide

lyndaclassroom Getting Started Guide lyndaclassroom Getting Started Guide This document explains Why lyndaclassroom might be right for you and your students How to register as an approved educator with lynda.com How to set up and submit your

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using SimpleCMS Overview 2 Accessing the CMS 2 Resetting Your Password 2 Pages 3 Managing Files 3 Shortcuts 4 Uploading 4 Page Options 4 Relabel 4 Duplicate 4 Google

More information

ETS Global E-Commerce Platform User Guide V2.1. Table of contents 1. LOGIN TO THE ONLINE ACCOUNT... 3

ETS Global E-Commerce Platform User Guide V2.1. Table of contents 1. LOGIN TO THE ONLINE ACCOUNT... 3 Table of contents 1. LOGIN TO THE ONLINE ACCOUNT... 3 1.1. First Login - initialize your password... 3 1.2. Renewal of your password... 4 2. ACCOUNT MANAGEMENT... 6 2.1. B2B user creation / edition...

More information

Partner estore. User Guide 24/7 Partnering Solutions

Partner estore. User Guide 24/7 Partnering Solutions Partner estore User Guide 24/7 Partnering Solutions General Introduction 4 Accessing the Partner estore 5 Searching for Products 6 Product Browsing, Quick and Advanced Search Placing an Order 12 Search

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

Ordering Instructions for Marketing-on-Demand Website

Ordering Instructions for Marketing-on-Demand Website Ordering Instructions for Marketing-on-Demand Website 1. Login Go to http://www.stargas.consumergraphics.net to login to the website. Your Username and Password will be given to you by your RSM. 2. Home

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

Rebate Application Submittal Made Easy. Your guide to a quick and stress free rebate application process

Rebate Application Submittal Made Easy. Your guide to a quick and stress free rebate application process Rebate Application Submittal Made Easy Your guide to a quick and stress free rebate application process Rebate Application Submittal Start here: http://www.bgesmar tenergy.com/cooling Select Participating

More information

epnplugin v4.1.1 Financial Software Payments Module for QuickBooks epnbillpay for epnplugin Guide

epnplugin v4.1.1 Financial Software Payments Module for QuickBooks epnbillpay for epnplugin Guide epnplugin v4.1.1 Financial Software Payments Module for QuickBooks epnbillpay for epnplugin Guide eprocessing Network LLC 7/1/2016 epnplugin 4 epnbillpay for epnplugin Guide Table of Contents OVERVIEW...

More information

Magento 2 User Guide March 11, 2018

Magento 2 User Guide March 11, 2018 Magento 2 User Guide March 11, 2018 Getting Started Logging in to your Magento 2 Admin Panel Once your account has been set up, you can access the Plugin through your Internet browser. To log in: 1. Use

More information

T E K L Y N X LABEL ARCHIVE

T E K L Y N X LABEL ARCHIVE T E K L Y N X LABEL ARCHIVE WEB GUIDE LABEL ARCHIVE Web Guide The information in this manual is not binding and may be modified without prior notice. Supply of the software described in this manual is

More information

Tobacco Products Manufacturer s and Importer s Report

Tobacco Products Manufacturer s and Importer s Report Tobacco Products Manufacturer s and Importer s Report Logging Into EDS Log in with the user id and password provided through the EDS registration process and click on the Login button. If you have not

More information

AHAU SOFTWARE. User Guide. Time Tracker Outlook Add-in. version 0.11

AHAU SOFTWARE. User Guide. Time Tracker Outlook Add-in. version 0.11 AHAU SOFTWARE User Guide Time Tracker Outlook Add-in version 0.11 This Outlook add-in makes it possible to auto record the time spent on the work with mails and tasks. Table of Contents Introduction...

More information

E-filing User Guide: Los Angeles Superior Court

E-filing User Guide: Los Angeles Superior Court E-filing User Guide: Los Angeles Superior Court Section One: Creating a New Case Anywhere E-filing Account From your Case Anywhere account, click the E-file link located at the top of the page. For LA

More information

SECTION 1 INTRODUCTION

SECTION 1 INTRODUCTION SECTION 1 INTRODUCTION This user s guide accompanies a test generator program called ExamView Pro an application that enables you to quickly create printed tests, Internet tests, and computer (LAN-based)

More information

How to post a job on Inside Higher Ed

How to post a job on Inside Higher Ed How to post a job on Inside Higher Ed Start at careers.insidehighered.com. Click the Post Jobs link in the top section. If you ve already registered your recruiter account, log in now using the pop-up

More information

Jefferson Stationery Automation https://jeffstationery.nowdocs.com

Jefferson Stationery Automation https://jeffstationery.nowdocs.com Contents Self Registration...2 Place an Order...4 Approval Process...13 Reprint an Order...19 Track an Order...22 Questions/Contact Info...23 1 Self Registration 1. Open browser (Internet Explorer/Firefox,

More information

Introduction. Installation. Version 2 Installation & User Guide. In the following steps you will:

Introduction. Installation. Version 2 Installation & User Guide. In the following steps you will: Introduction Hello and welcome to RedCart TM online proofing and order management! We appreciate your decision to implement RedCart for your online proofing and order management business needs. This guide

More information

XERO SETUP GUIDE. Dave Carr

XERO SETUP GUIDE. Dave Carr XERO SETUP GUIDE Abstract Guidelines for integrating Eazy Collect with Xero to issue invoices, collect payment by Direct Debit and reconcile payments back into Xero automatically. Dave Carr Table of Contents

More information

BOULDER IRB era InfoEd Amendments

BOULDER IRB era InfoEd Amendments BOULDER IRB era InfoEd Amendments Last Update: 2017/12/06 Preface: This guide explains how to submit an Amendment to modify an approved study. If you already have a submission pending review do not submit

More information

Student Registration Instructions

Student Registration Instructions Student Registration Instructions Before you begin, you will need a 10-character Class Code provided by your instructor and a 20-character ALEKS Access Code. If you do not have an access code, you can

More information

Quick Start Guide for Data Buyers

Quick Start Guide for Data Buyers Quick Start Guide for Data Buyers November 2015 Quick start guide Welcome to DataStreamX! Our marketplace allows you to easily source for data from across the world. We focus on simplifying the data procurement

More information

VozLatinum: About Your Points FAQ

VozLatinum: About Your Points FAQ VozLatinum: About Your Points FAQ What are VozLatinum Points? VozLatinum Points is the incentive system VozLatinum uses to thank community members for completing certain surveys and discussion forums.

More information

Quick Start Guide for Intel FPGA Development Tools on the Nimbix Cloud

Quick Start Guide for Intel FPGA Development Tools on the Nimbix Cloud Quick Start Guide for Intel FPGA Development Tools on the Nimbix Cloud Updated for Intel Quartus Prime Design Suite: 17.0.1 Subscribe Send Feedback Latest document on the web: PDF HTML Contents Contents

More information

Trial Account Quick Start Guide

Trial Account Quick Start Guide Trial Account Quick Start Guide Version 5.2 April 2015 Edition 2002-2015 ICS Learning Group 1 Disclaimer ICS Learning Group makes no representations or warranties with respect to the contents or use of

More information

AVAYA LEARNING CENTER END USER GUIDE. Avaya Learning Virtual Campus License Registration Guidelines

AVAYA LEARNING CENTER END USER GUIDE. Avaya Learning Virtual Campus License Registration Guidelines AVAYA LEARNING CENTER END USER GUIDE Avaya Learning Virtual Campus License Registration Guidelines 1 Avaya Learning Virtual Campus License Registration Guide November 2015 ENROLLMENT REGISTRATION PROCESS

More information

Introduction to Events

Introduction to Events Introduction to Events Brenda Lundeen MicroNet, Inc. ChamberMaster is a service of MicroNet, Inc. micronetonline.com chambermaster.com Our session includes... Add a new event Add photos and sponsor info

More information

Online Portal USER GUIDE. portal.hc-link.com / For assistance please call: (888)

Online Portal USER GUIDE. portal.hc-link.com / For assistance please call: (888) Online Portal USER GUIDE portal.hc-link.com / For assistance please call: (888) 9-764 portal.hc-link.com (888) 9-764 TABLE OF CONTENTS Sign Up Your Account Confirm Your Account Sign into HCL Portal Order

More information

User s Guide. (Virtual Terminal Edition)

User s Guide. (Virtual Terminal Edition) User s Guide (Virtual Terminal Edition) Table of Contents Home Page... 4 Receivables Summary... 4 Past 30 Day Payment Summary... 4 Last 10 Customer Transactions... 4 View Payment Information... 4 Customers

More information

YourStore A GUIDE TO

YourStore A GUIDE TO A GUIDE TO YourStore 3.0 Selling contact lenses online has never been easier! This is the homepage of YourStore 3.0. 1. The header displays just your company name as its default. The rectangular space

More information

Student User Guide. Version 1.2. Page 1 of 16. Student User Guide Version 1.2

Student User Guide. Version 1.2. Page 1 of 16. Student User Guide Version 1.2 Page 1 of 16 Table of Contents Introduction... 3 Using Your Unikey... 3 Managing Your Account... 4 Editing Contact Information... 4 Managing Addresses... 5 Course Notes... 8 Selecting Course Notes... 8

More information

AppProtect & Safe Activation

AppProtect & Safe Activation AppProtect & Safe Activation Excel Software www.excelsoftware.com This paper describes a step-by-step process to protect a Mac or Windows application using AppProtect. The protected application is linked

More information

Admin Guide Hosted Applications

Admin Guide Hosted Applications Admin Guide Hosted Applications DOCUMENT REVISION DATE: December, 2010 Hosted Applications Admin Guide / Table of Contents Page 2 of 32 Table of Contents OVERVIEW... 3 1. ABOUT THE GUIDE... 3 1.1 AUDIENCE

More information

NSA s Enterprise Level Zoom Subscription FAQ

NSA s Enterprise Level Zoom Subscription FAQ 1. What does plus more mean in terms of features? With the NSA package members receive: 1 Meeting License ($14.99 if bought individually) 1 Webinar 500 License ($140 if bought individually) Unlimited Cloud

More information

pixa print portal quick start guide: arizona s children association

pixa print portal quick start guide: arizona s children association pixa print portal quick start guide: arizona s children association WELCOME TO THE PIXA ONLINE PRINT PORTAL! At Pixa, we pride ourselves on being at the top of our game which means providing our clients

More information

Invoice Gateway Customer Enrollment

Invoice Gateway Customer Enrollment Invoice Gateway Customer Enrollment Billtrust is the Stock Building Supply provider of Statement and Invoice delivery. They also host our Customer Portal where you can view your invoices and statements

More information

Open 24/7/365. Welcome to DOIGCorp.com. Welcome to the new DOIGCorp.com

Open 24/7/365. Welcome to DOIGCorp.com. Welcome to the new DOIGCorp.com Welcome to DOIGCorp.com Welcome to the new DOIGCorp.com We are Factory and Industrial Automation Specialists, working to bring our customers Fast. Friendly. Flawless. Solutions. Open 24/7/365 We ve made

More information

Please follow the simple instructions below and throughout this PDF to maintain or update your information.

Please follow the simple instructions below and throughout this PDF to maintain or update your information. The International Design Exhibition has partnered with Map Your Show to provide attendees with an Interactive Floor Plan & Online Planner to assist them with researching exhibitors and planning their time

More information