Jump to content

(NB41) Enhanced Advertisements

Featured Replies

  • Author

Hello,

20 minutes ago, Sergey_SV said:

I set up advertisement, and they dispayed ok in all locations, but then after 1-2 days they stop showing, and only resume is I clear the cache via ACP. Then they again resume for 1-2 days.

 on 4.1.19 everything worked fine. Do you have idea why this could happend?

Do you have same problem with non-app adverts?

What caching method do you use?

 

 

  • Replies 509
  • Views 52.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Right...I think we all understand this. He's not been heard from since Jan 2021. Unfortunately I'm unable to wait until he's back here to update this application, as I need it updated for 4.6 and

  • newbie LAC
    newbie LAC

    Hello again You can add in your code data-excludequote Example <div style="float:right; position:relative; padding: 0 0 0 5px;" data-excludequote> Google ads code </div&gt

  • Hello, 1. https://invisionpower.com/forums/topic/429838-nb41-enhanced-advertisements/?do=findComment&comment=2638531 2. HTML  {{if (\IPS\Request::i()->app == 'forums' and \IPS\R

Posted Images

26 minutes ago, newbie LAC said:

Hello,

Do you have same problem with non-app adverts?

What caching method do you use?

I am using Memcached

I am only distributing the adds only via the app. 

I also noticed that first the adds placed in sidebar by CSS dissapears. whether the add lpaced above and footer and below the header stays

  • Author
12 minutes ago, Sergey_SV said:

I also noticed that first the adds placed in sidebar by CSS dissapears. whether the add lpaced above and footer and below the header stays

So the problem only with sidebar adverts?

Show me advert settings (you can only include app fields)

Code is Adsence

image.png.c29d77bc2733c08c6e8c6d5e6675058e.png 

image.thumb.png.3ff584b1b66cda0b26f9930830dbd8c8.png

 

is this enough?

 

image.png

Edited by Sergey_SV

  • Author
5 minutes ago, Sergey_SV said:

is this enough?

I don't see selectors

Please copy them

li[data-blockid="plugin_19_nbRecentTopicsPosts_k2ioexj31"]

li[data-blockid="plugin_19_nbRecentTopicsPosts_t2i007ymn"]

li[data-blockid="app_gallery_galleryStats_xa614lnxo"]

div[id="elDownloadsCategoriesBlock"]

 

  • Author

Try

li[data-blockid^="plugin_19_nbRecentTopicsPosts_"]
li[data-blockid^="app_gallery_galleryStats_"]

 

16 minutes ago, newbie LAC said:

Try


li[data-blockid^="plugin_19_nbRecentTopicsPosts_"]
li[data-blockid^="app_gallery_galleryStats_"]

 

works. I will watch and report in couple of days.

 

thanks for support!

17 hours ago, newbie LAC said:

Try


li[data-blockid^="plugin_19_nbRecentTopicsPosts_"]
li[data-blockid^="app_gallery_galleryStats_"]

 

nope. this morning all ads dissapear again.

  • Author
3 minutes ago, Sergey_SV said:

nope. this morning all ads dissapear again.

There was no need to update the cache. This would allow me to investigate the problem (if you give me credentials).

  • 2 weeks later...

Hello,

I need to show a grid of X * Y ads at the header, using small images. how would I implement that?

Thanks!

Federico.

  • Author

Hello,

20 minutes ago, Federico Ribeiro said:

I need to show a grid of X * Y ads at the header, using small images. how would I implement that?

You can use next guide

 

Hello,

Thank you very much!!

And this I should write in the HTML boxes, right?

Thanks again!

Federico.

  • Author

Hello,

14 hours ago, Federico Ribeiro said:

And this I should write in the HTML boxes, right?

 

Yes

Hi @newbie LAC, presales question (and I suppose it comes down to whether this is possible in IPS template syntax)

Is it possible to wrap a conditional to prevent an advertisement from appearing if page is:

  • A Club
  • Club Type: Private
  • Author
Just now, Optic14 said:

Hi @newbie LAC, presales question (and I suppose it comes down to whether this is possible in IPS template syntax)

Is it possible to wrap a conditional to prevent an advertisement from appearing if page is:

  • A Club
  • Club Type: Private

Hello,

For club pages it will be easy.

For club features (topics, files, etc) you should check them separately.

Thanks for your reply.

23 hours ago, newbie LAC said:

For club features (topics, files, etc) you should check them separately.

I checked Club template, this is the variable and example logic check I want to target:

{{if $club->type !== \IPS\Member\Club::TYPE_CLOSED || $club->canRead()}}

 

With your add-on, can I wrap something like this in native IPS advertisement? The logic is, I want to show advertisement to all Club types EXCEPT "Closed"

if $club->type !== \IPS\Member\Club::TYPE_CLOSED

If so I'll happily purchase. ?

  • Author
1 minute ago, Optic14 said:

The logic is, I want to show advertisement to all Club types EXCEPT "Closed"

The club has pages:

- Home

- Members

- Nodes (like forums, castegories etc)

- Items (like topics, files etc)

Where do you want disable adverts?

 

6 minutes ago, newbie LAC said:

Where do you want disable adverts?

I need to disable ads for ALL the club pages/features, but only for club type "Closed" / "Private"

club-type-closed.thumb.png.a718cec1c89ee9402033f3b540456219.png

Edited by Optic14

  • Author
15 minutes ago, Optic14 said:

I need to disable ads for ALL the club pages/features, but only for club type "Closed" / "Private"

 

You can do it.

But currently it will be very long chain of conditions.

Some time ago I added 1 thing to easily determine club and use it the conditions. But I didn't release that version yet.

Anyway you should wrap all club adverts.

Is it possible to configure to show the add depending on the theme? This would be nice in order to use one design or another from Adsense, depending on the theme selected by the user.

 

Thanks!

  • Author

Hello,

11 hours ago, Federico Ribeiro said:

Is it possible to configure to show the add depending on the theme? This would be nice in order to use one design or another from Adsense, depending on the theme selected by the user.

You have 2 ways

1. Use in the conditions

\IPS\Member::loggedIn()->skin

2. Add unique css selector to each theme. Then use it like

.cSkin1 #ipsLayout_mainArea
.cSkin2 #ipsLayout_mainArea

 

  • 1 month later...
On 1/5/2017 at 1:32 PM, newbie LAC said:
On 1/5/2017 at 1:15 PM, Mike_ said:

1. Advert after 3rd post in activity feed

HTML


{{if request.app == 'core' and request.module == 'discover' and request.controller == 'streams' and !isset(request.id)}}
    Activity Stream After 3 post
{{endif}}

Selector 


.ipsStreamItem_contentBlock:eq(2)

Position 


Insert advert after the chosen element(s)

Question: I have the ad after the 5th element in activity stream. It works ok. if the user clicks "load more activity" appears new 25 elements. Is there a way to put the ad after the every 5th element in new batch of activity loaded (30th,60th and etc..)?

  • Author

Hello,

15 hours ago, Sergey_SV said:

Is there a way to put the ad after the every 5th element in new batch of activity loaded (30th,60th and etc..)?

No easy way

  • 4 weeks later...

Recently Browsing 0

  • No registered users viewing this page.