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 |
Lists remarketing audiences to which the user has access.
See: Google Analytics API Reference for analytics.management.remarketingAudience.list
.
Synopsis
- type ManagementRemarketingAudienceListResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("remarketingAudiences" :> (QueryParam "type" Text :> (QueryParam "start-index" (Textual Int32) :> (QueryParam "max-results" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] RemarketingAudiences)))))))))))
- managementRemarketingAudienceList :: Text -> Text -> ManagementRemarketingAudienceList
- data ManagementRemarketingAudienceList
- mralWebPropertyId :: Lens' ManagementRemarketingAudienceList Text
- mralAccountId :: Lens' ManagementRemarketingAudienceList Text
- mralType :: Lens' ManagementRemarketingAudienceList Text
- mralStartIndex :: Lens' ManagementRemarketingAudienceList (Maybe Int32)
- mralMaxResults :: Lens' ManagementRemarketingAudienceList (Maybe Int32)
REST Resource
type ManagementRemarketingAudienceListResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("remarketingAudiences" :> (QueryParam "type" Text :> (QueryParam "start-index" (Textual Int32) :> (QueryParam "max-results" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] RemarketingAudiences))))))))))) Source #
A resource alias for analytics.management.remarketingAudience.list
method which the
ManagementRemarketingAudienceList
request conforms to.
Creating a Request
managementRemarketingAudienceList Source #
Creates a value of ManagementRemarketingAudienceList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementRemarketingAudienceList Source #
Lists remarketing audiences to which the user has access.
See: managementRemarketingAudienceList
smart constructor.
Instances
Request Lenses
mralWebPropertyId :: Lens' ManagementRemarketingAudienceList Text Source #
The web property ID of the remarketing audiences to retrieve.
mralAccountId :: Lens' ManagementRemarketingAudienceList Text Source #
The account ID of the remarketing audiences to retrieve.
mralStartIndex :: Lens' ManagementRemarketingAudienceList (Maybe Int32) Source #
An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
mralMaxResults :: Lens' ManagementRemarketingAudienceList (Maybe Int32) Source #
The maximum number of remarketing audiences to include in this response.