| 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 |
Network.Google.Resource.Analytics.Management.ProFileFilterLinks.Get
Description
Returns a single profile filter link.
See: Google Analytics API Reference for analytics.management.profileFilterLinks.get.
Synopsis
- type ManagementProFileFilterLinksGetResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("profileFilterLinks" :> (Capture "linkId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ProFileFilterLink)))))))))))
- managementProFileFilterLinksGet :: Text -> Text -> Text -> Text -> ManagementProFileFilterLinksGet
- data ManagementProFileFilterLinksGet
- mpfflgWebPropertyId :: Lens' ManagementProFileFilterLinksGet Text
- mpfflgProFileId :: Lens' ManagementProFileFilterLinksGet Text
- mpfflgAccountId :: Lens' ManagementProFileFilterLinksGet Text
- mpfflgLinkId :: Lens' ManagementProFileFilterLinksGet Text
REST Resource
type ManagementProFileFilterLinksGetResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("profileFilterLinks" :> (Capture "linkId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ProFileFilterLink))))))))))) Source #
A resource alias for analytics.management.profileFilterLinks.get method which the
ManagementProFileFilterLinksGet request conforms to.
Creating a Request
managementProFileFilterLinksGet Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> ManagementProFileFilterLinksGet |
Creates a value of ManagementProFileFilterLinksGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementProFileFilterLinksGet Source #
Returns a single profile filter link.
See: managementProFileFilterLinksGet smart constructor.
Instances
Request Lenses
mpfflgWebPropertyId :: Lens' ManagementProFileFilterLinksGet Text Source #
Web property Id to retrieve profile filter link for.
mpfflgProFileId :: Lens' ManagementProFileFilterLinksGet Text Source #
Profile ID to retrieve filter link for.
mpfflgAccountId :: Lens' ManagementProFileFilterLinksGet Text Source #
Account ID to retrieve profile filter link for.
mpfflgLinkId :: Lens' ManagementProFileFilterLinksGet Text Source #
ID of the profile filter link.