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 |
Gets a remarketing audience to which the user has access.
See: Google Analytics API Reference for analytics.management.remarketingAudience.get
.
Synopsis
- type ManagementRemarketingAudienceGetResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("remarketingAudiences" :> (Capture "remarketingAudienceId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] RemarketingAudience)))))))))
- managementRemarketingAudienceGet :: Text -> Text -> Text -> ManagementRemarketingAudienceGet
- data ManagementRemarketingAudienceGet
- mragWebPropertyId :: Lens' ManagementRemarketingAudienceGet Text
- mragAccountId :: Lens' ManagementRemarketingAudienceGet Text
- mragRemarketingAudienceId :: Lens' ManagementRemarketingAudienceGet Text
REST Resource
type ManagementRemarketingAudienceGetResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("remarketingAudiences" :> (Capture "remarketingAudienceId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] RemarketingAudience))))))))) Source #
A resource alias for analytics.management.remarketingAudience.get
method which the
ManagementRemarketingAudienceGet
request conforms to.
Creating a Request
managementRemarketingAudienceGet Source #
:: Text | |
-> Text | |
-> Text | |
-> ManagementRemarketingAudienceGet |
Creates a value of ManagementRemarketingAudienceGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementRemarketingAudienceGet Source #
Gets a remarketing audience to which the user has access.
See: managementRemarketingAudienceGet
smart constructor.
Instances
Request Lenses
mragWebPropertyId :: Lens' ManagementRemarketingAudienceGet Text Source #
The web property ID of the remarketing audience to retrieve.
mragAccountId :: Lens' ManagementRemarketingAudienceGet Text Source #
The account ID of the remarketing audience to retrieve.
mragRemarketingAudienceId :: Lens' ManagementRemarketingAudienceGet Text Source #
The ID of the remarketing audience to retrieve.