Jump to content

(NB41) Enhanced Advertisements


Recommended Posts

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?

 

 

Link to comment
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

Link to comment
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)

Link to comment
  • 2 weeks later...
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.

Link to comment

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. ?

Link to comment
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.

Link to comment

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

 

Link to comment
  • 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..)?

Link to comment
  • 4 weeks later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...