Developer Reference. A mobile loyalty platform for retailers. Document Number:

Size: px
Start display at page:

Download "Developer Reference. A mobile loyalty platform for retailers. Document Number: 09720037"

Transcription

1 Developer Reference A mobile loyalty platform for retailers Document Number:

2

3 CONTENTS Guide Overview Description of this Guide... ix What s new in this guide...x Upgrade impact...xii 1. Getting Started with Alert Introduction... 1 Overview of the Alert platform... 1 Creating an e-commerce platform for your customers... 3 Creating an Alert-based mobile app... 3 Integrating your product catalog... 4 Integrating your organization s infrastructure: the Alert APIs... 5 Creating a loyalty program for your customers: Alert Loyalty... 6 Rewarding customers for activities on social networks: Social Loyalty... 7 Rewarding customers for purchases in your stores: Purchase-based Loyalty Customizing an Alert App Introduction Customization overview Common customizations Prerequisites for customizing your app High-level steps for customizing your app The Alert skin bundle Structure of an ios skin bundle Structure of an Android skin bundle Customizing the images in the app Steps to customize the images in the skin MicroStrategy, Inc. iii

4 Contents MicroStrategy Alert Developer Reference Images used for branding Images used for content elements Images used for navigation elements in ios Images used for navigation elements in Android Images used for navigation menu icons in ios Customizing the colors used in the app Steps to customize the colors used in the app JSON name/value pairs for colors Customizing the app s navigation menu Structure of the navigation menu Customizing the order of items in the app s navigation menu Adding new items to the navigation menu in ios Adding new items to the navigation menu in Android Customizing the app s Explore page Customizing the app s Inbox page Customizing the app s Account page Structure of the Account page Customizing the order of items in the Account page Adding new items to the Account page in ios Adding new items to the Account page in Android Customizing the account creation parameters Steps to customize the account creation parameters JSON name/value pairs for account creation Customizing the app s Social page Structure of the Social page Customizing the order of items in the Social page Adding new tabs to the Social page in ios Adding new tabs to the Social page in Android Customizing the text in the app in ios Steps to customize the text in the app in ios Navigation menu text that you can customize Loyalty card text that you can customize Gift card text that you can customize Notification text that you can customize Login request text that you can customize No content text that you can customize Account page text that you can customize Customizing the text in the app in Android Steps to customize the text in the app in Android Navigation menu text that you can customize iv 2014 MicroStrategy, Inc.

5 MicroStrategy Alert Developer Reference Contents Loyalty card text that you can customize Gift card text that you can customize Notification text that you can customize No content text that you can customize Login request text that you can customize Customizing the text sent from the app in ios Steps to customize the text sent from the app in ios Messages that you can customize in ios Posts for social networks from ios Customizing the text sent from the app in Android Steps to customize the text sent from the app in Android Messages that you can customize in Android Customizing messages sent from the app Downloading the templates Steps to customize the messages sent from the app Common ios customizations for messages Automatically customizable text: Macros List of user account and app download macros List of product offer macros List of Inbox macros List of gift macros List of shared product macros List of receipt macros Adding a link to the app s Account page Compiling your customized skin Testing the customized skin for ios Testing a custom splash screen Making your custom Alert-based app available Allowing MicroStrategy to distribute your app Deploying your ios app on the Apple App Store Deploying your Android app on the Google Play store The Alert Administration API Introduction Prerequisites for using the Alert API Using the Alert API: Creating Alert administration sessions Obtaining an Alert administration session token Creating and managing your store locations: Store Location API Creating a store location Uploading a file containing store locations MicroStrategy, Inc. v

6 Contents MicroStrategy Alert Developer Reference Updating a store location Deleting a store location Retrieving store locations Connecting your customer database to Alert accounts: Customer Linking API Linking a customer s account to their Alert user ID Un-linking a customer s account and their Alert user ID Sending offers to customers: Offers API Obtaining Alert user IDs for targeted offers Adding customers to a message Deleting customers from a message s recipient list Sending coupon codes to customers Deleting coupon codes from customers accounts Retrieving unclaimed coupon codes that have been assigned to customers Redeeming coupons Creating and managing receipts: Receipts API Creating receipts Deleting receipts Replacing receipts (deprecated) Retrieving receipts Managing your purchase-based loyalty program Retrieving a customer s loyalty points Retrieving a customer s loyalty activities Redeeming a customer s loyalty points Tracking your social loyalty programs Retrieving a list of social loyalty activities Redeeming customers social loyalty points Integrating users information with your infrastructure: External Alert sessions Retrieving the contents of users wallets Adding gift cards to users wallets Retrieving users account information The Alert Partner API Introduction Getting started with the Partner API Implementing the Partner API Managing customers authentication accounts using the Partner API Creating new authentication accounts for customers Linking customers Alert accounts to their authentication vi 2014 MicroStrategy, Inc.

7 MicroStrategy Alert Developer Reference Contents accounts Authenticating customers Retrieving customers account information Updating customers account information Resetting customers passwords Merging Alert accounts Managing customers loyalty information using the Partner API Creating new loyalty memberships for customers Retrieving customers membership information Linking customers loyalty memberships to their Alert accounts Un-linking a customer s membership Retrieving additional information from customers Requesting additional customer information using an external Alert session Customizing your Alert app to retrieve user information Using the Partner API for customers gift cards Allowing Alert to check the balance on a gift card Integrating your Magento Store with Alert Legal Notices Introduction Installing and configuring the Alert Connector for Magento Installing the Alert Magento Extension Using Magento with your Alert-based App Displaying product options as images Index MicroStrategy, Inc. vii

8 Contents MicroStrategy Alert Developer Reference viii 2014 MicroStrategy, Inc.

9 GUIDE OVERVIEW Description of this Guide This guide describes the tasks you can perform to create a custom mobile commerce application for your customers. This guide is divided into the following sections: For an overview of the Alert platform, see Chapter 1, Getting Started with Alert. If you want to create a custom Alert-based app that uses your organizations branding, see Chapter 2, Customizing an Alert App. If you are creating a web application to administer your Alert Campaign Management System (CMS) store, for example, to update your physical store locations, you can use the Alert Administration API, described in Chapter 3, The Alert Administration API. If you want to integrate your organization s customer database, such as integrating your customers loyalty memberships with their Alert accounts, and allowing your customers to access your services through the Alert app, you can implement the Alert Partner API as a web service, as described in Chapter 4, The Alert Partner API MicroStrategy, Inc. ix

10 Guide Overview MicroStrategy Alert Developer Reference If you use the Magento e-commerce platform to manage your product catalog, you can use the Alert Magento Connector to provide an integrated native shopping experience to users of your Alert app. For instructions to install and configure the Magento Connector, see Chapter 5, Integrating your Magento Store with Alert. What s new in this guide Alert 3.7 If you use the Magento e-commerce platform to manage your product catalog, you can use the Alert Magento Connector to provide an integrated native shopping experience to users of your Alert app. For instructions to install and configure the Magento Connector, see Chapter 5, Integrating your Magento Store with Alert. Alert 3.6 You can use the Alert Loyalty Program as a purchase-based loyalty solution for your customers. For an overview of the Alert Loyalty Program, see Creating a loyalty program for your customers: Alert Loyalty, page 6. For the APIs that you can use to manage your purchase-based loyalty program, see Managing your purchase-based loyalty program, page 177. The Receipts API has been updated to support purchased-based loyalty programs. For detailed information on the Receipts API, see Creating and managing receipts: Receipts API, page 148. If you are using an older version of the Receipts API, the API calls remain backward compatible. The API to replace receipts has been deprecated. You can send messages to your customers using the Offers API, described in Adding customers to a message, page 128. The customizable Alert app now supports the ipad, using the same skin as the iphone. For detailed information on the customizable Alert app, see Chapter 2, Customizing an Alert App. x 2014 MicroStrategy, Inc.

11 MicroStrategy Alert Developer Reference Guide Overview Additional customization options are available for the customizable Alert app: In the navigation menu, you can specify the background color of each navigation icon using the icon_bg_color key, as described in Structure of the navigation menu, page 34. The navigation menu now supports additional controllers, as listed in Controller IDs used in app links, page 35. The items on the user s Account Page can be customized, as described in Customizing the app s Account page, page 48. The tabs on the Social page can be customized, as described in Customizing the app s Social page, page 59. Alert 3.5 If you have integrated your customers authentication accounts or loyalty memberships with the Alert platform, you can use the authentication account IDs or loyalty membership IDs while making requests to the Alert Administration API, or handling requests for the Alert Partner API. For details on the request formats for the Alert Administration API, see Chapter 3, The Alert Administration API. For details on the request formats for the Alert Partner API, see Chapter 4, The Alert Partner API. If you have created a social loyalty program for your customers, for example, one that awards loyalty points for sharing a product with their contacts, you can track the activities for users who have participated in the program. The API calls for tracking social loyalty activities are described in Tracking your social loyalty programs, page 187. If you are implementing the Alert Partner API, it is recommended that you test your API implementation. The guidelines for testing are provided in Testing your Partner API implementation, page 209. Alert 3.0 This guide was created for Alert MicroStrategy, Inc. xi

12 Guide Overview MicroStrategy Alert Developer Reference Upgrade impact The sections below describe new or changed features for the latest version of the Alert platform, and the impact of the changes on your Alert API implementations. Upgrading to Alert 3.6 The API call to replace receipts has been deprecated. To replace a receipt, you must first delete the old receipt using the API call described in Deleting receipts, page 167, and create a new receipt using the API call described in Creating receipts, page 149. For the Receipts API, the structure of the receipt object has been updated. If you created a receipt using the old structure and need to create new receipts for returned items, you must delete the old receipt and re-create it using the updated structure, described in Creating and managing receipts: Receipts API, page 148. xii 2014 MicroStrategy, Inc.

13 1 1.GETTING STARTED WITH ALERT Introduction This section provides an overview of the Alert platform, and describes the high-level steps to integrate your organization s customer database. The following topics are covered: For an overview of the Alert platform and the features it offers, see Overview of the Alert platform, page 1. For high-level steps to integrate your customer database with Alert, see Creating an e-commerce platform for your customers, page 3. For high-level steps to use Alert as a loyalty program for your customers, see Creating a loyalty program for your customers: Alert Loyalty, page 6. Overview of the Alert platform The Alert platform allows you to easily create a custom mobile commerce app for your customers. Alert integrates the data and content from your 2014 MicroStrategy, Inc. Overview of the Alert platform 1

14 1 Getting Started with Alert MicroStrategy Alert Developer Reference customer systems, such as Customer Relationship Management (CRM) databases, point-of-sale (POS) systems, loyalty programs, and so on, as well as your marketing assets to deliver a tightly integrated user experience on your customers ios and Android devices. Features of the Alert platform The Alert platform offers you and your customers the following abilities: You can send targeted offers to your customers through the Alert Campaign Management System (CMS). Customers can use these offers in your store locations, or gift them to their contacts. You can use Alert as a customer loyalty platform, rewarding customers for purchases they make in your stores, or for sharing your products and updates with their contacts. If you have an existing loyalty program, you can integrate Alert with your program and offer your customers loyalty badges that they can use in the Alert apps for web and mobile. You can analyze your customers behavior and profiles using Alert CMS, and create customer segments based on your analyses. You can send your customers receipts for purchases that they have made at your stores. You can integrate your own mobile commerce site with the Alert apps, allowing your customers to make purchases from within the app. You can send users coupons and loyalty badges, which can be scanned at your store locations. You can create public offers, which potential customers can browse without logging in to the app. When they are ready to make a purchase, they can log in to the app. Your customers can use the Store Locator feature in the Alert app to find your stores in their vicinity. You can integrate your product catalog with the Product Locator feature, so that customers can find products that they are looking for. You can track and analyze users purchase and payment history to reward customers based on their purchases with you. 2 Overview of the Alert platform 2014 MicroStrategy, Inc.

15 MicroStrategy Alert Developer Reference Getting Started with Alert 1 Creating an e-commerce platform for your customers You can use the Alert platform to create an integrated mobile commerce experience for your customers, which incorporates your branding, product catalog, and your existing customer data. The high-level tasks you can perform to create a mobile commerce platform with Alert are as follows: Create a custom, Alert-based mobile app, which uses your organization s branding, as described in Creating an Alert-based mobile app, page 3. Allow customers to browse your product catalog and make purchases from within your Alert-based app, by adding your mobile store to your the app, as described in Integrating your product catalog, page 4. Allow your customers to sign up for your loyalty programs, or add their current loyalty memberships to the Alert platform, as described in Integrating your organization s infrastructure: the Alert APIs, page 5. Creating an Alert-based mobile app The Alert platform provides a demo app, called Trela, which can be customized to reflect your brand s needs. For example, the following image shows an example of a customer s wallet in Trela: 2014 MicroStrategy, Inc. Creating an e-commerce platform for your customers 3

16 1 Getting Started with Alert MicroStrategy Alert Developer Reference You can create a custom skin for the Trela app, using your company s logo, text, color scheme, and images. MicroStrategy then uses that skin to create a version of the app tailored to your needs. If required, you can make your app accessible to an international audience by providing MicroStrategy with translations for the text used in the app. The basic requirements for creating a skin for the Trela app are as follows: A basic understanding of the JavaScript Object Notation (JSON) format. A text editor. An image editor. For detailed requirements, and instructions to create your Alert-based app, refer to Chapter 2, Customizing an Alert App. Integrating your product catalog You can allow Alert users to browse your product catalog and purchase goods from you from within the Alert app, using one of these strategies: If you use the Magento e-commerce platform to manage your products, you can use the Alert Connector for Magento to integrate your Magento store with your Alert-based app. The Alert Connector allows customers to interact with your app in the same way that they interact with your Magento store, while taking advantage of Alert s features to provide a native shopping experience optimized for mobile devices. For steps to install and configure the Alert Connector for Magento, see Chapter 5, Integrating your Magento Store with Alert. If you have a mobile online store, you can integrate your store into your Alert-based app, allowing users to browse your product catalog and make purchases from within your app. Additionally, you can provide your customers with the following abilities: 4 Creating an e-commerce platform for your customers 2014 MicroStrategy, Inc.

17 MicroStrategy Alert Developer Reference Getting Started with Alert 1 Search for products by typing the product s name, as shown in the example below. Search for products by scanning a barcode, as shown in the example below: For detailed steps to integrate your mobile store in your Alert-based app, refer to the Alert CMS help, located at producthelp/alertcms/help/index.html. Integrating your organization s infrastructure: the Alert APIs The Alert platform provides a set of APIs that you can implement to exchange data between Alert and your organization s customer service infrastructure. The APIs allow you to provide a seamless mobile experience for both new and existing customers MicroStrategy, Inc. Creating an e-commerce platform for your customers 5

18 1 Getting Started with Alert MicroStrategy Alert Developer Reference The following are examples of capabilities that you can offer your customers using the Alert APIs: When customers make purchases at your stores, your point-of-sale (POS) system can send them electronic receipts, which can be viewed in your Alert-based app. When customers claim coupons for campaigns that you have created, you can send them coupon codes that they can access in the Alert-based app. If you have created loyalty programs for your customers, you can track these programs, and update customers accounts with the loyalty points they earn. There are two sets of APIs that you can use, described as follows: The Alert Administration API, which allows you to administer your Alert store. To use the Administration API, you create a web service that calls the API to perform tasks such as managing your store locations, sending receipts to your customers, and so on. The Administration API is described in detail in Chapter 3, The Alert Administration API. The Alert Partner API, which allows you to integrate your customer database with Alert. The Partner API must be implemented in a web service that you create, and responds to calls from the Alert platform. The Partner API is described in detail in Chapter 4, The Alert Partner API. Creating a loyalty program for your customers: Alert Loyalty The Alert Loyalty program lets you reward your customers for their interactions with your brand, for example, by awarding customers 10 loyalty points every time they spend $100 in one of your stores. The Alert Loyalty program helps you achieve the following: Engage your customer base with rewards for social actions, online purchases, and purchases in your store locations. If you do not currently have a loyalty program, use Alert to create and host a loyalty program for your customers. 6 Creating a loyalty program for your customers: Alert Loyalty 2014 MicroStrategy, Inc.

19 MicroStrategy Alert Developer Reference Getting Started with Alert 1 If you have your own loyalty program, integrate your loyalty program with Alert. Track the success of your loyalty programs, and view reports on loyalty activities using Alert Intelligence. Define market segments based on customers loyalty data, and create campaigns specifically targeting customers who have loyalty memberships with you. The Alert Loyalty program offers the following solutions: Rewarding customers for activities on social networks: Social Loyalty, page 7 Rewarding customers for purchases in your stores: Purchase-based Loyalty, page 8 Rewarding customers for activities on social networks: Social Loyalty A social loyalty program lets you reward your customers for sharing your offers and updates with their contacts using Facebook, , or SMS text message. The high-level tasks for implementing a social loyalty program are as follows: In the Alert Campaign Management System (CMS), you define the actions that allow users to earn loyalty points. For example: Sharing one of your offers with their Facebook contacts. Liking your Facebook posts. Sharing your Facebook posts. If you do not have your own loyalty program, Alert manages your customers loyalty information. If you have your own loyalty program, you can use the Alert APIs to retrieve your customers activities in Alert, and add them to your loyalty program. For steps to create social loyalty programs in CMS, refer to the Alert CMS Help, located at Help/index.html MicroStrategy, Inc. Creating a loyalty program for your customers: Alert Loyalty 7

20 1 Getting Started with Alert MicroStrategy Alert Developer Reference Rewarding customers for purchases in your stores: Purchase-based Loyalty The Alert Loyalty Program allows you to support an end-to-end purchase-based loyalty solution. The purchase-based loyalty platform includes: A loyalty platform, hosted within Alert. APIs in the Alert platform, which let you: Send Alert receipts for customers purchases, indicating the loyalty. Retrieve customers loyalty points and activities, to display on your website. Update customers loyalty accounts when they redeem their loyalty points at one of your stores. You can create a purchase-based loyalty program for all customers who have a loyalty membership with you. The high-level workflow for a purchase-based loyalty program is as follows: 1 In CMS, you create a purchase-based loyalty program, and configure the following options: The relationship between purchase amounts and the loyalty points awarded to customers. For example, you can define a rule that for each $10 customers spend, they get 1 loyalty point. The period for which customers loyalty points are marked as pending. Typically, this period matches your product return policy, and ensures that customers can only use their loyalty points once the purchase is final. Once the period has concluded, the loyalty points are added to the customer s points balance. For social loyalty programs, the points that customers earn are added to their loyalty points balance immediately. 2 In your Alert-based app, your customers sign up for your loyalty program. 3 Customers make purchases at your stores. Depending on your business rules, some of these purchases are eligible for loyalty points. 8 Creating a loyalty program for your customers: Alert Loyalty 2014 MicroStrategy, Inc.

21 MicroStrategy Alert Developer Reference Getting Started with Alert 1 4 Your point-of-sale (POS) terminal sends Alert the receipt for the purchase using the Receipts API, and indicates the purchase amount that is eligible for loyalty points. For example, if a customer's purchase totals $100, of which $50 is eligible for your loyalty program, the receipt indicates that $50 is the amount eligible for calculating loyalty points. Customers can view their receipts in your Alert-based app, or through your website. You can send receipts to Alert for the following customers: Customers who track their loyalty memberships using your Alert-based app. Customers who track their loyalty memberships through your website. The API calls for the Receipts API is described in Creating and managing receipts: Receipts API, page Based on the rules you define in CMS, the Alert platform calculates the number of points and adds it to the customer s pending loyalty points. 6 If customers return items, your POS terminal creates a receipt for the return using the transaction ID for the original receipt. The receipt for the returned items indicates the amount that is to be deducted from the original purchase, as well as the amount for loyalty points to deduct. 7 When your customers log on to your website to track their loyalty information, you use Alert API calls to retrieve the following information about the customer s activities: Their current points balance, including their pending points. The API call to retrieve a customer s loyalty points is described in Retrieving a customer s loyalty points, page 178. Their activity history. The API call to retrieve a customer s loyalty activities is described in Retrieving a customer s loyalty activities, page When customers redeem their loyalty points at one of your stores, your POS terminal or website makes an API call to Alert, to mark the points as redeemed. The API call to mark a customer s points as redeemed is described in Redeeming a customer s loyalty points, page MicroStrategy, Inc. Creating a loyalty program for your customers: Alert Loyalty 9

22 1 Getting Started with Alert MicroStrategy Alert Developer Reference 10 Creating a loyalty program for your customers: Alert Loyalty 2014 MicroStrategy, Inc.

23 2 2.CUSTOMIZING AN ALERT APP Introduction The MicroStrategy Alert mobile app can be easily customized for your use. You can create a custom skin for the mobile app using your company s logo, text, and images. MicroStrategy then uses that skin to create a version of the app tailored to your needs. If required, you can make your app accessible to an international audience by providing MicroStrategy with translations for the text used in the app. For more information about any aspect of customizing the Alert app, including instructions, select from the following: Customization overview, page 12 Customizing the images in the app, page 17 Customizing the colors used in the app, page 28 Customizing the app s navigation menu, page 33 Customizing the app s Account page, page 48 Customizing the account creation parameters, page MicroStrategy, Inc. 11

24 2 Customizing an Alert App MicroStrategy Alert Developer Reference Customizing the app s Social page, page 59 Customizing the text in the app in ios, page 65 Customizing the text in the app in Android, page 71 Customizing the text sent from the app in ios, page 77 Customizing the text sent from the app in Android, page 81 Customizing messages sent from the app, page 84 Automatically customizable text: Macros, page 89 Adding a link to the app s Account page, page 92 Compiling your customized skin, page 95 Testing the customized skin for ios, page 96 Making your custom Alert-based app available, page 98 Customization overview To customize your Alert app, you change the text and images used in the app skin. You can download a sample skin from MicroStrategy, which contains all the images and text, and make your changes. Then you send the skin to MicroStrategy to create your app. For example, a retailer can use Alert to create a custom storefront app. Customers who have downloaded the app receive messages about sales and special items, tailored to their demographic information. While they are in the store, they can use their smartphone camera as a QR code scanner to retrieve information about items. For an overview of specific aspects of customizing your app, see the following: Common customizations, page 13 Prerequisites for customizing your app, page 13 High-level steps for customizing your app, page 14 The Alert skin bundle, page 15 Structure of an ios skin bundle, page Customization overview 2014 MicroStrategy, Inc.

25 MicroStrategy Alert Developer Reference Customizing an Alert App 2 Structure of an Android skin bundle, page 16 Common customizations Some common customizations that are made to the Alert app include: Changing the splash screen to an image specific to your company (see Customizing the images in the app, page 17) Changing the color scheme and icons to reflect your company s brand (see Customizing the colors used in the app, page 28 and Customizing the images in the app, page 17) Changing the notification text so that it is specific to your app (see Customizing the text sent from the app in ios, page 77 or Customizing the text sent from the app in Android, page 81) Customizing the items in the navigation menu so that they reflect your use cases (see Customizing the app s navigation menu, page 33) Changing the messages that users send from the app so that they link to your company s products (see Customizing messages sent from the app, page 84) Prerequisites for customizing your app You must have access to an ios or Android device that can install the Trela demo app. You should have a basic understanding of HTML and JavaScript Object Notation (JSON) files. For an introduction to the JSON file format, see the W3Schools introduction to JSON, at You must have access to a text editor that can save text files in UTF-8 encoding. To customize the images in the app, you must have access to an image editor that can create.png files. To customize the colors in the app, you must have a basic understanding of how to define colors as hexadecimal values. If you are using ios and you want to test your app skin on your ios device, you must have access to a web server MicroStrategy, Inc. Customization overview 13

26 2 Customizing an Alert App MicroStrategy Alert Developer Reference High-level steps for customizing your app The general workflow for customizing your Alert-based app is as follows: 1 Download the Trela demo app from the appropriate location for your mobile device: For ios devices: Download Trela from the Apple App Store For Android devices: Download Trela from Google Play 2 Explore the Trela app to identify the images, colors, or text that you want to customize. 3 Download a sample skin from the MicroStrategy support website. For information about the sample skin, including a download location, see The Alert skin bundle, page In the sample skin, add the images that you want to customize. For example, you may want to use your company s logo in the splash screen. For steps to customize images, see Customizing the images in the app, page Review and customize the colors that you want to edit. For example, you may want to change the colors of the app s navigation bars. For steps to customize colors, see Customizing the colors used in the app, page Review and customize the app s navigation menu, Account page, and Social page. For example, you may want to change the default name of the Loyalty Cards section to a term that fits with your branding. For steps to customize these screens, see Customizing the app s navigation menu, page 33, Customizing the app s Account page, page 48, Customizing the account creation parameters, page 56, and Customizing the app s Social page, page Review and customize the text in the app that you want to edit. For example, you may want to change the text that is displayed for the Loyalty Cards section. For steps to customize text, see Customizing the text in the app in ios, page 65, Customizing the text sent from the app in ios, page 77, and Adding a link to the app s Account page, page If your users will be sharing gifts and offers by , you may want to customize the messages that the app sends. For steps to customize the messages, see Customizing messages sent from the app, page Customization overview 2014 MicroStrategy, Inc.

27 MicroStrategy Alert Developer Reference Customizing an Alert App 2 9 Compile your modified version of the template skin. For steps to compile the skin, see Compiling your customized skin, page If you are using an ios app, install your custom skin on a device and test it. For steps to test the skin, see Testing the customized skin for ios, page Deliver the compiled skin to MicroStrategy. A MicroStrategy team creates a custom app using the skin you have customized. 12 Make your custom app available to your customers. For high-level steps to make your app available on the appropriate app store, see Making your custom Alert-based app available, page 98. The Alert skin bundle You can download an Alert skin from the MicroStrategy website, from one of the following locations: For ios devices, the skin can be downloaded from STrelaSkin.zip For Android devices, the skin can be downloaded from ndroidtrelaskin.zip An Alert skin is a compressed ZIP archive, containing a skin.bundle folder. The structure of the folder is different depending on the device. For ios devices, see Structure of an ios skin bundle, page 15. For Android devices, see Structure of an Android skin bundle, page 16. Structure of an ios skin bundle The ios skin.bundle file can be downloaded from STrelaSkin.zip MicroStrategy, Inc. Customization overview 15

28 2 Customizing an Alert App MicroStrategy Alert Developer Reference It contains the following items, as shown in the image below: en.lproj folder: Contains files with localization information. Localizable.strings file: Contains all the text used in the app. You can edit this file to change the text used in the app, or to translate the text into different languages. Resources folder: Contains additional files used by the skin. Images folder: Contains all the images used by the skin. skin.json file: Contains text that you can customize for the iphone, such as items in the app s navigation menu, and the colors that are used in the interface. skin-ipad.json file: Contains text that you can customize for the ipad, such as items in the app s navigation menu, and the colors that are used in the interface. text_templates.json file: Contains the messages that are sent to other users from the app, for example, when sharing an offer via . For the structure of an Android skin bundle, see Structure of an Android skin bundle, page 16. Structure of an Android skin bundle The Android skin.bundle file can be downloaded from oidtrelaskin.zip. 16 Customization overview 2014 MicroStrategy, Inc.

29 MicroStrategy Alert Developer Reference Customizing an Alert App 2 It contains the following items, as shown in the image below: Resources folder: Contains additional files used by the skin. Images folder: Contains all the images used by the skin. skin.json file: Contains text that you can customize, such as items in the app s navigation menu, and the colors that are used in the interface. strings.xml file: Contains all the text used in the app. You can edit this file to change the text used in the app, or to translate the text into different languages. To, download a sample strings.xml, click the following URL: ndroid_strings_sample.xml. For the structure of an ios skin bundle, see Structure of an ios skin bundle, page 15. Customizing the images in the app You can customize the images used in the Alert app. For example, you can change the splash screen and login page so that they display your company s logo, or use customized menu buttons. For detailed instructions on how to customize the images in the skin, see Steps to customize the images in the skin, page 18. For specific images to customize, see the following: For images that represent your brand, see Images used for branding, page 19. For images used for items, see Images used for content elements, page 21. For images used for navigation elements, such as menu buttons: On ios, see Images used for navigation elements in ios, page MicroStrategy, Inc. Customizing the images in the app 17

30 2 Customizing an Alert App MicroStrategy Alert Developer Reference On Android, see Images used for navigation elements in Android, page 25. For images used for navigation menu icons, on ios, see Images used for navigation menu icons in ios, page 26. Steps to customize the images in the skin The images used in your skin are contained in the \Images folder of skin.bundle. By default, the Images subfolder is empty, and the skin uses the app s built-in images. To download an archive containing all the images used in the app, select from the following links: For ios: kin/iosalertimages.zip For Android: kin/androidalertimages.zip Prerequisite To customize the images in your app, you need an image editor that can save images at a specified pixel size, in PNG format, with various properties such as transparency as specified for each image. To customize an image in the skin 1 Browse through the demo app, and use the following sections to identify the image in the app that you want to customize: For images that represent your brand, see Images used for branding, page 19. For images used for items, see Images used for content elements, page 21. For images used for navigation elements, such as menu buttons: On ios, see Images used for navigation elements in ios, page Customizing the images in the app 2014 MicroStrategy, Inc.

31 MicroStrategy Alert Developer Reference Customizing an Alert App 2 On Android, see Images used for navigation elements in Android, page 25. For images used for navigation menu icons, on ios, see Images used for navigation menu icons in ios, page Create a new image, in PNG format, with the specified height, width, and any additional properties. If you are developing an ios skin, then to take advantage of high-resolution screens on newer devices, MicroStrategy recommends that you create multiple versions of each image, described as follows: A standard-resolution image which is displayed on devices with low-resolution screens, such as older-generation iphone devices. A high-resolution image that is double the size of the standard-resolution image, to take advantage of high-resolution screens on some devices, such as the iphone 4 and 4s. The file name of the high-resolution image is the same as the standard-resolution image, with suffix. For example, if the standard-resolution image is example.png, the high-resolution image is example@2x.png. For some full-screen images, you must create an extended high-resolution version of the image to take advantage of the larger screen size of devices such as the iphone 5. The file name of the extended high-resolution version of the image is the same as the standard-resolution image, with an -568h@2x suffix. For example, if the standard-resolution image is example.png, the high-resolution image is example-568h@2x.png. 3 Save your images in the \Images folder of the sample skin, using the file name specified for the image. For any images that you do not customize, the default image is used. Images used for branding You can customize the images that represent your brand, such as the app s logo, the splash screen displayed when the app starts, and so on. The table below describes the images used for branding MicroStrategy, Inc. Customizing the images in the app 19

32 2 Customizing an Alert App MicroStrategy Alert Developer Reference For steps to customize these images, see Steps to customize the images in the skin, page 18. Description A large version of the app s logo, displayed on the login page for the app. Image to customize ios: logo_trela_splash.png Android: trela_logo.png Specifications (height x width, in pixels) ios standard resolution: 215 x 175 px ios high resolution (@2x suffix): 430 x 170 px Android: 460 x 110 px Note: The image background must be set to alpha transparent. The splash screen that is displayed when the app starts. This image should not contain the logo, as the logo is displayed with the login and connect buttons (as in the example logo image above). Note: To view the splash screen on an iphone during a test, you must also upload the images to your CMS account. For more information about testing the skin, see Testing the customized skin for ios, page 96. ios: defaultsplashimage.png Android: splash_screen_blank.png ios standard resolution: 320 x 460 px ios high resolution (@2x suffix): 640 x 920 px ios extended high resolution (-568h@2x suffix): 640 x 1096 px Android: 480 x 800 px 20 Customizing the images in the app 2014 MicroStrategy, Inc.

33 MicroStrategy Alert Developer Reference Customizing an Alert App 2 Description The default image displayed when users view their loyalty cards in the app. Special effects such as rounded corners and shadows are applied by the app. Image to customize image_loyalty.png Specifications (height x width, in pixels) ios standard resolution: 292 x 184 px ios high resolution (@2x suffix): 584 x 368 px Android: 584 x 386 px The app s icon. icon.png ios standard resolution: 57 x 57 px ios high resolution (@2x suffix): 114 x 114 px Android: 96 x 96 px Images used for content elements You can customize the images used for content within the app, such as the placeholder images displayed if users have no gift cards or receipts. The table below describes the images used within the app MicroStrategy, Inc. Customizing the images in the app 21

34 2 Customizing an Alert App MicroStrategy Alert Developer Reference For steps to customize these images, see Steps to customize the images in the skin, page 18. Description The placeholder image displayed when users have not added any gift cards. Image to customize icon_empty_giftcard.png Dimensions (height x width, in pixels) ios standard resolution: 139 x 139 px ios high resolution (@2x suffix): 278 x 278 px Android: 278 x 278 px Note: The image background must be set to alpha transparent. The placeholder image displayed when users have not added any loyalty cards. ios: icon_empty_loyaltycard.png Android: icon_empty_loyalty.png ios standard resolution: 139 x 139 px ios high resolution (@2x suffix): 278 x 278 px Android: 278 x 278 px Note: The image background must be set to alpha transparent. 22 Customizing the images in the app 2014 MicroStrategy, Inc.

35 MicroStrategy Alert Developer Reference Customizing an Alert App 2 Description The placeholder image displayed when a user s inbox is empty. Image to customize ios: Empty_inbox.png Android: icon_empty_inbox.png Dimensions (height x width, in pixels) ios standard resolution: 139 x 139 px ios high resolution (@2x suffix): 278 x 278 px Android: 278 x 278 px Note: The image background must be set to alpha transparent. The placeholder image displayed when users have no vouchers. icon_empty_vouchers.png ios standard resolution: 139 x 139 px ios high resolution (@2x suffix): 278 x 278 px Android: 278 x 278 px Note: The image background must be set to alpha transparent. The placeholder image displayed when users have no receipts. icon_empty_receipts.png ios standard resolution: 139 x 139 px ios high resolution (@2x suffix): 278 x 278 px Android: 278 x 278 px Note: The image background must be set to alpha transparent MicroStrategy, Inc. Customizing the images in the app 23

36 2 Customizing an Alert App MicroStrategy Alert Developer Reference Description (ios only) Highlights an offer in the user s inbox with a notification, for example, an offer that was received as a gift MicroStrategy recommends that the color of this icon be the same as the notification_color color, described in Customizing the colors used in the app, page 28. Note: In Android, this highlight can be changed using the brand_accent color code, as described in Customizing the colors used in the app, page 28. (ios only) Highlights an offer in the user s inbox, for example, a special deal on items. MicroStrategy recommends that the color of this icon be the same as the warning_color color, described in Customizing the colors used in the app, page 28. Note: In Android, this highlight can be changed using the brand_accent color code, as described in Customizing the colors used in the app, page 28. Image to customize ios: icon_gift_accent_2.png ios: icon_gift_accent_3.png Dimensions (height x width, in pixels) Standard resolution: 73 x 23 px High resolution (@2x suffix): 146 x 46 px Standard resolution: 73 x 23 px High resolution (@2x suffix): 146 x 46 px Images used for navigation elements in ios You can customize the images used for navigation items in the app, such as menu buttons. The table below describes the customizable images used for navigation. 24 Customizing the images in the app 2014 MicroStrategy, Inc.

37 MicroStrategy Alert Developer Reference Customizing an Alert App 2 For steps to customize these images, see Steps to customize the images in the skin, page 18. Description Image to customize Dimensions (height x width, in pixels) The app s Back button. icon_arrow_back.png Standard resolution: 44 x 33 px High resolution (@2x suffix): 88 x 66 px Images used for navigation elements in Android You can customize the images used for navigation items in the app, such as menu buttons. The table below describes the customizable images used for navigation. For steps to customize these images, see Steps to customize the images in the skin, page 18. Description The arrow for the app s Back button. Image to customize icon_arrow.png Dimensions (height x width, in pixels) 32 x 53 px The image used along with the app s Back button. icon_t.png 31 x 55 px 2014 MicroStrategy, Inc. Customizing the images in the app 25

38 2 Customizing an Alert App MicroStrategy Alert Developer Reference Images used for navigation menu icons in ios In ios, you can customize the images used for the navigation menu icons in the app. The table below describes the customizable images used for navigation menu icons. Changing the icon images does not change the background color for the icons. To set the background color for each image, in the skin, specify the icon_bg_color, as described in Customizing the app s navigation menu, page 33. MicroStrategy recommends that these images all be a consistent size and color, and use a consistent line weight. If the images are not white, make sure that the images contrast sufficiently with the background color you choose. For detailed instructions on how to customize the images in the skin, see Steps to customize the images in the skin, page 18. Description Image to customize Dimensions (height x width, in pixels) The icon for the Activity menu item. The icon for the More menu item. The icon for the Gift Card menu item. The icon for the Inbox menu item. icon_nav_activity.png icon_nav_more.png icon_nav_giftcard.png icon_nav_inbox.png Standard resolution: up to 25 x 25 px High resolution (@2x suffix): up to 50 x 50 px Note: The image must be saved as a transparent PNG with no background color. Standard resolution: up to 25 x 25 px High resolution (@2x suffix): up to 50 x 50 px Note: The image must be saved as a transparent PNG with no background color. Standard resolution: up to 25 x 25 px High resolution (@2x suffix): up to 50 x 50 px Note: The image must be saved as a transparent PNG with no background color. Standard resolution: up to 25 x 25 px High resolution (@2x suffix): up to 50 x 50 px Note: The image must be saved as a transparent PNG with no background color. 26 Customizing the images in the app 2014 MicroStrategy, Inc.

GETTING STARTED GUIDE

GETTING STARTED GUIDE support@simicart.com Support: +84-4-3127-1357 SIMICLOUD GETTING STARTED GUIDE - Version 1.0-1 Table of Content 1. INTRODUCTION... 3 2. HOW TO NAVIGATE... 4 3. HOW TO CREAT A MOBILE SHOPPING APP... 8 3.1.

More information

MicroStrategy Loyalty Platform Turnkey solution for the next generation of customer loyalty and engagement

MicroStrategy Loyalty Platform Turnkey solution for the next generation of customer loyalty and engagement MicroStrategy Loyalty Platform Turnkey solution for the next generation of customer loyalty and engagement Mobile Technology is a Driving Force in Retail Mobile technology will profoundly change consumer

More information

Magento module Documentation

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

More information

Google Trusted Stores Setup in Magento

Google Trusted Stores Setup in Magento Google Trusted Stores Setup in Magento Google Trusted Stores is a free badging program that can improve your conversion rate and average order size by reassuring potential customers you offer a great shopping

More information

Brainloop Secure Dataroom Version 8.30. QR Code Scanner Apps for ios Version 1.1 and for Android

Brainloop Secure Dataroom Version 8.30. QR Code Scanner Apps for ios Version 1.1 and for Android Brainloop Secure Dataroom Version 8.30 QR Code Scanner Apps for ios Version 1.1 and for Android Quick Guide Brainloop Secure Dataroom Version 8.30 Copyright Brainloop AG, 2004-2015. All rights reserved.

More information

WatchDox for Mac User Guide

WatchDox for Mac User Guide WatchDox for Mac User Guide Version 2.3.0 Confidentiality This document contains confidential material that is proprietary to WatchDox. The information and ideas herein may not be disclosed to any unauthorized

More information

Sophos Mobile Control Startup guide. Product version: 3.5

Sophos Mobile Control Startup guide. Product version: 3.5 Sophos Mobile Control Startup guide Product version: 3.5 Document date: July 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos Mobile

More information

Setting Up Resources in VMware Identity Manager

Setting Up Resources in VMware Identity Manager Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.4 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Sophos Mobile Control Startup guide. Product version: 3

Sophos Mobile Control Startup guide. Product version: 3 Sophos Mobile Control Startup guide Product version: 3 Document date: January 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos

More information

ESC Mobile App Guide

ESC Mobile App Guide ESC Mobile App Guide General Info and Installation Guide For Android Note: If you re just trying to demo the ESC Mobile app in our sample database, then all that is required is to download it from your

More information

Distributor Control Center Private Label/Channel Administrators

Distributor Control Center Private Label/Channel Administrators March 13, 2014 Distributor Control Center Private Label/Channel Administrators Version 2.6.3 Everyone.net Table of Contents Distributor Control Center... 1 1 The Distributor Control Center... 4 1.1 Introduction...

More information

Cloud Services MDM. ios User Guide

Cloud Services MDM. ios User Guide Cloud Services MDM ios User Guide 10/24/2014 CONTENTS Overview... 3 Supported Devices... 3 System Capabilities... 3 Enrollment and Activation... 4 Download the Agent... 4 Enroll Your Device Using the Agent...

More information

Help. myprint introduction myprint website. Create account. Forgot your password? Home. Printing using upload (WebPrint)

Help. myprint introduction myprint website. Create account. Forgot your password? Home. Printing using upload (WebPrint) myprint Help myprint introduction myprint website Create account Forgot your password? Home Printing using upload (WebPrint) Printing using email (EmailPrint) Printing using Right Mouse Click (Sent To

More information

Business Mobile Banking

Business Mobile Banking Business Mobile Banking Union Bank & Trust Business Mobile Application User Guide Contents Overview... 2 Security... 2 Requirements... 3 Downloading the App... 3 Logging In... 4 One-time Passcode Entry...

More information

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab Description The Symantec App Center platform continues to expand it s offering with new enhanced support for native agent based device management

More information

iglobe CRM SharePoint App Documentation Version 1.0.0.12 Thursday, January 30, 2014 Support contact iglobe: support@iglobe.dk

iglobe CRM SharePoint App Documentation Version 1.0.0.12 Thursday, January 30, 2014 Support contact iglobe: support@iglobe.dk Tuborg Boulevard 12,3 sal 2900 Hellerup, Denmark Phone: +45 28800025 URL: www.iglobe.dk iglobe CRM SharePoint App Version 1.0.0.12 Thursday, January 30, 2014 Support contact iglobe: support@iglobe.dk Contents

More information

Module - Facebook PS Connect

Module - Facebook PS Connect Module - Facebook PS Connect Operation Date : October 10 th, 2013 Business Tech Installation & Customization Service If you need assistance, we can provide you a full installation and customization service

More information

Managing Existing Mobile Apps

Managing Existing Mobile Apps Adobe Summit 2016 Lab 324: Managing Existing Mobile Apps Adobe Experience Manager Mobile 1 Table of Contents INTRODUCTION 4 GOAL 4 OBJECTIVES 4 MODULE 1 AEM INTRODUCTION 5 LESSON 1 - AEM BASICS 5 OVERVIEW

More information

Pulse Secure Client. Customization Developer Guide. Product Release 5.1. Document Revision 1.0. Published: 2015-02-10

Pulse Secure Client. Customization Developer Guide. Product Release 5.1. Document Revision 1.0. Published: 2015-02-10 Pulse Secure Client Customization Developer Guide Product Release 5.1 Document Revision 1.0 Published: 2015-02-10 Pulse Secure, LLC 2700 Zanker Road, Suite 200 San Jose, CA 95134 http://www.pulsesecure.net

More information

Sage CRM. Sage CRM 2016 R1 Mobile Guide

Sage CRM. Sage CRM 2016 R1 Mobile Guide Sage CRM Sage CRM 2016 R1 Mobile Guide Contents Chapter 1: Introduction to Sage CRM Mobile Solutions 1 Chapter 2: Setting up Sage CRM Mobile Apps 2 Prerequisites for Sage CRM mobile apps 3 Enabling users

More information

Sage CRM. Sage CRM 7.3 Mobile Guide

Sage CRM. Sage CRM 7.3 Mobile Guide Sage CRM Sage CRM 7.3 Mobile Guide Copyright 2014 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated,

More information

Store & Share Quick Start

Store & Share Quick Start Store & Share Quick Start What is Store & Share? Store & Share is a service that allows you to upload all of your content (documents, music, video, executable files) into a centralized cloud storage. You

More information

Welcome to Mobile Roadie Pro. mobileroadie.com

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

More information

Salesforce Customer Portal Implementation Guide

Salesforce Customer Portal Implementation Guide Salesforce Customer Portal Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Personal Cloud. Support Guide for Mobile Apple Devices

Personal Cloud. Support Guide for Mobile Apple Devices Personal Cloud Support Guide for Mobile Apple Devices Storing and sharing your content 2 Getting started 2 How to use the application 2 Managing your content 2 Adding content manually 2 Downloading files

More information

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

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

More information

Navigating the App Assembly Form

Navigating the App Assembly Form Navigating the App Assembly Form SECTION OVERVIEW Section Objective: Learn how to navigate and complete the App Assembly Form. Snapshot: The App Assembly Form is an online web form that you will be required

More information

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List Magento is a feature-rich, professional Open Source ecommerce platform solution that offers merchants complete flexibility and control over the user experience, content, and functionality of their online

More information

Green Climate Fund Online Accreditation System: User s Guide

Green Climate Fund Online Accreditation System: User s Guide Green Climate Fund Online Accreditation System: User s Guide Page b Table of Contents I. Introduction 1 II. Contacting the Fund s administrator 1 III. Setting your account 1 IV. Accessing and logging into

More information

Guide for Setting Up Your Multi-Factor Authentication Account and Using Multi-Factor Authentication. Mobile App Activation

Guide for Setting Up Your Multi-Factor Authentication Account and Using Multi-Factor Authentication. Mobile App Activation Guide for Setting Up Your Multi-Factor Authentication Account and Using Multi-Factor Authentication Mobile App Activation Before you can activate the mobile app you must download it. You can have up to

More information

Quick Start Guide Mobile Entrée 4

Quick Start Guide Mobile Entrée 4 Table of Contents Table of Contents... 1 Installation... 2 Obtaining the Installer... 2 Installation Using the Installer... 2 Site Configuration... 2 Feature Activation... 2 Definition of a Mobile Application

More information

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List Magento is a feature-rich, professional Open Source ecommerce platform solution that offers merchants complete flexibility and control over the user experience, content, and functionality of their online

More information

Administering Jive for Outlook

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

More information

Mobile Asset Tracker

Mobile Asset Tracker Introduction Book Systems, Inc. provides the Mobile Asset Tracker (MAT) application for Apple iphone, ipod touch, ipad, and ipad mini devices and Android devices so that Booktracks users can circulate

More information

Reference Guide TEAM. Pogoplug Team. Reference Guide. 2012 Cloud Engines Inc., All Rights Reserved.

Reference Guide TEAM. Pogoplug Team. Reference Guide. 2012 Cloud Engines Inc., All Rights Reserved. Reference Guide Pogoplug Team Reference Guide Table of Contents Table of Contents 1. What s Included 2. Getting Started 3. Customizing the Pogoplug Interface a. Custom UI b. Custom Domain Name c. Custom

More information

User Guide. From Getting Started... To Getting More From Your Store. Magento Community Revised, Expanded, and Updated for Magento Community v1.

User Guide. From Getting Started... To Getting More From Your Store. Magento Community Revised, Expanded, and Updated for Magento Community v1. User Guide From Getting Started... To Getting More From Your Store Magento Community Revised, Expanded, and Updated for Magento Community v1.7 Important Notice Magento reserves the right to make corrections,

More information

ios App for Mobile Website! Documentation!

ios App for Mobile Website! Documentation! ios App for Mobile Website Documentation What is IOS App for Mobile Website? IOS App for Mobile Website allows you to run any website inside it and if that website is responsive or mobile compatible, you

More information

APP ANALYTICS PLUGIN

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

More information

Document Services Online Customer Guide

Document Services Online Customer Guide Document Services Online Customer Guide Logging in... 3 Registering an Account... 3 Navigating DSO... 4 Basic Orders... 5 Getting Started... 5 Attaching Files & Print Options... 7 Advanced Print Options

More information

Frequently Asked Questions for the USA TODAY e-newspaper

Frequently Asked Questions for the USA TODAY e-newspaper Frequently Asked Questions for the USA TODAY e-newspaper Navigating the USA TODAY e-newspaper A look at the toolbar Toolbar Functions, Buttons, and Descriptions The tab marked Contents will take the e-reader

More information

WatchDox Administrator's Guide. Application Version 3.7.5

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

More information

E-Commerce Installation and Configuration Guide

E-Commerce Installation and Configuration Guide E-Commerce Installation and Configuration Guide Rev: 2012-02-17 Sitecore E-Commerce Services 1.2 E-Commerce Installation and Configuration Guide A developer's guide to installing and configuring Sitecore

More information

Magento Enterprise Edition. User Guide. Part V: Store Operations System Operations. Version 1.14.2

Magento Enterprise Edition. User Guide. Part V: Store Operations System Operations. Version 1.14.2 Magento Enterprise Edition User Guide Part V: Store Operations System Operations Version 1.14.2 Contents Store Operations 1 Chapter 1: Currency Rates 3 Currency Setup 4 Currency Symbols 8 Updating Currency

More information

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators Version 1.0 Last Updated on 15 th October 2011 Table of Contents Introduction... 3 File Manager... 5 Site Log...

More information

E-Commerce Installation and Configuration Guide

E-Commerce Installation and Configuration Guide E-Commerce Installation and Configuration Guide Rev: 2011-05-19 Sitecore E-Commerce Fundamental Edition 1.1 E-Commerce Installation and Configuration Guide A developer's guide to installing and configuring

More information

Configuration Guide Contigo Mobile Tracker

Configuration Guide Contigo Mobile Tracker Track Fleet Personnel / Vehicles with a Mobile Device Users with access to the GPS Fleet Tracker mobile app on iphone and Android can now enable a tracking session on their smartphone, turning their phone

More information

TheRetailerApp Platform Brochure A PRODUCT OF

TheRetailerApp Platform Brochure A PRODUCT OF TheRetailerApp Platform Brochure A PRODUCT OF Is the Mobile Revolution here? Yes. There are now over 1.4 billion smartphone users on the planet 1 in 7 people around the globe have a smartphone 87% of the

More information

II. Admin The Admin window is where users are added and deleted.

II. Admin The Admin window is where users are added and deleted. Women s Premier League Content Management Software Welcome to the new WPSL Web Content Management system. Through Content Management Software (CMS) you will be able to add and edit web content for your

More information

Sophos Mobile Control Administrator guide. Product version: 3.6

Sophos Mobile Control Administrator guide. Product version: 3.6 Sophos Mobile Control Administrator guide Product version: 3.6 Document date: November 2013 Contents 1 About Sophos Mobile Control...4 2 About the Sophos Mobile Control web console...7 3 Key steps for

More information

How To Customize An Orgsync App On Anorus Mobile Security Suite On A Microsoft Ipad Oracle 2.5 (Ios) On A Pc Orca 2.2 (Iphone) On An Android Orca2 (Ip

How To Customize An Orgsync App On Anorus Mobile Security Suite On A Microsoft Ipad Oracle 2.5 (Ios) On A Pc Orca 2.2 (Iphone) On An Android Orca2 (Ip Oracle Fusion Middleware Customization and Branding Guide for Oracle Mobile Security Suite Release 3.0 E51967-01 February 2014 Oracle Mobile Security Suite enhances employee productivity by allowing secure

More information

AVG Business SSO Partner Getting Started Guide

AVG Business SSO Partner Getting Started Guide AVG Business SSO Partner Getting Started Guide Table of Contents Overview... 2 Getting Started... 3 Web and OS requirements... 3 Supported web and device browsers... 3 Initial Login... 4 Navigation in

More information

XenMobile Logs Collection Guide

XenMobile Logs Collection Guide XenMobile Logs Collection Guide 1 Contents Summary... 3 Background... 3 How to Collect Logs from Server Components... 4 Support Bundle Contents... 4 Operations Supported for Server Components... 5 Configurations

More information

PrinterOn Mobile Applications for ios and Android

PrinterOn Mobile Applications for ios and Android PrinterOn Mobile Applications for ios and Android Table of Contents 1. Key Features & Functionality... 4 1.1. Printer Discovery... 4 1.1.1. Location-Based Search... 4 1.1.2. Keyword Search... 5 1.1.3.

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Share Drive Frequently Asked Questions Table of Contents How do I change my password?... How do I reset my password if I forgot it?... How do I share files/folders with Groups

More information

Knappsack ios Build and Deployment Guide

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

More information

Managing Qualys Scanners

Managing Qualys Scanners Q1 Labs Help Build 7.0 Maintenance Release 3 documentation@q1labs.com Managing Qualys Scanners Managing Qualys Scanners A QualysGuard vulnerability scanner runs on a remote web server. QRadar must access

More information

Citrix Virtual Classroom. Deliver file sharing and synchronization services using Citrix ShareFile. Self-paced exercise guide

Citrix Virtual Classroom. Deliver file sharing and synchronization services using Citrix ShareFile. Self-paced exercise guide Deliver file sharing and synchronization services using Citrix ShareFile Self-paced exercise guide Table of Contents Table of Contents... 2 Overview... 3 Exercise 1: Setting up a ShareFile Account... 6

More information

Mobile Iron User Guide

Mobile Iron User Guide 2015 Mobile Iron User Guide Information technology Sparrow Health System 9/1/2015 Contents...0 Introduction...2 Changes to your Mobile Device...2 Self Service Portal...3 Registering your new device...4

More information

Cisco Events Mobile Application

Cisco Events Mobile Application Welcome to the new free Cisco Events mobile application! Using this tool, participants can: Connect with peers and Cisco representatives attending an event virtually or onsite Earn points towards exclusive

More information

ecommerce LMS Administrator s Manual

ecommerce LMS Administrator s Manual ecommerce LMS Administrator s Manual Table of Contents Introduction... 1 Logging in to the System... 2 Welcome Screen... 3 Modifying Your Personal Profile... 3 Changing Your Password... 7 Modifying Your

More information

[Jet-Magento Integration]

[Jet-Magento Integration] CedCommerce. All rights reserved. SUPPORT@CEDCOMMERCE.COM [Jet-Magento Integration] CedCommerce Jet-Magento Integration, an extension by CedCommerce, establishes synchronization of inventory, price, other

More information

Novell Filr. Mobile Client

Novell Filr. Mobile Client Novell Filr Mobile Client 0 Table of Contents Quick Start 3 Supported Mobile Devices 3 Supported Languages 4 File Viewing Support 4 FILES THAT CANNOT BE VIEWED IN THE FILR APP 4 FILES THAT GIVE A WARNING

More information

SAS Visual Analytics 7.2 for SAS Cloud: Quick-Start Guide

SAS Visual Analytics 7.2 for SAS Cloud: Quick-Start Guide SAS Visual Analytics 7.2 for SAS Cloud: Quick-Start Guide Introduction This quick-start guide covers tasks that account administrators need to perform to set up SAS Visual Statistics and SAS Visual Analytics

More information

Kentico CMS 7.0 E-commerce Guide

Kentico CMS 7.0 E-commerce Guide Kentico CMS 7.0 E-commerce Guide 2 Kentico CMS 7.0 E-commerce Guide Table of Contents Introduction 8... 8 About this guide... 8 E-commerce features Getting started 11... 11 Overview... 11 Installing the

More information

Your First App Store Submission

Your First App Store Submission Your First App Store Submission Contents About Your First App Store Submission 4 At a Glance 5 Enroll in the Program 5 Provision Devices 5 Create an App Record in itunes Connect 5 Submit the App 6 Solve

More information

SAS. Cloud. Account Administrator s Guide. SAS Documentation

SAS. Cloud. Account Administrator s Guide. SAS Documentation SAS Cloud Account Administrator s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS Cloud: Account Administrator's Guide. Cary, NC:

More information

Kentico Content Management System (CMS

Kentico Content Management System (CMS Kentico Content Management System (CMS Table of Contents I. Introduction... 1 II. Log into a Kentico CMS Desk to Edit GC Website... 1 A. Select a Browser (Internet Explorer or Firefox only)... 1 B. Login

More information

INFORMATION SYSTEMS SERVICE NETWORKS AND TELECOMMUNICATIONS SECTOR. User Guide for the RightFax Fax Service. Web Utility

INFORMATION SYSTEMS SERVICE NETWORKS AND TELECOMMUNICATIONS SECTOR. User Guide for the RightFax Fax Service. Web Utility INFORMATION SYSTEMS SERVICE NETWORKS AND TELECOMMUNICATIONS SECTOR User Guide for the RightFax Fax Service Web Utility August 2011 CONTENTS 1. Accessing the Web Utility 2. Change Password 3. Web Utility:

More information

Taylor & Francis Online Mobile FAQs

Taylor & Francis Online Mobile FAQs Taylor & Francis Online Mobile FAQs ACCESS Q. How do I access Taylor & Francis Online Mobile? A. Open the browser on your mobile device and enter the URL www.tandfonline.com. As you are accessing the site

More information

dotmailer for Salesforce Installation Guide Winter 2015 Version 2.30.1

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

More information

Manual for Android 1.5

Manual for Android 1.5 Manual for Android 1.5 1 Table of Content 1. Scope of Service... 3 1.1 About Boxcryptor Classic... 3 1.2 About this manual... 3 2. Installation... 4 3. Basic functionality... 5 3.1. Setting up Boxcryptor

More information

B&SC Office 365 Email

B&SC Office 365 Email B&SC Office 365 Email Microsoft Office 365 In its continuous efforts to provide the highest quality student experience, Bryant & Stratton College is giving students access to a new tool for accessing email.

More information

Table of Contents. Description of the BlackVue App 3. Supported Devices 4. Screen Description 5. Home Screen 5. Video List Screen 6

Table of Contents. Description of the BlackVue App 3. Supported Devices 4. Screen Description 5. Home Screen 5. Video List Screen 6 Table of Contents Description of the BlackVue App 3 Features 3 Supported Devices 4 Screen Description 5 Home Screen 5 Video List Screen 6 Connection of BlackVue to a Wi-Fi connection 7 Menu Description

More information

Student Email Microsoft Office 365

Student Email Microsoft Office 365 Student Email Microsoft Office 365 Rancho Santiago Community College District, Information Technology Services RSCCD does not provide technical support for students personal computers or devices. Contact

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Personal Cloud. Support Guide for Mac Computers. Storing and sharing your content 2

Personal Cloud. Support Guide for Mac Computers. Storing and sharing your content 2 Personal Cloud Support Guide for Mac Computers Storing and sharing your content 2 Getting started 2 How to use the application 2 Managing your content 2 Adding content manually 3 Renaming files 3 Moving

More information

www.store.belvg.com skype ID: store.belvg email: store@belvg.com US phone number: +1-424-253-0801

www.store.belvg.com skype ID: store.belvg email: store@belvg.com US phone number: +1-424-253-0801 1 Table of Contents Table of Contents: 1. Introduction to Google+ All in One... 3 2. How to Install... 4 3. How to Create Google+ App... 5 4. How to Configure... 8 5. How to Use... 13 2 Introduction to

More information

Managing Your ecommerce Store

Managing Your ecommerce Store West Virginia University Information Technology Services ecommerce Store Manager QuickStart Guide Managing Your ecommerce Store Last Updated: August 22, 2014 Table Of Contents If you are using a Mac, click

More information

Remote Application Server Version 14. Last updated: 25-02-15

Remote Application Server Version 14. Last updated: 25-02-15 Remote Application Server Version 14 Last updated: 25-02-15 Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise

More information

X-POS GUIDE. v3.4 INSTALLATION. 2015 SmartOSC and X-POS

X-POS GUIDE. v3.4 INSTALLATION. 2015 SmartOSC and X-POS GUIDE INSTALLATION X-POS v3.4 2015 SmartOSC and X-POS 1. Prerequisites for Installing and Upgrading Server has Apache/PHP 5.2.x/MySQL installed. Magento Community version 1.7.x or above already installed

More information

Managing customer entitlement with Adobe Digital Publishing Suite

Managing customer entitlement with Adobe Digital Publishing Suite Managing customer entitlement with Adobe Digital Publishing Suite Accelerate digital readership by making content easily accessible to existing users and customers Table of contents 1: Overview of Adobe

More information

www.novell.com/documentation User Guide Novell iprint 1.1 March 2015

www.novell.com/documentation User Guide Novell iprint 1.1 March 2015 www.novell.com/documentation User Guide Novell iprint 1.1 March 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation, and specifically

More information

How To Use The Bank Of Korea App On Android Or Blackberry Or Ipa (For Android)

How To Use The Bank Of Korea App On Android Or Blackberry Or Ipa (For Android) Getting Started... 2 Logging on to the App Initially... 2 Main Menu and Dashboard... 2 Accounts... 2 Adding Accounts from Other Financial Institutions... 3 Bills... 3 Transactions: Viewing, Searching,

More information

ireview Template Manual

ireview Template Manual ireview Template Manual Contents Template Overview... 2 Main features... 2 Template Installation... 3 Installation Steps... 3 Upgrading ireview... 3 Template Parameters... 4 Module Positions... 6 Module

More information

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

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

More information

Online sales management software Quick store setup. v 1.1.3

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

More information

Sophos Mobile Control as a Service Startup guide. Product version: 3.5

Sophos Mobile Control as a Service Startup guide. Product version: 3.5 Sophos Mobile Control as a Service Startup guide Product version: 3.5 Document date: August 2013 Contents 1 About this guide...3 2 What are the key steps?...4 3 First login...5 4 Change your administrator

More information

ClicktoFax Service Usage Manual

ClicktoFax Service Usage Manual ClicktoFax Service Usage Manual 1. Log in to Fax Service 2. Configure your account 3. Send a fax 4. Receive a fax/search for Faxes/View Faxes 5. Logout 6. Additional Support 1. Log into fax service: a.

More information

Country Club Bank- Intro to Mobile Banking- Android & iphone Apps

Country Club Bank- Intro to Mobile Banking- Android & iphone Apps Country Club Bank- Intro to Mobile Banking- Android & iphone Apps MOBILE APP BANKING (FOR IPHONE AND ANDROID)... 2 SIGN ON PAGE... 4 ACCOUNT SUMMARY PAGE... 4 ACCOUNT ACTIVITY PAGE... 6 SEARCH ACTIVITY

More information

Administration Guide. WatchDox Server. Version 4.8.0

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

More information

XenApp & XenDesktop Documentation. Help Desk (202) 994-8096 www.columbian.gwu.edu/ots

XenApp & XenDesktop Documentation. Help Desk (202) 994-8096 www.columbian.gwu.edu/ots XenApp & XenDesktop Documentation Help Desk (202) 994-8096 www.columbian.gwu.edu/ots 1 Version Date Comments Author v1.0 June 2011 Initial Version R. Shore v2.0 December 2011 Full Revision R. Shore v2.1

More information

Advanced Configuration Steps

Advanced Configuration Steps Advanced Configuration Steps After you have downloaded a trial, you can perform the following from the Setup menu in the MaaS360 portal: Configure additional services Configure device enrollment settings

More information

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1 UH CMS Basics Cascade CMS Basics Class UH CMS Basics Updated: June,2011! Page 1 Introduction I. What is a CMS?! A CMS or Content Management System is a web based piece of software used to create web content,

More information

user guide phone 2015 by Sysco. All rights reserved.

user guide phone 2015 by Sysco. All rights reserved. user guide phone 2015 by Sysco. All rights reserved. welcome to sysco counts Time is money in the foodservice business and every second counts literally! Sysco Counts simplifies taking inventory and ordering

More information

Configuring. SugarCRM. Chapter 121

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

More information

Archive for Chatter - Installation and Configuration Guide

Archive for Chatter - Installation and Configuration Guide Archive for Chatter - Installation and Configuration Guide Thank you for installing Archive for Chatter, the leading Salesforce.com Chatter archiving and compliance app on the AppExchange! To get started,

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

How To Build An Online Store On Ecwid

How To Build An Online Store On Ecwid Using Ecwid to Build an Online Store Ecwid provides all you need for a one-stop online shop, including a built-in 'drag and drop' shopping cart, the recording of customer registration details, destination

More information

Sophos Mobile Control Administrator guide. Product version: 3

Sophos Mobile Control Administrator guide. Product version: 3 Sophos Mobile Control Administrator guide Product version: 3 Document date: January 2013 Contents 1 About Sophos Mobile Control...4 2 About the Sophos Mobile Control web console...7 3 Key steps for managing

More information

1. Application Overview... 3. 2. System Requirements... 3. 3. Installation... 3. 4. Splash Screen... 4. 5. Registration Screen...

1. Application Overview... 3. 2. System Requirements... 3. 3. Installation... 3. 4. Splash Screen... 4. 5. Registration Screen... 1 P a g e Table of Contents 1. Application Overview... 3 2. System Requirements... 3 3. Installation... 3 4. Splash Screen... 4 5. Registration Screen... 5 5.1 Registration... 5 6. Login Screen... 7 6.1

More information