Jump to content

Tim Vereecke

Approved members
  • Posts

    30
  • Joined

  • Last visited

Posts posted by Tim Vereecke

  1. Hi Tobean,

    Changing the config file didn't have the expected result.

    Digging a bit deeper I found /ras/www/delivery/lg.php  (Ad log requests) sets the OAID cookie to 1 year. (not reading the 

    permCookieSeconds from the config but calling a method _getTimeYearFromNow )

    Many other files in /ras/www/delivery/* have a method called: _getTimeYearFromNow

    No clue what the consequences are when changing them ?

     

     

     

  2. Hi,

    My pages display zones with dynamicly set variables. These variables are used in the delivery options of the banner (using Site - Variable)

    • Topics: A, B, C, D, E, F,....
    • Sections: S1, S2, S3, S4, S5, S6

    All works fine! However what is the best approach when I want my banner to be displayed on:

    (A OR B OR C)

    AND

    (S1 OR S2 OR S3 OR S4)

     

    Is the below approach the correct way if implementing

    A AND S1

    OR

    A AND S2

    OR

    A AND S3

    OR

    A AND S4

    OR

    B AND S1

    OR

    B AND S2

    OR

    B AND S3

    OR

    B AND S4

    ....

     

    Or have I misread the docs and is there an easier way?

    Thank you

    Tim

×
×
  • Create New...