<?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>Adult, Dating, Webcam &#38; Mobile Webmasters &#187; Promoting Dating</title>
	<atom:link href="http://jayvis.com/category/promoting-dating/feed/" rel="self" type="application/rss+xml" />
	<link>http://jayvis.com</link>
	<description>Adult &#38; Mainstream Affiliate Marketing</description>
	<lastBuildDate>Tue, 16 Nov 2010 20:05:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Dating API</title>
		<link>http://jayvis.com/amateur-match-dating-api/</link>
		<comments>http://jayvis.com/amateur-match-dating-api/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 00:57:19 +0000</pubDate>
		<dc:creator>Jayvis</dc:creator>
				<category><![CDATA[Promoting Dating]]></category>
		<category><![CDATA[amateur match]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[dating api]]></category>

		<guid isPermaLink="false">http://jayvis.com/?p=297</guid>
		<description><![CDATA[We have two different API&#8217;s. Both are pretty straight forward and include a PDF explaining the various functions and how they work. Please contact me (jay@datinggold.com) before downloading the files so that I can approve your account for usage. Dating_PostJoin_API_1.2.zip Dating_PreJoin_API_1.2.zip The first API is the PostJoin_API &#8211; This is the API we usually pay [...]]]></description>
			<content:encoded><![CDATA[<p>We have two different API&#8217;s.  Both are pretty straight forward and include a PDF explaining the various functions and how they work.</p>
<p>Please contact me (jay@datinggold.com) before downloading the files so that I can approve your account for usage.</p>
<p><center><img src="http://www.jayvis.com/dg/zipicon.jpg"> <a href="http://www.jayvis.com/dg/Dating_PostJoin_API_1.2.zip">Dating_PostJoin_API_1.2.zip</a><br />
<img src="http://www.jayvis.com/dg/zipicon.jpg"> <a href="http://www.jayvis.com/dg/Dating_PreJoin_API_1.2.zip">Dating_PreJoin_API_1.2.zip</a></center></p>
<p>The first API is the <strong>PostJoin_API</strong> &#8211; This is the API we usually pay $2.50 per lead on.</p>
<p>This API is best used for posting &#8220;live&#8221; data to us as it comes in.</p>
<p>It requires a number of various fields which can be seen in said PDF.  You will also need your accompanying $2.50 API &#8220;ainfo&#8221; which is found on all generated links for Amateur Match $2.50 API. </p>
<p>The second API is the <strong>PreJoin_API</strong> &#8211; This one is a bit more simple and only requires an IP address and an email address.</p>
<p>I know it says otherwise in the PDF, but just ignore that&#8230; All we need is an IP &#038; email address.</p>
<p>On this API we pay $75 per sale.</p>
<p>This one is especially useful for people that already have an existing database of limited information which they are looking to post over to us.</p>
<p>You will also need your accompanying $75 PPS &#8220;ainfo&#8221; which is found on all generated links for Amateur Match PPS. </p>
<p>Here&#8217;s an example code of how it would be set up:</p>
<p>Please pay attention to the post_URL, as that is what also differentiate the post API and the prejoin API.</p>
<p><code>$vars = array(</p>
<p>    // Required Information<br />
    'email' => 'swearengena@hotmail.com',<br />
    'ainfo' => 'MjI4NTV8Mzh8MTIy',<br />
    'ip_address' => '65.244.48.55', // IP Address of the user<br />
    'action' => 'register',</p>
<p>    // Optional Information<br />
    'username' => 'uioiopopa',<br />
    'birthdate' => '1981-05-01',<br />
    'iam' => '1', // Male = 1, Female = 2, Couple = 3, Group = 4<br />
    'interested' => '2', // Male = 1, Female = 2, Couple = 3, Group = 4<br />
    'for1' => '1',<br />
    'country' => 'US',<br />
    'postalcode' => '95828',<br />
    'state' => 'CA',<br />
    'city' => 'Sacramento',<br />
    'atcc' => '0',</p>
<p>    );</p>
<p>$post_url = 'http://www.amateurmatch.com/postjoin/prejoin.php';</code></p>
<p><strong>Once set up, you will need to contact me so that I can white list you for use and from there we can begin testing to make sure you&#8217;re getting back a &#8216;success response&#8217; after signup.</strong></p>
<p>Once again, if you need any help whatsoever just let me know and I&#8217;ll be more than happy to get you going.</p>
<p>Now onto the documentation!</p>
<p><center><b><u>Dating Post-Join API</b></u></p>
<p><b><u>I. Introduction</b></u></p>
<p>Conventional affiliate programs require you to send traffic to a website using a link or a<br />
banner and your lead is dependent on whether the landing page entices them to join.<br />
With the Dating Post-Join, a user can join our site without leaving yours. You host the<br />
form, collect the user&#8217;s information and post to us in the background. We then create<br />
the user&#8217;s account, send the user our welcome email, and credit your account with the<br />
lead when they log in. This gives you the freedom to customize the user&#8217;s experience<br />
during the join process to give you the highest potential for getting leads. </p>
<p><b><u>II. Implementation Overview</b></u></p>
<p>In order to use the Dating Post-Join API you must provide the following functionality: <br />
1. Collect the user&#8217;s information. <br />
2. Perform error checking to confirm whether the information entered is valid. <br />
3. Post the information to our server. <br />
4. Parse the response in order to provide feedback to the user. <br />
The following sections will go into more detail about each of these steps. </p>
<p><u><b>III. Collecting User Information</u></b></p>
<p>A user&#8217;s profile on the dating site contains a lot of information, from their username to<br />
their eye color. The most basic of this information is required as the minimum amount<br />
of information needed to create a user&#8217;s account. The Dating Post-Join API allows you<br />
to post any of these fields to be added to the user&#8217;s profile upon creation, but only the<br />
required information must be entered correctly for the registration process to go<br />
through. You will need to create a form to collect this information from the user. The<br />
fields you are allowed to post and restrictions on their formatting are listed below.</p>
<p><u><b>Required Fields &#038; Field Name Description Restrictions Example</b></u></p>
<p><img src="http://www.jayvis.com/dg/api1.jpg"><br />
<img src="http://www.jayvis.com/dg/api2.jpg"><br />
<img src="http://www.jayvis.com/dg/api3.jpg"></p>
<p><u><b>IV. User Information Validation</u></b></p>
<p>You have two options for validating a user&#8217;s information which depend on how you wish<br />
to implement the join process. The first method is to pass the form values to the API<br />
when the user posts their information and use the API to perform the error checking.<br />
The second method is to verify all the different fields on your end before posting the<br />
information to us. This is advantageous because the information can be collected<br />
completely on your end without having to wait for the information to travel across the<br />
internet and for a response to travel back while the user waits. </p>
<p>There are a few fields that cannot be completely verified on your end. You are able to<br />
check the formatting of the username and email fields, but problems can come up if the<br />
username or email address already exist on our system. Because of this, we are<br />
providing functions through the API to check if a username or email address exist on<br />
our system. If a username already exists, and you do not use the API to check it, the<br />
account will be created anyway with a number appended to the end of it. For example,<br />
if you try to create an account with username &#8220;mikeman&#8221; and the username already<br />
exists, the account will be created with username &#8220;mikeman1&#8243;. So passing a username<br />
that is already in use will only create an error if a suitable replacement cannot be found.<br />
However, the email address must be unique. In the rare case a user on your site has<br />
already signed up on our site with the same email address, the account will not be<br />
created and an error will be returned. You can check either of these fields using the API<br />
beforehand, or you can post all of the user&#8217;s information and the error will be generated<br />
at that stage. See &#8220;Using the API&#8221; for information on how to use the various API<br />
function calls. </p>
<p>If any of the required information submitted is invalid, an error code will be returned by<br />
the call to the API. No value has to be passed for optional fields, but if you do decide to<br />
pass a value, if an invalid input is passed, an error will be returned. The following is a<br />
list of error codes that can be returned (not including required fields being blank):</p>
<p><img src="http://www.jayvis.com/dg/api11.jpg"></p>
<p><b><u>V. Using the API</u></b></p>
<p>All calls to the API are passed to a script on our server: <br />
<b><u>http://www.SITE_URL.com/postjoin/api.php</u></b></p>
<p>For example, a post to AmateurMatch.com would be sent to: <br />
<b><u>http://www.amateurmatch.com/postjoin/api.php</b></u></p>
<p>For every call to the API, the action variable must be set in order to let the API know<br />
what function you are attempting to perform. The different actions are as follows:</p>
<p><img src="http://www.jayvis.com/dg/api12.jpg"></p>
<p><b><u>VI. Response</b></u></p>
<p>After you have posted a new user to the API using the register action, the script will<br />
return a result that allow you to know if the account was created and if not, what the<br />
errors were. If registration was successful and the account was created the script will<br />
return the word &#8220;success&#8221; on the first line, followed by the username that was created.<br />
This is helpful if the username that was passed was in use and a different username<br />
had to be used. If the account could not be created, the word &#8220;failure&#8221; will be returned<br />
on the first line. The second line will contain a comma-separated list of error codes that<br />
prevented the account from being created successfully.</p>
<p><img src="http://www.jayvis.com/dg/api13.jpg"></p>
<p><u><b>VII. Miscellaneous</u></b></p>
<p><u>A. Dating Gold Affiliate Info</u><br />
You must provide your DatingGold ainfo string with each call the Post-Join API. The<br />
API is only available to certain affiliates and in order to use it you have to be on the<br />
approved list. You can also track the lead to a particular campaign code in DatingGold<br />
by passing the atcc parameter with a numeric value for the campaign ID. If you are an<br />
affiliate that uses NATs, you can pass a NATs code instead of a campaign code by<br />
using the xcc parameter. </p>
<p><u>B. Code Samples</u><br />
An example HTML form, and a PHP script used for validation and posting of the user&#8217;s<br />
information to the API are included. Any internet based programming language capable<br />
of posting data to a webpage can be used with this API.</p>
]]></content:encoded>
			<wfw:commentRss>http://jayvis.com/amateur-match-dating-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TextNDate Top Landing Pages</title>
		<link>http://jayvis.com/textndate-top-landing-pages/</link>
		<comments>http://jayvis.com/textndate-top-landing-pages/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 17:55:24 +0000</pubDate>
		<dc:creator>Jayvis</dc:creator>
				<category><![CDATA[Promoting Dating]]></category>
		<category><![CDATA[dating cpa]]></category>
		<category><![CDATA[dating cpl]]></category>
		<category><![CDATA[sms dating]]></category>
		<category><![CDATA[textndate]]></category>

		<guid isPermaLink="false">http://jayvis.com/?p=267</guid>
		<description><![CDATA[I figured our affiliates would like to take a peek into the performance of our newest SMS/Mobile dating offer; TextNDate.com &#8211; so I ran some statistics for the entire month of October to see what our best landing pages were. I think you&#8217;ll find it interesting to note that Landing Page 2 (as seen below) [...]]]></description>
			<content:encoded><![CDATA[<p>I figured our affiliates would like to take a peek into the performance of our newest SMS/Mobile dating offer; TextNDate.com &#8211; so I ran some statistics for the entire month of October to see what our best landing pages were.  I think you&#8217;ll find it interesting to note that Landing Page 2 (as seen below) was #1 by a long shot, even with the accompanying voice over on the page.  And just to prove it wasn&#8217;t a fluke, I went back and ran September&#8217;s numbers as well and Landing Page 2 was 1:7 again (also #1 for that month).</p>
<p>Each ratio you see underneath the screenshots refers to the <strong>unique to lead</strong> ratio.</p>
<p><center><a href="http://www.textndate.com/?ainfo=MTQzMTh8ODh8MTI4Nw==&#038;show=landing&#038;id=2" target="_blank"><img src="http://jayvis.com/wp-content/uploads/2010/11/textndate.jpg" border="0"></a><br />
<strong>Landing Page 2 &#8211; Iphone Girl With Talk &#8211; 1:7</strong></p>
<blockquote><p><a href="http://www.textndate.com/?ainfo=MTQzMTh8ODh8MTI4OA==&#038;show=landing&#038;id=5" target="_blank"><img src="http://cdn2.ads.datinggold.com/images/datinggold.com/landing_page_thumbs/tnd_lp_landing5_small.jpg" border="0"></a><br />
<strong>Landing Page 5 &#8211; Singles Carousel &#8211; 1:15</strong></p>
</blockquote>
<blockquote><p><a href="http://www.textndate.com/?ainfo=MTQzMTh8ODh8MTI4OA==&#038;show=landing&#038;id=1" target="_blank"><img src="http://cdn2.ads.datinggold.com/images/datinggold.com/landing_page_thumbs/tnd_lp_landing1_small.jpg" border="0"></a><br />
<strong>Landing 1 &#8211; Online and Local Singles &#8211; 1:31</strong></p>
</blockquote>
<blockquote><p><a href="http://www.textndate.com/?ainfo=MTQzMTh8ODh8MTI4OA==&#038;show=landing&#038;id=7" target="_blank"><img src="http://cdn2.amateurmatch.com/images/datinggold.com/landing_page_thumbs/tnd_lp_landing7_small.jpg" border="0"></a><br />
<strong>Landing Page 7 &#8211; Mobile Default Site (Mobile Browser Only) &#8211; 1:62</strong></p>
</blockquote>
<blockquote><p><a href="http://www.textndate.com/?ainfo=MTQzMTh8ODh8MTI4OA==&#038;show=landing&#038;id=6" target="_blank"><img src="http://cdn2.ads.datinggold.com/images/datinggold.com/landing_page_thumbs/tnd_lp_landing6_small.jpg" border="0"></a><br />
<strong>Landing Page 6 &#8211; Google Map &#8211; 1:68</strong></p>
</blockquote>
<p></center></p>
<p>These are the Top 5 <strong>unique to lead</strong> landing pages for October 1-31, 2010.  Keep in mind we have a few other landing pages as well.  TextNDate finished off the month of October for a combined average of <strong>1:28</strong> acrosss the board on all landing pages.</p>
<p>If you&#8217;re interested in running this on your mainstream traffic, <a href="mailto:jay@datinggold.com">please email me</a> your Dating Gold username so that I can activate it for your account!</p>
]]></content:encoded>
			<wfw:commentRss>http://jayvis.com/textndate-top-landing-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing Dating Blogs</title>
		<link>http://jayvis.com/writing-dating-blogs/</link>
		<comments>http://jayvis.com/writing-dating-blogs/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 22:28:28 +0000</pubDate>
		<dc:creator>Jayvis</dc:creator>
				<category><![CDATA[Promoting Dating]]></category>

		<guid isPermaLink="false">http://jayvis.com/?p=201</guid>
		<description><![CDATA[Today I wanted to share a method of affiliate marketing that I applied to my own portfolio of sites right before taking on the job with Dating Gold. Essentially it boils down to creating “user review” esque blogs based on your experience with a product. Is it a new idea? Not at all. Is it [...]]]></description>
			<content:encoded><![CDATA[<p>Today I wanted to share a method of affiliate marketing that I applied to my own portfolio of sites right before taking on the job with Dating Gold.  Essentially it boils down to creating “user review” esque blogs based on your experience with a product.  Is it a new idea?  Not at all.  Is it saturated?  Depending on who you talk to, just about any affiliate method is “saturated” but I’ll tell you this… it’s effective; both in earning money and climbing the SERPs.  I will try and break this method down to every little detail so that you can get a clear picture of how I worked this angle and how it was effective for me. </p>
<p>Firstly, our &#8220;review blog&#8221; is going to be focused on dating, written by me in the first person.  You need to grab a domain.  Let’s say the domain is “HowJayGotLaid.com” or &#8220;MyExperienceWithAmateurMatch.com&#8221; or some variation of those… after all, we’re going after the dating market.  From there, you then need to create a wordpress blog and implement a simple theme that you feel comfortable customizing.  You’ll want to thrown in some useful plugins like the all in one seo pack (among others if you choose to do so).  Now it’s time to start writing content.</p>
<p>I would suggest you start with an “about me” page and do a write up to allow your visitors to really feel like they know you, the writer.  You can work this a few different ways.  I would do stories of how “I” had a hard time overcoming shyness and therefore decided to give online dating a chance and (of course) it was (as Borat would say) &#8220;great success!&#8221;  &#8211; It’s important to come off as a “work in progress” story and to mention that “I use this blog to document my success one date at a time &#8211; as a kind of personal dating diary” and “now I wanted to share my story with the world.”</p>
<p>From here, you can begin with the actual posts.  I think its common sense to keep your affiliate links as discreet as possible.  We’re writing this as though we’re writing in a personal diary, not spamming the hell out everyone.  Some common blog topics and points of interests to help fill content:</p>
<blockquote><p>-Clearly identifying your problem.  “I was a shy guy, not bad looking; I just didn’t have any game.  One day I decided to change that by cleaning up my act and seeing what online dating had to offer.”  Tell some stories about how you shyly failed at meeting girls before this, in the real world.</p></blockquote>
<blockquote><p>-How you came to joining Amateur Match or whatever site you decide to promote.  “I googled a ton of different dating sites but I finally decided on joining xxxxxxx dating site because they have such and such features and they cater to adult dating and that&#8217;s something I might want to satisfy my needs, etc.&#8221;</p></blockquote>
<blockquote><p>-Justifying paying for a dating membership in the first place.  “I would spend my weekends buying videogames and playing those and I finally realized that for the same price of a videogame (if not less) I could at least be searching for girls in my area and allowing them to notice me!”</p></blockquote>
<blockquote><p>-How chatting online helped improve communication skills talking to women in real life.  “I was always so shy but I gained confidence chatting to women online from the comfort of my own home… I noticed that confidence stuck with me as I interacted with women in my everyday life.  This one day at Starbucks I found myself staring at the pretty barista right in her eyes and smiling proudly instead of paying and quickly getting out of there without ever making eye contact.”</p></blockquote>
<blockquote><p>-Benefits of being able to chat to more than one girl at a time. “The great thing about being a member on this site is that I can talk to as many girls as I want and see who I click with the best.  In the real world this is almost impossible!”</p></blockquote>
<blockquote><p>-Throw in a few stories about the funny messages you got from gay men trying to hit on you and how you laughed it off and politely denied them.  Once again, we’re trying to make this as real as possible and not go for the direct sale.  Going slightly off topic and including things like “well today I didn’t have any time to work on my game – my job at xxxx was just waaayyy too exhausting!  I came home and went right to bed!” is good too.  Or &#8220;Today Josh and I were playing basketball and he mentioned how annoying his girlfriend is, I hope I don&#8217;t end up that unhappy when I find one lol!&#8221;</p></blockquote>
<blockquote><p>-Give out advice on how you personally made your profile as appealing as possible.  “I decided to not upload any of the drunken party pics of me and my buddies in college and instead went for a more subtle approach.  I think it was a good choice so far.  Afterall, at the end of the day, I’m looking for a girl I can bring home to mom, not just a one night stand!”</p></blockquote>
<blockquote><p>-Some of the dates I went on – “I decided to take Veronica to this little known coffee shop after she mentioned how much she loves a good cup of Joe…” and take it from there.  Tell funny date stories, how hard you had to think about what to wear, what cologne you put on, how you had to clean your car beforehand to make sure it looked good etc.</p></blockquote>
<blockquote><p>-After meeting the girl.  – “Well Vernoica and I have went out on two dates so far…”  and “here’s my next date idea ________ what do you guys think??”</p></blockquote>
<blockquote><p>-Adding in the occasional fake comments to a question like the one above seems to help.  Once again, just don’t make it totally obvious.</p></blockquote>
<blockquote><p>-Add in dating tips for other guys in the same boat as you.  Tips and tricks you learned along the way and now you&#8217;re passing along to everyone.  &#8220;I should have filled the gas tank up yesterday because I was five minutes late picking up Veronica!  There was nothing I could do, it was either stop and get gas before picking her up or running it to empty later on in the night!  Guys, don&#8217;t make the same mistake I did, she was pissed lol.  But I made up for it by taking her to a movie she ended up loving!&#8221;</p></blockquote>
<p>Ok, ok, you get the idea by now (hopefully).</p>
<p>With those topics above you could easily fill a blog with 20-30 posts over a period of time, if not more.  </p>
<p>I would advise against placing banner ads on your blog.  I would suggest sticking with only text links (but feel free to do it both ways to see how your traffic reacts to it).  Sometimes people will come to your site and read every single word you post, other times they are lazy and might only click on the flashy dating banner that caught their eye.  Like I said, do a test and see how the clicks fluctuate.  </p>
<p>The great thing about this method of sending traffic is that you can apply it to almost anything.  Weight loss (just think of the stories you could tell with some before and after pictures), restaurant reviews (once again stories of restaurants you visit), clothing, etc.  The possibilities are endless&#8230; both in adult and mainstream.  I applied this method to a gambling themed blog once along with dating.  It was based on &#8220;my adventures at the horse track&#8221; and stories of gains/losses that day and which horses I bet on and why I bet on them in the first place at various tracks throughout the country.  At the time google allowed adsense on it (not sure if they still do) and I made a killing on that along with promoting gambling affiliate programs.</p>
<p>I was told by a friend of mine that this method is even better from the perspective of a female.  This is something I have not dabbled in yet, but I can imagine that if you can come across as a legit female you may see conversions double.  If I were to do this I would write it as a female who just moved to a new city for a new job, she works all the time so she doesn’t have free-time to find men on her own.  Therefore, she joins xxxxxxx dating site and writes stories of the men she’s met and the dates she’s been on.  Who wouldn&#8217;t want a female perspective of the dating scene and the in&#8217;s and out&#8217;s of what a women wants?  You could keep it as mainstream or as steamy as you wanted from that angle.</p>
<p>The only downside to doing all of this is that you cannot half-ass it.  This is a blog you may not outsource to a writer.  Your writing needs to flow and sound as real as possible.  It also won&#8217;t get picked up in google right away, either.  However, if you stick with it, put in the writing effort, you will see the results in due time.  I&#8217;d say an average post will take 20-30 minutes and needs updated every three or four days.  Granted, that&#8217;s not a long time, but if you find yourself faced with writer&#8217;s block, it may become frustrating.</p>
<p>The plus side is this is a great way for new affiliates to get their feet wet.  Anyone that can write can do something like this.  Google seems to love blogs, especially ones like this.</p>
<p>Hope these tips help! </p>
]]></content:encoded>
			<wfw:commentRss>http://jayvis.com/writing-dating-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dating Gold &#8211; $100-$150 Payouts</title>
		<link>http://jayvis.com/dating-gold-100-150-payouts/</link>
		<comments>http://jayvis.com/dating-gold-100-150-payouts/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 02:51:16 +0000</pubDate>
		<dc:creator>Jayvis</dc:creator>
				<category><![CDATA[Promoting Dating]]></category>
		<category><![CDATA[Promoting Webcams]]></category>

		<guid isPermaLink="false">http://jayvis.com/?p=183</guid>
		<description><![CDATA[Dating Gold is offering all adult affiliates their very own bailout! Every day from July 15-31 you can expect $100 per sale to Amateur Match and $150 per sale to WebcamClub. You&#8217;ll have to log-in and grab this new link when it becomes available, but I just wanted to get the word out early! If [...]]]></description>
			<content:encoded><![CDATA[<p>Dating Gold is offering all adult affiliates their very own bailout!  Every day from July 15-31 you can expect $100 per sale to Amateur Match and $150 per sale to WebcamClub.  You&#8217;ll have to log-in and grab this new link when it becomes available, but I just wanted to get the word out early!  If you have any questions, please feel free to get in touch.  </p>
]]></content:encoded>
			<wfw:commentRss>http://jayvis.com/dating-gold-100-150-payouts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Importance of Text</title>
		<link>http://jayvis.com/the-importance-of-text/</link>
		<comments>http://jayvis.com/the-importance-of-text/#comments</comments>
		<pubDate>Mon, 18 May 2009 23:35:38 +0000</pubDate>
		<dc:creator>Jayvis</dc:creator>
				<category><![CDATA[Promoting Dating]]></category>
		<category><![CDATA[Promoting Webcams]]></category>
		<category><![CDATA[boosting clicks]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://jayvis.com/?p=52</guid>
		<description><![CDATA[This is a simple, yet effective tip that is sure to boost clicks to your Dating Gold stats by 10-20%. With more clicks comes more frees converting to sales. It&#8217;s very basic, yet I hardly ever see affiliates incorporating it into their sites. Let&#8217;s say you are running one of our banners on your site, [...]]]></description>
			<content:encoded><![CDATA[<p>This is a simple, yet effective tip that is sure to boost clicks to your Dating Gold stats by 10-20%.  With more clicks comes more frees converting to sales.  It&#8217;s very basic, yet I hardly ever see affiliates incorporating it into their sites.  Let&#8217;s say you are running one of our banners on your site, say for instance it was this banner:</p>
<p><a href="http://www.amateurmatch.com/?ainfo=MTQzMTh8Mnw5NTA=&#038;skin=23" target="_top"><img src="http://www.datinggold.com/show.banner.php?bid=950" width="300" height="250" border="0"></a></p>
<p>The banner itself is fine, it&#8217;s eye-catching and gets the point across to the surfer.  But now it&#8217;s time to really sell them.  Try adding a sales pitch underneath the banner.  Like this:</p>
<blockquote><p><center><a href="http://www.amateurmatch.com/?ainfo=MTQzMTh8Mnw5NTA=&#038;skin=23" target="_top"><img src="http://www.datinggold.com/show.banner.php?bid=950" width="300" height="250" border="0"></a><br />
<img src="http://www.jayvis.com/starry.jpg"> <a href="http://www.amateurmatch.com/?ainfo=MTQzMTh8Mnw5NTA=&#038;skin=23">Finding a date isn&#8217;t hard, all it takes is a few seconds.  Register for free and see who&#8217;s in your area.  No pressure, just fun, easy going matchmaking.  <strong>100% safe and secure</strong>.</a> <img src="http://www.jayvis.com/starry.jpg"></center></p></blockquote>
<p>Same thing can be done for selling your surfer Webcam Club:</p>
<blockquote><p><center><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="300" height="250" id="flash_obj_810" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="http://ads.webcamclub.com/videoads/300x250/02d.swf?link_url=http://www.webcamclub.com/register.php?[ainfo]=MTQzMTh8MzB8ODEw" /><param name="quality" value="high" /><param name="bgcolor" value="#E6EBEE" /><embed src="http://ads.webcamclub.com/videoads/300x250/02d.swf?link_url=http://www.webcamclub.com/register.php?[ainfo]=MTQzMTh8MzB8ODEw" quality="high" bgcolor="#E6EBEE" width="300" height="250" name="flash_obj_810" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><br />
</object><br />
<img src="http://www.jayvis.com/starry.jpg"> <a href="http://www.webcamclub.com/register.php?ainfo=MTQzMTh8MzB8OTQz"><strong>Stop watching videos and get in on the action!</strong> Talk to real girls live, tell them what to do, go cam 2 cam with them (so they can see you as well), it&#8217;s like having your own virtual girlfriend. Best of all, it&#8217;s free to register!</a>  <img src="http://www.jayvis.com/starry.jpg"> </center></p></blockquote>
<p>That&#8217;s it!  I can assure you that this will (at the very least) boost sponsor clicks and it can be applied to just about anything you decide to promote, whether it be us for dating/cams or for paysites.  Be creative, switch up the text, instead of a small star image to attract the surfer&#8217;s attention, try using forum smileys instead.  I think you&#8217;ll be impressed with the results.  </p>
]]></content:encoded>
			<wfw:commentRss>http://jayvis.com/the-importance-of-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

