Sharknado Social Media Analysis with SAP HANA and Predictive Analysis

Size: px
Start display at page:

Download "Sharknado Social Media Analysis with SAP HANA and Predictive Analysis"

Transcription

1 Sharknado Social Media Analysis with SAP HANA and Predictive Analysis Mining social media data for customer feedback is perhaps one of the greatest untapped opportunities for customer analysis in many organizations today. Social media data is freely available and allows organizations to personally identify and interact directly with customers to resolve any potential dissatisfaction. In today s blog post, I ll discuss using SAP Data Services, SAP HANA, and SAP Predictive Analysis to collect, process, visualize, and analyze social media data related to the recent social media phenomenon Sharknado. Collecting Social Media Data with SAP Data Services While I ll be focusing primarily on the analysis of social media data in this blog post, social media data can be collected from any source with an open API by using Python scripting within a User-Defined Transform. In this example, I ve collected Twitter data using the basic outline provided by SAP in the Data Services Text Data Processing Blueprints available on the SAP Community Network, updated it for the REST version 1.1 Twitter API. This process consists of 2 dataflows, the first tracks search terms and constructs (Get_Search_Tasks transform) and executes (Search_Twitter transform) a Twitter search query to store the data pictured below. In addition to the raw text of the tweet, some metadata is available, including user name, time, and location information (if the user has made it publicly available).

2 Once the raw tweet data has been collected, I can use either the Text Data Processing transform in SAP Data Services or the Voice of Customer text analysis process in SAP HANA. While both processes give the same result, SAP Data Services is also able to perform preliminary summarization and transformations on the parsed data within the same dataflow. In this case, I will run text analysis in SAP HANA by running the command below in SAP HANA Studio. Create FullText Index "VOC" On <table name>(<tweet text column name>) TEXT ANALYSIS ON CONFIGURATION 'EXTRACTION_CORE_VOICEOFCUSTOMER'; This results in a table called $TA_VOC in the same schema as the source table, as shown below. In this table, the TA_TOKEN called SOURCE_FORM in SAP Data Services TDP is the extracted entity or element from the tweet (for example, an identifiable person, place, topic, organization, or sentiment), TA_TYPE (called TYPE in SAP Data Services TDP) is the category the entity falls under. These are the two main text analysis elements used to extract information from Twitter data. For a more in-depth explanation on Text Data Processing and social media analysis using SAP Data Services, refer to the Decision First Summer EIM Expert Series webinar on Twitter data collection and social media sentiment analysis by Nicholas Hohman. Once the Twitter data was loaded into SAP HANA and text analysis had been performed, I created an Analytic View and several Calculation Views to allow for visualization and analysis.

3 In the first Analytical View pictured above, I ve cleaned up the TYPE categories a bit further to consolidate into top level categories (for example, combining all types of Organizations into one single Organization category) and assigned a numeric sentiment values to each sentiment-type entity as shown in the table below, ranging from 0 (strong negative sentiment) to 1 (strong positive sentiment). I then created a calculation view that aggregates data to the tweet-level and calculates tweet-level flags for analysis, including flags to indicate whether key types of entities are found in each tweet (location, topic, Twitter hashtag, retweet, sentiment, etc). This also aggregates the average sentiment based on any sentiments found within the tweet. I ll use these aggregated metrics later for visualization and predictive analysis of the Twitter data.

4 The final outputs of the SAP HANA modeling process are 2 analysis sets: 1.) A tweet-level analysis set with aggregated flags and values summarizing the tweet, including tweet length, number of extracted entities within the tweet, and the metadata collected with the tweet, such as location, time, and the user information. 2.) An entity-level analysis set with tweet-level metadata joined back to the individual entities to allow analysis at the entity level. While these analysis sets could be created using a SAP Data Services ETL process, the SAP HANA Information Views have the advantage of being calculated on the fly rather than as a batch process, so if we are continuously monitoring and collecting Twitter data, users will have real-time access to social media trends and insights without having to wait for an overnight or batch process to finish. Visualization and Analysis of #Sharknado Data For this analysis, I collected over 33,000 tweets related to the topic sharknado over a period of days. After Text Analysis was performed, over 200,000 individual entities were extracted from these tweets. A natural first step is generating descriptive charts to explain the nature of these extracted entities and tweets. The figure below shows an area chart of all the entities extracted from the tweets by category. Twitter hashtags were the most commonly identified entities, followed by sentiments, Twitter users, topics, and organizations. The depth of color indicates the tweet-level average sentiment. This shows that tweets with topic entities have the highest (most positive) overall sentiment, while tweets with hashtags are much less positive.

5 A few other fast facts on the Sharknado tweets: 38% of the tweets collected include a retweet from another user 41% of tweets have a topic entity extracted from the text 7.5% of tweets have a location entity within the tweet text 45% of tweets have a sentiment entity identified in the text 54.5% of tweets have 5 or more entities extracted from the text The chart below shows a histogram of tweets by the length of the tweet text tweets are most commonly right around the 140 character limit, with about 25% of tweets at 135 characters and above.

6 Now, we can start to examine the individual entities extracted from the tweets and sentiments associated with each entity. For example, we can pull the Person entities identified by the text analysis in a word cloud, shown below. This word cloud shows the most common entities (larger size) and the sentiment associated with the person entities (depth of color). This shows that Tara Reid, Cary Grant, Tatiana Maslany, Ian Ziering, and Steve Sanders were the most commonly identified person entities, with Tatiana Maslany and Tara Reid appearing in tweets with higher average sentiments. Tara Reid and Ian Ziering are actors that appeared in Sharknado, and Steve Sanders was Ian Ziering s character in Beverly Hills, 90210, but I was confused by the appearance of Cary Grant, whom Wikipedia identifies as an English actor with debonair demeanor who died in 1986, and Tatiana Maslany, a lesser-known Canadian Actress, neither of whom appeared in Sharknado. Further filtering the tweet text for these particular entities, I find an extremely high retweet frequency for 2 influential #Sharknado is even more impressive when you realize Tatiana Maslany played all the different People don't talk about it much in Hollywood (omertà and everything) but Cary Grant actually died in a #sharknado

7 The entity impressive was strongly positive for Tatiana Maslany, while n t talk was considered a minor problem for the Cary Grant tweet. Further analysis can be done to identify popular characters and portions of the movie, which the Sharknado filmmakers can mine to identify the characters, plots, or topics to revisit in the already-approved sequel to Sharknado (coming Summer 2014). Similarly, investigating location entities shown in the word cloud below, we can see the most common references are to Texas and Hollywood, with tweets about Texas being more positive than Hollywood. Organizations identified by Text Analysis show SyFy (the channel that brought you Sharknado) and the phrase Public Service Announcement, as well as Lego and Nova were common in tweets, as shown in the word cloud below. The SyFy and public service announcement phrases were found in a frequently retweeted tweet about a re-airing of the movie:

8 @Syfy: Public Service Announcement: #Sharknado will be rebroadcast on Thurs, July 18, at 7pm. Please retweet this important information. Nova was a character in the movie who may have met an untimely end, which apparently did not elicit positive sentiments. The Lego topic/organization was also in a commonly re-tweeted tweet of a picture of a sharknado made of Legos. OMG OMG OMG someone made #Sharknado out of LEGOs!!! Predictive Analysis on #Sharknado Data After summarizing and visualizing the data, I can leverage SAP Predictive Analysis s Predict pane to evaluate the models using predictive algorithms. We can further summarize tweet data across multiple numeric characteristics using a clustering algorithm. Clustering is an unsupervised learning algorithm and one of the most popular segmentation methods; it creates groups of similar observations based on numeric characteristics. In this case, the numeric characteristics available are: length of tweet, # of entities extracted from the tweet, and the presence of a topic or a sentiment flag. While binary variables are not technically appropriate to use in a clustering model, we re including them here to increase the complexity of our model and make the results more interesting. The clustering model results show 3 groups of tweets, roughly separated by size, with Cluster 3 being the short tweets, Cluster 1 the longer tweets, and Cluster 2 between 3 and 1. This clustering model does show us that longer tweets were more likely to have more entities identified by the text analysis and were more likely to have a sentiment and a topic within the tweet.

9 While this is an extremely simple example, with additional descriptive statistics we could cluster tweets according to sentiment and occurrences of key phrases or words; if the organization could link these tweet segments to customer satisfaction or other key metrics (such as referrals generated through social media buzz or calls to a customer service center), monitoring the frequency of tweets by segment would be a great, nearly real-time leading indicator of viral buzz, customer complaints, or referral business. Another potential application for predictive models would be attempting to estimate the impact of tweet characteristic on the sentiment value of the tweet. In this case, I ve arbitrarily determined that a tweet with an average sentiment of 0.4 or higher is Positive. I can then use the R-CNR Decision Tree algorithm or a custom R function for Logistic Regression (see this previous blog on Custom R Modules) to predict which elements are most indicative of positive tweets. In order to compare these models, I use a filter transform to filter out tweets without sentiments. Then, I configure the Logistic Regression and R-CNR Tree modules to include all my descriptive data, including tweet length, number of entities extracted, and presence of location and topic entities. Once this predictive workflow has been run, I can review results for the logistic regression and decision tree results.

10 Logistic Regression results These model output charts show that the logistic regression model is not terribly predictive, showing an AUC (area under the ROC Curve) of only (AUC varies from 0 to 1 with a baseline of 0.5 and values closest to 1 indicating more accurate predictions). This chart shows that there is a slight increase in predicted average sentiment (red line) across the actual average tweet sentiment (x axis). Blue bars represent tweet volume for each level of average sentiment. Ideally, the red line would be approximately diagonal from bottom left to top right.

11 Decision Tree results The Decision tree shows that the model is able to identify large pockets of tweets that are much more likely to be positive. Pockets of highlypositive tweets In summary, the models show potential to distinguish tweet positivity based on tweet content characteristics. These models could be further tuned for accuracy with more Sharknado-related characteristics, such as whether the tweet mentioned specific plot points, emotions, or characters. In these preliminary models, results suggest that having a location entity, longer tweet length, and presence of a retweet contribute to positive sentiments. Perhaps this suggests that people are more likely to retweet positive tweets than negative? Adding presence of key terms like chainsaw or shark or specific character names could be used as input predictors and we would be able to see the impact of those specific terms on sentiment positivity. Developers of the Sharknado sequel, could determine which specific aspects of the film were most positively and negatively received by the audience and incorporate these concepts into the sequel. Tips for Social Media Data Collection and Analysis Based on this experiment, I have a few recommendations for approaching a similar problem going forward.

12 Implement custom data dictionaries and custom categorizations: Using custom data dictionaries, we could have the text data processing step immediately identify key terms that are related to our particular topic. In this case, we could have created a custom dictionary with character names, plot points, or key terms like chainsaw or shark. These terms might not be recognized by the standard text analysis dictionaries, but they will help us automatically pull out and identify entities that are important in our particular scenario. Scrape profanity and irrelevant tweets immediately: One thing I noticed when pulling in Sharknado-related tweets was an abundance of profanity and Twitter spam. Scraping out profanity is important if the tweet data is going to be included in Business Intelligence reports or shared with others within the organization. Similarly, setting up policies to eliminate or avoid spam-related Twitter accounts may help keep the feedback data more pure. I noticed accounts that would tweet a message like Get 500 followers free and include the top 5 hashtags trending on Twitter at the time. These tweets made up a huge portion of the data I collected, and should have been immediately discarded based on the repetitive text so as not to influence frequency and sentiment analysis. Construct descriptive attributes: Probably the most important part of this process is constructing descriptive attributes for each of the tweets. These may include flags to indicate whether the tweet included a key entity or category, length fields, or perhaps user information that can be collected about the poster. These attributes might be related to the custom data dictionaries relevant to the topic. Identify and treat retweets differently: While the re-tweeted data is valuable in gauging influence and frequency of the social media buzz, it can bias the sentiment analysis by overwhelming the average sentiment with copies of the same information. Therefore, flagging tweets that contain retweeted information and excluding those from some sentiment analysis might eliminate sentiment bias of a single opinion or phrase that was retweeted many, many times. Implementation of Sentiment Analysis Data While the Sharknado example is a fun pop culture phenomenon, how does this become relevant to a real-world organization? Collecting Twitter data relevant to an organization could provide nearly free focus group-like feedback directly from customers who are most likely to influence their peers. For example, a hotel chain could collect Twitter data not only from users that mention its brand name, but also from users mentioning competitors names or just talking about hotels in the general sense. They can get an idea of what contributes to positive and negative sentiments about hotels. Do negative sentiments most commonly accompany comments about cleanliness? Noise? Wait to check in? Staff? Do positive sentiments stem from amenities like the pool or gym? What is the general sentiment for customers of your hotel chain versus competitors? And are there particularly negative sentiments for users of one particular location that might indicate a serious problem? Furthermore, having this type of feedback available in a nearly real-time environment allows organizations to monitor, respond to, and leverage social media buzz to increase audience or revenue for the organization. For example, when SyFy executives saw the volume of social media posts and

13 response to the initial Sharknado airing, SyFy was able to quickly schedule subsequent showings, commit to a sequel, and arrange for the film to make its theatrical debut in response and disperse this information via Twitter while the topic was still trending. This equates to increasing awareness and future audience at a very low cost. If the SyFy had missed this window, they would have to expend significant marketing funds to re-generate this level of buzz. In fact, by leveraging this strong social media buzz around the initial airing of Sharknado, SyFy actually garnered higher viewership with the reairing than they experienced during the initial premier. This type of feedback can give insight not only to what users might think about your organization s brand overall, but also could give an idea of the importance that specific product aspects hold in a user s experience. Understanding how the consumer values these factors could guide investment decisions or marketing strategies by highlighting the features that customers care about and those that are not meaningful. Hillary Bliss, Analytics Practice Lead Decision First Technologies Hillary.bliss@decisionfirst.com Hillary Bliss is the Analytics Practice Lead at Decision First Technologies, and specializes in data warehouse design, ETL development, statistical analysis, and predictive modeling. She works with clients and vendors to integrate business analysis and predictive modeling solutions into the organizational data warehouse and business intelligence environments based on their specific operational and strategic business needs. She has a master s degree in statistics and an MBA from Georgia Tech.

Modeling with SAP Infinite Insight

Modeling with SAP Infinite Insight Modeling with SAP Infinite Insight Since SAP s acquisition of KXEN, announced in September 2013, many SAP Predictive Analysis users have been eager to preview the features of KXEN Infinite Insight that

More information

How to Set-Up a Basic Twitter Page

How to Set-Up a Basic Twitter Page How to Set-Up a Basic Twitter Page 1. Go to http://twitter.com and find the sign up box, or go directly to https://twitter.com/signup 1 2. Enter your full name, email address, and a password 3. Click Sign

More information

1. Search, for finding individual or sets of documents and files

1. Search, for finding individual or sets of documents and files WHITE PAPER TURNING UNSTRUCTURED TEXT INTO INSIGHT Extending Business Intelligence With Text Analysis and Search EXECUTIVE SUMMARY While traditional business intelligence (BI) has transformed business

More information

COMPLEX MEDIA: BRINGING SOCIAL STATS TO EVERY DEPARTMENT

COMPLEX MEDIA: BRINGING SOCIAL STATS TO EVERY DEPARTMENT COMPLEX MEDIA: BRINGING SOCIAL STATS TO EVERY DEPARTMENT TABLE OF CONTENTS Introduction The Social Media Team The Ad Sales Team The Content Team The Dev Team Social Strategy Tips INTRODUCTION There are

More information

Social Media in Healthcare Leverage Social Media for Real Business Impact

Social Media in Healthcare Leverage Social Media for Real Business Impact Social Media in Healthcare Leverage Social Media for Real Business Impact Gelb Consulting, An Endeavor Management Company 2700 Post Oak Blvd P + 281.759.3600 Suite 1400 F + 281.759.3607 Houston, Texas

More information

TABLE OF CONTENTS INTRODUCTION INTRODUCTION

TABLE OF CONTENTS INTRODUCTION INTRODUCTION TABLE OF CONTENTS Introduction What Are Hashtags? How to Use Hashtags Why Use Hashtags? Hashtags for Contests Case Study: #ItsMillerTime Conclusion INTRODUCTION INTRODUCTION 2 Hashtags have become nearly

More information

Analytics Cloud Service Administration Guide

Analytics Cloud Service Administration Guide Analytics Cloud Service Administration Guide Version 17 November 2017 Contents About This Guide... 5 About Primavera Analytics... 5 About Primavera Data Warehouse... 6 Overview of Oracle Business Intelligence...

More information

Essential Twitter Techniques

Essential Twitter Techniques Essential Twitter Techniques Contents Intro... 3 Know The Difference Between Posting And Spamming... 3 Be Clear On What You Are Promoting... 4 Plan How To Communicate With Others To Convey Professionalism...

More information

Getting to Know Your Digital-Age Customers: An Airline Industry Case Study

Getting to Know Your Digital-Age Customers: An Airline Industry Case Study Getting to Know Your Digital-Age Customers: An Airline Industry Case Study Milan Bhatt Milan Bhatt is a global technology lead in Tata Consultancy Services Limited s technology excellence group for IBM

More information

The Ultimate Guide to Keyword Research

The Ultimate Guide to Keyword Research The Ultimate Guide to Keyword Research The Ultimate Guide to Keyword Research So you ve decided to try out this ASO thing you ve been hearing so much about, huh? Well you ve come to the right place. MobileDevHQ

More information

An Introduction to Social Analytics: Concepts and Methods

An Introduction to Social Analytics: Concepts and Methods An Introduction to Social Analytics: Concepts and Methods Shaila M. Miranda, PhD Expected Publication Date: July, 2018 Proposal Focus of the Book Social Analytics deals with the collection, management,

More information

Text Analysis of American Airlines Customer Reviews

Text Analysis of American Airlines Customer Reviews SESUG 2016 Paper EPO-281 Text Analysis of American Airlines Customer Reviews Rajesh Tolety, Oklahoma State University Saurabh Kumar Choudhary, Oklahoma State University ABSTRACT Which airline should I

More information

Predictive Modeling Using SAS Visual Statistics: Beyond the Prediction

Predictive Modeling Using SAS Visual Statistics: Beyond the Prediction Paper SAS1774-2015 Predictive Modeling Using SAS Visual Statistics: Beyond the Prediction ABSTRACT Xiangxiang Meng, Wayne Thompson, and Jennifer Ames, SAS Institute Inc. Predictions, including regressions

More information

SOCIAL MEDIA TOOLKIT FOR NONPROFITS

SOCIAL MEDIA TOOLKIT FOR NONPROFITS SOCIAL MEDIA TOOLKIT FOR NONPROFITS OVERVIEW OF SOCIAL MEDIA ------------------------------------------------------2 GIVE LOCAL YORK S SOCIAL MEDIA ACCOUNTS-------------------------------------3 USING

More information

The Importance of Supplementing NPS Scores with Insights Drawn from Real Comments and Reviews. Whitepaper

The Importance of Supplementing NPS Scores with Insights Drawn from Real Comments and Reviews. Whitepaper The Importance of Supplementing NPS Scores with Insights Drawn from Real Comments and Reviews Whitepaper INTRODUCTION/EXECUTIVE SUMMARY The Net Promoter Score (NPS) system has transformed the way businesses

More information

Social MEDIA in the hospitality

Social MEDIA in the hospitality Social MEDIA in the hospitality and leisure industry foreword We are delighted to share with you the insights from our survey undertaken across Senior Executives in the hospitality and leisure sector.

More information

DETAILED COURSE AGENDA

DETAILED COURSE AGENDA DETAILED COURSE AGENDA Dynamics 365 University: Boot Camp Detailed Agenda Course Level: 100 This instructor-led course provides a key step for Microsoft Dynamics 365 administrators and customizers who

More information

Data Preprocessing, Sentiment Analysis & NER On Twitter Data.

Data Preprocessing, Sentiment Analysis & NER On Twitter Data. IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 73-79 www.iosrjournals.org Data Preprocessing, Sentiment Analysis & NER On Twitter Data. Mr.SanketPatil, Prof.VarshaWangikar,

More information

Social Media Analytics

Social Media Analytics Social Media Analytics Outline Case Study : Twitter Analytics and Text Analytics Role of Social Media Analytics in Business Intelligence About AlgoAnalytics Page 2 Case Study : Twitter and Text Analytics

More information

8 Ways To Build Your Brand Using Social Media

8 Ways To Build Your Brand Using Social Media TIP SHEET 8 Ways To Build Your Brand Using Social Media TABLE OF CONTENTS: 03 04 04 05 05 06 06 07 07 08 Intro Tip 1 - Determine Goals for Your Social Media Engagement Tip 2 - Determine Your Online Brand

More information

Successful B2B Social Media 101

Successful B2B Social Media 101 Take your business to the next level Successful B2B Social Media 101 Brought to you by www.dwsassociates.com 651-315-7588 Successful B2B Social Media 101 Brought to you by: About the DWS Associates Founded

More information

The Social Engagement Index. A Benchmark Report by Spredfast on the State of Enterprise Social Programs

The Social Engagement Index. A Benchmark Report by Spredfast on the State of Enterprise Social Programs The Social Engagement Index A Benchmark Report by Spredfast on the State of Enterprise Social Programs Published: August 2012 Table of Contents I. Introduction II. III. IV. Summary of Findings Social Engagement

More information

SAP Lumira, version for the SAP Business One application Overview Presentation

SAP Lumira, version for the SAP Business One application Overview Presentation SAP Lumira, version for the SAP Business One application Overview Presentation SAP Business One Global Rollout April 2014 Public Your Brain is Wired for Visuals 65% of information is remembered by people

More information

User-generated Content and Rights Management A GUIDE FOR BRANDS AND AGENCIES

User-generated Content and Rights Management A GUIDE FOR BRANDS AND AGENCIES User-generated Content and Rights Management A GUIDE FOR BRANDS AND AGENCIES Introduction ///////////////////////////////// 1 PART 1 Why Rights Management Matters Now /////////////////////////////////

More information

How To Attract Crowds To Your Webinar

How To Attract Crowds To Your Webinar How To Attract Crowds To Your Webinar Introduction The success of your webinar depends on attracting the right crowd. Of course, you ve already spent a lot of time preparing the event. Now make an extra

More information

VULNERABILITY MANAGEMENT BUYER S GUIDE

VULNERABILITY MANAGEMENT BUYER S GUIDE VULNERABILITY MANAGEMENT BUYER S GUIDE VULNERABILITY MANAGEMENT BUYER S GUIDE 01 Introduction 2 02 Key Components 3 03 Other Considerations 10 About Rapid7 11 01 INTRODUCTION Exploiting weaknesses in browsers,

More information

Lumière. A Smart Review Analysis Engine. Ruchi Asthana Nathaniel Brennan Zhe Wang

Lumière. A Smart Review Analysis Engine. Ruchi Asthana Nathaniel Brennan Zhe Wang Lumière A Smart Review Analysis Engine Ruchi Asthana Nathaniel Brennan Zhe Wang Purpose A rapid increase in Internet users along with the growing power of online reviews has given birth to fields like

More information

REFINING A UTILITIES VOICE OF THE CUSTOMER (VOC) PROGRAM APPROACH USING THE LADDER OF INFERENCE. by Torin Lacher with contributions from Paul Hagen

REFINING A UTILITIES VOICE OF THE CUSTOMER (VOC) PROGRAM APPROACH USING THE LADDER OF INFERENCE. by Torin Lacher with contributions from Paul Hagen REFINING A UTILITIES VOICE OF THE CUSTOMER (VOC) PROGRAM APPROACH USING THE LADDER OF INFERENCE by Torin Lacher with contributions from Paul Hagen A recent Energy & Utilities newsletter article, discussed

More information

Radian6 Overview What is Radian6?... 1 How Can You Use Radian6? Next Steps... 9

Radian6 Overview What is Radian6?... 1 How Can You Use Radian6? Next Steps... 9 Radian6 Overview What is Radian6?... 1 How Can You Use Radian6?... 6 Next Steps... 6 Set up Your Topic Profile Topic Profile Overview... 7 Determine Your Keywords... 8 Next Steps... 9 Getting Started Set

More information

Measure Social Media Like a Pro: Social Media Analytics Uncovered

Measure Social Media Like a Pro: Social Media Analytics Uncovered Measure Social Media Like a Pro: Social Media Analytics Uncovered To kick off the year 2016, more than 1 billion people logged onto Facebook. Every day, 934 million users access Facebook from their mobile

More information

SOCIAL MEDIA GLOSSARY General terms

SOCIAL MEDIA GLOSSARY General terms SOCIAL MEDIA GLOSSARY General terms API Application programming interface: Specifies how software components interact. On the web, APIs allow content to be embedded and shared between locations (it s a

More information

There are many ways to use Twitter, but you want to use it in the most

There are many ways to use Twitter, but you want to use it in the most twitter Chapter 6 Aligning Your Twitter Strategy with Your Business There are many ways to use Twitter, but you want to use it in the most efficient, effective way to grow your business. Like all social

More information

Welcome to the topic on the analytic content and applications that are made possible in SAP Business One version by running on SAP HANA.

Welcome to the topic on the analytic content and applications that are made possible in SAP Business One version by running on SAP HANA. Welcome to the topic on the analytic content and applications that are made possible in SAP Business One version by running on SAP HANA. 1 At the end of this course, you will be able to describe the reporting

More information

Predicting the Odds of Getting Retweeted

Predicting the Odds of Getting Retweeted Predicting the Odds of Getting Retweeted Arun Mahendra Stanford University arunmahe@stanford.edu 1. Introduction Millions of people tweet every day about almost any topic imaginable, but only a small percent

More information

Verint Engagement Management Solution Brief. Overview of the Applications and Benefits of

Verint Engagement Management Solution Brief. Overview of the Applications and Benefits of Verint Engagement Management Solution Brief Overview of the Applications and Benefits of Verint Engagement Management November 2015 Table of Contents Introduction... 2 Verint Engagement Management Advantages...

More information

Qlik Sense Seminar. An introduction to Qlik Sense. COPYRIGHT 2014 RESULT DATA - All Rights Reserved SLIDE 1

Qlik Sense Seminar. An introduction to Qlik Sense. COPYRIGHT 2014 RESULT DATA - All Rights Reserved SLIDE 1 Qlik Sense Seminar An introduction to Qlik Sense SLIDE 1 Introductions Presenters & Result Data Team Tom Meers President, Result Data Troy Gottfried Principal, Director, Result Data Joe Roberts Senior

More information

Who Are My Best Customers?

Who Are My Best Customers? Technical report Who Are My Best Customers? Using SPSS to get greater value from your customer database Table of contents Introduction..............................................................2 Exploring

More information

Insights Partners Overview

Insights Partners Overview Insights Partners Overview Radian6 Partners Enhanced Demographics In-Depth Sentiment Analysis Understand Intention Discover Trends and Emerging Issues Find Online Influencers Table of Contents Social Media

More information

Siebel CRM On Demand Administrator Rollout Guide

Siebel CRM On Demand Administrator Rollout Guide Siebel CRM On Demand Administrator Rollout Guide This Administrator Rollout Guide consolidates tips and lessons learned from implementing Siebel CRM On Demand, discusses your role as an administrator,

More information

A Competitive Benchmark Analysis On Social Media

A Competitive Benchmark Analysis On Social Media How To Create A Competitive Benchmark Analysis On Social Media HOW TO CREATE A COMPETITVE BENCHMARK ANALYSIS ON SOCIAL MEDIA www.digimind.com 1 CONTENTS INTRODUCTION WHY MEASURE? GETTING STARTED WHICH

More information

SAP Thought Leadership Paper Supply Chain Management. Inventory Optimization A New Approach to Operational Inventory Planning

SAP Thought Leadership Paper Supply Chain Management. Inventory Optimization A New Approach to Operational Inventory Planning SAP Thought Leadership Paper Supply Chain Management Inventory Optimization A New Approach to Operational Inventory Planning Table of Contents 4 Executive Summary 5 Inventory Management Has Changed The

More information

Unified Employee Desktop. Best Practice Guide

Unified Employee Desktop. Best Practice Guide Unified Employee Desktop Best Practice Guide Table of Contents Introduction... 3 1. Decide Where to Start... 4 2. Design Your Process... 4 3. Deploy Your Integration Strategy... 5 4. Use Contextual Knowledge

More information

Cognos 8 Business Intelligence. Evi Pohan

Cognos 8 Business Intelligence. Evi Pohan Cognos 8 Business Intelligence Evi Pohan Agenda Needs and Challenges What is Cognos 8 Business Intelligence? Overview Simplified Deployment and Ease of Use Complete Range of Capabilities Proven Technology

More information

The 5 Essential SOCIAL MEDIA MARKETING REPORTS

The 5 Essential SOCIAL MEDIA MARKETING REPORTS The 5 Essential SOCIAL MEDIA MARKETING REPORTS Introduction How often do you review the data generated by your social campaigns? As a busy social media manager, you need to be efficient with the time you

More information

Measuring, Monitoring and Improving Customer Experience

Measuring, Monitoring and Improving Customer Experience Measuring, Monitoring and Improving Customer Experience customer More than ever, superior customer (CEM) is lending businesses a key competitive edge in a global marketplace. However, implementing the

More information

Quality Control Assessment in Genotyping Console

Quality Control Assessment in Genotyping Console Quality Control Assessment in Genotyping Console Introduction Prior to the release of Genotyping Console (GTC) 2.1, quality control (QC) assessment of the SNP Array 6.0 assay was performed using the Dynamic

More information

INTERACTIVE TABLE OF CONTENTS

INTERACTIVE TABLE OF CONTENTS INTERACTIVE TABLE OF CONTENTS Standout Subject Lines Get Open, Get Read, Get Results... 3 Grow Your Business with Email & Social Media Simple marketing strategy for small business & nonprofits... 3 Find

More information

6 Steps to Social Media Success for Law Firms

6 Steps to Social Media Success for Law Firms 6 Steps to Social Media Success for Law Firms 6 STEPS TO SOCIAL MEDIA SUCCESS FOR LAW FIRMS By Bria Burk Androvett Legal Media & Marketing Social media is a great way to share firm news about new hires,

More information

Twitter. Runa Sarkar Indian Institute of Management Calcutta

Twitter. Runa Sarkar Indian Institute of Management Calcutta Twitter Runa Sarkar Indian Institute of Management Calcutta What is it? A 140 character microblog that enables users to send and receive messages known as tweets A Tweet is an expression of a moment or

More information

TWITTER GUIDE TABLE OF CONTENTS

TWITTER GUIDE TABLE OF CONTENTS TWITTER GUIDE Not sure how to set up a Twitter account? Already signed up, but wondering how to get started? This guide is for you! We ll give you step-by-step instructions so you can dive into Twitter,

More information

Instructor s Manual Materials to Accompany

Instructor s Manual Materials to Accompany Instructor s Manual Materials to Accompany SOCIAL MEDIA MARKETING, 2E CHAPTER 2 Goals and Strategies LEARNING OBJECTIVES After completing this chapter, students will be able to: Define a social media plan

More information

Sage ERP MAS. Everything you want to know about Sage ERP MAS Intelligence. What is Sage ERP MAS Intelligence? benefits

Sage ERP MAS. Everything you want to know about Sage ERP MAS Intelligence. What is Sage ERP MAS Intelligence? benefits Sage ERP MAS Everything you want to know about Sage ERP MAS Intelligence What is Sage ERP MAS Intelligence? Sage ERP MAS Intelligence (or Intelligence) empowers managers to quickly and easily obtain operations

More information

ABSTRACT INTRODUCTION OUR ETL EVOLUTION

ABSTRACT INTRODUCTION OUR ETL EVOLUTION Paper 2409-2018 Developing BI Best Practices: Texas Parks and Wildlife s ETL Evolution Drew Turner, John Taylor, Alejandro Farias, Texas Parks and Wildlife Department ABSTRACT The development of extract,

More information

Predicting Stock Prices through Textual Analysis of Web News

Predicting Stock Prices through Textual Analysis of Web News Predicting Stock Prices through Textual Analysis of Web News Daniel Gallegos, Alice Hau December 11, 2015 1 Introduction Investors have access to a wealth of information through a variety of news channels

More information

Introducing the Virtual Room

Introducing the Virtual Room Cisco IT Article Transforming the Customer Support Experience Introducing the Virtual Room Cisco IT adds Spark to the customer support experience. By David demilo Distinguished Engineer, Cisco IT Cisco

More information

10 THINGS B2B COMPANIES

10 THINGS B2B COMPANIES 10 THINGS B2B COMPANIES Should Be Doing on LinkedIn Copyright 2016 Act-On Software www.act-on.com Using LinkedIn to Generate Leads LinkedIn isn t just a social network for job seekers and recruiters anymore.

More information

POWER BI BOOTCAMP. COURSE INCLUDES: 4-days of instructor led discussion, Hands-on Office labs and ebook.

POWER BI BOOTCAMP. COURSE INCLUDES: 4-days of instructor led discussion, Hands-on Office labs and ebook. Course Code: AUDIENCE: FORMAT: LENGTH: POWER BI BOOTCAMP O365-410-PBI (CP PBI365) Data Analyst and BI Professionals Instructor-led training with hands-on labs 4 Days COURSE INCLUDES: 4-days of instructor

More information

SAS. Activity-Based Management Adapter 6.1 for SAP R/3 User s Guide

SAS. Activity-Based Management Adapter 6.1 for SAP R/3 User s Guide SAS Activity-Based Management Adapter 6.1 for SAP R/3 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2004. SAS Activity-Based Management Adapter 6.1 for

More information

Social Media Toolkit. Luke Williams. Feb Page 1

Social Media Toolkit. Luke Williams. Feb Page 1 Social Media Toolkit Luke Williams Feb 2012 Page 1 Table of Contents Introduction to social media... 3 Social media guidelines... 4 Listening online... 5 Twitter... 6 Facebook pages... 7 Blogs... 8 LinkedIn...

More information

Myth Busted: Affordable, Easy to manage Virtualization with High-Availability is a Reality

Myth Busted: Affordable, Easy to manage Virtualization with High-Availability is a Reality Myth Busted: Affordable, Easy to manage Virtualization with High-Availability is a Reality EXECUTIVE SUMMARY By Dan Kusnetzky, Distinguished Analyst Business organizations are looking to virtualization

More information

HOW TO SETUP YOUR PROFILE

HOW TO SETUP YOUR PROFILE Twitter 101 Not sure how to set up a Twitter account? Already signed up, but wondering how to get started? This guide is for you! We ll give you step-by-step instructions so you can dive into Twitter,

More information

3 Ways to Improve Your Targeted Marketing with Analytics

3 Ways to Improve Your Targeted Marketing with Analytics 3 Ways to Improve Your Targeted Marketing with Analytics Introduction Targeted marketing is a simple concept, but a key element in a marketing strategy. The goal is to identify the potential customers

More information

Social Media Marketing for Small Businesses SELL. SERVICE. MARKET. SUCCEED.

Social Media Marketing for Small Businesses SELL. SERVICE. MARKET. SUCCEED. Social Media Marketing for Small Businesses SELL. SERVICE. MARKET. SUCCEED. The information provided in this e-book is strictly for the convenience of our customers and is for general informational purposes

More information

Technology Consulting Analytics solutions for manufacturing and industrial products

Technology Consulting Analytics solutions for manufacturing and industrial products www.pwc.in Technology Consulting Analytics solutions for manufacturing and industrial products Overview Technological and digital innovations are transforming the manufacturing and industrial products

More information

When Social Media Meets Employer Branding: Your Guide to Doing It Right

When Social Media Meets Employer Branding: Your Guide to Doing It Right When Social Media Meets Employer Branding: Your Guide to Doing It Right Why does social media matter for employer branding? You know your company is a great place to work but does everyone else? Social

More information

Who s Here Today? B2B Social Media: Why?

Who s Here Today? B2B Social Media: Why? Who s Here Today? Agenda B2B Social Media Going Beyond LinkedIn B2B: Why Use Social Media? Best Practices Facebook LinkedIn Twitter Analytics B2B Social Media: Why? B2B Social Media: Why? B2B Social Media:

More information

THE BUSINESS LEADER S GUIDE TO. Becoming a Social Business

THE BUSINESS LEADER S GUIDE TO. Becoming a Social Business THE BUSINESS LEADER S GUIDE TO Becoming a Social Business Introduction Customers expect personalized, one-to-one interactions whenever and wherever they interact with your brand and a growing number of

More information

User guide. SAP umantis EM Interface. Campus Solution 728. SAP umantis EM Interface (V2.7.0)

User guide. SAP umantis EM Interface. Campus Solution 728. SAP umantis EM Interface (V2.7.0) Campus Solution 728 SAP umantis EM Interface (V2.7.0) User guide SAP umantis EM Interface Solution SAP umantis EM Interface Date Monday, March 20, 2017 1:47:22 PM Version 2.7.0 SAP Release from ECC 6.0

More information

The Global Social Media Check-up 2010

The Global Social Media Check-up 2010 The Global Social Media Check-up 2010 Methodology The sample was the companies on the Fortune Global 100 list. The sample breaks down as follows: 29 U.S. companies 48 European companies 20 Asia-Pacific

More information

TEXT MINING APPROACH TO EXTRACT KNOWLEDGE FROM SOCIAL MEDIA DATA TO ENHANCE BUSINESS INTELLIGENCE

TEXT MINING APPROACH TO EXTRACT KNOWLEDGE FROM SOCIAL MEDIA DATA TO ENHANCE BUSINESS INTELLIGENCE International Journal of Advance Research In Science And Engineering http://www.ijarse.com TEXT MINING APPROACH TO EXTRACT KNOWLEDGE FROM SOCIAL MEDIA DATA TO ENHANCE BUSINESS INTELLIGENCE R. Jayanthi

More information

Content Optimiser: How to Measure Content Value. Chris Bland Managing Director MMT & Retail

Content Optimiser: How to Measure Content Value. Chris Bland Managing Director MMT & Retail Content Optimiser: How to Measure Content Value Chris Bland Managing Director MMT & Retail Measuring content value At Future Thinking we are media specialists having worked closely with channel broadcasters,

More information

Marketing & Big Data

Marketing & Big Data Marketing & Big Data Surat Teerakapibal, Ph.D. Lecturer in Marketing Director, Doctor of Philosophy Program in Business Administration Thammasat Business School What is Marketing? Anti-Marketing Marketing

More information

Unsung Heroes. 6 Easy Ways to Advance Your Cybersecurity Program When You Have a Small Team INTRODUCTION

Unsung Heroes. 6 Easy Ways to Advance Your Cybersecurity Program When You Have a Small Team INTRODUCTION WHITE PAPER 6 Easy Ways to Advance Your Cybersecurity Program When You Have a Small Team When You Lack People, You Have to Rely on the Process, or Better Yet, a Platform for Rapid Detection and Response.

More information

Selecting the Right SAP BusinessObjects BI Client Product Based on Your Business Requirements for SAP BW Customers

Selecting the Right SAP BusinessObjects BI Client Product Based on Your Business Requirements for SAP BW Customers Product Based on Your Business Requirements for SAP BW Customers Ingo Hilgefort Director Solution Management Disclaimer This presentation outlines our general product direction and should not be relied

More information

Stay ahead of the game with Adalyser

Stay ahead of the game with Adalyser +44 (0) 333 666 7366 Stay ahead of the game with Adalyser Real-time online platform for the collection, analysis and optimisation of offline and online media spend. About Adalyser Developed for our business

More information

MARKETPLACES DATA SHEET. How our organization uses ChannelAdvisor: We use marketplaces to expand our footprint and brand awareness.

MARKETPLACES DATA SHEET. How our organization uses ChannelAdvisor: We use marketplaces to expand our footprint and brand awareness. MARKETPLACES DATA SHEET Third-party marketplaces like Amazon, ebay, Walmart and Jet account for a growing portion of global online retail sales. Online retailers of all sizes are recognizing the profit

More information

BIZZLOC! - Locate Your Business Group Web Mining Project

BIZZLOC! - Locate Your Business Group Web Mining Project BIZZLOC! - Locate Your Business Group Web Mining Project 5/13/2014 MIS 510: Web Mining Team 1 Team Members Rohit Bhalerao Rohit Garg Kushagra Parikh Elias Paramo 0 Contents Team Members and Responsibilities...2

More information

SAP SuccessFactors Q Review 1. Performance & Goal Management 2. Calibration

SAP SuccessFactors Q Review 1. Performance & Goal Management 2. Calibration SAP SuccessFactors Q4 2017 Review 1. Performance & Goal Management 2. Calibration 1. Performance & Goal Management By Kasia Kapustka, SuccessFactors Consultant, ROC Not a packed quarter for Performance

More information

Competency Map for the Data Science and Analytics-Enabled Graduate

Competency Map for the Data Science and Analytics-Enabled Graduate Competency Map for the Data Science and Analytics-Enabled Graduate Purpose of Competency Map The purpose of this competency map is to identify the specific skills, knowledge, abilities, and attributes

More information

SAS Enterprise Guide: Point, Click and Run is all that takes

SAS Enterprise Guide: Point, Click and Run is all that takes ABSTRACT SAS Enterprise Guide: Point, Click and Run is all that takes Aruna Buddana, TiVo Inc, Alviso, CA The Audience Research and Measurement team at TiVo constantly collects and processes anonymous

More information

10 Online Communication Channels

10 Online Communication Channels 10 Online Communication Channels Ppt 11-12 Online communication channels and tools toolkit Spread the word Love it or loathe it, social media is here to stay and should form an essential component of any

More information

Harnessing Big Data for Social Media Intelligence: South African Case Study

Harnessing Big Data for Social Media Intelligence: South African Case Study Harnessing Big Data for Social Media Intelligence: South African Case Study 1 st Annual Society of Competitive Intelligence Professionals (SCIP SA) Organisational Intelligence and Knowledge 11-13 November

More information

The Social Marketers Guide to Managing A Large Facebook Page

The Social Marketers Guide to Managing A Large Facebook Page The Social Marketers Guide to Managing A Large Facebook Page 1 2 3 4 6 8 10 12 13 14 Introduction Understand your audience Everyone is a competitor on social Optimize your workflow Deliver the service

More information

Data Mining in CRM THE CRM STRATEGY

Data Mining in CRM THE CRM STRATEGY CHAPTER ONE Data Mining in CRM THE CRM STRATEGY Customers are the most important asset of an organization. There cannot be any business prospects without satisfied customers who remain loyal and develop

More information

How to Enhance Your Internet Presence with Social Media

How to Enhance Your Internet Presence with Social Media How to Enhance Your Internet Presence with Social Media Table of Contents 3 Introduction 4 Why Do I Need Social Media? 6 Where to be: Facebook 10 Where to be: Twitter 15 Where to be: LinkedIn 17 Where

More information

MS-20466: Implementing Data Models and Reports with Microsoft SQL Server

MS-20466: Implementing Data Models and Reports with Microsoft SQL Server MS-20466: Implementing Data Models and Reports with Microsoft SQL Server Description The focus of this five-day instructor-led course is on creating managed enterprise BI solutions. It describes how to

More information

A Guide to Customer Journey Mapping

A Guide to Customer Journey Mapping A Guide to Customer Journey Mapping About This Guide What s Inside Getting Started with Customer Journey Mapping An Introduction Today, customer experience is at the forefront of company strategy across

More information

Unit 13 Social media and digital marketing

Unit 13 Social media and digital marketing 2016 Suite Cambridge TECHNICALS LEVEL 3 IT Unit 13 Social media and digital marketing D/507/5016 Guided learning hours: 60 Version 1 September 2015 ocr.org.uk/it LEVEL 3 UNIT 13: Social media and digital

More information

Turning Employees into Brand Advocates. 4 Steps to an Effective Employee Engagement Program

Turning Employees into Brand Advocates. 4 Steps to an Effective Employee Engagement Program Turning Employees into Brand Advocates 4 Steps to an Effective Employee Engagement Program Engaged employees are the lifeblood of every successful business. They speak positively about your company to

More information

Salon Experience 2011 Survey Results

Salon Experience 2011 Survey Results Executive Summary: Salon Experience 2011 Survey Results Listening to the feedback of beauty salon clients is critical to maintain and to improve client retention rates. Salon owners must have a firm understanding

More information

The Magnet App Attracts More Collaborative, Productive, and Efficient Office Environments

The Magnet App Attracts More Collaborative, Productive, and Efficient Office Environments The Magnet App Attracts More Collaborative, Productive, and Efficient Office Environments Q&A with Chris Dinkel, Managing Director, Deloitte Consulting, LLP Chris Dinkel is a managing director at Deloitte

More information

October Applying Social Intelligence to the Consumer Packaged Goods Industry

October Applying Social Intelligence to the Consumer Packaged Goods Industry October 2013 Applying Social Intelligence to the Consumer Packaged Goods Industry It s Time to be an In-the- Moment Marketer Today, social media no longer represents the cutting edge of consumer marketing.

More information

Data Drives Social Performance

Data Drives Social Performance Data Drives Social Performance The Benchmark Study on Organic Publishing to Social Networks August 2014 52 Vanderbilt Ave, 12th Floor New York, NY 10017 212.883.9844 www.socialflow.com 2014 SocialFlow

More information

Visualize Business Process Performance for a Clear Picture of Where to Improve

Visualize Business Process Performance for a Clear Picture of Where to Improve SAP Brief SAP Extensions SAP Process Mining by Celonis Visualize Business Process Performance for a Clear Picture of Where to Improve SAP Brief Continuously improve your business process efficiency Enterprise

More information

developer.* The Independent Magazine for Software Professionals Automating Software Development Processes by Tim Kitchens

developer.* The Independent Magazine for Software Professionals Automating Software Development Processes by Tim Kitchens developer.* The Independent Magazine for Software Professionals Automating Software Development Processes by Tim Kitchens Automating repetitive procedures can provide real value to software development

More information

BREAK THROUGH QUICK TIPS FOR GIVING YOUR HEALTHCARE COMMUNICATIONS STAYING POWER

BREAK THROUGH QUICK TIPS FOR GIVING YOUR HEALTHCARE COMMUNICATIONS STAYING POWER BREAK THROUGH QUICK TIPS FOR GIVING YOUR HEALTHCARE COMMUNICATIONS STAYING POWER Looking Ahead Congratulations! The long hours of planning are behind you, and open enrollment season is off to a great start.

More information

An Executive s Guide to B2B Video Marketing. 8 ways to make video work for your business

An Executive s Guide to B2B Video Marketing. 8 ways to make video work for your business An Executive s Guide to B2B Video Marketing 8 ways to make video work for your business [Video] Content Is King Companies that utilize video content to present their products and services can experience

More information

Transform data into insight and action with Adaptive BI

Transform data into insight and action with Adaptive BI Transform data into insight and action with Adaptive BI Making Technology Work Project Portfolio Management Do the right projects, do them right Modern Intranet Synergize, organize and innovate with an

More information

Using #hashtags

Using #hashtags Using #hashtags and @handles This guide is optimized for your phone use it on the go! #OFAction Using #hashtags and @handles Amplify your message by using hashtags and handles the right way. Don t just

More information