| 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.Update
Description
Update an existing profile filter link.
See: Google Analytics API Reference for analytics.management.profileFilterLinks.update.
Synopsis
- type ManagementProFileFilterLinksUpdateResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("profileFilterLinks" :> (Capture "linkId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ProFileFilterLink :> Put '[JSON] ProFileFilterLink))))))))))))
- managementProFileFilterLinksUpdate :: Text -> Text -> ProFileFilterLink -> Text -> Text -> ManagementProFileFilterLinksUpdate
- data ManagementProFileFilterLinksUpdate
- mpffluWebPropertyId :: Lens' ManagementProFileFilterLinksUpdate Text
- mpffluProFileId :: Lens' ManagementProFileFilterLinksUpdate Text
- mpffluPayload :: Lens' ManagementProFileFilterLinksUpdate ProFileFilterLink
- mpffluAccountId :: Lens' ManagementProFileFilterLinksUpdate Text
- mpffluLinkId :: Lens' ManagementProFileFilterLinksUpdate Text
REST Resource
type ManagementProFileFilterLinksUpdateResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("profileFilterLinks" :> (Capture "linkId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ProFileFilterLink :> Put '[JSON] ProFileFilterLink)))))))))))) Source #
A resource alias for analytics.management.profileFilterLinks.update method which the
ManagementProFileFilterLinksUpdate request conforms to.
Creating a Request
managementProFileFilterLinksUpdate Source #
Arguments
| :: Text | |
| -> Text | |
| -> ProFileFilterLink | |
| -> Text | |
| -> Text | |
| -> ManagementProFileFilterLinksUpdate |
Creates a value of ManagementProFileFilterLinksUpdate with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementProFileFilterLinksUpdate Source #
Update an existing profile filter link.
See: managementProFileFilterLinksUpdate smart constructor.
Instances
Request Lenses
mpffluWebPropertyId :: Lens' ManagementProFileFilterLinksUpdate Text Source #
Web property Id to which profile filter link belongs
mpffluProFileId :: Lens' ManagementProFileFilterLinksUpdate Text Source #
Profile ID to which filter link belongs
mpffluPayload :: Lens' ManagementProFileFilterLinksUpdate ProFileFilterLink Source #
Multipart request metadata.
mpffluAccountId :: Lens' ManagementProFileFilterLinksUpdate Text Source #
Account ID to which profile filter link belongs.
mpffluLinkId :: Lens' ManagementProFileFilterLinksUpdate Text Source #
ID of the profile filter link to be updated.