javascript - Restrict users report for particular routes using Embed API -


is possible restrict users view reports respect particular routes assigned application using embed api?

ex : user-x should have privilege check traffic coming route www.dummy.com/test , not www.dummy.com/test1 , check users details related route

create view includes allowed data , give user read permissions view. of course a) lot of work , b) rather limits possible number of users.

for practical purpose answer "no, use serverside api , filtering there".


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -