Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Lists all profile filter links for a profile.
See: Google Analytics API Reference for analytics.management.profileFilterLinks.list
.
Synopsis
- type ManagementProFileFilterLinksListResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("profileFilterLinks" :> (QueryParam "start-index" (Textual Int32) :> (QueryParam "max-results" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] ProFileFilterLinks))))))))))))
- managementProFileFilterLinksList :: Text -> Text -> Text -> ManagementProFileFilterLinksList
- data ManagementProFileFilterLinksList
- mpffllWebPropertyId :: Lens' ManagementProFileFilterLinksList Text
- mpffllProFileId :: Lens' ManagementProFileFilterLinksList Text
- mpffllAccountId :: Lens' ManagementProFileFilterLinksList Text
- mpffllStartIndex :: Lens' ManagementProFileFilterLinksList (Maybe Int32)
- mpffllMaxResults :: Lens' ManagementProFileFilterLinksList (Maybe Int32)
REST Resource
type ManagementProFileFilterLinksListResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("profileFilterLinks" :> (QueryParam "start-index" (Textual Int32) :> (QueryParam "max-results" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] ProFileFilterLinks)))))))))))) Source #
A resource alias for analytics.management.profileFilterLinks.list
method which the
ManagementProFileFilterLinksList
request conforms to.
Creating a Request
managementProFileFilterLinksList Source #
:: Text | |
-> Text | |
-> Text | |
-> ManagementProFileFilterLinksList |
Creates a value of ManagementProFileFilterLinksList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementProFileFilterLinksList Source #
Lists all profile filter links for a profile.
See: managementProFileFilterLinksList
smart constructor.
Instances
Request Lenses
mpffllWebPropertyId :: Lens' ManagementProFileFilterLinksList Text Source #
Web property Id for profile filter links for. Can either be a specific web property ID or '~all', which refers to all the web properties that user has access to.
mpffllProFileId :: Lens' ManagementProFileFilterLinksList Text Source #
Profile ID to retrieve filter links for. Can either be a specific profile ID or '~all', which refers to all the profiles that user has access to.
mpffllAccountId :: Lens' ManagementProFileFilterLinksList Text Source #
Account ID to retrieve profile filter links for.
mpffllStartIndex :: Lens' ManagementProFileFilterLinksList (Maybe Int32) Source #
An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
mpffllMaxResults :: Lens' ManagementProFileFilterLinksList (Maybe Int32) Source #
The maximum number of profile filter links to include in this response.