I am currently working with the Google Analytics v3 C# API and am trying to put together a very large filter that reflects a filter that my client uses within their Analytics account.
I have determined that the Filter data size is too large for me to create from scratch and send in my request. Is it possible to apply the existing saved Filter that my client uses within their Analytics account? I know the name of the filter they use.
Edit: It looks like what I need is to be able to do is apply a saved segment. Using query explorer, I can get the custom segment id. But now I am getting an error saying that my user does not have access to that segment. Any idea where to grant permission to segments for an api account? Thanks.
Thanks in advance for your help.
JH