The game operator s toolkit: The essentials and beyond

Size: px
Start display at page:

Download "The game operator s toolkit: The essentials and beyond"

Transcription

1 The game operator s toolkit: The essentials and beyond

2 I. Summary Live games don t just need great game operations strategies, they need great tools. In this paper you will learn about the key tools for game operations, plus commonly used additional ones. Compare the pros and cons of building vs. buying and consult our checklist to make sure you have the right tools. II. A tale of two game operators Meet Grace and Gary, game operators at rival studios. Gary runs game operations for The Cheerful Unicorn, a multiplayer shooter for ios, while Grace works on The Very Sad Penguin, a match-3 for Android. A month after launch, they each get the same request from their managers: Our business guys say we re below our targets. Can you get our whales to spend 30% more? Grace knows that the first step is to identify the whales, the small group of high-spending players that can account for more than half of total revenue. She writes a few SQL queries and persuades the one engineer with access to The Very Sad Penguin database to run them. The results show that highspending penguins buy a lot of hats, so Grace decides the way to increase revenue is to create fancier hats with higher prices. She goes to the game s producer and gets a promise that the developers will add more hats in the next game update, scheduled for 6 weeks later. A week after getting the initial request, Grace tells her manager that she has a plan to improve their whale revenue, but it will take 6 weeks and 20 hours of dev time. Over at The Cheerful Unicorn, Gary opens up his game operations dashboard, clicks on the high-spending players segment, and discovers that unicorns also like buying hats. He then looks at what events immediately precede these purchases and discovers that the overwhelming majority of them occur just before a Cheerful Parade level, when players have the opportunity to show off their unicorns. He goes into his store catalog and uploads a new set of items for purchase: sashes and ribbons in multiple colors. He prices them at a 1.5x ratio to the hats, and creates a special message promoting the new items that automatically gets sent to all high-spending players when they are about to reach a Cheerful Parade level. Two hours after receiving the initial request, Gary s his manager that he s started implementing his plan to improve whale revenue, and he should have results within a day or two. Grace spends her spring bothering the producer and the developers of her game, to make sure that the new fancy hats are in the next release. Gary goes to Hawaii for a week. The difference here is not that Grace is bad at her job and Gary is good at his; it s that Gary has the better toolset. All the data he needs to run his game is at his fingertips, and he can make changes to the game without needing engineering resources. 2015, PlayFab, Inc. 2

3 III. The four essentials To understand what tools game operators need, start with the basic needs of any live game: metrics, messaging, awards, and adjustment mechanisms. In other words, game operators need to know what s going on in their games, they need a way to communicate with and award items to their players, and they need a way to modify their games after they go live. Game operators usually find a way to hack a solution together even if their tools are terrible (or nonexistent), but having good tools can make a world of difference, as the comparisons below show. 1. Metrics Live games depend on being able to measure everything that players do. Basic metrics include information on when players have logged in, how long they played, and what they purchased. No dedicated tools: SQL queries against the database can generate much of this information, but it must be then processed and compared with previous data to be of any use. Game operators often need to get a developer s help or permission to run the queries often multiple times. Basic tools: Standard metrics are logged and published to an interface that a game operator can access independently. Game operators can see basic data about their players, but there are no segments (subsets of players based on criteria such as locale or average spend). Great tools: In addition to standard metrics, players are automatically placed into various segments and cohorts (subsets of players based on behavior and time, such as day of first login). Game operators can instantly pull up data for each of these groups, as well as create new groups based on behaviors or other characteristics. They can also run custom queries across the player database. 2. Messaging Whether it s to announce a sale, apologize for a recent issue, or promote an upcoming special event, game operators need a way to communicate with their players, both in game and out of it. Push notifications in particular are a great tool for persuading players to take certain actions. No dedicated tools: Game operators might have been consulted before launch about the text for a few preplanned in-game messages ( Congratulations on your new dragon! ) but they have no ability to add new messages without a game update. They can use Facebook, Twitter or community forums to communicate with their players, but they know that those avenues won t reach all (or even most) of them. Basic tools: An in-game messaging system lets game operators write and send new messages to promote upcoming events and sales, but all messages go out to everyone playing the game at the same time. They can also send to their players, but without the ability to track subsequent behavior, they don t know if the actually worked. 2015, PlayFab, Inc. 3

4 Great tools: Push and in-game notifications can be tailored to different segments or even individual players, based on specific actions they take in the game. They can also be sent via or other social networking information that players have entered, and both in-game and out-of-game messages are tracked so that game operators can see what percent are read or opened. Operators can also track actions taken after the messages were sent, to see if they had the desired impact. 3. Awards Both game operators and customer service people need a way to award items to individual players. This can be to make up for a problem with a player s account, or to take notice of special accomplishments within the game. Customer service also typically needs a way to debit items from a player account in cases of infraction, or payment problems. No dedicated tools: Again, game operators might set up preplanned awards ( You ve reached level 10, have a bedazzled trilby! ) but they won t have the ability to make changes after launch if it turns out players are doing interesting things unexpected by the developers. They might be able to award special social media banners, but nothing within the game. Customer service is out of luck entirely. Basic tools: Game operators and customer service can award and debit items to individual players, but it must be done manually. This can be very time-consuming for the customer service team. Great tools: Awards can be gifted according to player segment, not just individually. A game operator can also create new awards, such as a bundle of items not previously available for sale together. Customer service can take group actions as well, such as by refunding the money for everyone who purchased a particular item within a particular time period. Player actions after receiving awards can also be tracked and evaluated. 4. Adjustment mechanisms The ability to modify a game after launch is one of the main things that distinguish live games from their packaged predecessors. Complex additions, such as new levels or modes, do require developer time. But there s a range of simple changes that game operators can make to adjust their games post-launch, and good tools let them do that without taking up valuable engineering time. No dedicated tools: Without self-serve tools, game operators great ideas wind up on the same roadmap as every other update to the game, and often lose prioritization battles with engineering. Basic tools: Game operators can change prices in a catalog in order to run sales, and may be able to set time limits for them so that they don t have to manually change each price back and forth. Great tools: New content, such as fancy unicorn ribbons, can be uploaded to the game without having to go through a developer or a release cycle. Special stores can be created to market a set of content with new pricing to a particular segment or cohort of players. 2015, PlayFab, Inc. 4

5 IV. Other tools: The 4 As and beyond Beyond the essentials, game operators can now take advantage of a dizzying array of add-on services. The next four to consider are attribution, a/b testing, analytics, and ad optimization. Attribution In-game metrics can show player activity, but not where those players came from. User acquisition services such as Kochava, Tune, and AppsFlyer connect to games and tag individual players according to how they came to the game. This lets you see whether marketing dollars are being spent appropriately, and whether higher value players are coming more from one source (Facebook ads, for example) than another (display ads on a game portal). A/B testing Remember Gary s plan to sell lots of sashes and ribbons to the whales of The Cheerful Unicorn go? What if that didn t work as well as he planned? Even with good game operations tools, trying different variations of offers one after the other takes time. With an A/B testing service such as Swrve or LeanPlum he could have created two or three simultaneous promotions and seen which was the most successful. A/B testing is also useful for messaging (which rate us screen gets the highest response?), awards (how high a value does a particular prize have to be to get the desired action from a player segment?), and pretty much everything else a game operator does. Ad optimization While some free-to-play games rely entirely on in-app purchasing (IAP) for revenue, in-game ads remain a vital revenue source for many. Companies such as Supersonic, Chartboost, Emergent Payments (formerly Live Gamer) and Tapjoy offer a variety of ad types and targeting services. They also take care of meeting various platform and locale-specific regulations for advertising. Analytics Analytics is what happens when metrics are combined with analysis. Average revenue per user (ARPU) is a metric; noticing that a particular player cohort has a 30% lower ARPU than average is a type of analytics. Analyzing the behavior of that cohort to figure out why its ARPU is lower is even more useful for the game operator and the best analytics platforms let them perform this kind of business intelligence. Because games include so many events and time-based behaviors, analytics platforms must be capable of handling millions of variables and thousands of queries. Game operators will quickly go beyond the standard dashboards and want to create their own, with questions particular to their games, or to particular segments within their games. Attribution, A/B testing and Ad network services all typically include at least some analytic features, and the tide is turning in the other direction as well. DeltaDNA, one of the biggest game-specific analytics services, now offers ad optimization as well. 2015, PlayFab, Inc. 5

6 Other game operations services The list of specialized services that add value to games goes on: Customer service platforms can automate and reduce the cost of dealing with player problems. Community services can set up forums and events that sync with your game. Localization services offer an entry into new markets without hiring a whole new team in a different country. Content filtering services can ensure a safe and age-appropriate experience for games aimed at younger players. If game operators can think of it, there s probably already a service ready to help. V. The benefits of a backend Grace meets Gary for coffee. She s still waiting for more fancy hats to be added to The Very Sad Penguin, and is amazed when Gary describes how quickly he was able to respond to the same issue in his own game. I don t understand, she says, how did you get your producer to OK all those resources to build tools just for game operations? I didn t, Gary tells her, they re all connected through our backend. Game backends are the secret to low-cost game operations because they reduce SDK conflicts and take advantage of resources already built into the game. If a game s backend is already logging every player action and event, this creates a data stream that can be used for analytics, to send push notifications, or to measure A/B test results. A backend also lets game operators track players across multiple platforms, so that when a valuable player on ios starts playing on Facebook, they can use the information they already know about him to give him tailored content or promotions. The core benefits of a game backend security and flexibility are also helpful to game operators. Authenticated login and receipt validation cut down on player cheating, which helps keep an in-game economy from becoming unbalanced. And having the flexibility to make changes to the game without requiring a new release and certification means that game operators can experiment with new ideas much more freely. 2015, PlayFab, Inc. 6

7 VI. The build vs. buy dilemma Grace returns to work, fired up with the need to get a backend for her game. She knows her first task will be convincing the studio that it won t be as much work as they think, because they don t need to build the backend in-house. After all, she tells her manager, it s not like we build our game engine from scratch these days, either. Some studios do still build their own, of course, but there s now a host of services available to game developers at low cost. Studios looking to buy can go with a complete backend platform or cobble together multiple SDKs that offer individual services. There are pros and cons to each approach. Pros Cons Build your own Resources needed: At least 1 backend engineer At least 1 operations engineer Server hosting costs Complete flexibility as to what tools are built Customized for a particular game Most expensive option Employee turnover could put game at risk Can t test game with backend until late in development process Ongoing updates required to stay competitive Assemble from multiple SDKs Resources needed: Engineering time to integrate and update all required SDKs Choose from a variety of services and companies Cheaper than building your own system Start working with new services as soon as they re integrated Increased risk of code conflicts from multiple SDKs If any service disappears, need to find replacement SDKs updates add to roadmap uncertainty because an engineer may need to be taken off another feature to quickly make a fix. Use a complete backend platform Resources needed: Engineering time to integrate and update one centralized SDK Start working with a complete set of backend services immediately. Cheaper than building your own system Backend provider responsible for all updates Requires significant trust in the backend provider: Is it scalable, reliable, & proven? If the game becomes a huge hit, can the backend service handle the volume? 2015, PlayFab, Inc. 7

8 VII. Game operations tools checklist Whatever solutions you re considering, remember the four essentials all game operators need: Metrics, messaging, awards, and adjustment mechanisms. Make sure the tools you build or buy let you do what you really need to do to make your game a success. As with any software decision, make a checklist of your actual needs and compare them to what the platform is offering. Still not sure where to start? Here s seven basic things that any solution should be able to handle: Can you analyze player behavior? Can you send push notifications or other messages to your players? Can you grant items to players? Can you modify game variables? Can you run different types of in-game events? Can you create limited time offers? Can you measure the impact of push notifications or promotions on player behavior? PlayFab offers the most complete set of backend services to build, launch, and grow live games, including player accounts, catalog management, analytics, leaderboards, multiplayer, in-game messaging, content management and more. PlayFab s tools are cross-platform and designed to be used by mobile, PC and console developers. Learn more at: info@playfab.com

Introducing PlayFab. The Complete Game Operations Platform. October 28, 2014

Introducing PlayFab. The Complete Game Operations Platform. October 28, 2014 Introducing PlayFab The Complete Game Operations Platform October 28, 2014 The future belongs to live games and live games require a game operations platform with backend services and tools Offers and

More information

Choosing the Best Mobile Backend

Choosing the Best Mobile Backend MOBILE APP DEVELOPER S GUIDE blog.kii.com Choosing the Best Mobile Backend A brief guide to selecting a trustworthy Mobile Backend as a Service (MBaaS). www.kii.com Share this e-book YOU RE A MOBILE APP

More information

GETTING STARTED GUIDE TAPJOY S PERSONALIZED MONETIZATION PLATFORM

GETTING STARTED GUIDE TAPJOY S PERSONALIZED MONETIZATION PLATFORM GETTING STARTED GUIDE TAPJOY S PERSONALIZED MONETIZATION PLATFORM TABLE OF CONTENTS INTRODUCTION... 2 INTEGRATE THE LATEST SDK... 3 SET UP VIRTUAL CURRENCY... 4 SET UP PLACEMENTS... 5 CREATE CONTENT...

More information

United Way Mobile App

United Way Mobile App United Way Mobile App www.ireachapps.com Our Plan The following information is tailored solely for the United Way. ireach Apps, LLC can modify this application for any non-profit. United Way has identified

More information

1. You Need to Track EVERYTHING Religiously.

1. You Need to Track EVERYTHING Religiously. The 3 Main Things I ve Discovered After Making $2.1 Million Dollars in Revenue, Converting over 300,000 People into Leads, and Driving Millions of Visitors to My Landing Pages The Past Few Years 1. You

More information

6 A/B Tests You Should Be Running In Your App

6 A/B Tests You Should Be Running In Your App 6 A/B Tests You Should Be Running In Your App Introduction Everyone in mobile believes in A/B testing. But if you re wasting your days testing nothing more than various colors or screen layouts: you re

More information

Game operations for all: What you need to know

Game operations for all: What you need to know Game operations for all: What you need to know I. Summary It s not enough anymore to build a great game and walk away. The rise of games-as-a-service means players now expect regular updates, promotions,

More information

IMPLEMENTATION BEST PRACTICES

IMPLEMENTATION BEST PRACTICES IMPLEMENTATION BEST PRACTICES Last updated: 8.6.2014 This implementation best practices document will guide you through the process we believe will get you the most value out of Amplitude. Our philosophy

More information

GETTING MORE RAIN FROM YOUR RAINMAKERS WHY INVESTING IN YOUR HIGEST PERFORMING SALES STARS IS THE SMARTER CHOICE FOR GROWING REVENUES

GETTING MORE RAIN FROM YOUR RAINMAKERS WHY INVESTING IN YOUR HIGEST PERFORMING SALES STARS IS THE SMARTER CHOICE FOR GROWING REVENUES GETTING MORE RAIN FROM YOUR RAINMAKERS WHY INVESTING IN YOUR HIGEST PERFORMING SALES STARS IS THE SMARTER CHOICE FOR GROWING REVENUES EXECUTIVE SUMMARY We ve all been there -- your sales team is down one

More information

343 Industries Gets New User Insights from Big Data in the Cloud

343 Industries Gets New User Insights from Big Data in the Cloud 343 Industries Gets New User Insights from Big Data in the Cloud Published: May 2013 The following content may no longer reflect Microsoft s current position or infrastructure. This content should be viewed

More information

Your events are about to get smarter

Your events are about to get smarter Your events are about to get smarter CrowdCompass mobile event apps leverage smart content to make your event more relevant, more social, and more personalized than ever before. It s simple content is

More information

T he complete guide to SaaS metrics

T he complete guide to SaaS metrics T he complete guide to SaaS metrics What are the must have metrics each SaaS company should measure? And how to calculate them? World s Simplest Analytics Tool INDEX Introduction 4-5 Acquisition Dashboard

More information

App Events and Facebook Analytics for Apps

App Events and Facebook Analytics for Apps App Events and Facebook Analytics for Apps As a games marketer, key challenges are growing your app with the high quality installs, and re-engaging churned users, and optimizing your game based on user

More information

CHECKLIST FOR A KILLER FACEBOOK AD CAMPAIGN. f rewards

CHECKLIST FOR A KILLER FACEBOOK AD CAMPAIGN. f rewards CHECKLIST FOR A KILLER FACEBOOK AD CAMPAIGN f rewards AD CREATIVES BRAINSTORMING A) Brainstorm Angles What is the motivating theme of the ad - fear, pride, price, emotion? Think of headlines and ad copy

More information

Building the next generation of Mobile Apps with Facebook. Bo Zhang Head of Platform Partner Engineering, APAC

Building the next generation of Mobile Apps with Facebook. Bo Zhang Head of Platform Partner Engineering, APAC Building the next generation of Mobile Apps with Facebook Bo Zhang Head of Platform Partner Engineering, APAC MOBILE IS EATING THE WORLD 170 Minutes spent daily on Mobile 79% Of people 18-44 have their

More information

The Top 5 Mobile App. Marketing Mistakes And How to Avoid Them

The Top 5 Mobile App. Marketing Mistakes And How to Avoid Them The Top 5 Mobile App Marketing Mistakes And How to Avoid Them 2 Even the most experienced marketers agree that marketing mobile apps is one of their most difficult challenges. The top reasons cited are:

More information

Universal Mobile Ads is a plugin for Unreal Engine 4 that enables the MoPub ad mediation system for ios & Android.

Universal Mobile Ads is a plugin for Unreal Engine 4 that enables the MoPub ad mediation system for ios & Android. Contents 1. License... 3 2. Introduction... 3 3. Supported Ad Formats... 5 a. Banner... 5 b. Interstitial... 5 c. Rewarded Video... 6 4. Supported Ad Networks... 7 5. Getting started... 8 6. Configure

More information

Your Complete CRM Handbook

Your Complete CRM Handbook Your Complete CRM Handbook Introduction Introduction Chapter 1: Signs You REALLY Need a CRM Chapter 2: How CRM Improves Productivity Chapter 3: How to Craft a CRM Strategy Chapter 4: Maximizing Your CRM

More information

Do you know with certainty if you will achieve your next sales goal? Introduction to Followuppower.net

Do you know with certainty if you will achieve your next sales goal? Introduction to Followuppower.net Do you know with certainty if you will achieve your next sales goal? Staying in business and thriving is all about keeping existing clients and attracting new clients. Companies that follow a disciplined,

More information

CRM SOFTWARE EVALUATION TEMPLATE

CRM SOFTWARE EVALUATION TEMPLATE 10X more productive series CRM SOFTWARE EVALUATION TEMPLATE Find your CRM match with this easy-to-use template. PRESENTED BY How To Use This Template Investing in the right CRM solution will help increase

More information

How an Innovative Email Marketing Strategy Can Pave the Way to New Customers

How an Innovative Email Marketing Strategy Can Pave the Way to New Customers How an Innovative Email Marketing Strategy Can Pave the Way to New Customers AN EMAIL MARKETING STRATEGY WHITE PAPER EMAIL MARKETING PROGRAMS According to the Direct Marketing Association, email marketing

More information

The Business Owner s Guide to Selecting CRM

The Business Owner s Guide to Selecting CRM The Business Owner s Guide to Selecting CRM A Publication www.collierpickard.co.uk Ltd 2014 Customer Relationship Management Many organisations turn to CRM for one of two primary reasons: They re in growth

More information

What s New in Analytics: Fall 2015

What s New in Analytics: Fall 2015 Adobe Analytics What s New in Analytics: Fall 2015 Adobe Analytics powers customer intelligence across the enterprise, facilitating self-service data discovery for users of all skill levels. The latest

More information

How To Choose Help Desk Software For Your Company

How To Choose Help Desk Software For Your Company With hundreds of Help Desk software packages available, how do you choose the best one for your company? When conducting an Internet search, how do you wade through the overwhelming results? The answer

More information

Club Accounts. 2011 Question 6.

Club Accounts. 2011 Question 6. Club Accounts. 2011 Question 6. Anyone familiar with Farm Accounts or Service Firms (notes for both topics are back on the webpage you found this on), will have no trouble with Club Accounts. Essentially

More information

Free to Play Games. The Game is not enough. O n l i n e S p e c i a l i s t U b i s o f t B l u e B y t e

Free to Play Games. The Game is not enough. O n l i n e S p e c i a l i s t U b i s o f t B l u e B y t e Free to Play Games The Game is not enough by T e u t Weidemann O n l i n e S p e c i a l i s t U b i s o f t B l u e B y t e The Settlers Online: f2p Die Siedler Online (DE), Castle Empire Online (USA),

More information

How To Track Your Mobile Marketing On A Mobile Device

How To Track Your Mobile Marketing On A Mobile Device emma Mobile Business Intelligence The big problem in ecommerce is the recurrency Best customers comes from Mobile emma is Mobile Business Intelligence. The ultimate mobile marketing technology in the market

More information

Online and Social Media Marketing Certificate Program. Syllabus

Online and Social Media Marketing Certificate Program. Syllabus Online and Social Media Marketing Certificate Program Syllabus Instructor: Karen Porter The Online Marketing and Social Media Certificate program is designed to give its students a practical education

More information

Efficiency. Connectivity. Creativity. Making app dreams a reality.

Efficiency. Connectivity. Creativity. Making app dreams a reality. 1 Efficiency. Connectivity. Creativity. Making app dreams a reality. 2 3 /WeAreAppt The team at Appt specialises in designing and developing mobile and web based apps. We love combining human creativity

More information

Social Media Monitoring in Fifteen Minutes

Social Media Monitoring in Fifteen Minutes Social Media Monitoring in Fifteen Minutes By Murray Newlands Murray Newlands 1 Table of Contents Social Media monitoring Guides your Business Introduction: Social Media Monitoring How Social Media monitoring

More information

Ensighten Mobile: Mobile Marketing Agility without an SDK. Copywright 2014 Ensighten. All rights reserved.

Ensighten Mobile: Mobile Marketing Agility without an SDK. Copywright 2014 Ensighten. All rights reserved. Mobile: Mobile Marketing Agility without an SDK Copywright 2014. All rights reserved. Why Mobile Marketing Agility? Marketers seek mobile marketing solutions in order to drive engagement, loyalty, and

More information

Quick Start Guide for OnTime Now

Quick Start Guide for OnTime Now Quick Start Guide for OnTime Now Set up your OnTime Now Account... 2 What you see... 3 Create a Project... 4 Add a Work Item from the main grid... 4 Launch the Planning Board... 5 Add a Work Item from

More information

Creative Director. Inspire artists, programmers, producers and marketing staff to make the highest quality product possible

Creative Director. Inspire artists, programmers, producers and marketing staff to make the highest quality product possible Open positions Creative Director... 2 Level designer... 3 Data scientist... 4 Backend engineer - user acquisition and game management tools... 5 Gameplay programmer... 6 Software engineer Client, tools,

More information

GOMEMBERS. GOMEMBERS OVERVIEW Membership driven solution to help you fulfill your mission. www.aptean.com

GOMEMBERS. GOMEMBERS OVERVIEW Membership driven solution to help you fulfill your mission. www.aptean.com GOMEMBERS association management system GOMEMBERS OVERVIEW Membership driven solution to help you fulfill your mission. brochure gomembers overview 2 MEMBERSHIP MANAGEMENT FINANCIAL MANAGEMENT ONLINE SOLUTIONS

More information

Automated Efficiency For Every Fast Moving Business

Automated Efficiency For Every Fast Moving Business Automated Efficiency For Every Fast Moving Business The Simple Yet Powerful Solution That Has Combined 6 Complicated Business Tools, Into One Easy-to-Use Software. DynaDo Can Cut Costs, Cut Frustrations

More information

7 Secrets To Websites That Sell. By Alex Nelson

7 Secrets To Websites That Sell. By Alex Nelson 7 Secrets To Websites That Sell By Alex Nelson Website Secret #1 Create a Direct Response Website Did you know there are two different types of websites? It s true. There are branding websites and there

More information

What s New in Analytics: Fall 2015

What s New in Analytics: Fall 2015 Adobe Analytics What s New in Analytics: Fall 2015 Adobe Analytics powers customer intelligence across the enterprise, facilitating self-service data discovery for users of all skill levels. The latest

More information

College board online majors >>>CLICK HERE<<<

College board online majors >>>CLICK HERE<<< College board online majors. That means, you, as the reader, get first hand information on the performance of the latest hardware. College board online majors >>>CLICK HERE

More information

What s New in Analytics: Spring 2015

What s New in Analytics: Spring 2015 Adobe Analytics What s New in Analytics: Spring 2015 Adobe Analytics powers customer intelligence for the enterprise as the underlying analytics engine for Adobe Marketing Cloud. Adobe builds on its industry-leading

More information

Best Practices for Growing your Mobile App Business. Proven ways to increase your ROI and get your app in the hands of loyal users

Best Practices for Growing your Mobile App Business. Proven ways to increase your ROI and get your app in the hands of loyal users Best Practices for Growing your Mobile App Business Proven ways to increase your ROI and get your app in the hands of loyal users Competing For Users With more than a million mobile apps competing for

More information

Shopping Cart Manual. Written by Shawn Xavier Mendoza

Shopping Cart Manual. Written by Shawn Xavier Mendoza Shopping Cart Manual Written by Shawn Xavier Mendoza Table of Contents 1 Disclaimer This manual assumes that you are using Wix.com for website creation, and so this method may not work for all other online

More information

DEVELOPER ATTITUDES to APP MARKETING

DEVELOPER ATTITUDES to APP MARKETING DEVELOPER ATTITUDES to APP MARKETING Mobile app developers share their opinions on the state of app distribution and monetization 2013 appflood.com Executive Summary With the growing volume of mobile apps

More information

Why do we need Fundraising Software?

Why do we need Fundraising Software? Why do we need Fundraising Software? By Cascade Data Solutions We have very few donors. We can manage a list in Excel. We have QuickBooks for Nonprofits. We don t have the funds in our budget to purchase

More information

Tapping into Mobile App Installs. Building a Valuable User Base for Your App

Tapping into Mobile App Installs. Building a Valuable User Base for Your App Tapping into Mobile App Installs Building a Valuable User Base for Your App Introduction If your business has an app, or you re planning to launch one, you ve probably spent a lot of time thinking about

More information

How To Increase Your Odds Of Winning Scratch-Off Lottery Tickets!

How To Increase Your Odds Of Winning Scratch-Off Lottery Tickets! How To Increase Your Odds Of Winning Scratch-Off Lottery Tickets! Disclaimer: All of the information inside this report reflects my own personal opinion and my own personal experiences. I am in NO way

More information

IT & Small Businesses. It can help grow your small business and cut cost where you never thought possible.

IT & Small Businesses. It can help grow your small business and cut cost where you never thought possible. It can help grow your small business and cut cost where you never thought possible. Contents Introduction Cutting Cost Saving Time Creating a Competitive Advantages Conclusion 3 4 9 12 13 2 Title of the

More information

MANUFACTURING ERP SOFTWARE BUYERS GUIDE

MANUFACTURING ERP SOFTWARE BUYERS GUIDE Exact JobBOSS MANUFACTURING ERP SOFTWARE BUYERS GUIDE A guide to selecting the right shop management system. jobboss.exactamerica.com 2 MANUFACTURING ERP SOFTWARE BUYERS GUIDE CHOOSING THE RIGHT MANUFACTURING

More information

What is Marketing Automation? What is Marketing Automation?

What is Marketing Automation? What is Marketing Automation? What is Marketing Automation? Table of Contents What is Marketing Automation?...2 Deficiencies in the Manual Marketing Process...2 Marketing for the Modern World...2 How Marketing Automation Works...................3

More information

How to Select an Email Marketing Agency

How to Select an Email Marketing Agency How to Select an Email Marketing Agency 2001-2011 All rights reserved. MailChimp is a registered trademark of The Rocket Science Group. 1 Table Of Contents Hello. Introduction...3 Should I Hire an Agency?...4

More information

ITP 342 Mobile App Development. APIs

ITP 342 Mobile App Development. APIs ITP 342 Mobile App Development APIs API Application Programming Interface (API) A specification intended to be used as an interface by software components to communicate with each other An API is usually

More information

> How it works FAQ - TV SYNCED ADS. 1. TV-Synced Ads : Ok, but what is it exactly? 2. Why is TV-Synced ads relevant?

> How it works FAQ - TV SYNCED ADS. 1. TV-Synced Ads : Ok, but what is it exactly? 2. Why is TV-Synced ads relevant? FAQ - TV SYNCED ADS > How it works The reason for syncing ads from TV to digital is simple. More and more people turn their attention away from the TV screen during the ad break. They login to check their

More information

Table of Contents. Living In A Mobile World. There s Always An App For That. The UX Challenge. The Facebook + Mobile Opportunity

Table of Contents. Living In A Mobile World. There s Always An App For That. The UX Challenge. The Facebook + Mobile Opportunity 1 Table of Contents Living In A Mobile World 3 There s Always An App For That 4 The UX Challenge 6 The Facebook + Mobile Opportunity 7 Getting Started With Facebook Mobile Ads 8 The Future Of Facebook

More information

WHICH PLATFORM For My Website

WHICH PLATFORM For My Website WHICH PLATFORM For My Website CONTENTS INTRODUCTION 1. 3. 4. 5 9. 10. 11. 13. 14. Introduction Your domain name Why choose a CMS platform? Choose the right Content Management System Add features Do you

More information

WELCOME! LETS BEGIN. James Marchant Founder of Diligence Digital james@diligencedigital.co.uk 01424 447858

WELCOME! LETS BEGIN. James Marchant Founder of Diligence Digital james@diligencedigital.co.uk 01424 447858 James Marchant Founder of Diligence Digital james@diligencedigital.co.uk 01424 447858 Over 15 years of experience in the digital industry. Hello and congratulations on taking the time out to read our booklet.

More information

Fill Your Sales Pipeline With Business That You Don t Have to Work For

Fill Your Sales Pipeline With Business That You Don t Have to Work For Sparta Success Systems Presents: Turn Your Website Into A Lead Generation Machine! Fill Your Sales Pipeline With Business That You Don t Have to Work For 508-243-6257 www.spartasuccess.com http://activerain.com/blogs/spartasuccess

More information

Build Your Mobile Strategy Not Just Your Mobile Apps

Build Your Mobile Strategy Not Just Your Mobile Apps Mobile Cloud Service Build Your Mobile Strategy Not Just Your Mobile Apps Copyright 2015 Oracle Corporation. All Rights Reserved. What is is it? Oracle Mobile Cloud Service provides everything you need

More information

SPRING 14 RELEASE NOTES

SPRING 14 RELEASE NOTES SPRING 14 RELEASE NOTES At Salesforce ExactTarget Marketing Cloud your success is our top priority and we re working hard to continuously improve the Marketing Cloud solutions you use. We recently reached

More information

WordStream Helps New Agency Indulge in PPC Advertising

WordStream Helps New Agency Indulge in PPC Advertising WordStream Helps New Agency Indulge in PPC Advertising How a young agency was able to build out PPC advertising as a core piece of their digital marketing services and achieve expert-level results with

More information

How To Make A Successful Online Game On Runescape

How To Make A Successful Online Game On Runescape Page 1 of 16 Business Plan Spirit Guardian & The Spiritguardian TM Project The Spiritguardian TM Online Project Spiritguardian1@yahoo.com Page 2 of 16 I. Table of Contents Contents I. Table of Contents...

More information

How To Choose A Search Engine Marketing (SEM) Agency

How To Choose A Search Engine Marketing (SEM) Agency How To Choose A Search Engine Marketing (SEM) Agency Introduction During the last four years, in both good and bad economies, Search Engine Marketing (SEM) has continued to grow. According to MarketingSherpa

More information

If you re a business owner looking for information on the cost of developing your own

If you re a business owner looking for information on the cost of developing your own What Does a Website Cost? This is a question that we field all day, every day. If you re a business owner looking for information on the cost of developing your own site (either using a service, or hiring

More information

Inbound Marketing Strategies Dahlia Benaroya Dahlia Web Designs LLC 1-888-7-DAHLIA

Inbound Marketing Strategies Dahlia Benaroya Dahlia Web Designs LLC 1-888-7-DAHLIA Inbound Marketing Strategies Dahlia Benaroya Dahlia Web Designs LLC 1-888-7-DAHLIA The business world is advancing day by day, through valuable marketing and promotions. What is the procedure of this unbeaten

More information

What Makes Good Fraud Management Software? 9 Questions for Tal Eisner of cvidya

What Makes Good Fraud Management Software? 9 Questions for Tal Eisner of cvidya What Makes Good Fraud Management Software? 9 Questions for Tal Eisner of cvidya An Article by Tal Eisner, Senior Director Product Strategy at cvidya, January 2013. Tal Eisner Senior Director Product Strategy

More information

UNTOLD MAP SECRETS. Are you a MyAdvertisingPays member? Great!

UNTOLD MAP SECRETS. Are you a MyAdvertisingPays member? Great! UNTOLD MAP SECRETS The Guide for online marketing newbies Are you a MyAdvertisingPays member? Great! Do you know that you can earn money by using the advertising system of MyAdvertisingPays but you have

More information

Content creation remains important as ever. Lead generation is still important, but lead nurturing is growing

Content creation remains important as ever. Lead generation is still important, but lead nurturing is growing Introduction As consumers flock to the internet, the marketing industry continues to evolve and expand. As this happens, traditional models of marketing begin to lose efficiency and new types of marketing

More information

Why You Need Email Archiving

Why You Need Email Archiving Why You Need Email Archiving www.exclaimer.com Table of Contents Introduction...2 The IT Administrator...3 The Email User...5 The Team Leader...6 The Senior Manager/Business Owner...7 Conclusion...8-1

More information

THE TOP 10 MOBILE MARKETING AUTOMATION BEST PRACTICES. Practical Methods For Driving Engagement, Retention and Revenue

THE TOP 10 MOBILE MARKETING AUTOMATION BEST PRACTICES. Practical Methods For Driving Engagement, Retention and Revenue THE TOP 10 MOBILE MARKETING AUTOMATION BEST PRACTICES Practical Methods For Driving Engagement, Retention and Revenue TABLE OF CONTENTS 3 4 5 7 9 10 11 12 13 15 17 18 INTRODUCTION 1. ONBOARDING FIRST TIME

More information

Stand OUT Stay TOP-of-mind Sell MORE

Stand OUT Stay TOP-of-mind Sell MORE Stand OUT Stay TOP-of-mind Sell MORE Use the arrows to navigate through the pages. next 1/19 [close] Haley Marketing Solutions Get past HR and sell higher margin solutions...4 Build a KILLER website...5

More information

8 CRITICAL METRICS FOR MEASURING APP USER ENGAGEMENT

8 CRITICAL METRICS FOR MEASURING APP USER ENGAGEMENT 8 CRITICAL METRICS FOR MEASURING APP USER ENGAGEMENT Contents Measuring the Success of Your Mobile App...01 1. Users...04 2. Session Length...07 3. Session Interval...12 4. Time in App...15 5. Acquisitions...18

More information

AT&T ebpp Meeting Small Business Needs via e-business

AT&T ebpp Meeting Small Business Needs via e-business AT&T ebpp Meeting Small Business Needs via e-business Countdown to Success............................... 1 Executive Summary................................ 2 Overview.......................................

More information

SAP Digital CRM. Getting Started Guide. All-in-one customer engagement built for teams. Run Simple

SAP Digital CRM. Getting Started Guide. All-in-one customer engagement built for teams. Run Simple SAP Digital CRM Getting Started Guide All-in-one customer engagement built for teams Run Simple 3 Powerful Tools at Your Fingertips 4 Get Started Now Log on Choose your features Explore your home page

More information

BINGO TRAINING. Last Updated August 2014

BINGO TRAINING. Last Updated August 2014 BINGO TRAINING Last Updated August 2014 Overview The Weekly Sunday Bingo at St John s is by far our greatest money maker. For the 2013-2014 Year, we made close to $225,000 in profit from Bingo. This effort

More information

Data Driven Success. Comparing Log Analytics Tools: Flowerfire s Sawmill vs. Google Analytics (GA)

Data Driven Success. Comparing Log Analytics Tools: Flowerfire s Sawmill vs. Google Analytics (GA) Data Driven Success Comparing Log Analytics Tools: Flowerfire s Sawmill vs. Google Analytics (GA) In business, data is everything. Regardless of the products or services you sell or the systems you support,

More information

The Google Guide to Search Advertising. How to make search advertising work for your business

The Google Guide to Search Advertising. How to make search advertising work for your business The Google Guide to Search Advertising How to make search advertising work for your business Contents Introduction... 2 Google AdWords: What s In It For You?... 2 5 Steps to Success: Setting Up & Maintaining

More information

Colleen s Interview With Ivan Kolev

Colleen s Interview With Ivan Kolev Colleen s Interview With Ivan Kolev COLLEEN: [TO MY READERS] Hello, everyone, today I d like to welcome you to my interview with Ivan Kolev (affectionately known as Coolice). Hi there, Ivan, and thank

More information

Would You Like To Earn $1000 s With The Click Of A Button?

Would You Like To Earn $1000 s With The Click Of A Button? Would You Like To Earn $1000 s With The Click Of A Button? (Follow these easy step by step instructions and you will) This Version of the ebook is for all countries other than the USA. If you need the

More information

CEDIA WHITE PAPER. Inbound Marketing 2014 CEDIA

CEDIA WHITE PAPER. Inbound Marketing 2014 CEDIA CEDIA WHITE PAPER Inbound Marketing 2014 CEDIA INTRODUCTION Surveys and testimonies of CEDIA Electronic Systems Contractor (ESC) Members show that the majority of ESC companies don t have a marketing/

More information

Mobile CPA Masher By Sterling Sherrell

Mobile CPA Masher By Sterling Sherrell Mobile CPA Masher By Sterling Sherrell By Sterling Sherrell Page 1 Contents Introduction... 3 Step 1 Find A Mobile Gift Card Offer... 5 Step 2 Write Your Text Ad... 7 Step 3 Choosing Your Settings In Buzzcity...

More information

Analytics over the last few years has changed a good bit. There are a good many free tools that are available, pretty painless to implement.

Analytics over the last few years has changed a good bit. There are a good many free tools that are available, pretty painless to implement. Introduction Analytics over the last few years has changed a good bit. There are a good many free tools that are available, pretty painless to implement. What we end up is lots, and lots of data and a

More information

Brought to you by: http://privatemailingclub.com http://adtroopers.com http://trafficcoupons.com

Brought to you by: http://privatemailingclub.com http://adtroopers.com http://trafficcoupons.com Brought to you by: http://privatemailingclub.com http://adtroopers.com http://trafficcoupons.com Do you ever have the feeling that there is something that other people know about making money online that

More information

Digital Marketing Center

Digital Marketing Center Digital Marketing Center One Product, Many Ways to Engage with Your Customers Solution Insight 01.15 DIGITAL MARKETING Automate complex omni-channel digital marketing campaigns Plan, design and send campaigns

More information

REAL ESTATE FIRMS INVESTMENT FIRMS INSURANCE FIRMS CUSTOM DIGITAL MARKETING SOLUTIONS FOR ALL

REAL ESTATE FIRMS INVESTMENT FIRMS INSURANCE FIRMS CUSTOM DIGITAL MARKETING SOLUTIONS FOR ALL REAL ESTATE FIRMS INVESTMENT FIRMS INSURANCE FIRMS CUSTOM DIGITAL MARKETING SOLUTIONS FOR ALL Targeted Email Newsletters Showcase your properties Target the right group of customers. Promotional emails

More information

How to select the right Marketing Cloud Edition

How to select the right Marketing Cloud Edition How to select the right Marketing Cloud Edition Email, Mobile & Web Studios ith Salesforce Marketing Cloud, marketers have one platform to manage 1-to-1 customer journeys through the entire customer lifecycle

More information

Top 5 Things to Consider When Evaluating PPC Management Tools

Top 5 Things to Consider When Evaluating PPC Management Tools Top 5 Things to Consider When Evaluating PPC Management Tools By William Leake, CEO, For companies just starting out with online marketing, and for many who have been online for years, pay-per-click (PPC)

More information

Email Marketing Now let s get started on probably the most important part probably it is the most important part of this system and that s building your e-mail list. The money is in the list, the money

More information

Online Ordering NETWAITER. Multi-Restaurant Portals vs. Individual Sites What s Your Strategy?

Online Ordering NETWAITER. Multi-Restaurant Portals vs. Individual Sites What s Your Strategy? A Restaurant Industry White Paper from NetWaiter / August 2014 Online Ordering Multi-Restaurant Portals vs. Individual Sites What s Your Strategy? Table of Contents (click a topic and go directly to that

More information

Email #1 Subject: The Most Effective Online Marketing Tool in the World. It s not Facebook, Twitter, Pinterest, or face- to- face networking.

Email #1 Subject: The Most Effective Online Marketing Tool in the World. It s not Facebook, Twitter, Pinterest, or face- to- face networking. Email #1 Subject: The Most Effective Online Marketing Tool in the World Want to know the marketing technique that has made the biggest difference in my business over the last five years? It s not Facebook,

More information

How to Guide for using Facebook Ads to Drive Installs and Re-engagement to your Mobile Game. Jun.26.2015

How to Guide for using Facebook Ads to Drive Installs and Re-engagement to your Mobile Game. Jun.26.2015 How to Guide for using Facebook Ads to Drive Installs and Re-engagement to your Mobile Game Jun.26.2015 Introduction Every month, the Facebook Gaming team focuses on a different subject and shares best

More information

Advertising Automation SOFTWARE OVERVIEW

Advertising Automation SOFTWARE OVERVIEW Advertising Automation SOFTWARE OVERVIEW Nanigans powers the world s most successful in-house advertising teams. Automate your customer acquisition and remarketing campaigns using Nanigans, with programmatic

More information

10 Steps to Turn Your Website Redesign into an Inbound Marketing Machine

10 Steps to Turn Your Website Redesign into an Inbound Marketing Machine x _ 10 Steps to Turn Your Website Redesign into an Inbound Marketing Machine Introduction It happens to all organizations. One day you wake up and notice that your company s website needs a major refresh.

More information

ITP 140 Mobile Technologies. Mobile Topics

ITP 140 Mobile Technologies. Mobile Topics ITP 140 Mobile Technologies Mobile Topics Topics Analytics APIs RESTful Facebook Twitter Google Cloud Web Hosting 2 Reach We need users! The number of users who try our apps Retention The number of users

More information

Business white paper. The road to strategic website design The Optimost Web Optimization Maturity Model

Business white paper. The road to strategic website design The Optimost Web Optimization Maturity Model Business white paper The road to strategic website design The Optimost Web Optimization Maturity Model Digital marketers spend large sums attracting website traffic. Much of that investment is wasted.

More information

Retail: Tips for Reducing Recruitment Costs Increase Your Hiring Performance while Decreasing Cost-to-Fill

Retail: Tips for Reducing Recruitment Costs Increase Your Hiring Performance while Decreasing Cost-to-Fill Retail: Tips for Reducing Recruitment Costs Increase Your Hiring Performance while Decreasing Cost-to-Fill Recruiting in retail presents some pretty big challenges compared to other industries. Known for

More information

Selecting the Right Social Media Monitoring Tools!

Selecting the Right Social Media Monitoring Tools! Selecting the Right Social Media Monitoring Tools! Exposing the real weaknesses and strengths of web and enterprise technology products Jarrod Gingras Analyst / Director of Advisory Services Real Story

More information

RESEARCH NOTE NETSUITE S IMPACT ON E-COMMERCE COMPANIES

RESEARCH NOTE NETSUITE S IMPACT ON E-COMMERCE COMPANIES Document L17 RESEARCH NOTE NETSUITE S IMPACT ON E-COMMERCE COMPANIES THE BOTTOM LINE Nucleus Research analyzed the activities of online retailers using NetSuite to assess the impact of the software on

More information

Welcome to second PGI AUTO TRAINING SEMINAR-

Welcome to second PGI AUTO TRAINING SEMINAR- Welcome to second PGI AUTO TRAINING SEMINAR- Helping our dealers navigate the complex and ever changing Web space and help to generate the most leads became PGI s mission- therefore my personal passion.

More information

The biggest mistake we made as a company was betting too much on HTML5 as opposed to native.

The biggest mistake we made as a company was betting too much on HTML5 as opposed to native. Myths About Web-Enabled Mobile event solutions With so many vendors in the marketplace, it s hard to know where to start looking for the right mobile solution for your next event and even harder to tell

More information

If you need to alter the sequence, that is okay. Just be sure to complete each point and don t stop until you have implemented them all.

If you need to alter the sequence, that is okay. Just be sure to complete each point and don t stop until you have implemented them all. Introduction This program is simple, but effective. You will have to DO things and they will require some attention and persistence, but overall it is a relatively easy process. Take time to read through

More information

Precisely Target the Right Audience

Precisely Target the Right Audience Precisely Target the Right Audience With Upsight Segmentation, you can create custom user segments from any combination of the 11 dimensions where Upsight automatically collects data. These segments provide

More information

App Monetisation Guide

App Monetisation Guide App Monetisation Guide CONTENTS Topic Page Introduction 3 Chapter 1: The Art of Monetisation 4 Chapter 2: What Not To Do Ever 5 Chapter 3: Effective Use Of The PPD Strategy 6 Chapter 4: Revenue from Advertising

More information