<?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>iMedia Ventures &#187; thank you page</title>
	<atom:link href="http://imedia-ventures.com/tag/thank-you-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://imedia-ventures.com</link>
	<description>Websites and Mobile Apps</description>
	<lastBuildDate>Mon, 09 Apr 2012 10:59:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Adding Google Conversion Script to WordPress Site</title>
		<link>http://imedia-ventures.com/adding-google-conversion-script-to-wordpress-site/</link>
		<comments>http://imedia-ventures.com/adding-google-conversion-script-to-wordpress-site/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 21:08:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Conversions]]></category>
		<category><![CDATA[conversion script]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[thank you page]]></category>

		<guid isPermaLink="false">http://imedia-ventures.com/?p=105</guid>
		<description><![CDATA[When someone signs up for a free or paid membership you usually send them to a thank you page. When someone buys one of your products this is known as a conversion. You should create a unique thank you page &#8230; <a href="http://imedia-ventures.com/adding-google-conversion-script-to-wordpress-site/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fimedia-ventures.com%2Fadding-google-conversion-script-to-wordpress-site%2F&amp;title=Adding%20Google%20Conversion%20Script%20to%20WordPress%20Site" id="wpa2a_2"><img src="http://imedia-ventures.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>When someone signs up for a free or paid membership you usually send them to a thank you page. When someone buys one of your products this is known as a conversion. You should create a unique thank you page for each membership level, product, etc. When you use a membership system based on WordPress, which is known as a content management system (CMS) they usually use templates to create a web page. This means the header, footer and sidebar are often shared across the pages. This makes it easy to edit. You make a change in the footer file and it affects all pages instantly.</p>
<p>The problem is when you want to put a script for tracking conversions on a single page because the code usually needs to go in the footer near the closing &#8216;body&#8217; tag. So you can use this script to check which page you&#8217;re on, and only include the script for specific pages. Here&#8217;s what I did for one of my sites:</p>
<p>&lt;?php<br />
if (is_page(&#8216;thanks-for-joining&#8217;))<br />
{ include (&#8220;conversion_free.html&#8221;); }<br />
elseif (is_page(&#8216;thanks-for-joining-silver-level-membership&#8217;))<br />
{ include (&#8220;conversion_silver.html&#8221;); }<br />
?&gt;</p>
<p>You also have to create an html file and include the conversion script from that Google provides. Create one file for each conversion page and ftp it to the directory where your theme is. The &#8216;include&#8217; statement will look in the current theme&#8217;s directory for the html files.</p>
<p>Good luck! Let me know if you have any questions!</p>
<p>To set up an inexpensive website that you can easily maintain yourself, as well as building email lists, shopping carts or membership sites, please see our <a href="http://imedia-ventures.com/consulting-services/">internet consulting services</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fimedia-ventures.com%2Fadding-google-conversion-script-to-wordpress-site%2F&amp;title=Adding%20Google%20Conversion%20Script%20to%20WordPress%20Site" id="wpa2a_4"><img src="http://imedia-ventures.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://imedia-ventures.com/adding-google-conversion-script-to-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

