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