Google Analytics API: filter by URI?

前端 未结 4 2049
梦如初夏
梦如初夏 2021-01-31 09:19

My site has user profiles that are accessible via URLs that look like this: www.domain.com/profile/123/.... I want to show users page view statistics of their profi

4条回答
  •  青春惊慌失措
    2021-01-31 09:44

    Another filter from the Dimension Filters that would work for you is contains "=@"

    ga:pagePath=@/profile/123

提交回复
热议问题