Hi,
I am using python to access my GA accounts through the google API's/
I managed to get a list of all accounts/profiles and views and a list of the filters in the account.
What I like to get is a list of filters per view and possibly add or edit these filters on view level.
From what I found so far this is only possible at the account level where you can't assign a view to the filer.
Through the web based GA I can change my filters per view.
Is there a way I can do this in python or is this not possible?
Thank you in advance.
G