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 |
Creates a new remarketing audience.
See: Google Analytics API Reference for analytics.management.remarketingAudience.insert
.
Synopsis
- type ManagementRemarketingAudienceInsertResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("remarketingAudiences" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] RemarketingAudience :> Post '[JSON] RemarketingAudience)))))))))
- managementRemarketingAudienceInsert :: Text -> RemarketingAudience -> Text -> ManagementRemarketingAudienceInsert
- data ManagementRemarketingAudienceInsert
- mraiWebPropertyId :: Lens' ManagementRemarketingAudienceInsert Text
- mraiPayload :: Lens' ManagementRemarketingAudienceInsert RemarketingAudience
- mraiAccountId :: Lens' ManagementRemarketingAudienceInsert Text
REST Resource
type ManagementRemarketingAudienceInsertResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("remarketingAudiences" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] RemarketingAudience :> Post '[JSON] RemarketingAudience))))))))) Source #
A resource alias for analytics.management.remarketingAudience.insert
method which the
ManagementRemarketingAudienceInsert
request conforms to.
Creating a Request
managementRemarketingAudienceInsert Source #
Creates a value of ManagementRemarketingAudienceInsert
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementRemarketingAudienceInsert Source #
Creates a new remarketing audience.
See: managementRemarketingAudienceInsert
smart constructor.
Instances
Request Lenses
mraiWebPropertyId :: Lens' ManagementRemarketingAudienceInsert Text Source #
Web property ID for which to create the remarketing audience.
mraiPayload :: Lens' ManagementRemarketingAudienceInsert RemarketingAudience Source #
Multipart request metadata.
mraiAccountId :: Lens' ManagementRemarketingAudienceInsert Text Source #
The account ID for which to create the remarketing audience.