Jump to content
This topic contains 76 posts. A summary containing the most significant posts is available

Featured Replies

 

@Ibai

Are you using ezoic nameservers ?

Yes I do. I don't have cloudflare integration as I don't use that tool.

Edited by Ibai

  • Replies 75
  • Views 7.5k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • AlexWebsites
    AlexWebsites

    I've recently moved one of my sites over to Ezoic. It was pretty easy through cloudflare. I had to disable some of the JS, CSS and minify settings under LEAP though, because of issues.  For disabling

  • @CoffeeCake I've realised my comment wasn't very clear. There are different types of plan, e.g. Ezoic+, Premium and Pro. Premium and Pro are both invite only, which I am on. But inside these plans the

  • AlexWebsites
    AlexWebsites

    I put it in the global template before the head.  It's usergroup ID. For multiple usergroups, follow the logic posted here:   

Posted Images

have you enable this ?

 

image.thumb.png.405e93b9c4155b6a98207f8d48cb1578.png

 

have you enable this ?

 

image.thumb.png.405e93b9c4155b6a98207f8d48cb1578.png

Yes, it is enabled... :S

  • 4 months later...

It seems to me like Ezoic is dropping off a bit with ad revenue in Q2 vs what I'm seeing them push through mediation/adsense. Its like they can't fill. Anyone else noticing this? 

 

It seems to me like Ezoic is dropping off a bit with ad revenue in Q2 vs what I'm seeing them push through mediation/adsense. Its like they can't fill. Anyone else noticing this? 

I've always had very bad CPM with adsense so I see no change, very poor results.

I haven't noticed any issues, I suppose it depends on what industry you're in. Have you reached out to your publisher manager? They'll do a free audit of your setup.

 

I haven't noticed any issues, I suppose it depends on what industry you're in. Have you reached out to your publisher manager? They'll do a free audit of your setup.

Yes, I reached out to them. I noticed the downward trend once mediation with adsense started going up, which is higher than ezoic earnings lately.

Edited by AlexWebsites

@AlexWebsites I checked back and I haven't lost impressions to mediation in the two year period I looked. It made me think though, what level are you on? The higher the level the higher paid ads you get. I'm mostly on 2 Elite but fluctuate to 3.

 

@AlexWebsites I checked back and I haven't lost impressions to mediation in the two year period I looked. It made me think though, what level are you on? The higher the level the higher paid ads you get. I'm mostly on 2 Elite but fluctuate to 3.

For Premium I was on 5 star elite but recently moved down to 4 star elite.

 

Oh wow at that level I'm very surprised mediation would win. Have you heard back from Ezoic?

  • 1 month later...

Hi all,

just wondering how you added the ezoic code, did you put this in a template or use a config file on server root?

 

Hi all,

just wondering how you added the ezoic code, did you put this in a template or use a config file on server root?

Through Cloudflare

 

Oh wow at that level I'm very surprised mediation would win. Have you heard back from Ezoic?

They say it’s the strength of their platform, drives Adsense up….

 

Hi all,

just wondering how you added the ezoic code, did you put this in a template or use a config file on server root?

I changed my DNS Nameservers to Ezoic. I don’t use Cloudflare 🙂 

 

I changed my DNS Nameservers to Ezoic. I don’t use Cloudflare 🙂 

Did you add the xff header code anywhere 

 

Did you add the xff header code anywhere 

I dont think so... What's that header?

I had to change my settings to this in order to avoid issues with logins and cache:

Could contain: Document, Text, Page, File, Webpage

Anyhow I still experience every now and then some Error communicating with origin... Usually close to the weekend. For instance, this morning.

Unfortunately we are experiencing issues and the xff header code needs to be utilised, im surprised nobody has come across this. Any tips? Invision guys?

 

Unfortunately we are experiencing issues and the xff header code needs to be utilised, im surprised nobody has come across this. Any tips? Invision guys?

What is the error? What webserver are you using?

 if you didn't check this out FYI

 

 

Unfortunately we are experiencing issues and the xff header code needs to be utilised, im surprised nobody has come across this. Any tips? Invision guys?

You tried my config?

Anyhow, write a ticket or email to Ezoic. They gave me support, I was also having issues with logins and caching.

 

Ezoic are telling me to do this, but i cant for the life of me find this anywhere

https://support.ezoic.com/kb/article/using-the-xforwardedfor-xff-header

Hi Mark,

Wow, I've been experiencing "Error communicating with origin" lately and eventually Ezoic told me to enable Xforwarded for header.

Did you manage to enable this en IPS? Any idea on how to perform that?

Cheers,

Ibai

 
{{if member.inGroup('x')}}
	<meta name="ezoicstopads" content="subscribers" />
{{endif}}

Alex, does this have to be manually placed in templates? if so which template should be used so the tag is shown in every forum page?

inGroup('x') is the numeric user group id or user group name?

How do we supply multiple user groups?

Thank you.

 

Hi Mark,

Wow, I've been experiencing "Error communicating with origin" lately and eventually Ezoic told me to enable Xforwarded for header.

Did you manage to enable this en IPS? Any idea on how to perform that?

Cheers,

Ibai

No i never got anywhere with it. I was hoping the invision team would know the answer.Since they dropped support for non cloud customers its been a real chore getting anything

 

Alex, does this have to be manually placed in templates? if so which template should be used so the tag is shown in every forum page?

inGroup('x') is the numeric user group id or user group name?

How do we supply multiple user groups?

Thank you.

I put it in the global template before the head.  It's usergroup ID.

For multiple usergroups, follow the logic posted here: 

 

 

I put it in the global template before the head.  It's usergroup ID.

For multiple usergroups, follow the logic posted here: 

 

Thank you very much.