<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>SponsorMap - Measuring Sponsorship ROI</title>
	<atom:link href="http://www.sponsormap.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sponsormap.com</link>
	<description>Measuring Passion and Sponsorship Effectiveness, Sponsorship Research and Evaluation, Sponsorship Measurement</description>
	<lastBuildDate>Sun, 14 Feb 2010 01:03:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>&#8216;How to more Effectively Measure Sponsorship ROI &#8211; Webinar for Sports Marketing and Sponsorship Agencies</title>
		<link>http://www.sponsormap.com/sponsorship-roi-webinar-for-sports-marketing-and-sponsorship-agencies/</link>
		<comments>http://www.sponsormap.com/sponsorship-roi-webinar-for-sports-marketing-and-sponsorship-agencies/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 01:45:37 +0000</pubDate>
		<dc:creator>Nicholas</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[roi measurement]]></category>
		<category><![CDATA[sponsorship agencies]]></category>
		<category><![CDATA[sponsorships]]></category>
		<category><![CDATA[sports marketing]]></category>
		<category><![CDATA[success stories]]></category>

		<guid isPermaLink="false">http://www.sponsormap.com/?p=833</guid>
		<description><![CDATA[Key areas covered include:
- Structuring ROI into the overall sponsorship framework
- Setting Realistic and Measurable ROI Objectives
- Measuring Sponsorship ROI and working with sponsors
- Sample Outputs and success stories
There will be a limited number of places available .
The length of time for the webinar is expected to be 30 minutes with another 15 minutes set [...]]]></description>
			<content:encoded><![CDATA[<p align='center'><b>Event Registration for 'How to' Sponsorship ROI Webinar for Sports Marketing and Sponsorship Agencies </b></p><table width='100%'><td><td span='2'>This ‘How to’ webinar is for sports marketing and sponsorship agencies that are looking at providing ROI to sponsors and demonstrate the value of sponsorship investments. Simply complete the registration form for this FREE webinar on March 9th. More details are below.
</td></table><table width='500'><td><SCRIPT>



function echeck(str) {
		var at="@"
		var dot="."
		var em = ""
		var lat=str.indexOf(at)
		var lstr=str.length
		var ldot=str.indexOf(dot)
		if (str.indexOf(at)==-1){
		    return false;
		    }

		if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		    return false;
		    
		}

		if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		     return false;
		}

		 if (str.indexOf(at,(lat+1))!=-1){
		      return false;
		 }

		 if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		     return false;
		 }

		 if (str.indexOf(dot,(lat+2))==-1){
		    return false;
		 }
		
		 if (str.indexOf(" ")!=-1){
		    return false;
		 }

 		 return true;					
}


function validateForm(form) { 
	
var msg = "";

if (form.fname.value == "") {  msg += "\n " +"Please enter your first name."; 
   		form.fname.focus( ); 
   	 }
if (form.lname.value == "") {  msg += "\n " +"Please enter your last name."; 
   		form.lname.focus( ); 
   		}
	
if (echeck(form.email.value)==false){
		msg += "\n " + "Email format not correct!";
		}
		
if (form.phone.value == "") {  msg += "\n " +"Please enter your phone number."; 
   		form.phone.focus( ); 
   		}
if (form.address.value == "") {  msg += "\n " +"Please enter your address."; 
   		form.address.focus( ); 
   		}
if (form.city.value == "") {  msg += "\n " +"Please enter your city."; 
   		form.city.focus( ); 
   		}  
 
if (form.state.value == "") { msg += "\n " + "Please enter your state."; 
   		form.state.focus( ); 
   	 }
if (form.zip.value == "") {  msg += "\n " +"Please enter your zip code."; 
   		form.zip.focus( ); 
   		 }
    
//Validate Extra Questions
function trim(s) {if (s) {return s.replace(/^\s*|\s*$/g,"");} return null;}
				
	var inputs = form.getElementsByTagName("input");
	var e;

//Start Extra Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
	
		if (e.type == "text" && e.title && !value && e.className == "r")
		{msg += "\n " + e.title;}
		
	
	if ((e.type == "radio" || e.type == "checkbox") && e.className == "r") {
				var rd =""
				var controls = form.elements;
				function getSelectedControl(group) 
					{
					for (var i = 0, n = group.length; i < n; ++i)
						if (group[i].checked) return group[i];
						return null;
					}
				if (!getSelectedControl(controls[e.name]))
								{msg += "\n " + e.title;}
			} 
			

	}

	var inputs = form.getElementsByTagName("textarea");
	var e;
	
	//Start Extra TextArea Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if (!value && e.className == "r")
		{msg += "\n " + e.title;}
	}
	var inputs = form.getElementsByTagName("select");
	var e;
	
	//Start Extra TextArea Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if ((!value || value =='') && e.className == "r")
		{msg += "\n " + e.title;}
	}

if (msg.length > 0) {
			msg = "The following fields need to be completed before you can submit.\n\n" + msg;
			alert(msg);
			return false;
		}
	
	return true;   

}



</SCRIPT>

</td>
<tr>
	<td>
	<form method="post"
		action="/feed/"
		onSubmit="return validateForm(this)">
	<p align="left"><b>First Name: <br />
	<input tabIndex="1" maxLength="40" size="47" name="fname"></b></p>
	<p align="left"><b>Last Name:<br />
	<input tabIndex="2" maxLength="40" size="47" name="lname"></b></p>
	<p align="left"><b>E-Mail:<br />
	<input tabIndex="3" maxLength="40" size="47" name="email"></b></p>
	<p align="left"><b>Phone:<br />
	<input tabIndex="4" maxLength="20" size="25" name="phone"></b></p>
	<p align="left"><b>Street:<br />
	<input tabIndex="5" maxLength="35" size="49" name="address"></b></p>
	<p align="left"><b>City:<br />
	<input tabIndex="6" maxLength="25" size="35" name="city"> </b></p>
<p align="left"><b>State or province:<br />
	<input tabIndex="7" maxLength="20" size="18" name="state"></b></p>
 	
	<p align="left"><b>Zip:<br />
	<input tabIndex="8" maxLength="10" size="15" name="zip"></b></p>
			
			
<p align="left"><b>	Additional attendees?
      <select name="num_people" style="width:70px;margin-top:4px">
        <option value="1" selected>None</option>
        <option value="2">1</option>
        <option value="3">2</option>
        <option value="4">3</option>
        <option value="5">4</option>
        <option value="6">5</option>
      </select>		
      </b></p>
      
      

		<input type="hidden" name="regevent_action" value="post_attendee"> <input
		type="hidden" name="event_id" value="5">
	<p align="center"><input type="submit" name="Submit" value="Submit"> <font
		color="#FF0000"><b>(Only click the Submit Button Once)</b></font>
	
	</form>
	</td>
</tr>
</table>
</body>
<p>Key areas covered include:</p>
<p>- Structuring ROI into the overall sponsorship framework<br />
- Setting Realistic and Measurable ROI Objectives<br />
- Measuring Sponsorship ROI and working with sponsors<br />
- Sample Outputs and success stories</p>
<p>There will be a limited number of places available .</p>
<p>The length of time for the webinar is expected to be 30 minutes with another 15 minutes set aside for questions.<br />
(The webinar is free of charge)</p>
<p>The date of the webinar is <strong>Tuesday 9th March 9.00am to 10.00am US Eastern Standard Time.</strong></p>
<p>You can register interest in this webinar by completing the registration form.</p>
<p>More details will be provided by email after registration.</p>

<p align="left"><a class="tt" href="http://twitter.com/home/?status=%E2%80%98How+to+more+Effectively+Measure+Sponsorship+ROI+%E2%80%93+Webinar+for+Sports+Marketing+and+Sponsorship+Agencies+http://d6s64.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.sponsormap.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sponsormap.com/sponsorship-roi-webinar-for-sports-marketing-and-sponsorship-agencies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Tiger Woods Scandal &#8211; Lessons in Sponsorship ROI</title>
		<link>http://www.sponsormap.com/the-tiger-woods-scandal-lessons-in-sponsorship-roi/</link>
		<comments>http://www.sponsormap.com/the-tiger-woods-scandal-lessons-in-sponsorship-roi/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 08:57:10 +0000</pubDate>
		<dc:creator>Nicholas</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[professional golf]]></category>
		<category><![CDATA[scandal]]></category>
		<category><![CDATA[sponsorship research]]></category>
		<category><![CDATA[sponsorship roi]]></category>
		<category><![CDATA[sponsorship value]]></category>
		<category><![CDATA[sports marketing]]></category>
		<category><![CDATA[sports personalities]]></category>
		<category><![CDATA[tiger woods]]></category>

		<guid isPermaLink="false">http://www.sponsormap.com/?p=797</guid>
		<description><![CDATA[In the world of professional golf, the major player of the decade has been Tiger Woods. He has captured the passions of millions of people with his golfing success and contribution to the community over the years. He has enabled many brands to communicate more effectively by being a powerful brand spokesperson and contributed to [...]]]></description>
			<content:encoded><![CDATA[<p>In the world of professional golf, the major player of the decade has been Tiger Woods. He has captured the passions of millions of people with his golfing success and contribution to the community over the years. He has enabled many brands to communicate more effectively by being a powerful brand spokesperson and contributed to the community. Up until recently, Tigers sponsors have benefited from such associations being very few negatives associated with the sponsorship. However, with his personal problems coming into the limelight in a very affronting matter to many of his fans, there is a good reason to examine the issue from a sponsorship ROI perspective. Have Tiger Woods actions impacted on his sponsorship value and does it actually damage a sponsor&#8217;s brand? If so, how do we measure this? </p>
<p>Traditional sponsorship media exposure methods of measuring sponsorship ROI place higher value on increased exposure. It is very simple high exposure = high sponsor ROI. So, based on the exposure valuation method it would seem that suddenly Tiger Woods would be worth a lot more now than before the scandal because he has a great share of the media space. Well that&#8217;s the crazy logic of relying on equivalent media value by itself unless you think all exposure is good even the bad stuff. Obviously, that&#8217;s not what is happening in reality which indicates that the sponsorship value of brand Tiger is based on more than the exposure a sponsor receives and we need to look at more than that when looking at ROI.</p>
<p>It is worth remembering the key rule of sponsorship &#8211; is all about <strong>PASSION</strong>. It is the basis of what sets apart sponsorship from advertising. Advertising interrupts people to deliver a media message whereas sponsorship is communicating through a passion mode. Powerful sports personalities can contribute major ROI for sponsors as they help brands communicate to audiences that are no longer receptive to advertising . </p>
<p>It is fair to say that passion has also played a role with Tiger Woods. Passion to succeed has made him a golfing success and it has also be been the cause of his personal problems. When we look at the issue of this scandal is is clear that the Tiger brand has been badly damaged simply by looking at the actions of sponsors and also the reactions of some of the fans.</p>
<p>Whilst there are many fans of Tiger out there that are not interested at all in his personal life, there are a significant number that are disappointed. From a sponsorship perspective, the high level of fan support that he did receive in the past has been deflated. His value as a sponsorship property has diminished because there are fewer Tiger Woods fans after the scandal than before. His fan base was so high previously the only way it could really go was down. However, at the same time he remains a very strong property despite these transgressions.</p>
<p>Whilst the popularity Tiger Woods is a key driver of sponsorship value for the the sponsor, other aspects are extremely important including sponsorship fit and also sponsor appreciation. They all have an influence on the value of sponorship ROI beyond that measured by media exposure. We can see how brand Tiger performs by looking at some key sponsorship metrics including sponsor fit and sponsor appreciation.</p>
<p><strong>Sponsor Fit</strong><br />
Is there a fit between a sponsor and a property. For example, do fans like Tiger Woods being sponsored by the brand? If they do think that it is positive, then there remains a good reason to think that Tiger&#8217;s sponsorship value is still good. However, if there are many negatives then the sponsor and would be better off moving on. This is best answered by asking the fans themselves and receiving their feedback from a quick survey where we have quantitative numbers to talk about how the sponsor has been effected. If a sponsor was to see that more than 15% of fans dislike the brand being associated with Tiger Woods then that would be an issue. It is the numbers that sponsors would need to see rather than relying on media reports and the more vocal members of the community.</p>
<p><strong>Sponsor Gratitude</strong><br />
With some sponsorships, appreciation to sponsors is a major influence on effectiveness. What is asks is how much a fan feels appreciation to a sponsor because they sponsor a property. For example, those with high sponsorship activation or those where sports personalities support a worthwhile social cause. </p>
<p>This may not have been a major factor in Tiger Woods sponsorships because Tiger Woods has many have been considered very commercial. Nevertheless,  this sense of appreciation to a sponsor may have been dramatically changed through the scandal for some of Tiger&#8217;s fans whereas for others it would not make that much difference.  What Tiger would hope is that the fans remain appreciative to the sponsors themselves especially in relation to the community relations where the sponsors have made a significant contribution. </p>
<p>In summary, the sponsorship value of Tiger Woods is driven by the fans, they will either love him or hate him. If the fans remain loyal to Tiger Woods despite his personal problems then the impact on Tiger&#8217;s sponsorship ROI will not be as bad as originally thought. Sponsors need to be sure that they understand that the value of their sponsorships is always in the hands of the fans at the end of the day. This involving measuring the attitudes on the fans themselves and listening to their views. The key questions that only a fan can answer are: </p>
<p>1. Are they still passionate about Tiger Woods,<br />
2. Does he fit with a sponsor and lastly<br />
3. Do they appreciate the sponsor for their involvement with Tiger Woods.</p>
<p>Only then it fair for us to know the true sponsorship implications of the Tiger Woods scandal especially in relation to his brand value to sponsors.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=The+Tiger+Woods+Scandal+%E2%80%93+Lessons+in+Sponsorship+ROI+http://teppe.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.sponsormap.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sponsormap.com/the-tiger-woods-scandal-lessons-in-sponsorship-roi/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SponsorMap Launches Experiential Marketing Measurement Tool</title>
		<link>http://www.sponsormap.com/sponsormap-launches-experiential-marketing-measurement-tool/</link>
		<comments>http://www.sponsormap.com/sponsormap-launches-experiential-marketing-measurement-tool/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 08:06:00 +0000</pubDate>
		<dc:creator>Nicholas</dc:creator>
				<category><![CDATA[SponsorMap Experiential]]></category>
		<category><![CDATA[brand experience]]></category>
		<category><![CDATA[experiential marketing]]></category>
		<category><![CDATA[experiential marketing measurement]]></category>
		<category><![CDATA[experiential marketing roi]]></category>

		<guid isPermaLink="false">http://www.sponsormap.com/?p=780</guid>
		<description><![CDATA[A new tool to evaluate the impact of experiential marketing has been launched this week as part of the SponsorMap range of evaluation tools. SponsorMap Experiential is designed specifically to measure the impact of brand owned experiential marketing events.
Still an emerging concept, experiential marketing involves a target audience member in an event experience related to [...]]]></description>
			<content:encoded><![CDATA[<p>A new tool to evaluate the impact of experiential marketing has been launched this week as part of the SponsorMap range of evaluation tools. SponsorMap Experiential is designed specifically to measure the impact of brand owned experiential marketing events.</p>
<p>Still an emerging concept, experiential marketing involves a target audience member in an event experience related to a brand or product.  The goal is to make a “quality brand experience” that creates real engagement where customers are not only exposed to the brand name but also given an opportunity to interact with the brand, absorb the messaging and understand how the brand attributes are relevant to their lives and needs.</p>
<p>“Advertising is rapidly losing its effectiveness as consumers have learned to tune out the bombardment of ads in everyday life, so more and more firms are turning to experiential marketing tactics that are novel enough to catch the attention of the sophisticated consumer’, commented Nicholas Cameron, Director of SponsorMap.</p>
<p><a href="http://www.sponsormap.com/wp-content/uploads/2009/10/EOn-Challenge.png"><img src="http://www.sponsormap.com/wp-content/uploads/2009/10/EOn-Challenge-265x300.png" alt="EOn Challenge" title="EOn Challenge" width="265" height="300" class="alignleft size-medium wp-image-782" /></a></p>
<p>“The tool is building on our existing knowledge of event sponsorship that we have developed from our SponsorMap methodology but it also encompasses key word-of-mouth measurements that are especially of value in experiential marketing where WOM impact is considerable.”</p>
<p>The SponsorMap range of tools measure consumers&#8217; passion and gratitude to try and identify the role that sponsorship is having on brands. SponsorMap has been used in more than 20 countries across the globe and is currently partnered with TNS.<br />
There are various modules of SponsorMap ranging from sponsorship pre-testing, tracking, hospitality and event research and also including the PassionIndex, a syndicated report that examines sporting and entertainment passions. </p>
<p>You can download information on SponsorMap Experiential <a href="http://www.sponsormap.com//wp-content/uploads/2009/08/SponsorMap%20Experiential.pdf">here</a>. </p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=SponsorMap+Launches+Experiential+Marketing+Measurement+Tool+http://wkqr9.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.sponsormap.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sponsormap.com/sponsormap-launches-experiential-marketing-measurement-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Sponsorship ROI Debate</title>
		<link>http://www.sponsormap.com/the-sponsorship-roi-debate/</link>
		<comments>http://www.sponsormap.com/the-sponsorship-roi-debate/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 03:20:39 +0000</pubDate>
		<dc:creator>Nicholas</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[ROI]]></category>
		<category><![CDATA[sponsorship measurement]]></category>
		<category><![CDATA[sponsorship research]]></category>
		<category><![CDATA[sponsorship roi]]></category>
		<category><![CDATA[sports marketing]]></category>

		<guid isPermaLink="false">http://www.sponsormap.com/?p=766</guid>
		<description><![CDATA[Sponsorship measurement is in a state of rapid change at the moment. Sponsorship ROI is top-of-mind for a lot marketers, with sports marketing and sponsorship under a lot a pressure to demonstrate effectiveness. In September, at the Sports Business Journal Relay Worldwide Sports Sponsorship Symposium in the United States and the Marketing Week Sponsorship Summit [...]]]></description>
			<content:encoded><![CDATA[<p>Sponsorship measurement is in a state of rapid change at the moment. Sponsorship ROI is top-of-mind for a lot marketers, with sports marketing and sponsorship under a lot a pressure to demonstrate effectiveness. In September, at the Sports Business Journal Relay Worldwide Sports Sponsorship Symposium in the United States and the Marketing Week Sponsorship Summit in London, both conferences highlighted sponsorship ROI is the key issue for the industry. </p>
<p>&#8220;<em>The recession has put marketing budgets under the microscope and inspired marketers to emphasize immediate returns on investment&#8221;</em>. Xerox VP/Marketing &#038; Communications Christa Carone said, <em>“We&#8217;re in a position where we need to defend our spend more than we have in the past.&#8221;</em> There is a call for a considerable amount of re-think to the way that sponsorship has been measured.</p>
<p>The days of media measurement being the dominant form of sponsorship measurement are coming to an end. Logo counting and audience estimation has a role, but is incapable of addressing the major ROI challenge that confronts marketers today. There is nothing new in this area except the technology. The measurements themselves do not communicate the value of sponsorship effectively and this is why sponsorship is seriously challenged. Despite efforts from logo counting research agencies, this type of measurement alone does not meet the standards required for marketing communications evaluations today, they remain old school measurements with new technology.</p>
<p>Besides logo counting, the other area which is also widely used as a measure of ROI is the use and application of proposal screening software systems. These are quite interesting ways of pre-screening large numbers of sponsorship proposals. Useful for big companies that receive large numbers of proposals, but their short-coming is that they are not especially consumer-centric. Sponsors, specifically larger ones (US$1 million plus) should talk to their customers, as they are the best source of insights about what makes a sponsorship effective. Brands have relationships with customers that need to be considered from a consumer-centric perspective by directly listening to the customer. Sponsorship engages brands with people&#8217;s emotions and this is not captured in an automated proposal screening software system especially anything that is purporting to show the ROI without listening to the consumer.</p>
<p>Another part of the debate is that many sponsor&#8217;s lament the lack of sponsorship ROI, yet do not seem to invest much in the way of practicing what they preach. We have major sponsors thinking that the responsibility of determining the value of company marketing expenditure should be the those engaged in receiving the sponsorship money. Companies such as Coca-Cola and Procter &#038; Gamble certainly would not ask Walmart to measure the effectiveness of millions they spend on their trade promotions and the same logic applies to sponsorship. It does not make good business sense.  This type of situation is simply bad management as it is about lack of accountability. Major sponsors have the budgets for measurement and should have a strong sense of accountability on how their own money is being spent. </p>
<p>Looking forward, we should expect to see sponsors more clearly define their sponsorship objectives and the significantly increased use of market research to guide business decisions and answer questions on sponsorship ROI. What is very evident, is that the old school days of measuring sponsorship ROI are over as demand increases for new approaches to comprehensive sponsorship measurement.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=The+Sponsorship+ROI+Debate+http://iarny.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.sponsormap.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sponsormap.com/the-sponsorship-roi-debate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Research a Priority in Assessing Sponsorship</title>
		<link>http://www.sponsormap.com/research-a-priority-in-assessing-sponsorship/</link>
		<comments>http://www.sponsormap.com/research-a-priority-in-assessing-sponsorship/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 05:57:44 +0000</pubDate>
		<dc:creator>Nicholas</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Balance Theory sponsorship]]></category>
		<category><![CDATA[event marketing]]></category>
		<category><![CDATA[marketing return on investment]]></category>
		<category><![CDATA[measurement]]></category>
		<category><![CDATA[ROI]]></category>
		<category><![CDATA[sponsorship measurement]]></category>

		<guid isPermaLink="false">http://www.sponsormap.com/?p=748</guid>
		<description><![CDATA[Marketing Week, a leading UK marketing magazine is reporting a trend towards much increased use of marketing research in sponsorship 
&#8220;Research is becoming an increasingly important tool to prove the value of sponsorship in an economic environment where investment is coming under greater scrutiny, according to sponsorship professionals.
In a panel discussion about demonstrating sponsorship’s worth [...]]]></description>
			<content:encoded><![CDATA[<p>Marketing Week, a leading UK marketing magazine is reporting a trend towards much increased use of marketing research in sponsorship </p>
<p><em>&#8220;Research is becoming an increasingly important tool to prove the value of sponsorship in an economic environment where investment is coming under greater scrutiny, according to sponsorship professionals.</p>
<p>In a panel discussion about demonstrating sponsorship’s worth at the Marketing Week Sponsorship Summit today (24 September), both marketers and rights holders agreed that there is a greater need to measure effectiveness at present.</p>
<p>Patrick Wendt, marketing manager at Toyota Racing F1, says research is increasingly being discussed in negotiations with existing partners, while the sport’s top teams are currently discussing what research is necessary collectively for the first time.</p>
<p>Naomi Conway, head of development at the National Portrait Gallery, says there is a greater need to provide “hard and fast evidence” and recently saw an arts sponsorship contract with a Return on Investment clause written in, the first she had seen in the arts. </p>
<p>Tanya Veingard, head of sponsorship at Aviva UK, which sponsors UK Athletics, says investment in necessary to evaluate the success of a sponsorship even in a recessionary environment, adding cutting research budgets is a “dangerous thing to do”.  (Source: Marketing Week)</em></p>
<p>What do you think? Vote in our Poll?</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll. 
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Research+a+Priority+in+Assessing+Sponsorship+http://68zrm.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.sponsormap.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sponsormap.com/research-a-priority-in-assessing-sponsorship/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Measuring the Value of an Arts Sponsorship</title>
		<link>http://www.sponsormap.com/measuring-arts-sponsorship/</link>
		<comments>http://www.sponsormap.com/measuring-arts-sponsorship/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 07:23:33 +0000</pubDate>
		<dc:creator>Nicholas</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[White Papers]]></category>
		<category><![CDATA[arts sponsorship]]></category>
		<category><![CDATA[brand partnerships]]></category>
		<category><![CDATA[sponsorship roi]]></category>

		<guid isPermaLink="false">http://www.sponsormap.com/?p=722</guid>
		<description><![CDATA[Sponsorship of the arts can be a valuable way for companies to engage with the public today but its value to potential sponsors is not well understood in terms of measurement. Whilst arts sponsorship is often the poor cousin to sports sponsorship in terms of dollars, it has unique features which are very attractive and [...]]]></description>
			<content:encoded><![CDATA[<p>Sponsorship of the arts can be a valuable way for companies to engage with the public today but its value to potential sponsors is not well understood in terms of measurement. Whilst arts sponsorship is often the poor cousin to sports sponsorship in terms of dollars, it has unique features which are very attractive and cannot be achieved through sports sponsorship. </p>
<p>Unfortunately, many arts organizations do not highlight many of these key elements when seeking sponsorship. Many of the sponsorship proposals from arts organizations are well thought out and have a good sense of style about them but there is often something missing in terms of the value proposition. The value of the arts sponsorship is not &#8216;consumer-centric&#8217;, instead it is focused on a sales package incentives as if they were selling to sponsors the same messages as what you would use to sell to the audience. Too much about selling a sales package and not enough about a potential sponsors marketing and corporate objectives.  </p>
<p>The value of arts sponsorship is that it can achieve results for sponsors in ways that cannot be achieved from other forms of marketing. The best advertising, digital media or public relations campaign is often unable to achieve the same type of results. The unique aspects of arts sponsorship simply cannot be replicated with other types of marketing or sponsorship types. This is evident from a measurement perspective, especially in understanding the sponsorship ROI itself.    </p>
<p>When looking at value arts sponsorship from a ROI perspective, the attraction of arts sponsorships is related to several key factors.</p>
<p><strong>The Target Audience</strong></p>
<p>Firstly, passion for arts properties is very specific to a target audience. It is highly targeted and more often than not, this particular segment of the market is a hard to reach by conventional marketing methods. The key aspect is the passion. Now with SponsorMap, we use a benchmark called the PassionIndex to measure the level of emotional engagement to properties. The stronger the passion, the higher the level of engagement. </p>
<p>In the example below are results taken from a national sample of adults 16+ that was representative of the the general population. What is shown is the specific analysis of the high income, female segment of the national market. This segment obviously is very appealing for many businesses that wish to build relationships with existing or prospective customers. Whether it is financial products, fashion or prestige cars, this target audience is a key market segment for many companies.<br />
<div id="attachment_734" class="wp-caption aligncenter" style="width: 538px"><a href="http://www.sponsormap.com/wp-content/uploads/2009/08/arts-sponsorship-roi-11.png"><img src="http://www.sponsormap.com/wp-content/uploads/2009/08/arts-sponsorship-roi-11.png" alt="Passion Index Ratings Arts Property in a Segmented Market" title="arts-sponsorship-roi-11" width="528" height="414" class="size-full wp-image-734" /></a><p class="wp-caption-text">Passion Index Ratings Arts Property in a Segmented Market</p></div></p>
<p>Looking at the PassionIndex slide it is clear with this consumer segment arts properties strongly engage with them. Hence, if there is a high level of emotional engagement then that by itself is attractive as corporations can build relationships through sponsorship with these types of arts properties. It is important to remember that the market needs to be segmented to identify opportunities for consumer engagement and this process does often highlight good opportunities in the arts area for sponsorship that can be missed. Not every type of consumer is open to arts sponsorship, but the key consideration is that there are segments of the overall general public that are receptive.  </p>
<p><strong>Sponsor Fit/Brand Alignment</strong><br />
Is the partnership between the sponsor and the arts property a good brand alignment? Does it enhance a sponsor&#8217;s brand image? This is often mentioned as a key deliverable of all types of sponsorship. It is actually something that can be fairly easily measured as it is just a matter of asking the right questions. A good quantitative survey can be used to do this. Typical results from arts sponsorships are shown in the slide below.<br />
<div id="attachment_737" class="wp-caption aligncenter" style="width: 613px"><a href="http://www.sponsormap.com/wp-content/uploads/2009/08/arts-sponsorship-roi-2.png"><img src="http://www.sponsormap.com/wp-content/uploads/2009/08/arts-sponsorship-roi-2.png" alt="Brand Enhancement of Sponsorship" title="arts-sponsorship-roi-2" width="603" height="417" class="size-full wp-image-737" /></a><p class="wp-caption-text">Brand Enhancement of Sponsorship</p></div></p>
<p>It shows the image attributes of the sponsor and how the sponsorship is enhancing them. In this case, it is about the arts sponsor property influencing the image ratings of the brand. Ideally, we would demonstrate this with a control sample or a pre and post measurement, but this will often suffice for most sponsorship evaluations for the arts.</p>
<p><strong>Sponsor Appreciation</strong><br />
This is a very strong feature of arts sponsorship. Sponsors of arts properties tend to rate very highly on this measure, meaning there is a strong level of overall appreciation to sponsors for their involvement. They are seen to have done the &#8216;good thing&#8217; and helped something that is of importance to people. This influence is what as known as Balance Theory, it is the change in attitudes to a sponsor/brand that occurs due to the direct involvement with the property. People will adjust their attitudes to a corporation because they are perceived to have done the right thing. (Not everybody feels appreciation, some feel in more than others and some do not feel it at all.) In the example below, brand advocacy is strongly influence by the appreciation felt towards the sponsor based on gratitude, as measured by the Gratitude Index.<br />
<div id="attachment_740" class="wp-caption aligncenter" style="width: 662px"><a href="http://www.sponsormap.com/wp-content/uploads/2009/08/arts-sponsorship-roi-3.png"><img src="http://www.sponsormap.com/wp-content/uploads/2009/08/arts-sponsorship-roi-3.png" alt="Sponsor Appreciation Enhances the Value of Sponsorship Itself" title="arts-sponsorship-roi-3" width="652" height="402" class="size-full wp-image-740" /></a><p class="wp-caption-text">Sponsor Appreciation Enhances the Value of Sponsorship Itself</p></div></p>
<p>With arts sponsorships, this influence can deliver major dividends for sponsors and is an influence not generated from other forms of traditional marketing communications such as advertising.  Hence, when measuring the value of an arts sponsorship it is essential to demonstrate the gratitude to a sponsor for their involvement as arts sponsorship perform very well on this measure. This is a unique feature that should be emphasized as the impact can be quite dramatic.</p>
<p>Survey methods are highly recommended to measure the contribution of an arts sponsorship. There are several reasons, namely sponsorship is about attitude and behavior change for a sponsor, without this there is no ROI. Sponsorship&#8217;s impact is only felt if it achieves a modest amount of attitude and behavioural change. Other measures are also useful, but should be viewed provides additional metrics of overall contribution. If you have them then that is terrific as they build the overall case for the value of the sponsorship overall. </p>
<p>It should be remembered that demonstrating the appeal of the arts sponsorship to prospective sponsors and subsequently linking it to the sponsor&#8217;s own objectives in a measurable way provides a strong case for sponsorship. Likewise, for corporations considering sponsorship of the arts, there are ways in which a well planned sponsorship can drive marketing and business results much more effectively than traditional marketing communication methods. </p>
<p>Overall it is the consumer-centric approaches to sponsorship that is the best way to measure value. What is important how audiences emotionally engage with a brand/property partnership in the arts. That is the foundation of the business case for arts sponsorships and the reason why it can be a power relationship building tool for any Marketing Director or CEO looking at the arts.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Measuring+the+Value+of+an+Arts+Sponsorship+http://d6rpy.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.sponsormap.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sponsormap.com/measuring-arts-sponsorship/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Sponsorship Research</title>
		<link>http://www.sponsormap.com/introduction-sponsorship-research/</link>
		<comments>http://www.sponsormap.com/introduction-sponsorship-research/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 02:45:45 +0000</pubDate>
		<dc:creator>Nicholas</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[sponsorship research]]></category>

		<guid isPermaLink="false">http://www.sponsormap.com/?p=705</guid>
		<description><![CDATA[A few months ago we posted a presentation on sponsorship research at Slideshare.net.  The presentation has had quite a few downloads and it is designed to provide an overview of sponsorship research methods and key considerations for those looking at the research approaches and considerations. 
Perhaps the most important thing to remember here is [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago we posted a presentation on <a href="http://www.slideshare.net/SponsorMap/sponsorship-research-roi">sponsorship research</a> at Slideshare.net.  The presentation has had quite a few downloads and it is designed to provide an overview of sponsorship research methods and key considerations for those looking at the research approaches and considerations. </p>
<p>Perhaps the most important thing to remember here is that sponsorship objectives themselves need to be articulated. ROI for sponsorship is driven first by understanding what the sponsorship or marketing objectives are in the first place.</p>
<p>In the near future we will provide some more presentations especially for sponsorship properties. If there are any suggestions please feel free to make them.</p>
<div id="__ss_1263356" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Sponsorship Research &amp; ROI" href="http://www.slideshare.net/SponsorMap/sponsorship-research-roi">Sponsorship Research &amp; ROI</a><object width="425" height="355" data="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=sponsorshiproi-090408055257-phpapp02&amp;stripped_title=sponsorship-research-roi" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=sponsorshiproi-090408055257-phpapp02&amp;stripped_title=sponsorship-research-roi" /><param name="allowfullscreen" value="true" /></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Introduction+to+Sponsorship+Research+http://k4y7e.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.sponsormap.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sponsormap.com/introduction-sponsorship-research/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sponsorship Research and ROI Webinars August</title>
		<link>http://www.sponsormap.com/sponsorship-roi-webinars/</link>
		<comments>http://www.sponsormap.com/sponsorship-roi-webinars/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 09:23:03 +0000</pubDate>
		<dc:creator>Nicholas</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[sponsorship research]]></category>
		<category><![CDATA[sponsorship research webinar]]></category>
		<category><![CDATA[sponsorship roi]]></category>

		<guid isPermaLink="false">http://www.sponsormap.com/?p=672</guid>
		<description><![CDATA[August sponsorship ROI webinars are in preparation as we are taking a break in July.

These are the dates for August&#8217;s Sponsorship ROI webinars.
As always, the webinar is free and is for those properties, sponsors and agencies seeking to learn more about sponsorship measurement. A presentation is conducted via the internet with a conference call and [...]]]></description>
			<content:encoded><![CDATA[<p>August sponsorship ROI webinars are in preparation as we are taking a break in July.</p>
<div>
<p>These are the dates for August&#8217;s Sponsorship ROI webinars.</p>
<p>As always, the webinar is free and is for those properties, sponsors and agencies seeking to learn more about sponsorship measurement. A presentation is conducted via the internet with a conference call and IM to allow for interaction from participants.</p>
<p>The main areas covered include:</p>
<ul>
<li><span style="line-height: 52px;">The Business Case for Measuring Sponsorship</span></li>
<li><span style="line-height: 52px;">Understanding Sponsorship Theory and how it relates to measurement</span></li>
<li><span style="line-height: 52px;">Developing a measurement plan based on clear sponsorship objectives</span></li>
<li><span style="line-height: 52px;">An explanation of the various methods for measuring sponsorship</span></li>
<li><span style="line-height: 52px;">Examination of some case studies from both sponsors and properties</span></li>
<li><span style="line-height: 26px;">Issues particular to properties, sponsors and agencies</span></li>
<li><span style="line-height: 52px;">Q&amp;As</span></li>
</ul>
<p>T<span style="line-height: 26px;">he following schedule for is for August:</span></p>
<p><strong>US/Americas Zone</strong></p>
<ul>
<li>August 19th Friday US ET 2.00pm to 3.30pm</li>
</ul>
<div>
<ul>
<li>August 26th Friday US ET 2.00pm to 3.30pm</li>
</ul>
</div>
<p><strong>Asia/Pacific Zone (Hong Kong time)</strong></p>
<ul>
<li>August 19th Friday US ET 10.00am to 11.30am</li>
</ul>
<p>To register your interest please leave your registration details. Once registered we will send a reminder email with more information on the webinar.</p></div>
<p><!--EVENTR REGISTRATION 4 --></p>
<p>Current list of attendees include:<br />
<link type="text/css" rel="stylesheet" href="http://www.sponsormap.com/wp-content/plugins/eventr/attendee.css" />
Total Attendees: 0<table class="eventr-attendees">
<tr>
<th>#</th>
<th><a href="?sort=name">Name</a></th>
<th rowspan="2">Image</th></tr>
<tr><th colspan="2">Bio</th></tr>

	<tr style='background-color: ;'>
		<td colspan="3">No attendees found.</td>
	</tr>
</table>
</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Sponsorship+Research+and+ROI+Webinars+August+http://zq678.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.sponsormap.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sponsormap.com/sponsorship-roi-webinars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sponsorship Ranks Highly on Trust with Today&#8217;s Consumers</title>
		<link>http://www.sponsormap.com/sponsorship-ranks-highly-trust-todays-consumers/</link>
		<comments>http://www.sponsormap.com/sponsorship-ranks-highly-trust-todays-consumers/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 04:50:50 +0000</pubDate>
		<dc:creator>Nicholas</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[White Papers]]></category>
		<category><![CDATA[AC Nielsen]]></category>
		<category><![CDATA[consumer trust]]></category>
		<category><![CDATA[event marketing]]></category>
		<category><![CDATA[IEG]]></category>
		<category><![CDATA[Measuring Sponsorship]]></category>
		<category><![CDATA[sponsor]]></category>
		<category><![CDATA[sponsorship research]]></category>
		<category><![CDATA[sponsorship roi]]></category>
		<category><![CDATA[sponsorship trust]]></category>

		<guid isPermaLink="false">http://www.sponsormap.com/?p=673</guid>
		<description><![CDATA[There were some very interesting survey findings released recently by AC Nielsen in their Global Online Consumer Survey of more than 25,000 Internet consumers from 50 countries. What was highlighted was consumers have a very high level of &#8216;trust&#8217; in sponsorship itself. A full 64 percent of consumers surveyed in April said they trust brand [...]]]></description>
			<content:encoded><![CDATA[<p>There were some very interesting survey findings released recently by AC Nielsen in their Global Online Consumer Survey of more than 25,000 Internet consumers from 50 countries. What was highlighted was consumers have a very high level of &#8216;trust&#8217; in sponsorship itself. A full 64 percent of consumers surveyed in April said they <em>trust brand sponsorship</em>, up from 49 percent in April 2007. IEG did a feature on the survey results <a href="http://www.sponsorship.com/About-IEG/Sponsorship-Blogs/Lesa-Ukman/July-2009/Good-News/Bad-News-for-Sponsorship.aspx">here</a>.</p>
<p>It&#8217;s an interesting result as it does underscore the key differences between sponsorship and other forms of marketing communication. Advertising is communicating to consumers in an interruption mode wheres sponsorship communicates to people in a passion mode through a property.</p>
<p>In terms of consumer behaviour, a property will have higher trust from a fan than a company. People are passionate about their teams and heros and have a much higher level of trust towards them. A golf fan is going to much more likely to let Tiger Woods into their house than a complete stranger. When brands associate with properties (such as Tiger Woods) they borrow some of that &#8216;trust&#8217; through association.</p>
<p style="text-align: center;"><a href="http://www.sponsormap.com/wp-content/uploads/2009/07/brand-trust.png"><img class="size-full wp-image-675 aligncenter" title="brand-trust" src="http://www.sponsormap.com/wp-content/uploads/2009/07/brand-trust.png" alt="brand-trust" width="585" height="436" /></a></p>
<p>Trust is something that is earned from both a brand and a property. It is a rare commodity in today&#8217;s saturated marketing environment. Certainly, these survey results do highlight that in terms of sponsorship ROI and effectiveness one of the key dimensions for sponsors that can be improved is consumer trust.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Sponsorship+Ranks+Highly+on+Trust+with+Today%E2%80%99s+Consumers+http://a68hw.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.sponsormap.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sponsormap.com/sponsorship-ranks-highly-trust-todays-consumers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>June Sponsorship ROI Webinars</title>
		<link>http://www.sponsormap.com/june-sponsorship-roi-webinars/</link>
		<comments>http://www.sponsormap.com/june-sponsorship-roi-webinars/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 22:41:35 +0000</pubDate>
		<dc:creator>Nicholas</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[measurement]]></category>
		<category><![CDATA[ROI]]></category>
		<category><![CDATA[sponsorship]]></category>
		<category><![CDATA[sponsorship research]]></category>
		<category><![CDATA[sponsorship roi]]></category>
		<category><![CDATA[sponsorship webinar]]></category>

		<guid isPermaLink="false">http://www.sponsormap.com/?p=663</guid>
		<description><![CDATA[These are the dates for June&#8217;s Sponsorship ROI webinar.
The webinar is free and is for those properties, sponsors and agencies seeking to learn more about sponsorship measurement. A presentation is conducted via the internet with a conference call and IM to allow for interaction from participants.
The main areas covered include:

The Business Case for Measuring Sponsorship
Understanding [...]]]></description>
			<content:encoded><![CDATA[<p>These are the dates for June&#8217;s Sponsorship ROI webinar.</p>
<p>The webinar is free and is for those properties, sponsors and agencies seeking to learn more about sponsorship measurement. A presentation is conducted via the internet with a conference call and IM to allow for interaction from participants.</p>
<p>The main areas covered include:</p>
<ul>
<li><span style="line-height: 52px;">The Business Case for Measuring Sponsorship</span></li>
<li><span style="line-height: 52px;">Understanding Sponsorship Theory and how it relates to measurement </span></li>
<li><span style="line-height: 52px;">Developing a measurement plan based on clear sponsorship objectives</span></li>
<li><span style="line-height: 52px;">An explanation of the various methods for measuring sponsorship</span></li>
<li><span style="line-height: 52px;">Examination of some case studies from both sponsors and properties</span></li>
<li><span style="line-height: 26px;">Issues particular to properties, sponsors and agencies</span></li>
<li><span style="line-height: 52px;">Q&amp;As</span></li>
</ul>
<p>T<span style="line-height: 26px;">he following schedule for is for June:</span></p>
<p><span style="font-weight: normal; line-height: 37px;"> </span></p>
<p>US/Americas Zone</p>
<ul>
<li>June 23rd Tuesday US ET 2.00pm to 3.30pm</li>
</ul>
<p>Asia/Pacific Zone</p>
<div>
<ul>
<li>June 23rd Tuesday (Hong Kong Time 10.00am to 11.30am)</li>
</ul>
</div>
<p>To register your interest please leave your registration details. Once registered we will send a reminder email with more information on the webinar.</p>
<p><!--EVENTR REGISTRATION 4 --></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=June+Sponsorship+ROI+Webinars+http://is55t.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.sponsormap.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sponsormap.com/june-sponsorship-roi-webinars/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Man Utd &#8211; Signs New Sponsor Despite Tough Economic Environment</title>
		<link>http://www.sponsormap.com/man-utd-signs-sponsor-tough-economic-environment/</link>
		<comments>http://www.sponsormap.com/man-utd-signs-sponsor-tough-economic-environment/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 00:36:24 +0000</pubDate>
		<dc:creator>Nicholas</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[AIG]]></category>
		<category><![CDATA[AON]]></category>
		<category><![CDATA[brand marketing]]></category>
		<category><![CDATA[football marketing]]></category>
		<category><![CDATA[global marketing]]></category>
		<category><![CDATA[Manchestor United]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[sponsorship]]></category>
		<category><![CDATA[sports marketing]]></category>

		<guid isPermaLink="false">http://www.sponsormap.com/?p=654</guid>
		<description><![CDATA[When Manchestor United&#8217;s troubled sponsor, AIG indicated in January this year that they were not going to renew their sponsorship in May 2010 there were quite a few comments in the broader media that sponsorship was in for a major decline. Very often, the loss of AIG by Man Utd was mentioned in conversation as &#8216;proof&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>When Manchestor United&#8217;s troubled sponsor, AIG indicated in January this year that they were not going to renew their sponsorship in May 2010 there were quite a few comments in the broader media that sponsorship was in for a major decline. Very often, the loss of AIG by Man Utd was mentioned in conversation as &#8216;proof&#8217; that sponsorship was losing favour in terms of marketing in the current economic environment. <a href="http://www.sponsormap.com/wp-content/uploads/2009/06/_45022704_44731294.jpg"><img src="http://www.sponsormap.com/wp-content/uploads/2009/06/_45022704_44731294.jpg" alt="_45022704_44731294" title="_45022704_44731294" width="226" height="170" class="alignright size-full wp-image-657" /></a></p>
<p>Whilst Man Utd is not necessarily representative of the whole global sponsorship industry, it has been used as a &#8216;lamp-post&#8217; or &#8216;barometer&#8217; by many for the general health of sponsorship overall. Questions on the health of sponsorship itself have been raised by much of the media including sports, business and advertising/marketing media based on Man Utd&#8217;s ability to forge new marketing partnerships or retain them over time. </p>
<p>Today it was announced that Man Utd has settled on a new sponsor to replace AIG, called AON (Chicago-based AON specialises in the reinsurance market). The value of the sponsorship deal is not disclosed but is estimated to be worth more than US$130 million over four years. </p>
<p>The comments from AON are quite interesting as they highlight the key reasons for such a significant investment from the company. Greg Case, president and chief executive officer of AON commented:</p>
<p><em>&#8220;It is a unique opportunity when two leaders in their respective fields can come together in a partnership such as the one we are announcing today,&#8221; added G. &#8220;Manchester United has one of the most recognized sports brands in the world. David and his team are all about winning and about excellence; the same holds true for the Aon team. We play to win in our business, and that is why we believe this partnership will create tremendous benefits for both organizations worldwide.</p>
<p> &#8220;While we are delighted that our brand will be showcased to the over 330 million fans of Manchester United as well as the countless followers of football worldwide, we also are extremely excited about the opportunity to maximize the value of this partnership globally.&#8221;</em></p>
<p>The message here is that AON is looking at there partnership with Man Utd to strengthen their brand globally. Based on the AIG experience it is something that can be well anticipated, after its first year sponsoring the team, AIG became the 47th most recognised global brand and jumped from number 84 to number 30 on Barron’s list of most respected companies.</p>
<p>Sponsorship remains a key platform for building global brands even in today&#8217;s tough economic environment, as evident from today&#8217;s announcement from the world of football.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Man+Utd+%E2%80%93+Signs+New+Sponsor+Despite+Tough+Economic+Environment+http://bc64t.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.sponsormap.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sponsormap.com/man-utd-signs-sponsor-tough-economic-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evaluating Sponsorship Performance &#8211; Some Recent Findings from SponsorMap</title>
		<link>http://www.sponsormap.com/sponsorship-performance/</link>
		<comments>http://www.sponsormap.com/sponsorship-performance/#comments</comments>
		<pubDate>Fri, 29 May 2009 06:15:48 +0000</pubDate>
		<dc:creator>Nicholas</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Measuring Sponsorship]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[marketing director]]></category>
		<category><![CDATA[sponsorship]]></category>
		<category><![CDATA[sponsorship evaluation]]></category>
		<category><![CDATA[sponsorship roi]]></category>
		<category><![CDATA[sports marketing]]></category>

		<guid isPermaLink="false">http://www.sponsormap.com/?p=608</guid>
		<description><![CDATA[


The question often asked about sports marketing and sponsorship itself is how effective is it? It is a fairly straightforward question and it really is a something that is a key issue any CEO, Marketing Director, Finance Director would be expected to question. Answering this question does generally require market research as a key component [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: left;">The question often asked about sports marketing and sponsorship itself is how effective is it? It is a fairly straightforward question and it really is a something that is a key issue any CEO, Marketing Director, Finance Director would be expected to question. Answering this question does generally require market research as a key component of the evaluation process. This is because both attitudes and behavior metrics are usually part of the overall business objectives.<a href="http://www.slideshare.net/SponsorMap/sponsorship-research-roi"> (See the Sponsorship Research &amp; ROI presentation for more details on objective measurement).</a></p>
<p style="text-align: left;">Looking at the results of SponsorMap evaluations we can take a deeper look at what tends to drive a high performance sponsorship as opposed to one that is less effective. (A high performance sponsorship delivers above required business and marketing objectives).</p>
<p style="text-align: left;">In the attached diagram involves results based on various types of sponsors and property types from sports through to TV sponsorship and looking at different categories of sponsors as well. They include variety of evaluations that have conducted for sponsors in more than 18 markets.</p>
<p style="text-align: left;">One the left axis we measured the Passion Index, or passion that the target audience feels towards the sponsored property. The higher the emotional bond to the property, the higher the Passion Index. Generally, this means that the property (eg., sporting team, league, event or personality) that has the high rating has the strongest appeal to a target audience. Properties with less emotional appeal have a lower Passion Index rating. Sponsors generally, seek properties that have the highest appeal to the target audience itself and naturally these properties themselves tend to be more valuable.</p>
<p style="text-align: left;">On the horizontal axis we measure sponsor appreciation (Gratitude Index). This is a measure of the level of appreciation that a targeted audience feels towards the sponsor based on their sponsorship itself. Appreciation has be influenced by activation strategy, goodwill and general sponsorship fit itself. Some sponsors do not create a lot of appreciation if it is simply a logo viewing experience, but others that activate the sponsorship and engage consumers can create appreciation with consumers in the process. A well planned sponsorship integrated into a variety of marketing activities can certainly improve this rating.</p>
<p style="text-align: left;">Now the diagram below shows the Passion Index and Gratitude Index ratings from sponsorships where people were able to recall the sponsor itself. So we are looking at all those being aware of the sponsor, so it is a sponsorship related impact we are examining in detail.</p>
<p style="text-align: left;">What is interesting is that the high performance sponsorships have often involved both a high level of passion to the property and strong appreciation to the sponsor itself. The are the sponsorships most likely to achieve the best results.</p>
<p style="text-align: left;">There are always exceptions to the rule, but the implication for sponsorship itself should be a focus on effective property selection together with effective sponsorship activation. Many in the industry would already know this, but if anything, our research does tend to confirm good industry best practice. Nevertheless,  we are continuing to develop useful benchmarks for industry performance that should better answer the question on how to measure sponsorship effectiveness.</p>
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://www.sponsormap.com/wp-content/uploads/2009/05/sponsorship-performance1.png"><img class="size-full wp-image-611 aligncenter" title="sponsorship-performance-measurement" src="http://www.sponsormap.com/wp-content/uploads/2009/05/sponsorship-performance1.png" alt="sponsorship-performance-measurement" width="746" height="459" /></a></p>
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Evaluating+Sponsorship+Performance+%E2%80%93+Some+Recent+Findings+from+SponsorMap+http://kboaq.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.sponsormap.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sponsormap.com/sponsorship-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sponsorship Research Rethink &#8211; Greater Focus on Survey Based Methods</title>
		<link>http://www.sponsormap.com/sponsorship-research-rethink-greater-focus-survey-based-methods/</link>
		<comments>http://www.sponsormap.com/sponsorship-research-rethink-greater-focus-survey-based-methods/#comments</comments>
		<pubDate>Sun, 17 May 2009 11:30:50 +0000</pubDate>
		<dc:creator>Nicholas</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[measurement]]></category>
		<category><![CDATA[ROI]]></category>
		<category><![CDATA[sponsorship]]></category>
		<category><![CDATA[sponsorship research]]></category>
		<category><![CDATA[tracking]]></category>

		<guid isPermaLink="false">http://www.sponsormap.com/?p=596</guid>
		<description><![CDATA[In the past 12 months there has been quite a dramatic shift in the sponsorship landscape underway as there is real pressure applied to the key issue of sponsorship ROI. It has become quite clear that the ability to articulate sponsorship deliverables is &#8216;the key&#8217; issue for sponsors and properties alike.

Marketing Directors and CEOs are [...]]]></description>
			<content:encoded><![CDATA[<p>In the past 12 months there has been quite a dramatic shift in the sponsorship landscape underway as there is real pressure applied to the key issue of sponsorship ROI. It has become quite clear that the ability to articulate sponsorship deliverables is &#8216;the key&#8217; issue for sponsors and properties alike.</p>
<p><a href="http://www.sponsormap.com/wp-content/uploads/2009/05/survey.jpg"><img class="alignright size-medium wp-image-599" title="survey" src="http://www.sponsormap.com/wp-content/uploads/2009/05/survey-300x200.jpg" alt="survey" width="300" height="200" /></a></p>
<p>Marketing Directors and CEOs are seeking more certainty and results to be able to measure sponsorship as part of the overall marketing communications toolkit. Traditional reliance on sponsor recall and valuations of media exposure alone are simply insufficient to hold up for detailed scrutiny, sponsors want a lot more. </p>
<p>Quoting a highly respected sports marketing agency.</p>
<p><em>&#8216;Research is the Backbone of Sponsorship, it is like a lamp post for a drunken man &#8211; it is just as vital for support as illumination&#8217;</em></p>
<p>There is certainly an increased focus on survey based methods to augment sponsorship research. This is a natural development as survey based methods have been the backbone of measuring advertising effectiveness for at least two decades now. Survey based methods of evaluation both for pre-testing and tracking performance has become ingrained into the advertising landscape. This has made it a lot easier for the advertising business to communicate the value proposition and deliverables of advertising spend and has provided comfort and accountability for significant investments for major advertisers over many years. </p>
<p>The sponsorship industry has been slow to reach the same level of sophistication as their advertising cousins, but in the last few months this has begun to rapidly change. It is a clear sign that understanding of the value of sponsorship is improving, the challenging economic environment has facilitated a greater focus on the industries &#8216;biggest issue&#8217; and companies are responding well by conducting more survey based research which has been overdue.</p>
<p>The US$40+ billion global sponsorship market has needed to raise the bar in evaluation and the current environment is accelerating this transformation. </p>
<p> </p>
<p> </p>
<p> </p>
<p><em><br />
</em></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Sponsorship+Research+Rethink+%E2%80%93+Greater+Focus+on+Survey+Based+Methods+http://f3fz8.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.sponsormap.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sponsormap.com/sponsorship-research-rethink-greater-focus-survey-based-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
