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 |
Updates an existing remarketing audience. This method supports patch semantics.
See: Google Analytics API Reference for analytics.management.remarketingAudience.patch
.
Synopsis
- type ManagementRemarketingAudiencePatchResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("remarketingAudiences" :> (Capture "remarketingAudienceId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] RemarketingAudience :> Patch '[JSON] RemarketingAudience))))))))))
- managementRemarketingAudiencePatch :: Text -> RemarketingAudience -> Text -> Text -> ManagementRemarketingAudiencePatch
- data ManagementRemarketingAudiencePatch
- mrapWebPropertyId :: Lens' ManagementRemarketingAudiencePatch Text
- mrapPayload :: Lens' ManagementRemarketingAudiencePatch RemarketingAudience
- mrapAccountId :: Lens' ManagementRemarketingAudiencePatch Text
- mrapRemarketingAudienceId :: Lens' ManagementRemarketingAudiencePatch Text
REST Resource
type ManagementRemarketingAudiencePatchResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("remarketingAudiences" :> (Capture "remarketingAudienceId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] RemarketingAudience :> Patch '[JSON] RemarketingAudience)))))))))) Source #
A resource alias for analytics.management.remarketingAudience.patch
method which the
ManagementRemarketingAudiencePatch
request conforms to.
Creating a Request
managementRemarketingAudiencePatch Source #
Creates a value of ManagementRemarketingAudiencePatch
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementRemarketingAudiencePatch Source #
Updates an existing remarketing audience. This method supports patch semantics.
See: managementRemarketingAudiencePatch
smart constructor.
Instances
Request Lenses
mrapWebPropertyId :: Lens' ManagementRemarketingAudiencePatch Text Source #
The web property ID of the remarketing audience to update.
mrapPayload :: Lens' ManagementRemarketingAudiencePatch RemarketingAudience Source #
Multipart request metadata.
mrapAccountId :: Lens' ManagementRemarketingAudiencePatch Text Source #
The account ID of the remarketing audience to update.
mrapRemarketingAudienceId :: Lens' ManagementRemarketingAudiencePatch Text Source #
The ID of the remarketing audience to update.