Ninja Done. Now it's a click campaign. So now you can answer to my first question

But if Internet BOTs can consume my Impressions campaigns how can I use impressions campaigns?

Thanks!

    yodam1
    Hi
    Impression counts work on each page refresh, about the issue i shared details in previous post its something on your server side that could not be controlled as same issue not replicated on localhost.

    Add this code in custom.css file about the topic subject issue

    
    #ijoomlazone226 .rotating_zone{min-height:auto!important;}

    Hi,
    1) Is not working:

    2) The impression problem is because the are internet bots that navigate my site. The hosting support putted some protections, but I ask if it's possible to add some javascript protections (those bots load the page and when they load a page impression is added). This is a common problem on internet:
    https://clearcode.cc/blog/rtb-online-advertising-fraud/ (read the point #6)

    Thanks!

      yodam1
      HI
      The side space is not from ads you select the columns view and it will divide it like this http://prntscr.com/qelma4
      The code for height is working fine.
      About other issue, i am afraid its something could not be controlled.

        Ninja Is it possible to have a bigger height to have less horizontal space beetween ads? Sorry my English is not good as your so I did not understood what to do

        Thanks!

          yodam1
          Hi
          Its not related with height, this is width of span3.
          As the formate is in columns it divide the ads like this and made the ads responsive so ad image resizing.

            Ninja Hi,
            With many attempt (I don't know css) I did:

            .mod_ijoomlazone [class*="span"] {
            margin-top: 0 !important;
            margin-right: 0 !important;
            margin-bottom: 0 !important;
            margin-left: 0 !important;
            float: left!important;
            box-sizing: border-box;
            min-height: 105px !important;
            padding-left: 0px !important;
            padding-right: 0px !important;
            }

            Do you think it's a good solution or can generate problems?

            Thanks!

              yodam1
              Hi
              It will impact other places too try to add a parent class in the code

              #ijoomlazone226

              Hi,
              At the end I did:

              #ijoomlazone226 [class*="span"] {
              padding-left: 0px !important;
              padding-right: 0px !important;
              }

              that seem working. What you think about?

              Thanks!

                yodam1
                Hi
                Yes this code will work only for this place and looks fine.

                Ninja locked the discussion.
                Write a Reply...
                You need to Login to view replies.