Jump to content

andrewatfornax

Approved members
  • Posts

    2007
  • Joined

  • Last visited

Reputation Activity

  1. Downvote
    andrewatfornax reacted to smile in domain.com.conf.php change zoneId variable does not work   
    here is screenshot of blocked items because of zoneid

  2. Downvote
    andrewatfornax reacted to smile in domain.com.conf.php change zoneId variable does not work   
    I found information that the domain.com.conf.php has variables that can be changed and then the ad blocking should be avoided. However I got no reply in that thread (I could not change my post there after some time) and after changing few more variables made no difference I decided to post thread about it.
    The variables a stored elsewhere or something? I tried making them empty or deleting them from config file it made no difference. I'm still puzzled why nobody can point me in the right direction with such basic config stuff.
  3. Upvote
    andrewatfornax reacted to tomtank in Permission Problems   
    Thank you!!
     
    Greets
  4. Upvote
    andrewatfornax reacted to lordkarin in Update to php 7.1 video ads error 500   
    Hi, i fix with your solution in github and works perfectly
    thanks a lot from Spain
  5. Downvote
    andrewatfornax reacted to smile in domain.com.conf.php change zoneId variable does not work   
    hello, I changed the zoneId in the domain.com.conf.php file.
    But the generated Invocation Code does not reflect this change, I still get zoneId.
    What else I need to do to change the zoneId to my custom variable?
  6. Upvote
    andrewatfornax got a reaction from Sperber in Using Google Adsense With Revive Adserver   
    Hi @NuMedia Direct Marketing,
    Okay, thanks for letting me know that * isn't supported in banners - I wasn't entirely sure, but thought it might have been.
    Sounds like a dynamic banner type is something we could really do with having supported...
  7. Upvote
    andrewatfornax reacted to jon1wt in new ui for all   
    Thanks for the answer @andrewatfornax,  im gonna try to make the UI whit bootstrap 4, if i make it possible i will share the results 
  8. Upvote
    andrewatfornax reacted to Matteo Beccati in Update to php 7.1 video ads error 500   
    FYI, I've created an issue on github: https://github.com/revive-adserver/revive-adserver/issues/872
  9. Upvote
    andrewatfornax reacted to Ian in Migrating from OpenX v2.8.8 (don't laugh!)   
    https://www.revive-adserver.com/support/upgrading/ read this, it shouldn't be too much work for you.
  10. Upvote
    andrewatfornax reacted to weareza in Fatal error: Call to undefined function setupServerVariables() in /init.php on line 55   
    The problem solved by delete and upload the entrie files to sever again 
  11. Upvote
    andrewatfornax reacted to Faton Sopa in Getting Probability 0.00% in Contract campaigns   
    Found the problem and solved it :)
    The problem was that the database user revive was working with did just have read, update, insert & delete,. I gave it all privileges on its database and FILE privilege on global level. 

    Thank you very much for your time & help .

    Cheers,
    Faton
  12. Upvote
    andrewatfornax reacted to Florian in "Class 'Sinergi\\BrowserDetector\\Browser' not found" after upgrade to 4.0.1   
    Ah, now I see it. :) I went straight to the releases last time. After all, I already read the instructions on revive-adserver.com, so why bother with the GitHub readme? :) Well, sorry about that and thanks again for your help.
  13. Upvote
    andrewatfornax reacted to Suranex in No tracking of clicks and impressions after update to 3.2.4   
    i have solve the problem by upgrading to version 4. Therefore this topic is solved. Thanks for your advices
  14. Upvote
    andrewatfornax reacted to huanxing.wu in how to move revive from localhost installation to another domain?   
    hi @andrewatfornax 
    Thanks for asking.
    I got blank page after changing the conf file .  but it  come back to work 5 minutes later .....  not sure why...
     
     
  15. Upvote
    andrewatfornax got a reaction from kopcheto in Delivery limitations based on Site URL does not work   
    I think there is a delivery debug logging option - take a look in the configuration file?
  16. Upvote
    andrewatfornax reacted to Larissa in Bad redirect on destination URL in newsletter banner   
    @mrmartin It happens that I was trying to deliver two campaigns for a single email zone at the same time. So the ad server couldn't tell which link to address to the banner that was served. If you only deliver one campaign/banner at a time the problem will be solved. 
  17. Upvote
    andrewatfornax reacted to Ian in Connect to Cloud Database   
    Yes it's definitely possible. If it can't connect, then most likely the cause is that either the credentials are incorrect, or there is a firewall blocking the connection.
  18. Upvote
  19. Upvote
    andrewatfornax reacted to huanxing.wu in Error occur when change revive db connection   
    I found the issue , simply change the DB connection parameter
    from
    protocol=tcp
    to
    protocol=unix
     
  20. Upvote
    andrewatfornax reacted to plm in Additional Tracking (and Targeting) information   
    Hi Erik, hi Andre,
    Thank you for your quick answers.
    we are currently assessing how to have a basic implementation following the tracking guidelines described in
    http://blackriver.to/2014/01/openx-source-revive-adserver-conversion-tracking-tutorial/
    We identified some commercial plugins that would enable a perhaps a smarter way to implement tracking/targeting  on network information
    Best regards
    Pierre
  21. Upvote
    andrewatfornax reacted to netvillage in https even though http   
    So for someone coming along reading this, it looks like x-forwarded-protocol has something to do with load balancers.
    https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Proto
    I'm not using one BUT I think my requests are being forwarded anyways. I am testing my Phonegap/cordova app using the Ripple browser plugin, I bet that does some forwarding. And when my app, built via phonegap build with hydration mode... I guess there's some forwarding there too.
    So my hacked solution for now is to update the setupConfigVariables() function, and set
    $GLOBALS['_MAX']['SSL_REQUEST'] = false;
    Guess I won't be able to do any SSL requests but I don't think I will anyways.
  22. Upvote
    andrewatfornax reacted to jon in Cannot access "Inventory" tab with "https".   
    found the problem...there were some files missing in the plugins folder.
    thanks v much!
  23. Upvote
    andrewatfornax reacted to netvillage in "data-revive-id" not changing   
    Yeah, after looking into the source that seemed to be the case. thanks!
  24. Upvote
    andrewatfornax reacted to Matteo Beccati in "data-revive-id" not changing   
    Hi @netvillage,
    yes, it is normal. It is a generated value that should be unique for each Revive Adserver instance.
  25. Downvote
    andrewatfornax reacted to huanxing.wu in Is the OpenX Ad Request API removed from Revive ?   
    Hi there,
    I just want to know that is the OpenX Ad Request API removed from Revive ?
    we know that OpenX (the former Revive Adserver) has the Ad Request APIs for delivery Ads:
    https://docs.openx.com/Content/developers/ad_request_api/adtagguide_getstart_servertoserver.html
    but I  cannot found the corresponding APIs ( the server-to-server one ) from Revive except the js/iframe invocation tag.
    actually what i need is the server-to-server API for delivering Ad.
    anybody can help explain why?
     
    Many Thanks
     
×
×
  • Create New...