EPN is going to fuck us! QCP Preview Available

Does the javascript code pass referrer? I am worried that ebay might ban the account if referrer data is not passed.


I get that too. Looks like after automation, wordpress is stripping out the script tags. When manually adding an auctionpost though, the template works fine.

To fix it:

1. install the inline-javascript wordpress plugin.
2. use this in your a2p template:
Code:
[inline]
<script type="text/javascript">
var item = "[itemID]";
var first = "http://rover.ebay.com/rover/1/711-xxxxx-xxxxx-0/1?icep_ff3=2&pub=xxxxxxxxxx&toolid=10001&campid=xxxxxxxxxxx&customid=&icep_item=";
var last = "&ipn=psmain&icep_vectorid=xxxxxxxx&kwid=xxxxxxx&mtid=824&kw=lg";
var url = first+item+last;
document.write('<a href="',decodeURI(url),'">Click HERE TO BUY</a>');
</script>
[/inline]
please note the single quotes in the document.write. The double quotes didn't work for me using the inline plugin.
 


I think we can now safely change this forum post title from

"EPN is going to fuck us! QCP Preview Available "

...to...

"EPN fucked us hard and long and didn't pay us in the end"

Sitting at my second day of $0.00 per click.
 
All of my accounts were reinstated at $0.02 EPC yesterday. I'm optimistically hoping that goes up a little further for today's clicks...

Can't decide if I'm happy that they're paying anything at all, so I know I haven't been totally cut off, or if I'm still pissed for my EPC dropping 86%, but I'm leaning towards the latter.
 
It's scary how the last few posters have described my experience exactly. $0.14 > $0.00
 
All -

Enigma's solution to this is pretty elegant. One of my sites is using the Arthemia theme and any time an excerpt was being used the tags were being stripped. The excerpt showed the javascript itself but the post showed the corrected link.

After emailing with Enigma he figured out the problem. The Wordpress function the_excerpt() was stripping the proper tags out.

To fix this in Arthemia go to the theme editor and open functions.php. In the function named "custom_trim_excerpt" you want to find this line:

Code:
  $text = strip_tags($text);

Change it to this:

Code:
  $text = strip_tags($text,'<script><a>');

If you're using a different theme and having trouble with the_excerpt() doing this I THINK you just add this to your functions.php file:

Code:
remove_filter('get_the_excerpt', 'wp_trim_excerpt');
add_filter('get_the_excerpt', 'custom_trim_excerpt');
 
function custom_trim_excerpt($text) { // Fakes an excerpt if needed
global $post;
 if ( '' == $text ) {
  $text = get_the_content('');
  $text = strip_shortcodes( $text );
  $text = apply_filters('the_content', $text);
  $text = str_replace(']]>', ']]>', $text);
  $text = strip_tags($text,'<script><a>');
  $excerpt_length = apply_filters('excerpt_length', 90);
  $words = explode(' ', $text, $excerpt_length + 1);
  if (count($words) > $excerpt_length) {
   array_pop($words);
   array_push($words, '...');
   $text = implode(' ', $words);
  }
 }
 return $text;
}
 
This quoted post is from the EPN forums, it was posted 11/10 but I don't think it's been linked to yet. I'm assuming they were suspicious because this guy saw a lot of bot traffic?

A Tip That May Save Your EPN Account in Special Discussion Boards in Community

A Tip That May Save Your EPN Account
Nov 10, 2009 6:06 PM




Tip: Make sure you keep at least 2 weeks worth of raw server logs for every site you run traffic to eBay Partner Network.

I am writing this post in hopes that it may save another affiliate from what I've gone through over the past weeks.

Ebay Partner Network has served as a significant source of income for me for the last 8 months or so. I went from mere double digit monthly earnings in January of 2009 to doing thousands of clicks every day by building numerous content niche websites and putting hundreds of hours into SEO'ing them. My websites were whitehat and powered by phpBay Pro.

In the past few months, I've done quite well as my sites started to age and take top rankings in search engines. I started to see ways that I could scale up and was planning to launch a brand new network of websites as well as some international search marketing campaigns.

After a particularly good series of days earnings-wise (my earnings were about 25% higher than usual), I got an email from Ebay Quality notifying me that my account was suspended and asking me for a week's worth of server logs as well as information on how I drove traffic.

I complied fully with EPN's request for information, except for one issue. As all of my sites are hosted on a dedicated server I rent, my server had been set to process logs (through AWStats) and delete old logs once processed to save disk space. I realized that would mean it'd be impossible for me to provide the logs, as they had already been deleted. I sent an email explaining the situation and asked if the AWStats reports would suffice.

Days passed, and I got another generic letter from eBay Quality notifying me that I needed to send in raw server logs in the next 72 hours. At that time, I immediately set my server to keep all server logs, and emailed eBay back that I would send them the most recent logs I was keeping. After a few days had passed, I sent eBay the raw server logs my server had collected.

eBay then sent me a reply stating "we don't need to see logs for your current traffic because right now your account is suspended" and that they needed to see logs for traffic earlier in the month.

I was faced with an insolvable dilemma. There was no way I could retrieve the logs in question, as they had been deleted during processing (earlier in the month).

The only logs that I could provide were the logs kept since I had set my server to retain logs. I once again emailed eBay explaining my logs situation, and asking if there was any other way I could prove that my account was clean.

This time, eBay took much longer to respond (11 days). eBay Quality notified me that my account would be expired. "As you have failed to comply with our request for server logs, we do not have sufficient evidence to clear your case." The only way for me to appeal this termination would be to "send us one week's worth of raw web server logs as previously requested".

I don't know what I can do. There is no way I can provide the logs from earlier in the month (as they've been deleted), all I can do is provide the logs for my traffic since I've been suspended (because my server was not set to retain logs before that time period).

So now, my account's expired, and I have no idea if I will ever see my pending EPN commissions (over $17,000).

To any pinks that may be reading this: To the best of my knowledge, I've driven clean organic traffic to eBay via SEO. I enjoyed being an eBay affiliate, and if there's any way I can restore my account, please let me know. If I committed a violation, it was not intentional, and I would be completely willing to take any action to remedy any problems. I have put in thousands of hours of work promoting eBay, and I hope that I can continue to do so in the future.
 
I think puling the product auction info from ebay, removing all ebay links, and importing amazon products plus adding the reviews from amazon (like reviewazon) is a win.

Anyone know how to code that up? Ballpark price?
 
I think puling the product auction info from ebay, removing all ebay links, and importing amazon products plus adding the reviews from amazon (like reviewazon) is a win.

Anyone know how to code that up? Ballpark price?

Buy auction2post, install Amazon machine tags, use some other plugin to pull amazon reviews (I think there's multiple floating around here). Edit a2p template. Continue on...

Edit: Should be more in-depth instructions in the auction2post forums once you've purchased it, radio had a good how-to for amazon machine tags.
 
Wow Sharksfan. Nice save. I was having this problem and was just going to change themes, this is way better, two second fix. Nice work.

I have found myself wondering numerous times today why I am even bothering.... :) But it did work out nicely.
 
My awesome earnings this week

The mysteries continue....

Even after blocking bots (admittedly only from Asia) I was getting a few hundred clicks a day at a $0.01 CPC, I said fuck it, decided to let it go on autopilot till they banned me since I haven't put much into eBay aside from buying a2p. As of yesterday I got 350+ clicks but my CPC jumped (if you can call it a jump) to $0.06 for around $22 bucks for the day.

I also noticed that my reported clicks has dropped significantly, a day after their notice that they were going to try and address the bot issue. It's so retardedly unpredictable at this point that I'm not even going to waste the time to check the logs to see if the bots/scrapers buggered off or if eBay started filtering, just gonna roll with it.
 
I'm going to give it another week to see if maybe they can "average out" these problems. But as of right now, there is no reason at all to promote eBay because quite simply: there is no way to correlate work with reward. Work your ass off, get 0.00 EPC. Do nothing, get a .72 EPC. IT DOESN'T MAKE SENSE!
 
I'm going to give it another week to see if maybe they can "average out" these problems. But as of right now, there is no reason at all to promote eBay because quite simply: there is no way to correlate work with reward. Work your ass off, get 0.00 EPC. Do nothing, get a .72 EPC. IT DOESN'T MAKE SENSE!

Yeah I can't agree anymore. It's bloody mad... and I'm not English.
 
  • Like
Reactions: guerilla
This is actually one of those rare times when I suspect the surveys they sent out will show a very, very clear picture of the results they are getting and how many publishers they are losing.

Whether they'll be smart enough to do anything about it is of course an entirely different issue.
 
This is actually one of those rare times when I suspect the surveys they sent out will show a very, very clear picture of the results they are getting and how many publishers they are losing.

Whether they'll be smart enough to do anything about it is of course an entirely different issue.

Thanks for pointing out the survey. I just searched through my email and found it.
 
after a shitty OCT im on track to have one of my best months ever for this site.. some days at .67 EPC!! fing nuts.. it wont last though and it hasn't it dropped to .45 then down to the .2X range.. i think much like the days of varied ACRU the best i can do at this point is try to get targeted traffic and hope for the best..
 
Thanks for pointing out the survey. I just searched through my email and found it.

Can you post the questions they sent? I didn't get one. I just heard about it from Radio's post and a few other posts I saw when I was Googling about this.