Jump to content

Dave Brain

Approved members
  • Posts

    114
  • Joined

  • Last visited

Posts posted by Dave Brain

  1. If there is value available of missed hour statistics records on theses tables "data_bkt_m, data_bkt_c, data_bkt_a" then can write scripts to migrate to the summary table which will display on UI statistics page. There is no data available on these tables in those hours, then records should migrated. 

  2. Hi, 

     

    To do this you need to change the scripts on this file. but keep this changes in mind while the upgrade time. Open the file '' and go to line no 25, you will see permissions added for admin, manager, advertiser and publisher users for this file. Just remove the "OA_ACCOUNT_ADVERTISER" from that line. 

     

    Original : OA_Permission::enforceAccount(OA_ACCOUNT_ADMIN, OA_ACCOUNT_MANAGER, OA_ACCOUNT_ADVERTISER, OA_ACCOUNT_TRAFFICKER);

     

    After change it should be like this : OA_Permission::enforceAccount(OA_ACCOUNT_ADMIN, OA_ACCOUNT_MANAGER,  OA_ACCOUNT_TRAFFICKER);

     

     

     

    When advertiser trying to access this page and they will redirected dashboard page with 'access denied permissions' error message. 

×
×
  • Create New...