How Twitter Usage Differs Between Humans and Company Accounts

39
Based on those I follow How Twitter Usage Differs between Company Accounts and Personal Accounts @alexweberk

Transcript of How Twitter Usage Differs Between Humans and Company Accounts

Page 1: How Twitter Usage Differs Between Humans and Company Accounts

Based on those I follow

How Twitter Usage Differs between Company Accounts and

Personal Accounts

@alexweberk

Page 3: How Twitter Usage Differs Between Humans and Company Accounts

https://github.com/sferik/twitter

Tweets:● Between 8/22/15 12:34 and 8/23/15 14:33● Total of 1276 Tweets from accounts @alexweberk

followsSample is limited, and by no means representative of all tweets.

Used Twitter Ruby Gem to pull data

@alexweberk

Page 4: How Twitter Usage Differs Between Humans and Company Accounts

Wrote quick script to pull attributes of interest:

# basic structure is based on this:timeline = client.home_timeline( options )

# the attributes pulled:headers = [ "tweet.id", "tweet.user.id", "tweet.user.screen_name", "tweet.created_at", "tweet.full_text", "tweet.favorite_count", "tweet.retweet_count", "tweet.user_mentions?", "tweet.hashtags?", "tweet.media", "tweet.url", "tweet.user?", "tweet.lang", "tweet.source", "tweet.user.name", "tweet.user.contributors_enabled?", "tweet.user.verified?", "tweet.user.website_urls.first.expanded_uri.to_s", "tweet.urls?" ]

# then for each Tweet in timeline, run and store values from headers

Page 6: How Twitter Usage Differs Between Humans and Company Accounts

1. Company accounts tweet a lot more than

humans

@alexweberk

Page 7: How Twitter Usage Differs Between Humans and Company Accounts

Company Accounts Tweeted 4.6x More

@alexweberk

Page 8: How Twitter Usage Differs Between Humans and Company Accounts

Company Accounts Tweeted 4.6x More

Company Accounts simply tweeted a lot more on average

than Personal Accounts.

Almost around 4.6x more, in this case.

@alexweberk

Page 10: How Twitter Usage Differs Between Humans and Company Accounts

Distribution of account type of accounts I follow

Distribution of tweetsby account type

@alexweberk

Page 11: How Twitter Usage Differs Between Humans and Company Accounts

Company accounts tweet a lot more than personal

accounts

@alexweberk

Page 12: How Twitter Usage Differs Between Humans and Company Accounts

46% of the accounts I follow are Company Accounts, but they represent 79.8% of the

tweets in my Timeline.

@alexweberk

Page 13: How Twitter Usage Differs Between Humans and Company Accounts
Page 14: How Twitter Usage Differs Between Humans and Company Accounts

Filled with Tweets from Company Accounts

Page 15: How Twitter Usage Differs Between Humans and Company Accounts

2. Company accounts have more tweets with

engagement.

@alexweberk

Page 18: How Twitter Usage Differs Between Humans and Company Accounts

Company Accounts are better at getting engagement with their

tweets.

@alexweberk

Page 21: How Twitter Usage Differs Between Humans and Company Accounts

They Use More Hashtags (=easier to get found by searches)

@alexweberk

Page 22: How Twitter Usage Differs Between Humans and Company Accounts

They Use More Media in Tweets (images, etc)

@alexweberk

Page 23: How Twitter Usage Differs Between Humans and Company Accounts

And, They Tweet A Lot More.

Same chart from earlier ->

@alexweberk

Page 24: How Twitter Usage Differs Between Humans and Company Accounts

Summary:Ways of getting more engagement:

1. Use Hashtags (Easier to get found via search. Get on trends)

2. Use Media (Images are more eye-catching. It takes up more screen real estate.)

3. Lots of Tweets (At least some of them have to get attention, right?)

@alexweberk

Page 25: How Twitter Usage Differs Between Humans and Company Accounts

3. Humans interact a lot more with each other

@alexweberk

Page 26: How Twitter Usage Differs Between Humans and Company Accounts

@alexweberk

Humans mention each other a lot more

Page 27: How Twitter Usage Differs Between Humans and Company Accounts

@alexweberk

DOIN’ IT RIGHT.

Humans mention each other a lot more

Page 28: How Twitter Usage Differs Between Humans and Company Accounts

4. Humans don’t have a link in every single tweet

@alexweberk

Page 29: How Twitter Usage Differs Between Humans and Company Accounts

Likelihood to Include URL(s) in Tweet

Personal Accounts Company Accounts@alexweberk

Page 30: How Twitter Usage Differs Between Humans and Company Accounts

Likelihood to Include URL(s) in Tweet

Personal Accounts Company Accounts@alexweberk

95%

Page 31: How Twitter Usage Differs Between Humans and Company Accounts

Likelihood to Include URL(s) in Tweet

Personal Accounts Company Accounts@alexweberk

This is a really huge difference across the two User Types, so

much so you can probably determine whether an account is a bot or not by the frequency

of links in its tweets.

Page 34: How Twitter Usage Differs Between Humans and Company Accounts

Distribution of favorites are heavily concentrated to the top performing tweets.

Winner Takes All - Favorite Count

@alexweberk

Page 35: How Twitter Usage Differs Between Humans and Company Accounts

Distribution of favorites are heavily concentrated to the top performing tweets.

Winner Takes All - Retweet Count

@alexweberk

Page 36: How Twitter Usage Differs Between Humans and Company Accounts

Twitter Client Data

@alexweberk

Page 37: How Twitter Usage Differs Between Humans and Company Accounts

You can tell the twitter client used via the Twitter APIBuffer popularity is notable.

SocialFlow has large companies as users.

@alexweberk

Page 39: How Twitter Usage Differs Between Humans and Company Accounts

Thank you!@alexweberkThis is a personal account! :)