Home > Technical & Creative Skills >

Smallest Changes for Biggest Improvement to ROI? (19)


09-12-2013 11:13 AM #1 Finch (Moderator)
Smallest Changes for Biggest Improvement to ROI?

Simple question, really.

What are the smallest changes you've made to your campaigns to produce the biggest return in profit?

Some of mine:

1. Switching from Player A to Player B, and vice versa.

If the Player A spot on TrafficJunky requires a bid of 0.50, and the Player B is 0.35, and the difference in performance is only tiny, why would you bid on the more expensive placement?

You can sometimes add 20% to your profits just by finding the right placement where value meets performance (usually by deducting competition).

2. Using a native, professional translator.

You don't want to stop at hiring a professional translator and leaving him to get on with it (although for many, it's a good start). You want to hire a native speaker who understands what you are trying to achieve.

I've posted quite a lot about the power of local slang. A few native words can turn a struggling campaign in to a winner. I've seen this yet again in the last week with the term 'Mam' massively outperforming 'Mum' in the Irish market.

3. Avoid cannibalising your profits.

Pressing the Pause button when you need to, and resisting the urge to duplicate your ad in to multiple placements on the same page...

I generally find this makes a big difference to both profitability and sustainability.

4. Implementing jQuery.

The more engaging the Landing Page, the better the conversion rate.

However, some pages that try to engage end up harming the conversion rate by being overly clunky and ultimately losing clicks. jQuery has made a huge difference in allowing me to get the user from A to B, whilst hard-selling him along the way.

Perhaps the most common example of this is the way users are 'qualified' for adult dating offers with a loading bar followed by fadein text. It's a technique that goes way back to the weight loss rebill days when users were asked to 'qualify' for a free trial.

jQuery makes you money.

5. Believable Scarcity

Nothing converts like the genuine fear of missing out on a good thing.

Learning how to turn a token attempt at scarcity in to a believable attempt with plausible explanation is probably one of the most important variables you can be split testing today.


09-12-2013 11:40 AM #2 andyvon (AMC Alumnus)

Something I've been wondering for a while: How do you effectively split test Player A vs Player B?

To compare the 2 you ideally would want to run a.) the same ads b.) over the same timeframe. Problem is, this could lead to identical ads being shown in both placements and therefore screw up your data.

On the other hand, if you run Player A on let's say Monday and Player B on Tuesday, your data sets are not really comparable.


09-12-2013 11:46 AM #3 Finch (Moderator)

You could test one batch in Player A for Week 1, then another batch in Player B for Week 2. Compare the weekly stats and there's your winner.

It's difficult to remove all bias from the testing, but you will pretty quickly get a feel for which campaign is putting more money in your pocket.


09-12-2013 02:29 PM #4 peanut (Member)

Recently I changed a background picture and my lander became hardly readable. Conversion rate and ROI nearly doubled since then


09-12-2013 02:58 PM #5 caurmen (Administrator)

Great tips - particularly the JQuery one. I'll do a JQuery tutorial soon after I've finished the Step By Step Guide!

@peanut - Definitely, backgrounds on landers make a huge difference. I've seen +50% CVR or more from changing to a background that's similar to the offer background.


09-12-2013 03:09 PM #6 canogat (Member)



jQuery makes you money.
jQuery is awesome but big. It's size is comparable to attaching another large jpg to your LP, ultimately slowing load times. Here's some optimization tips for anyone running a LP with jQuery on it.

*** You can leverage the bohemoth power of GOOG to serve jQuery to the masses:

Code:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
*** Make sure you're serving a 'minimized' jQuery library -- use this, not this.

*** Test different CDNs for speed.

*** here's another thought. jQuery is so common that chances are your visitors just came from a site that uses jQuery. Serve the same library! Your visitors will already have it cached!

Ok.


09-12-2013 04:51 PM #7 manutv (Member)

Dynamically pulling up the image used in the ad, and showing it in the lander. Collecting more monies now.


09-12-2013 05:08 PM #8 stackman (Administrator)

I've literally changed 1 word on a landing page and gone from 100% ROI to 300% with Mobile. I spent 10hours a day in thesaurus/urbanthesaurus after than trying to tweak it further, but the previous word stayed the winner.


09-16-2013 01:22 AM #9 clubdrock (Member)

Adding a script that makes the screen jump to the final CTA after the page is done "loading" so the user doesn't have to scroll has worked good for my rules lander type pages.

Also, making the final CTA button on my landers obnoxiously large and blinking has increased CTR significantly.


09-16-2013 10:59 AM #10 caurmen (Administrator)

Definitely! It's incredible how blind people can be to CTAs - even if you think it's already bloody obvious, making it MOAR OBVIOUS still often helps


05-03-2014 04:25 AM #11 richierich (Member)

Offer page is red. Traffic source page is blue ( facebook ).

What background color will convert better?


05-03-2014 11:53 AM #12 caurmen (Administrator)

Split-test both and see!


09-30-2014 12:05 AM #13 timrodriguez (Member)

Do you guys know of any sample landing pages that use jQuery or more specifically the thing that clubdrock mentioned

"Adding a script that makes the screen jump to the final CTA after the page is done "loading" so the user doesn't have to scroll has worked good for my rules lander type pages."

Could you elaborate on what you mean by this? What could you write while the bar is loading?


09-30-2014 02:38 AM #14 zeno (Administrator)

Quote Originally Posted by timrodriguez View Post
Do you guys know of any sample landing pages that use jQuery or more specifically the thing that clubdrock mentioned

"Adding a script that makes the screen jump to the final CTA after the page is done "loading" so the user doesn't have to scroll has worked good for my rules lander type pages."

Could you elaborate on what you mean by this? What could you write while the bar is loading?
Pretty self-explanatory... when the page is finished loading, it scrolls down to the bottom or to the CTA. Not sure what you mean by the second question.

Just Google "jquery scroll to page position on load". This isn't rocket science.


09-30-2014 08:00 AM #15 smint17 (Member)

Do you have any examples of landing pages that uses jquery? Not that i want to duplicate it but i want to see what you meant by using jquery in landing pages myself.


09-30-2014 09:29 AM #16 quinnn (Member)

Quote Originally Posted by smint17 View Post
Do you have any examples of landing pages that uses jquery? Not that i want to duplicate it but i want to see what you meant by using jquery in landing pages myself.
Sure, here's one http://www.amazon.com/


09-30-2014 09:51 AM #17 zeno (Administrator)

Quote Originally Posted by quinnn View Post
Sure, here's one http://www.amazon.com/
I lol'd more than I should have.

jQuery is just an extension to javascript. Using it means a) dropping in a jQuery source (usually an external JS link) and using javascript code that utilises it, i.e. code specific to jQuery.


09-30-2014 12:29 PM #18 caurmen (Administrator)

Here's a truly excellent introduction to JQuery: http://www.codecademy.com/en/tracks/jquery


03-02-2016 12:12 AM #19 EoinF5 (Member)

Quote Originally Posted by Finch View Post

I've posted quite a lot about the power of local slang. A few native words can turn a struggling campaign in to a winner. I've seen this yet again in the last week with the term 'Mam' massively outperforming 'Mum' in the Irish market.
Split test "Mam" and "Ma" and see if it can push you up even more . Sincerely yours, native Dubliner and Affiliate Manager, Eoin (Owen) Casey


Home > Technical & Creative Skills >