<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Amp Your Strat</title>
	
	<link>http://www.ampyourstrat.com</link>
	<description>Amplify Your Strategy</description>
	<lastBuildDate>Wed, 13 Feb 2013 00:07:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/AmpYourStrat" /><feedburner:info uri="ampyourstrat" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Sentiment Analysis and Natural Language Processing: The Basics</title>
		<link>http://www.ampyourstrat.com/2013/02/sentiment-analysis-and-natural-language-processing-the-basics/</link>
		<comments>http://www.ampyourstrat.com/2013/02/sentiment-analysis-and-natural-language-processing-the-basics/#comments</comments>
		<pubDate>Tue, 12 Feb 2013 07:00:23 +0000</pubDate>
		<dc:creator>Roni</dc:creator>
				<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.ampyourstrat.com/?p=406</guid>
		<description><![CDATA[Sentiment Analysis can lead to great insight beyond simple volume metrics which you may already be aggregating. Quantifying sentiment has the ability to improve customer interactions and allow your business to better understand the needs of your social consumer.]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-405" alt="Social media Sentiment Analysis" src="http://www.ampyourstrat.com/wp-content/uploads/sentiment-analysis.jpg" width="412" height="188" /><br />
Sentiment Analysis can lead to great insight beyond simple volume metrics which you may already be aggregating. Quantifying sentiment has the ability to improve customer interactions and allow your business to better understand the needs of your social consumer. You must however interpret the conversation in context or risk falsely identifying a social signal. As your social campaign matures integrating social signals along with context can greatly enhance your marketing strategies.</p>
<p>Most out-of-the-box tools such as Radian6 usually raise many false negatives. For a broad search the majority of sentiment is generally &#8216;neutral&#8217;. Though for the 10% or so which may be negative or positive, what is the best way of identifying or increasing your confidence scale? In future posts I&#8217;ll discuss workflows and optimizing your confidence rating. The majority of false negative sentiment stems from colloquialism and slang. A field of computer science and artificial intelligence named Natural Language Processing was developed to interpret human speech via computers. Today this field has advanced to the point where IBM&#8217;s Watson is able to obliterate all-time Jeopardy! winner Ken Jennings. Wondering how you can place decades of research into your own marketing campaign and decipher human speech into digital signals?</p>
<p>Here are three great open-source resources:</p>
<p><a title="Open NLP" href="https://opennlp.apache.org/" target="_blank">OpenNLP</a>: supports the most common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, and coreference resolution. These tasks are usually required to build more advanced text processing services. OpenNLP also includes maximum entropy and perceptron based machine learning.</p>
<p><a title="Natural Language Toolkit" href="http://nltk.org/" target="_blank">Natural Language Toolkit</a>: NLTK is a leading platform for building Python programs to work with human language data. It provides easy-to-use interfaces to over 50 corpora and lexical resources such as WordNet, along with a suite of text processing libraries for classification, tokenization, stemming, tagging, parsing, and semantic reasoning.</p>
<p><a title="Stanford NLP Group" href="http://www-nlp.stanford.edu/software/" target="_blank">The Stanford NLP Group</a> makes parts of our Natural Language Processing software available to the public. These are statistical NLP toolkits for various major computational linguistics problems. They can be incorporated into applications with human language technology needs.</p>
<p><strong>Why apply NLP for sentiment analysis?</strong><br />
A quick use-case on why such tools are important for contextualizing your conversation streams. A broad keyword such as &#8220;Ford&#8221; will yield a spectrum of results such as: Ford Motor Company, Toronot&#8217;s mayor Rob Ford, Betty Ford Clinic, Henry Ford Museum, etc. If you&#8217;re only interested in automotive related Twitter conversations then the rest is simply noise. A finely-tined NLP post-process can filter the noise and allow you to target only your high-value data streams.</p>
<p>On February 12th I&#8217;ll be discussing using Sentiment Analysis within your digital marketing campaigns. Join the chat every Tuesday at 5PM PT/ 8PM ET using the hashtag <a title="MetricsChat" href="https://twitter.com/search?q=%23MetricsChat&amp;src=typd" target="_blank">#MetricsChat</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ampyourstrat.com/2013/02/sentiment-analysis-and-natural-language-processing-the-basics/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Emperor’s New Graph Search</title>
		<link>http://www.ampyourstrat.com/2013/01/the-emperors-new-graph-search/</link>
		<comments>http://www.ampyourstrat.com/2013/01/the-emperors-new-graph-search/#comments</comments>
		<pubDate>Tue, 22 Jan 2013 08:00:08 +0000</pubDate>
		<dc:creator>Roni</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Graph Search]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.ampyourstrat.com/?p=391</guid>
		<description><![CDATA[Hans Christian Andersen's classic literary tale The Emperor's New Clothes draws many parallels to the online privacy frenzy being debated across various sites. Though published in 1837 we can draw a few lessons from the Emperor, and perhaps some insight from the child who portrayed independent thought and went against the tide to point out the truth.]]></description>
				<content:encoded><![CDATA[<p>Hans Christian Andersen&#8217;s classic literary tale <em>The Emperor&#8217;s New Clothes</em> draws many parallels to the online privacy frenzy being debated across various sites. Though published in 1837 we can draw a few lessons from the Emperor, and perhaps some insight from the child who portrayed independent thought and went against the tide to point out the truth.</p>
<p>How would the Emperor have tried on his new clothes with today&#8217;s technology? Given his vanity, and thirst for public affection he would most likely have had a presence on Instagram. He surely would have racked more love than Zooey Deschanel, Snoop <span style="text-decoration: line-through;">Dogg</span> Lion, and the Kardashian sisters, combined. The Emperor would have perfected the self-mirror shot better than Harry Styles, both of whom, could always be found in their dressing room.</p>
<p><img class="aligncenter size-full wp-image-395" alt="Emperors new clothes and facebook privacy settings" src="http://www.ampyourstrat.com/wp-content/uploads/emperors_new_clothes_privacy.png" width="500" height="500" /></p>
<p>If two weavers today, would claim they design the most beautiful clothes with the most magnificent fabrics imaginable, all one would have to do is look up their store on Yelp. What&#8217;s more accurate than crowdsourced reviews? This is of course, one of the attractive features Sir Zuckerberg pitched to the Facebook <span style="text-decoration: line-through;">community</span> marketers &amp; investors. In 2013, Andersen&#8217;s story would have ended right here, for the Weavers 1-star ratings would have them kicked out of the Royal court. They also lacked a Foursquare listing, because they never could verify their phone number (it was yet to be invented in the 1830s,) and they were after all swindlers.</p>
<p>Our scenario of course is hypothetical, and the Emperor gullible, so let us nonetheless continue. The Emperor&#8217;s advisors demonstrated some level of intelligence. Using <a title="Snapchat" href="http://www.snapchat.com/" target="_blank">Snapchat</a> they shared Gilt.com&#8217;s latest 70% off designer clothing and securely shared it with the Emperor who insisted every message be deleted in precisely 10 seconds or less. In case he felt the public would disapprove, the Emperor wanted no digital trace that he contemplated undesirable threads in his digital footprint. For this same reason, the advisors set the Emperor&#8217;s Facebook privacy settings accordingly so he could gather the opinion of his latest outfits with only his noblest noblemen, prior to sharing it publicly with his 1 billion fans. On the day of the fitting, the weavers carefully placed the new delicate outfit upon him and he quickly snapped away a few photos through the reflection of the looking glass for his private circle to approve. Not wanting to seem unfit for their position, collectively the advisors all gave it a big thumbs up.</p>
<p>The evening prior to the procession, <a title="Private settings made public by Storify" href="http://agbeat.com/social-media/private-facebook-status-updates-made-visible-by-storify/" target="_blank">a Storify bug had publicly exposed the Emperor&#8217;s private story</a>. A young lad, who also happens to be a Redditor picked it up and posted it online. Known for their sharp wit and quick judgment, one member of the community commented &#8220;But he hasn&#8217;t got anything on.&#8221; With many upvotes, the story quickly gained steam and went viral, it spread across the Web on Twitter, Tumblr, even Buzzfeed compiled Top10 Royal Faux pas. Three days later when Joan Rivers finally heard about it she ripped apart the non-outfit on <em>Fashion Police</em>.</p>
<p style="text-align: center;">###</p>
<p>It is inevitable that as strong as a security encryption may be, it is only as strong as its most secure app. Bugs will expose vulnerabilities, and private data will be leaked. The more public or sensitive the data the higher the likelihood for this occurrence. Are we gullible like the Emperor to think it&#8217;s secure or is it simply a calculated risk? If so, why do we take the risk? Drs. Keith Wilcox and Andrew Stephen from Columbia Business School and Pittsburgh University respectively, found that when people interact with close friends on social media, <a title="Social media and self-esteem" href="http://www.decodedscience.com/is-facebook-undermining-our-self-control-social-media-and-self-esteem/24340" target="_blank">they get a boost in self-esteem</a>. Unfortunately, they also demonstrate less self control. Much like the child in the original tale, do we know the only way <em>not</em> to expose ourselves is to simply not post something controversial, or is it simply a difference in generational behavior? To answer this we can look toward today&#8217;s Gen-Y. Recently at CES a 22-year-old fashion designer named Darius summed up his generation&#8217;s attitude by saying: &#8220;<a title="How Generation Y really feels about online privacy" href="http://ces.cnet.com/8301-34435_1-57563194/how-generation-y-really-feels-about-online-privacy/" target="_blank">We live in public.</a>&#8221; He is aware everything he shares on Twitter and other social platforms is &#8220;out there&#8221; and remains extremely conscious about what he posts.</p>
<p><img class="aligncenter size-full wp-image-396" alt="Randi Zuckerberg tweet on Facebook privacy" src="http://www.ampyourstrat.com/wp-content/uploads/randi_zuckerberg_tweet.png" width="535" height="201" /></p>
<p>Over the holidays even <a title="Mark Zuckerberg's Sister Has A Private Facebook Photo Go Public" href="http://www.forbes.com/sites/kashmirhill/2012/12/26/oops-mark-zuckerbergs-sister-has-a-private-facebook-photo-go-public/" target="_blank">Randi Zuckerberg fell victim to a security loophole</a> when a friend of a friend unknowingly nabbed a photo and shared it on Twitter. Facebook Graph Search is bound to amplify these types of instances. Numerous articles have been published such as Venturebeat&#8217;s <a title="Facebook Graph Search embarrasses you" href="http://venturebeat.com/2013/01/16/facebook-graph-search-privacy/#gReOF26lxO4KFJdL.02" target="_blank">steps to take before Graph Search embarrasses you</a>.</p>
<p><a title="Techcrunch on Facebook Graph Search" href="http://techcrunch.com/2013/01/20/facebook-graph-search-is-humorless-creepy-and-doomed-to-disappoint/" target="_blank">TechCrunch</a> called Graph Search humorless, creepy and doomed to disappoint. While <a title="Forbes critique of Facebook Graph Search" href="http://www.forbes.com/sites/anthonykosner/2013/01/20/facebook-graph-search-is-a-disruptive-minefield-of-unintended-consequences/?" target="_blank">Forbes</a> described it as a &#8220;disruptive minefield of unintended consequences.&#8221; Peppering the article with other classifications of &#8220;Engineering narcissism&#8221; and &#8220;Ironic ambiguity.&#8221; Would this type of scrutiny pass for an unknown startup? While it presents a lot of potential value, Graph Search&#8217;s focus may be disguised to profit the swindler at the expense of the Emperor, who the platform initially held with high regard. This seems to be the cycle when any social channel reaches critical mass which Facebook achieved long before its IPO. Despite transparency to its TOS and privacy policy, Zuckerberg et al need to answer to a board of directors.</p>
<p>Harmony is possible to achieve with certain regulations while maintaining privacy and security. A shift in paradigm must occur for the people to see the value and for the gatekeeper of the data to be properly accountable and adhere to a high standard of security. Otherwise we would have learned nothing from this centuries-old tale.</p>
<p>This is my story which I have related. If it be sweet or if it be not sweet, take some elsewhere and let some come back to me*.</p>
<p>The original tale by Hans Christian Andersen: <a title="The Emperor's New Clothes" href="http://www.andersen.sdu.dk/vaerk/hersholt/TheEmperorsNewClothes_e.html" target="_blank">The Emperor&#8217;s New Clothes</a></p>
<p>* Traditional Ashanti end to a story</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ampyourstrat.com/2013/01/the-emperors-new-graph-search/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Detroit Tigers Take a Bite Out of Social Media Supremacy</title>
		<link>http://www.ampyourstrat.com/2012/10/detroit-tigers-take-a-bite-out-of-social-media-supremacy/</link>
		<comments>http://www.ampyourstrat.com/2012/10/detroit-tigers-take-a-bite-out-of-social-media-supremacy/#comments</comments>
		<pubDate>Wed, 24 Oct 2012 06:00:49 +0000</pubDate>
		<dc:creator>Roni</dc:creator>
				<category><![CDATA[pop culture]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Detroit]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[Tigers]]></category>
		<category><![CDATA[World Series]]></category>

		<guid isPermaLink="false">http://www.ampyourstrat.com/?p=374</guid>
		<description><![CDATA[Impressive seasons for the Tigers and Giants, and post season wins was reflected in their social profiles. While both teams increased Facebook and Twitter fans, the Tigers roared their way to social media greatness.]]></description>
				<content:encoded><![CDATA[<p><img class="size-full wp-image-376 alignnone" title="2012_WorldSeries_Tigers_Giants" src="http://www.ampyourstrat.com/wp-content/uploads/2012_WorldSeries_Tigers_Giants.png" alt="2012 World Series Detroit Tigers" width="550" height="264" /></p>
<p>Prior to the 2012 baseball season I collected a set of <a title="MLB Social Media Scorecard" href="http://www.ampyourstrat.com/2012/04/2012-mlb-social-media-scorecard/">social media metrics to measure social engagement</a> across all 30 MLB teams. The San Francisco Giants, who made it to the World Series happen to be the most engaged team in April. The Detroit Tigers held an honorable 5th place position behind both LA teams and the Texas Rangers. Impressive seasons for the Tigers and Giants, and post season wins was reflected in their social profiles. While both teams increased Facebook and Twitter fans, the Tigers roared their way to social media greatness.</p>
<p><a title="Baseball statistics abbreviations" href="http://www.baseball-almanac.com/stats4.shtml" target="_blank">Baseball is filled with statistics</a>, such as HBP, LOB, RISP; and social introduces a few new variables. Let&#8217;s take a look at some of the numbers. As expected, pre and post-season social fan volume increased for both teams. The Giants began their season with 1.35M fans and the Tigers were 50K shy of the million fan mark. The Giants and Tigers increased their fan volume by 16% and 17% respectively during the 2012 season. Another interesting stat is PTAT (People Talking About This) which is measured by the ratio of Facebook fans to comments in Facebook discussions. Intuitively, both the AL and NL champs significantly increased their PTAT index. San Francisco began the season with a PTAT index of 4.5 and are presently at 19.4. The Tigers, however, which began the season with an index of 3.15, now account for a PTAT index of 30.6; nearly 10 times their April 2012 score.</p>
<table cellspacing="0" cellpadding="0">
<colgroup>
<col width="119" />
<col width="107" />
<col width="110" />
<col width="72" /></colgroup>
<tbody>
<tr>
<td width="119">Team</td>
<td align="right" width="107">FB Fans</td>
<td align="right" width="110">PTAT</td>
<td align="right" width="72">Index</td>
</tr>
<tr>
<td>San Francisco Giants</td>
<td align="right">1,572,007</td>
<td align="right">305,649</td>
<td align="right">19.44</td>
</tr>
<tr>
<td>Detroit Tigers</td>
<td align="right">1,108,332</td>
<td align="right">338,874</td>
<td align="right">30.58</td>
</tr>
</tbody>
</table>
<p>Twitter fan volume also increased significantly for both World Series teams. As you can see in the table below, San Francisco increased their Twitter fan base by 42.5%. The Tigers, nevertheless, who began their season with a humble 55K Twitter fans, increased their count by over 220% to nearly 180,000 fans.</p>
<p><img class="size-full wp-image-372 alignnone" title="MLB_postseason_social_fans" src="http://www.ampyourstrat.com/wp-content/uploads/MLB_postseason_social_fans.png" alt="Baseball postseason social media fans" width="476" height="286" /></p>
<table cellspacing="0" cellpadding="0">
<colgroup>
<col width="119" />
<col width="107" />
<col width="110" /></colgroup>
<tbody>
<tr>
<td width="119">Twitter</td>
<td align="right" width="107">PreSeason Fans</td>
<td align="right" width="110">PostSeason Fans</td>
</tr>
<tr>
<td>SF Giants</td>
<td align="right">233,495</td>
<td align="right">332,727</td>
</tr>
<tr>
<td>Detroit Tigers</td>
<td align="right">55,519</td>
<td align="right">179,232</td>
</tr>
</tbody>
</table>
<p>Surely, having the Tigers&#8217; Miguel Cabrera being the <a title="Miguel Cabrera earns a Triple Crown" href="http://www.usatoday.com/story/sports/mlb/2012/10/03/miguel-cabrera-tigers-triple-crown-winner/1611563/" target="_blank">first player since 1967 to earn a Triple Crown</a>, amplified Detroit&#8217;s social engagement. Game-time social promotions such as &#8220;Tweet your Seat&#8221; also engage fans throughout the season while at the ballpark with giveaways. Though Twitter was founded in San Francisco, this year, the Tigers definitely grabbed the platform and ran with it. When it comes to social media they&#8217;re essentially batting a thousand! My official pick is Tigers in 6, what&#8217;s your prediction?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ampyourstrat.com/2012/10/detroit-tigers-take-a-bite-out-of-social-media-supremacy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Detroit’s Big 3 Ride In Front During the Woodward Dream Cruise</title>
		<link>http://www.ampyourstrat.com/2012/08/detroits-big-3-ride-in-front-during-the-woodward-dream-cruise/</link>
		<comments>http://www.ampyourstrat.com/2012/08/detroits-big-3-ride-in-front-during-the-woodward-dream-cruise/#comments</comments>
		<pubDate>Mon, 20 Aug 2012 07:00:20 +0000</pubDate>
		<dc:creator>Roni</dc:creator>
				<category><![CDATA[pop culture]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Chevy]]></category>
		<category><![CDATA[Chyrsler]]></category>
		<category><![CDATA[Dream Cruise]]></category>
		<category><![CDATA[Ford]]></category>
		<category><![CDATA[GM]]></category>
		<category><![CDATA[Radian6]]></category>
		<category><![CDATA[social media analysis]]></category>

		<guid isPermaLink="false">http://www.ampyourstrat.com/?p=353</guid>
		<description><![CDATA[The Woodward Dream Cruise, Metro Detroit's annual summer event showcasing classic cars concluded this past weekend with a greater social impact than ever before.  For the month leading up to the Dream Cruise, over 18,000 Twitter posts contributed to the social stream. ]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-356" title="2012_WoodwardDreamCruise" src="http://www.ampyourstrat.com/wp-content/uploads/2012_WoodwardDreamCruise.png" alt="Woodward Dream Cruise Classic Cars" width="550" height="252" /><br />
The Woodward Dream Cruise, Metro Detroit&#8217;s annual summer event showcasing classic cars concluded this past weekend with a greater social impact than ever before. For the month leading up to the Dream Cruise, over 18,000 Twitter posts contributed to the social stream. As expected, the majority (41%) of the digital conversations occurred during the day of the event, August 18th. Chrysler, GM and Ford placed 2nd, 3rd and 4th respectively among the Top 5 mentioned Twitter account during this time period. The only account outperforming the Big 3 was the event&#8217;s <a title="Woodward Dream Cruise Twitter" href="https://twitter.com/officialwdc" target="_blank">official Twitter handle OfficialWDC</a>.</p>
<p><img class="alignnone size-full wp-image-355" title="2012_woodward_dream_cruise_Twitter_Volume" src="http://www.ampyourstrat.com/wp-content/uploads/2012_woodward_dream_cruise_Twitter_Volume.png" alt="Woodward Dream Cruise Twitter volume" width="573" height="219" /><br />
<img class="alignright size-full wp-image-358" style="border: 0px none;" title="DreamCruise_Sentiment_Analysis" src="http://www.ampyourstrat.com/wp-content/uploads/DreamCruise_Sentiment_Analysis.png" alt="Woodward Dream Cruise Radian6 Sentiment Analysis" width="250" height="198" />Locally, the annual debate regarding the Dream Cruise heats up during the weeks preceding the event. There is little polarity among Metro Detroit residents and business owners who reside or own a business along the main artery; they either hate it or love it. The social landscape, however, provided a different outlook. By mining the conversations for sentiment using Radian6 linguistic engine, only 7% of conversation streams contained negative sentiment. The majority of negative comments contained the word &#8220;traffic&#8221; such as this Tweet below.</p>
<p><a title="Katie Boyer Twitter sentiment" href="https://twitter.com/kboyyyz/status/236999687947816961" target="_blank"><img class="size-full wp-image-357 alignnone" title="2012woodward_dream_cruise_twitter" src="http://www.ampyourstrat.com/wp-content/uploads/2012woodward_dream_cruise_twitter.png" alt="Woodward Dream Cruise Tweet example negative sentiment" width="504" height="242" /></a></p>
<p>An estimated 1.35 million classic car owners and fans turned out for this year&#8217;s Dream Cruise which some described as Woodstock on Wheels, only instead of dirty hippies, waxed Hemis and shiny Camaros were on display. Detroit&#8217;s Big 3 provided the crowd, and auto enthusiasts alike with plenty of horsepower to stay captivated with the City which put America on wheels. Chrysler Group LLC, in its largest collection ever had 75 vehicles on display including the 2013 Dodge Dart Rally Car, the 2013 SRT Viper, Ram&#8217;s Raminator Monster Truck and more than a dozen classics from the Walter P. Chrysler Museum.</p>
<p><img class="size-full wp-image-360 alignnone" title="WoodwardDreamCruise_TopMentions" src="http://www.ampyourstrat.com/wp-content/uploads/WoodwardDreamCruise_TopMentions.png" alt="Woodward Dream Cruise Top Social influence" width="522" height="283" /></p>
<p>GM, a sponsor of the event celebrated its Chevrolet brand&#8217;s 60th anniversary of the Corvette. Detroit&#8217;s graffiti artist Shades painted a <a title="Graffiti Artist Shades Corvette mural" href="https://twitter.com/chevrolet/status/236986573202280448/photo/1" target="_blank">Corvette inspired mural to positive social acclaim</a>.</p>
<p>Ford&#8217;s annual Mustang Alley featured more than 800 Mustangs from 1964 through today. Mustang fans could also preview the <a title="2013 Ford Shelby GT500" href="http://www.motorward.com/2011/11/2013-ford-shelby-gt500/" target="_blank">2013 Ford Shelby GT500</a>, the Boss 302 and an array of SVTs (Special Vehicle Team) commemorating their 20th anniversary.</p>
<p>Offline events translated well into online influence as each brand generated a dominant market share and digitally engaged the social media crowd. Chevy and Dodge also took Top 10 social honors, along with mainstream media accounts for the <a title="Detroit News Twitter" href="http://twitter.com/DetnewsCruise" target="_blank">Detroit News</a> and <a title="Detroit Free Press Twitter" href="http://twitter.com/Freep" target="_blank">Free Press</a>. Ryan Brisco, the Australian IndyCar driver and part of Birmingham owner&#8217;s Team Penske rounded off the Top 10 list. <a title="IndyCar Driver Ryan Briscoe Twitter" href="http://twitter.com/Ryan_Briscoe" target="_blank">Brisco</a> was in town for the Pure Michigan 400 Cup at the Michigan International Speedway this weekend. Though a big fan of the auto industry, and auto racing he may have contributed to the 7% negative sentiment when he was quoted saying: &#8220;I&#8217;m not much for this traffic, but I could see myself in one of those lawn chairs by the side of the road with a couple of beers watching this parade go by.&#8221; We can&#8217;t blame the Aussie, especially since he&#8217;s used to traveling at several hundred miles per hour.</p>
<p><a title="Batman at the Woodward Dream Cruise Celebrity" href="http://imgur.com/knheR" target="_blank">Batman Makes An Appearance<br />
<img title="Hosted by imgur.com" src="http://i.imgur.com/knheR.jpg" alt="Batman at the Woodward Dream Cruise Celebrity" /></a></p>
<p><a title="Labattmobile Woodward Dream Cruise customs" href="http://imgur.com/k9R44" target="_blank">The Labattmobile<br />
<img title="Hosted by imgur.com" src="http://i.imgur.com/k9R44.jpg" alt="Labattmobile Woodward Dream Cruise unique cars" /></a></p>
<p>Many custom vehicles also rode alongside the classic, and Batman even made an appearance. Incidentally, the most unique ride of the 2012 Woodward Dream Cruise belonged to the Labattmobile which demonstrated that driving what you drink is perfectly legal. Be proud Canadians! Til next year.</p>
<p>Photos by <a title="Woodward Dream Cruise Photo Gallery" href="http://apps.detroitnews.com/apps/multimedia/gallery.php?id=14727" target="_blank">David Coates | The Detroit News</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ampyourstrat.com/2012/08/detroits-big-3-ride-in-front-during-the-woodward-dream-cruise/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mars Curiosity Rover Reaches Celebrity Status Out of This World</title>
		<link>http://www.ampyourstrat.com/2012/08/mars-curiosity-rover-reaches-celebrity-status-out-of-this-world/</link>
		<comments>http://www.ampyourstrat.com/2012/08/mars-curiosity-rover-reaches-celebrity-status-out-of-this-world/#comments</comments>
		<pubDate>Thu, 16 Aug 2012 08:00:14 +0000</pubDate>
		<dc:creator>Roni</dc:creator>
				<category><![CDATA[pop culture]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Klout]]></category>
		<category><![CDATA[Mars]]></category>
		<category><![CDATA[NASA]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.ampyourstrat.com/?p=346</guid>
		<description><![CDATA[NASA's Mars Curiosity Rover which landed successfully on August 5th is the first Twitter account as designated by Klout's updated algorithm to reach celebrity status.]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-343" title="Mars_curiosity_rover_celebrity" src="http://www.ampyourstrat.com/wp-content/uploads/Mars_curiosity_rover_celebrity.png" alt="Mars Curiosity Rover Celebrity status" width="550" height="309" /><br />
NASA&#8217;s Mars Curiosity Rover which landed successfully on August 5th is the first Twitter account as designated by <a title="Mars Curiosity reaches celebrity status" href="http://klout.com/#/marscuriosity/kloutstyle" target="_blank">Klout&#8217;s updated algorithm to reach celebrity status</a>. With over 170,000 mentions and 290,000 retweets YTD, Curiosity surpassed the 1 million fan threshold to secure its spot in Twitter social milestones.</p>
<p>Curiosity isn&#8217;t the first non-earth object to enter the Twittersphere, its predecessors <a title="NASA rover Spirity and Opportunity" href="https://twitter.com/MarsRovers" target="_blank">Spirit and Opportunity</a>, as well as <a title="NASA rover Phoenix" href="https://en.twitter.com/MarsPhoenix" target="_blank">Phoenix</a> communicated updates via the popular social medium. Their status, however, doesn&#8217;t compare to Curiosity&#8217;s unprecedented interest. The voice behind the account is the Jet Propulsion Laboratory (JPL) social media manager, Veronica McGregor and her team Courtney O&#8217;Connor and Stephanie Smith. Together, along with engineers and scientists they share the latest findings from the Red Planet.</p>
<p>Countless Internet memes such as this <a title="Bobak Ferdowsi Tumblr" href="http://fuckyeahbobakferdowsi.tumblr.com/" target="_blank">Tumblr account highlighting JPL&#8217;s Bobak Ferdowsi</a> acted as a catalyst to an already popular campaign. The top post to date received over 72,000 Retweets and nearly 15,000 favorites:</p>
<p><a title="Mars Curiosity Twitter most Retweeted" href="https://twitter.com/MarsCuriosity/status/232348380431544320" target="_blank"><img class="alignnone size-full wp-image-344" title="Mars_curiosity_mostretweets_Twitter" src="http://www.ampyourstrat.com/wp-content/uploads/Mars_curiosity_mostretweets_Twitter.png" alt="Mars Curiosity Most Retweets Record" width="510" height="299" /></a></p>
<p>The 2nd most popular Tweet with over 30K Retweets demonstrated the JPL social media team&#8217;s healthy sense of humor:</p>
<p><a title="Mars Curiosity Landing on Twitter" href="https://twitter.com/MarsCuriosity/status/232352290919567361http://" target="_blank"><img class="alignnone size-full wp-image-342" title="Mars_curiosity_mostretweets_Landing_Twitter" src="http://www.ampyourstrat.com/wp-content/uploads/Mars_curiosity_mostretweets_Landing_Twitter.png" alt="Mars Curiosity Landing Retweets Twitter" width="510" height="674" /></a></p>
<p>Even the Whitehouse contributed to amplify Curiosity&#8217;s social signal when President Obama called to congratulate the team.<br />
<a title="Mars Curiosity Whitehouse Tweet" href="https://twitter.com/MarsCuriosity/status/235044898632507392" target="_blank"><img class="alignnone size-full wp-image-345" title="Mars_curiosity_whitehouse_twitter" src="http://www.ampyourstrat.com/wp-content/uploads/Mars_curiosity_whitehouse_twitter.png" alt="Mars Curiosity Whitehouse Twitter" width="520" height="218" /></a></p>
<p>This kind of Tweetention may make Lady Gaga envious, especially if the rover finds little monsters, otherwise known as microbes. Nevertheless, it&#8217;s captivating to see the buzz surrounding science and research opening up the curiosity for us Earthlings. Here&#8217;s to a million more fans, and many more exciting Tweets from JPL&#8217;s mission control!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ampyourstrat.com/2012/08/mars-curiosity-rover-reaches-celebrity-status-out-of-this-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why Communication Directors Must Embrace New Technology</title>
		<link>http://www.ampyourstrat.com/2012/08/why-communication-directors-must-embrace-new-technology/</link>
		<comments>http://www.ampyourstrat.com/2012/08/why-communication-directors-must-embrace-new-technology/#comments</comments>
		<pubDate>Tue, 14 Aug 2012 22:00:22 +0000</pubDate>
		<dc:creator>Roni</dc:creator>
				<category><![CDATA[social media]]></category>
		<category><![CDATA[London Olympics]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.ampyourstrat.com/?p=328</guid>
		<description><![CDATA[During the first week of the 2012 Olympics when TV commentators blamed Twitter for disrupting their data feed, IOC communications director Mark Adams asked spectators to "consider only sending urgent Tweets." ]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-331" title="twitter_olympics" alt="London 2012 Twitter statistics" src="http://www.ampyourstrat.com/wp-content/uploads/twitter_olympics.png" width="550" height="316" /><br />
During the first week of the 2012 Olympics when TV commentators blamed Twitter for disrupting their data feed, IOC communications director Mark Adams asked spectators to &#8220;<a title="Olympic Officials To Spectators: Don’t Tweet" href="http://www.mediabistro.com/alltwitter/no-tweeting-during-olympics_b26083" target="_blank">consider only sending urgent Tweets</a>.&#8221; Specifically, this occurred during a cycling race, where bikes were fitted with a GPS chip which transmits data about competitors&#8217; placement and progress to organizers and commentators. Data overload made it difficult for some commentators to pinpoint who was in the lead and by how much. On a global scale, this is a classic example of traditional media not willing to embrace new technology, or not fully understanding its potential.</p>
<p>Twitter is one of the most popular means of global communication today, with some even dubbing the London 2012 games as the &#8220;Social Olympics.&#8221; For a communications director to ask to suppress the most popular form of user-broadcasted information is simply absurd. This would be analogous to the department of transportation asking to avoid a major freeway due to potholes, or any other obstruction to quality, instead of addressing the root of the issue. The 500 million+ Twitter users, must have reacted the same way Alexander Graham Bell felt when the &#8216;Mute&#8217; button was invented for the telephone.</p>
<p>Now that the games have concluded, we can see the popularity of the medium from which spectators were asked to restrain just two weeks prior. More than 150 million Tweets about the Olympics were transmitted over the 16 day period. In fact, the <a title="2012 Olympics Opening Ceremony surpass entire 2008 Beijing Olympics" href="http://thenextweb.com/twitter/2012/07/28/london-olympics-opening-ceremony-sees-9-66m-tweets-beats-beijing-2008-total-in-just-24-hours/http://" target="_blank">2012 London Olympics Opening Ceremony generated more than 9.6M tweets</a>, surpassing the entire 2008 Olympics games in Beijing. One way to assess excitement is to measure Tweets per minute, and several moments generated a remarkable volume of Tweets. Usain Bolt winning the gold in the 200m sprint generated 80K+ TPM. Andy Murray securing the gold over Roger Federer accounted for over 57K TPM. When Jamaica won gold and set the world record in the men&#8217;s 4&#215;100 relay 52K TPM were broadcasted, and when Team USA defeated Spain in basketball over 41K Tweets per minute populated the digital medium.</p>
<p><img class="alignnone size-full wp-image-330" title="twitter_london_olympics_mentions" alt="Twitter mentions London Olympics" src="http://www.ampyourstrat.com/wp-content/uploads/twitter_london_olympics_mentions.png" width="550" height="298" /></p>
<p>Certain athletes and individual Twitter accounts produced noteworthy mentions throughout the games. <a title="British diver Tom Daley" href="https://twitter.com/TomDaley1994http://" target="_blank">Tom Daley</a>, the British Diver and hometown favorite who secured the bronze medal in the 10 meter platform competition was mentioned over 1.4 million times during the Olympics. Although <a title="Swimmer Ryan Lochte" href="https://twitter.com/ryanlochte" target="_blank">Ryan Lochte</a> couldn&#8217;t beat Phelps in total medal count, he surpassed him by over 70,000 mentions during the games. The above chart is the cumulative mentions per Twitter account for the 2012 Olympics.</p>
<p><img class="alignnone size-full wp-image-338" title="barack_obama_michael_phelps_tweet" alt="Barack Obama Michael Phelps Twitter" src="http://www.ampyourstrat.com/wp-content/uploads/barack_obama_michael_phelps_tweet.png" width="505" height="137" /></p>
<p>The London games even proved popular enough to generate a Presidential Tweet when <a title="President Barack Obama Twitter" href="https://twitter.com/barackobama" target="_blank">@BarackObama</a> congratulated <a title="Michael Phelps Twitter" href="https://twitter.com/MichaelPhelps" target="_blank">Michael Phelps</a> on his world record medal count. Yet despite the fierce competition amongst the world&#8217;s greatest athletes, the TPM gold medal went to none other than Great Britain&#8217;s Spice Girls. Their closing ceremony on August 12, 2012 inspired more than 116,000 Tweets per minute.</p>
<p>Will Twitter be able to evolve, and sustain its popularity through Rio? Stay tuned&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ampyourstrat.com/2012/08/why-communication-directors-must-embrace-new-technology/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mobile is Leading the Email Revolution</title>
		<link>http://www.ampyourstrat.com/2012/05/mobile-is-leading-the-email-revolution/</link>
		<comments>http://www.ampyourstrat.com/2012/05/mobile-is-leading-the-email-revolution/#comments</comments>
		<pubDate>Tue, 01 May 2012 22:58:23 +0000</pubDate>
		<dc:creator>Roni</dc:creator>
				<category><![CDATA[infographic]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[strategy]]></category>

		<guid isPermaLink="false">http://www.ampyourstrat.com/?p=316</guid>
		<description><![CDATA[Today's smartphone has achieved much more than the ability to talk; it allows us to communicate via photos, social networks, apps and much more. Return Path analyzed nearly 1 billion data points to study how mobile growth is affecting email consumption.]]></description>
				<content:encoded><![CDATA[<p>Today&#8217;s smartphone has achieved much more than the ability to talk; it allows us to communicate via photos, social networks, apps and much more. Return Path analyzed nearly 1 billion data points to study how mobile growth is affecting email consumption. Below are key takeaway points for both interface designers and mobile market strategists.</p>
<ul>
<li>50% of all mobile phones in US are smartphones</li>
<li>88% of people check their email via mobile daily</li>
<li>Projected by end of 2012 more people will read emails on mobile than on desktop</li>
<li>63% of Americans would close or delete email not optimized for mobile</li>
</ul>
<p><img src="http://www.ampyourstrat.com/wp-content/uploads/2012_mobile_smartphone_stats.jpg" alt="Mobile and the Email Revolution" width="500" border="0" /><br />
Source: <a href="http://returnpath.net/landing/mobilestudyQ212/">Return Path</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ampyourstrat.com/2012/05/mobile-is-leading-the-email-revolution/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>6 Data and Statistical Visualization Blogs Worth Following</title>
		<link>http://www.ampyourstrat.com/2012/04/6-data-and-statistical-visualization-blogs-worth-following/</link>
		<comments>http://www.ampyourstrat.com/2012/04/6-data-and-statistical-visualization-blogs-worth-following/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 11:00:30 +0000</pubDate>
		<dc:creator>Roni</dc:creator>
				<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://www.ampyourstrat.com/?p=305</guid>
		<description><![CDATA[Data is ever flowing and often times requires a creative solution to arrange and present the data in a visually appealing manner. The below is a list of blogs which are regularly updated by renowned statisticians, and some cases artists in their respective fields.]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-307" title="data_visualization" src="http://www.ampyourstrat.com/wp-content/uploads/data_visualization.png" alt="Data Statistical visualization" width="550" height="101" /></p>
<p>Data is ever flowing and often times requires a creative solution to arrange and present the data in a visually appealing manner. The below is a list of blogs which are regularly updated by renowned statisticians, and some cases artists in their respective fields.</p>
<h2><a title="Eager Eyes" href="http://eagereyes.org/" target="_blank">Eager Eyes</a></h2>
<p>EagerEyes is Robert Kosara’s place to reflect on the world of information visualization and visual communication of data. The goal is to help digest things that are happening in the field and discuss developments that may be tangential or early, but that are likely to have an impact.</p>
<h2><a title="Junk Charts" href="http://junkcharts.typepad.com/junk_charts/" target="_blank">Junk Charts</a></h2>
<p>Kaiser Fung finds the not-so-good and explains how to improve them. He is a  professional statistician with over a decade of experience applying statistical methods to marketing and advertising businesses. He holds an MBA from Harvard Business School, in addition to degrees from Princeton and Cambridge Universities. Fung is a statistician for Sirius XM Radio.</p>
<h2><a title="Visualising Data" href="http://www.visualisingdata.com/" target="_blank">Visualising Data</a></h2>
<p>Run by Andy Kirk, launched in February 2010. This site offers readers contemporary insights into the skills, techniques, resources, applications and best practices around this exciting subject.</p>
<h2><a title="Data Pointed" href="http://www.datapointed.net/" target="_blank">Data Pointed</a></h2>
<p>The home of artist and scientist Stephen Von Worley&#8217;s data visualization research; a journal of interesting information imagery and news from around the world; and a place where you can spend a few minutes, have a laugh or two, and discover something new.</p>
<h2><a title="Jim Vallandingham" href="http://vallandingham.me/" target="_blank">Jim Vallandingham</a></h2>
<p>A software developer with experience in database-driven website creation, and data analysis and visualization. Visuals in Geo, as well as Bioinformatics, occasionally publishing code to complement the graphs.</p>
<h2><a title="Statistical Graphics" href="http://www.theusrus.de/blog/" target="_blank">Statistical Graphics and more</a></h2>
<p>Statistical Graphics, Data Visualization, Visual Analytics, Data Analysis, Data Mining, User Interfaces, a mashup of it all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ampyourstrat.com/2012/04/6-data-and-statistical-visualization-blogs-worth-following/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>2012 MLB Social Media Scorecard</title>
		<link>http://www.ampyourstrat.com/2012/04/2012-mlb-social-media-scorecard/</link>
		<comments>http://www.ampyourstrat.com/2012/04/2012-mlb-social-media-scorecard/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 08:00:08 +0000</pubDate>
		<dc:creator>Roni</dc:creator>
				<category><![CDATA[pop culture]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[baseball]]></category>
		<category><![CDATA[engagement]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[social media analysis]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.ampyourstrat.com/?p=286</guid>
		<description><![CDATA[The 2012 baseball season is quickly approaching, and Opening Day is right around the corner. Fans everywhere are abuzz across the social web.]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-285" title="MLB_2012_social_scorecard" src="http://www.ampyourstrat.com/wp-content/uploads/MLB_2012_social_scorecard.png" alt="2012 social media baseball scorecard" width="519" height="279" /><br />
The 2012 baseball season is quickly approaching, and Opening Day is right around the corner. Fans everywhere are abuzz across the social web. With preseason trades and roster selections there is plenty of chatter, yet some organizations are better engaged than others.</p>
<p>Off the bat, a sample of Facebook fans and Twitter followers established an intuitive fact that the <a title="New York Yankees" href="https://www.facebook.com/Yankees" target="_blank">NY Yankees</a> and <a title="Boston Red Sox" href="https://www.facebook.com/RedSox" target="_blank">Boston Red Sox</a> are the two most popular teams in baseball. Combined, they have won over 1/3 of World Series titles so it’s no surprise their reign influences the social media world. With a whopping 5.8MM Facebook fans for the Yankees, and 3.7MM Red Sox fans, they eclipse their nearest competitor, the <a title="Philadelphia Phillies" href="https://www.facebook.com/Phillies" target="_blank">Phillies</a> by over 1.8MM.</p>
<p><img class="alignnone size-full wp-image-283" title="MLB_social_fans_allteams_2012" src="http://www.ampyourstrat.com/wp-content/uploads/MLB_social_fans_allteams_2012.png" alt="MLB social media index baseball 2012" width="500" height="400" /></p>
<p>For the same reason, the AL East is on the verge of 10 Million combined Facebook fans, significantly higher than any other Division as seen below.</p>
<p><img class="alignnone size-full wp-image-284" title="MLB_fans_by_division_04_2012" src="http://www.ampyourstrat.com/wp-content/uploads/MLB_fans_by_division_04_2012.png" alt="MLB social media division fans" width="550" height="333" /></p>
<table width="289" border="0" cellspacing="0" cellpadding="0">
<colgroup>
<col width="131" />
<col width="94" />
<col width="64" /> </colgroup>
<tbody>
<tr>
<td width="131" height="20"></td>
<td width="94"><strong>National</strong></td>
<td width="64"><strong>American</strong></td>
</tr>
<tr>
<td height="20"><strong>Central</strong></td>
<td align="right">4578167</td>
<td align="right">3313854</td>
</tr>
<tr>
<td height="20"><strong>East</strong></td>
<td align="right">3169348</td>
<td align="right">9935921</td>
</tr>
<tr>
<td height="20"><strong>West</strong></td>
<td align="right">3344075</td>
<td align="right">2421682</td>
</tr>
</tbody>
</table>
<p>** As of April 2012</p>
<p>World Series rings and trophies, however, do not correlate to social media engagement. For the 30 days leading up to the first pitch on April 4, using Facebook Graph API, I sampled the Fan Count per team as well as the ‘Talking About’ metric to measure each of the 30 teams’ social engagement rate. This presented insight into how some teams garner major league social media influence with their fan base. The social engagement index was calculated by measuring the 30-day trending average of fans per discussions, and thus the social media scorecard was compiled.</p>
<p><img class="alignnone size-full wp-image-282" title="top_socially_engaged_MLB_04_2012" src="http://www.ampyourstrat.com/wp-content/uploads/top_socially_engaged_MLB_04_2012.png" alt="baseball social engagment teams facebook" width="542" height="290" /></p>
<p>The National League accounts for 7 of the top 10 most socially engaged teams.  The <a title="San Francisco Giants" href="https://www.facebook.com/Giants" target="_blank">Giants</a>, <a title="Los Angeles Angels" href="https://www.facebook.com/Angels" target="_blank">Angels</a>, and <a title="Los Angeles Dodgers" href="https://www.facebook.com/Dodgers" target="_blank">Dodgers</a>, respectively are the top 3 most engaged teams in the 2012 pre-season, all three are also California based teams where social activity is higher than the national average. Three popular teams did not make the cut for social engagement, most surprising, the Red Sox fell to the bottom of the index. Unable to leverage their popularity, they average approximately 25% of the engagement rate of the #1 San Francisco Giants. This could be a result of fair weather fans, or their social fan base less engaged due to postseason woes in recent years.</p>
<p>The <a title="Detroit Tigers" href="https://www.facebook.com/Tigers" target="_blank">Detroit Tigers</a>, the 10th most popular team by volume, had a positive shift to the 5th most socially engaged, and are most likely to be the next baseball team to reach the 1 Million fan mark this season. And while on the topic of standout stats, not charted, the <a title="Philadelphia Phillies Twitter" href="https://twitter.com/#!/phillies" target="_blank">Phillies</a> have the highest Twitter following, surpassing the <a title="New York Yankees Twitter" href="https://twitter.com/#!/yankees" target="_blank">Yankees </a>by over 100K.</p>
<p>The first official game of the 2012 season is technically Opening <em>Night</em> on April 4th, as the <a title="St. Louis Cardinals" href="https://www.facebook.com/Cardinals" target="_blank">Cardinals</a> take on the <a title="Miami Marlins" href="https://www.facebook.com/Marlins" target="_blank">Miami Marlins</a> with the opening of Florida’s new ballpark. This will be followed by six openers the next day April 5th. Marlins fans have a welcoming statistic on their side, as 5 of the last 6 ballpark christenings have been won by the home team.</p>
<p>Many exciting plays are sure to happen this year, so keep following your favorite team and I’ll keep an API on the scorecard!</p>
<p>The raw social scorecard data sorted by fans:</p>
<table width="571" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="text-align: left;" width="150" height="21"><strong>Team</strong></td>
<td style="text-align: right;" width="56"><strong>Fans</strong></td>
<td style="text-align: right;" width="68"><strong>Trending</strong></td>
<td style="text-align: right;" width="57"><strong>Twitter</strong></td>
<td style="text-align: right;" width="147"><strong>90 Day Mentions (K)</strong></td>
<td style="text-align: right;" width="93"><strong>Engagement</strong></td>
</tr>
<tr>
<td height="20">New York Yankees</td>
<td style="text-align: right;" align="right">5313100</td>
<td style="text-align: right;" align="right">114702</td>
<td style="text-align: right;" align="right">547815</td>
<td style="text-align: right;" align="right">26</td>
<td style="text-align: right;" align="right">2.16</td>
</tr>
<tr>
<td height="20">Boston Red Sox</td>
<td style="text-align: right;" align="right">3477832</td>
<td style="text-align: right;" align="right">41692</td>
<td style="text-align: right;" align="right">218011</td>
<td style="text-align: right;" align="right">23</td>
<td style="text-align: right;" align="right">1.20</td>
</tr>
<tr>
<td height="20">Chicago Cubs</td>
<td style="text-align: right;" align="right">1569319</td>
<td style="text-align: right;" align="right">38258</td>
<td style="text-align: right;" align="right">100426</td>
<td style="text-align: right;" align="right">10</td>
<td style="text-align: right;" align="right">2.44</td>
</tr>
<tr>
<td height="20">San Francisco Giants</td>
<td style="text-align: right;" align="right">1357546</td>
<td style="text-align: right;" align="right">61480</td>
<td style="text-align: right;" align="right">233495</td>
<td style="text-align: right;" align="right">24</td>
<td style="text-align: right;" align="right">4.53</td>
</tr>
<tr>
<td height="20">St. Louis Cardinals</td>
<td style="text-align: right;" align="right">1216874</td>
<td style="text-align: right;" align="right">33271</td>
<td style="text-align: right;" align="right">117336</td>
<td style="text-align: right;" align="right">8.1</td>
<td style="text-align: right;" align="right">2.73</td>
</tr>
<tr>
<td height="20">Texas Rangers</td>
<td style="text-align: right;" align="right">1206854</td>
<td style="text-align: right;" align="right">38505</td>
<td style="text-align: right;" align="right">123287</td>
<td style="text-align: right;" align="right">11</td>
<td style="text-align: right;" align="right">3.19</td>
</tr>
<tr>
<td height="20">Philadelphia Phillies</td>
<td style="text-align: right;" align="right">1168950</td>
<td style="text-align: right;" align="right">23129</td>
<td style="text-align: right;" align="right">677993</td>
<td style="text-align: right;" align="right">9.2</td>
<td style="text-align: right;" align="right">1.98</td>
</tr>
<tr>
<td height="20">Atlanta Braves</td>
<td style="text-align: right;" align="right">1081715</td>
<td style="text-align: right;" align="right">27453</td>
<td style="text-align: right;" align="right">138462</td>
<td style="text-align: right;" align="right">17</td>
<td style="text-align: right;" align="right">2.54</td>
</tr>
<tr>
<td height="20">Detroit Tigers</td>
<td style="text-align: right;" align="right">948753</td>
<td style="text-align: right;" align="right">29882</td>
<td style="text-align: right;" align="right">55519</td>
<td style="text-align: right;" align="right">6.7</td>
<td style="text-align: right;" align="right">3.15</td>
</tr>
<tr>
<td height="20">Los Angeles Dodgers</td>
<td style="text-align: right;" align="right">945410</td>
<td style="text-align: right;" align="right">37214</td>
<td style="text-align: right;" align="right">96486</td>
<td style="text-align: right;" align="right">13</td>
<td style="text-align: right;" align="right">3.94</td>
</tr>
<tr>
<td height="20">Chicago White Sox</td>
<td style="text-align: right;" align="right">847304</td>
<td style="text-align: right;" align="right">12664</td>
<td style="text-align: right;" align="right">49896</td>
<td style="text-align: right;" align="right">4.4</td>
<td style="text-align: right;" align="right">1.49</td>
</tr>
<tr>
<td height="20">Minnesota Twins</td>
<td style="text-align: right;" align="right">738314</td>
<td style="text-align: right;" align="right">11131</td>
<td style="text-align: right;" align="right">67131</td>
<td style="text-align: right;" align="right">11</td>
<td style="text-align: right;" align="right">1.51</td>
</tr>
<tr>
<td height="20">Milwaukee Brewers</td>
<td style="text-align: right;" align="right">561046</td>
<td style="text-align: right;" align="right">8930</td>
<td style="text-align: right;" align="right">63028</td>
<td style="text-align: right;" align="right">4.6</td>
<td style="text-align: right;" align="right">1.59</td>
</tr>
<tr>
<td height="20">New York Mets</td>
<td style="text-align: right;" align="right">543650</td>
<td style="text-align: right;" align="right">7616</td>
<td style="text-align: right;" align="right">74587</td>
<td style="text-align: right;" align="right">26</td>
<td style="text-align: right;" align="right">1.40</td>
</tr>
<tr>
<td height="20">Cincinnati Reds</td>
<td style="text-align: right;" align="right">517665</td>
<td style="text-align: right;" align="right">10647</td>
<td style="text-align: right;" align="right">73627</td>
<td style="text-align: right;" align="right">7.4</td>
<td style="text-align: right;" align="right">2.06</td>
</tr>
<tr>
<td height="20">Cleveland Indians</td>
<td style="text-align: right;" align="right">500910</td>
<td style="text-align: right;" align="right">9984</td>
<td style="text-align: right;" align="right">45528</td>
<td style="text-align: right;" align="right">8.4</td>
<td style="text-align: right;" align="right">1.99</td>
</tr>
<tr>
<td height="20">Seattle Mariners</td>
<td style="text-align: right;" align="right">472243</td>
<td style="text-align: right;" align="right">6678</td>
<td style="text-align: right;" align="right">42804</td>
<td style="text-align: right;" align="right">7.3</td>
<td style="text-align: right;" align="right">1.41</td>
</tr>
<tr>
<td height="20">Colorado Rockies</td>
<td style="text-align: right;" align="right">443089</td>
<td style="text-align: right;" align="right">7117</td>
<td style="text-align: right;" align="right">33331</td>
<td style="text-align: right;" align="right">4.6</td>
<td style="text-align: right;" align="right">1.61</td>
</tr>
<tr>
<td height="20">Los Angeles Angels</td>
<td style="text-align: right;" align="right">439116</td>
<td style="text-align: right;" align="right">17523</td>
<td style="text-align: right;" align="right">43256</td>
<td style="text-align: right;" align="right">5.6</td>
<td style="text-align: right;" align="right">3.99</td>
</tr>
<tr>
<td height="20">Tampa Bay Rays</td>
<td style="text-align: right;" align="right">403115</td>
<td style="text-align: right;" align="right">8368</td>
<td style="text-align: right;" align="right">48988</td>
<td style="text-align: right;" align="right">2.9</td>
<td style="text-align: right;" align="right">2.08</td>
</tr>
<tr>
<td height="20">Houston Astros</td>
<td style="text-align: right;" align="right">402184</td>
<td style="text-align: right;" align="right">7621</td>
<td style="text-align: right;" align="right">26697</td>
<td style="text-align: right;" align="right">3.8</td>
<td style="text-align: right;" align="right">1.89</td>
</tr>
<tr>
<td height="20">Toronto Blue Jays</td>
<td style="text-align: right;" align="right">399068</td>
<td style="text-align: right;" align="right">8719</td>
<td style="text-align: right;" align="right">94282</td>
<td style="text-align: right;" align="right">22</td>
<td style="text-align: right;" align="right">2.18</td>
</tr>
<tr>
<td height="20">San Diego Padres</td>
<td style="text-align: right;" align="right">363771</td>
<td style="text-align: right;" align="right">4527</td>
<td style="text-align: right;" align="right">31856</td>
<td style="text-align: right;" align="right">3</td>
<td style="text-align: right;" align="right">1.24</td>
</tr>
<tr>
<td height="20">Baltimore Orioles</td>
<td style="text-align: right;" align="right">342806</td>
<td style="text-align: right;" align="right">5603</td>
<td style="text-align: right;" align="right">36215</td>
<td style="text-align: right;" align="right">3.8</td>
<td style="text-align: right;" align="right">1.63</td>
</tr>
<tr>
<td height="20">Pittsburgh Pirates</td>
<td style="text-align: right;" align="right">311079</td>
<td style="text-align: right;" align="right">7889</td>
<td style="text-align: right;" align="right">35274</td>
<td style="text-align: right;" align="right">8</td>
<td style="text-align: right;" align="right">2.54</td>
</tr>
<tr>
<td height="20">Oakland Athletics</td>
<td style="text-align: right;" align="right">303469</td>
<td style="text-align: right;" align="right">4023</td>
<td style="text-align: right;" align="right">37583</td>
<td style="text-align: right;" align="right">9.9</td>
<td style="text-align: right;" align="right">1.33</td>
</tr>
<tr>
<td height="20">Kansas City Royals</td>
<td style="text-align: right;" align="right">278573</td>
<td style="text-align: right;" align="right">4300</td>
<td style="text-align: right;" align="right">44416</td>
<td style="text-align: right;" align="right">6</td>
<td style="text-align: right;" align="right">1.54</td>
</tr>
<tr>
<td height="20">Miami Marlins</td>
<td style="text-align: right;" align="right">238565</td>
<td style="text-align: right;" align="right">5264</td>
<td style="text-align: right;" align="right">30788</td>
<td style="text-align: right;" align="right">8.4</td>
<td style="text-align: right;" align="right">2.21</td>
</tr>
<tr>
<td height="20">Arizona Diamondbacks</td>
<td style="text-align: right;" align="right">234259</td>
<td style="text-align: right;" align="right">6195</td>
<td style="text-align: right;" align="right">32069</td>
<td style="text-align: right;" align="right">7.8</td>
<td style="text-align: right;" align="right">2.64</td>
</tr>
<tr>
<td height="20">Washington Nationals</td>
<td style="text-align: right;" align="right">136468</td>
<td style="text-align: right;" align="right">2249</td>
<td style="text-align: right;" align="right">29016</td>
<td style="text-align: right;" align="right">4</td>
<td style="text-align: right;" align="right">1.65</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.ampyourstrat.com/2012/04/2012-mlb-social-media-scorecard/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Instant America: Our Rising Demand For Speed</title>
		<link>http://www.ampyourstrat.com/2012/03/instant-america-our-rising-demand-for-speed/</link>
		<comments>http://www.ampyourstrat.com/2012/03/instant-america-our-rising-demand-for-speed/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 12:00:43 +0000</pubDate>
		<dc:creator>Roni</dc:creator>
				<category><![CDATA[social media]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[visualization]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.ampyourstrat.com/?p=269</guid>
		<description><![CDATA[In the world of high speed browsing, no one waits for answers. But a desire for speedy information has made Americans impatient for just about everything. ]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.onlinegraduateprograms.com/instant-america/"><img src="http://www.ampyourstrat.com/wp-content/uploads/instant-america.jpg" alt="Instant America" width="500" border="0" /></a><br />
Source: <a href="http://www.onlinegraduateprograms.com/">Online Graduate Programs</a></p>
<p>The digital takeaway:</p>
<ul>
<li>Over 3 Billion Google Searches/Day</li>
<li>1 in 4 people abandon a web page that takes more than 4 seconds to load</li>
<li>50% of mobile users abandon a page if it doesn&#8217;t load in 10 seconds</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ampyourstrat.com/2012/03/instant-america-our-rising-demand-for-speed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
