Google Analytics Function help requested

Hi,
I am trying to use the google analytics plugin to pull GA Sessions for a specific url. I am able to login to GA and able to pull TOTAL GA Sessions but, cannot seem to figure out how to pull the sessions for a particular page. Can you please give me some direction.

The specifc page is:

This formula successfully pulls the data for the entire site.

Can you help me with the formula that would display GA sessions for just that page?

=GoogleAnalytics("ga:110736641","ga:sessions,ga:bounceRate,ga:avgSessionDuration","2017-09-08","2017-10-07",,,,,100,TRUE,FALSE,"DEFAULT")

Help would be greatly appreciated.
Thanks
Chris

Yes, you can use the filter option PagePath:

Then enter the exact URL or chose "Contains Substring" to make it easier with specific strings which identifies your pages.

The formula will contain a parameter such as:
"ga:pagePath==http://foo.com/bar"