<?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>Brontoversity &#187; Integrations</title>
	<atom:link href="http://brontoversity.com/tag/integrations/feed/" rel="self" type="application/rss+xml" />
	<link>http://brontoversity.com</link>
	<description>Product Education for Bronto's Email Marketing Application</description>
	<lastBuildDate>Tue, 07 Sep 2010 18:07:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting Up Custom Analytics</title>
		<link>http://brontoversity.com/2010/05/06/setting-up-custom-analytics/</link>
		<comments>http://brontoversity.com/2010/05/06/setting-up-custom-analytics/#comments</comments>
		<pubDate>Thu, 06 May 2010 17:59:26 +0000</pubDate>
		<dc:creator>John Gunther</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[custom analytics]]></category>
		<category><![CDATA[Integrations]]></category>

		<guid isPermaLink="false">http://brontoversity.com/?p=7328</guid>
		<description><![CDATA[We have talked in the past about all the great integrations available in Bronto. Bundled with these integrations comes several analytics options that you can use for tracking purposes, the best known of which is our Google Analytics integration. Google Analytics is a phenomenal tool to have in your marketing arsenal, but we realize not [...]


Related posts:<ol><li><a href='http://brontoversity.com/2009/12/03/dynamically-adding-values-to-conversion-tracking-urls/' rel='bookmark' title='Permanent Link: Dynamically Adding Values To Conversion Tracking URLs'>Dynamically Adding Values To Conversion Tracking URLs</a> <small>In recent weeks, I have been getting a lot of...</small></li>
<li><a href='http://brontoversity.com/2010/01/19/getting-integrated-integrations-in-bronto/' rel='bookmark' title='Permanent Link: Getting Integrated: Integrations In Bronto'>Getting Integrated: Integrations In Bronto</a> <small>At Bronto we believe in always trying to make our...</small></li>
<li><a href='http://brontoversity.com/2009/09/29/diy-integrations-ii-updating-contact-field-information-with-direct-update/' rel='bookmark' title='Permanent Link: DIY Integrations II: Updating Contact Field Information With Direct Update'>DIY Integrations II: Updating Contact Field Information With Direct Update</a> <small> Integrating your website or database with a third party...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>We have talked in the past about all the great <a href="http://brontoversity.com/2010/01/19/getting-integrated-integrations-in-bronto/#hide">integrations available in Bronto</a>. Bundled with these integrations comes several analytics options that you can use for tracking purposes, the best known of which is our Google Analytics integration. Google Analytics is a phenomenal tool to have in your marketing arsenal, but we realize not everyone uses it. Maybe you have another analytics solution already in place, or maybe you have gone and built yourself a custom analytics solution. Whatever the case, we haven&#8217;t forgotten about you. With our Custom Analytics integration, you can utilize your custom analytics solution in tandem with Bronto.</p>
<h3>Setup</h3>
<p>First things, first. You need to enable and setup the Custom Analytics integration in Bronto.</p>
<h4>To setup the Custom Web Analytics Integration:</h4>
<ol>
<li> Go to <strong>Home-&gt;Integrations</strong>.</li>
<li>Click the Custom Analytics box.</li>
<li>Click Options.</li>
<li>Click the Enable Custom Analytics check box.</li>
</ol>
<h3>Specify The Data You Want To Track</h3>
<p>Now you need to add custom Keys and Values in their respective text boxes.<a href="http://brontoversity.com/wp-content/uploads/2010/05/Bronto-Integrations-2.png" target="_new"><img class="alignnone size-full wp-image-7361" title="Bronto - Integrations-2" src="http://brontoversity.com/wp-content/uploads/2010/05/Bronto-Integrations-2.png" alt="" width="458" height="412" /></a> The Key should be used to designate the type of data being tracked in the URL. The Value is the actual data you want to track. You can hard code values by adding them into the Value text box, or use the dynamically populated Keys and Values we provide. The dynamically populated Keys and Values we provide are:</p>
<table style="position: relative; left: -3px; padding: 0px; border: 0; margin: 0px 0px 15px 0px;" cellspacing="10" cellpadding="2">
<tbody>
<tr>
<th style="text-align: left;">Key</th>
<th style="text-align: left;">Value</th>
</tr>
<tr>
<td>message_name</td>
<td>%%message_name%%</td>
</tr>
<tr>
<td>message_subject</td>
<td>%%message_subject%%</td>
</tr>
<tr>
<td>contact_email</td>
<td>%%contact_email%%</td>
</tr>
<tr>
<td>link_title</td>
<td>%%link_title%%</td>
</tr>
<tr>
<td>link_caption</td>
<td>%%link_caption%%</td>
</tr>
<tr>
<td>link_url</td>
<td>%%link_urk%%</td>
</tr>
<tr>
<td>date_sent</td>
<td>%%date_sent%%</td>
</tr>
</tbody>
</table>
<h3>So What&#8217;s Going On Here</h3>
<p>The Key and Values that you specify add specific parameters and data onto the end of all URLs (or specific URLs if you choose) contained in messages you send from Bronto. Your custom analytics solution can then look at these parameters and grab the data contained in them. For example, let&#8217;s say I sent out a birthday email with a link in it to <em>www.bronto.com</em>. Before sending this message, I enabled the Custom Analytics integration and choose to include the following Keys and Values:<br />
<a href="http://brontoversity.com/wp-content/uploads/2010/05/Bronto-Integrations-1.png"><img class="alignnone size-full wp-image-7344" title="Bronto - Integrations-1" src="http://brontoversity.com/wp-content/uploads/2010/05/Bronto-Integrations-1.png" alt="" width="436" height="135" /></a><br />
Now let&#8217;s say I sent this message to <em>john@bronto.com</em> and he clicked on the link to <em>bronto.com</em> contained in the message. When he did this, the Keys and Values I specified earlier will be added on to the URL like so:</p>
<p>(Click to image to enlarge)<br />
<a href="http://brontoversity.com/wp-content/uploads/2010/05/Email-Marketing-Software-from-Bronto.png" target="_new"><img class="alignnone size-full wp-image-7347" title="Email Marketing Software from Bronto" src="http://brontoversity.com/wp-content/uploads/2010/05/Email-Marketing-Software-from-Bronto.png" alt="" width="560" height="147" /></a><br />
Your Custom Analytics solution should then be able to identify the parameters, get the data, and use it for reporting purposes. Depending on your analytics solution, you may need to adjust certain settings within the analytics tool you use to look for these specific URL parameters. Consult the documentation for your analytics solution for specifics on how to do this. Hopefully you have a better idea of the data that Bronto can offer up to you for use in your custom analytics solution. If you have any additional questions, please leave them in the comments section below.</p>
<p><em>John Gunther<br />
Technical Writer/eLearning Specialist at Bronto<br />
Editor of Brontoversity</em></p>


<p>Related posts:<ol><li><a href='http://brontoversity.com/2009/12/03/dynamically-adding-values-to-conversion-tracking-urls/' rel='bookmark' title='Permanent Link: Dynamically Adding Values To Conversion Tracking URLs'>Dynamically Adding Values To Conversion Tracking URLs</a> <small>In recent weeks, I have been getting a lot of...</small></li>
<li><a href='http://brontoversity.com/2010/01/19/getting-integrated-integrations-in-bronto/' rel='bookmark' title='Permanent Link: Getting Integrated: Integrations In Bronto'>Getting Integrated: Integrations In Bronto</a> <small>At Bronto we believe in always trying to make our...</small></li>
<li><a href='http://brontoversity.com/2009/09/29/diy-integrations-ii-updating-contact-field-information-with-direct-update/' rel='bookmark' title='Permanent Link: DIY Integrations II: Updating Contact Field Information With Direct Update'>DIY Integrations II: Updating Contact Field Information With Direct Update</a> <small> Integrating your website or database with a third party...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://brontoversity.com/2010/05/06/setting-up-custom-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Integrated: Integrations In Bronto</title>
		<link>http://brontoversity.com/2010/01/19/getting-integrated-integrations-in-bronto/</link>
		<comments>http://brontoversity.com/2010/01/19/getting-integrated-integrations-in-bronto/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 19:02:48 +0000</pubDate>
		<dc:creator>Frank Chapman</dc:creator>
				<category><![CDATA[Did You Know?]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[baynote]]></category>
		<category><![CDATA[custom analytics]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Integrations]]></category>
		<category><![CDATA[Omniture integration]]></category>
		<category><![CDATA[ticketreturn]]></category>

		<guid isPermaLink="false">http://brontoversity.com/?p=5931</guid>
		<description><![CDATA[At Bronto we believe in always trying to make our product better. One of the ways that we attempt to do this is by creating partnerships with companies and products that we can integrate with.  Here are some short descriptions of a few of the companies that we have active integrations with.
Omniture
Omniture&#8217;s primary product, SiteCatalyst, [...]


Related posts:<ol><li><a href='http://brontoversity.com/2010/05/06/setting-up-custom-analytics/' rel='bookmark' title='Permanent Link: Setting Up Custom Analytics'>Setting Up Custom Analytics</a> <small>We have talked in the past about all the great...</small></li>
<li><a href='http://brontoversity.com/2009/09/29/diy-integrations-ii-updating-contact-field-information-with-direct-update/' rel='bookmark' title='Permanent Link: DIY Integrations II: Updating Contact Field Information With Direct Update'>DIY Integrations II: Updating Contact Field Information With Direct Update</a> <small> Integrating your website or database with a third party...</small></li>
<li><a href='http://brontoversity.com/2010/03/01/its-coming-the-bronto-spring-2010-release/' rel='bookmark' title='Permanent Link: It&#8217;s Coming! The Bronto Spring 2010 Release'>It&#8217;s Coming! The Bronto Spring 2010 Release</a> <small>It&#8217;s been a cold and snowy winter and all of...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://brontoversity.com/wp-content/uploads/2010/01/integrated.jpg" target="_blank"><img class="alignright size-full wp-image-5944" style="border: 2px solid black;" src="http://brontoversity.com/wp-content/uploads/2010/01/integrated.jpg" alt="Integrated Circuit Board" width="312" height="208" /></a>At Bronto we believe in always trying to make our product better. One of the ways that we attempt to do this is by creating partnerships with companies and products that we can integrate with.  Here are some short descriptions of a few of the companies that we have active integrations with.</p>
<h3>Omniture</h3>
<p><a href="http://brontoversity.com/wp-content/uploads/2010/01/omniture-logo.jpg" target="_blank"><img class="alignright size-full wp-image-5934" src="http://brontoversity.com/wp-content/uploads/2010/01/omniture-logo.jpg" alt="Omniture Logo" width="198" height="108" /></a>Omniture&#8217;s primary product, SiteCatalyst, helps clients measure Web site traffic, visitor activity, advertising effectiveness, and e-commerce transactions. Using our integration you can track the paths of the traffic and see conversions generated by your email in the Omniture interface. You will also be able to create targeted lists from your Omniture data to use in your marketing Initiatives.  It is important to remember that you must have an Omniture Genesis account to implement this integration.</p>
<h3>Baynote</h3>
<p><a href="http://brontoversity.com/wp-content/uploads/2010/01/baynote-logo-500.gif" target="_blank"><img class="alignright size-full wp-image-5936" src="http://brontoversity.com/wp-content/uploads/2010/01/baynote-logo-500.gif" alt="Baynote Logo" width="240" height="60" /></a>Baynote delivers the industry-leading recommendation engine for products and content websites, intranets, and portals. This allows you to better understand your contact&#8217;s intent and context. Using this information, the integration automatically displays the best content and products in an email sent to a specific contact. This is extremely useful for including recommendations in transactional emails after a purchase has been made. You must have a Baynote account to employ this integration.</p>
<h3>Ticket Return</h3>
<p><a href="http://brontoversity.com/wp-content/uploads/2010/01/trlogo2.gif" target="_blank"><img class="alignright size-full wp-image-5939" src="http://brontoversity.com/wp-content/uploads/2010/01/trlogo2.gif" alt="TicketReturn Logo" width="202" height="81" /></a>TicketReturn™ delivers flexible ticketing solutions for venues of all sizes, with secure access to Box Office, outlet, and online e-ticket sales. When integrated with Bronto, you will have access to many different pieces of data for all of the contacts that have purchased tickets to your event using the TicketReturn service. This allows you to send transactional emails to contacts before or after events, or segment them based on purchase or attendance history.  To use this integration you must be a client of TicketReturn.</p>
<h3>Google Analytics</h3>
<p><a href="http://brontoversity.com/wp-content/uploads/2010/01/analytics_logo.gif" target="_blank"><img class="alignright size-full wp-image-5941" src="http://brontoversity.com/wp-content/uploads/2010/01/analytics_logo.gif" alt="Google Analytics Logo" width="186" height="36" /></a>Google analytics is a cost efficient web analytics tool.  It will show you how people found your site, how they explored it, and how you can enhance their visitor experience. With this information, you can improve your website return on investment, increase conversions, and make more money on the web. With a Bronto integration you will be able to create your emails so they contain links with information that is recognized by Google Analytics.  Using these links you will be able to view how your contacts respond to your email and move through your website. You must have Google Analytics set up on your web site to properly use this integration.</p>
<h3>Future Plans</h3>
<p>As time goes on we will continue to look for partners that will give our clients a marketing edge.  These are just a few of the integrations that we have available now.  If you are interested in implementing any of these integrations, please contact Bronto Client Services.</p>
<p><em>Frank Chapman<br />
Bronto Client Services</em></p>


<p>Related posts:<ol><li><a href='http://brontoversity.com/2010/05/06/setting-up-custom-analytics/' rel='bookmark' title='Permanent Link: Setting Up Custom Analytics'>Setting Up Custom Analytics</a> <small>We have talked in the past about all the great...</small></li>
<li><a href='http://brontoversity.com/2009/09/29/diy-integrations-ii-updating-contact-field-information-with-direct-update/' rel='bookmark' title='Permanent Link: DIY Integrations II: Updating Contact Field Information With Direct Update'>DIY Integrations II: Updating Contact Field Information With Direct Update</a> <small> Integrating your website or database with a third party...</small></li>
<li><a href='http://brontoversity.com/2010/03/01/its-coming-the-bronto-spring-2010-release/' rel='bookmark' title='Permanent Link: It&#8217;s Coming! The Bronto Spring 2010 Release'>It&#8217;s Coming! The Bronto Spring 2010 Release</a> <small>It&#8217;s been a cold and snowy winter and all of...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://brontoversity.com/2010/01/19/getting-integrated-integrations-in-bronto/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
