gogol-analytics-0.3.0: Google Analytics SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Analytics.Management.RemarketingAudience.List

Contents

Description

Lists remarketing audiences to which the user has access.

See: Google Analytics API Reference for analytics.management.remarketingAudience.list.

Synopsis

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

Eq ManagementRemarketingAudienceList Source # 
Data ManagementRemarketingAudienceList Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ManagementRemarketingAudienceList -> c ManagementRemarketingAudienceList #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ManagementRemarketingAudienceList #

toConstr :: ManagementRemarketingAudienceList -> Constr #

dataTypeOf :: ManagementRemarketingAudienceList -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ManagementRemarketingAudienceList) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ManagementRemarketingAudienceList) #

gmapT :: (forall b. Data b => b -> b) -> ManagementRemarketingAudienceList -> ManagementRemarketingAudienceList #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ManagementRemarketingAudienceList -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ManagementRemarketingAudienceList -> r #

gmapQ :: (forall d. Data d => d -> u) -> ManagementRemarketingAudienceList -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ManagementRemarketingAudienceList -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ManagementRemarketingAudienceList -> m ManagementRemarketingAudienceList #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ManagementRemarketingAudienceList -> m ManagementRemarketingAudienceList #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ManagementRemarketingAudienceList -> m ManagementRemarketingAudienceList #

Show ManagementRemarketingAudienceList Source # 
Generic ManagementRemarketingAudienceList Source # 
GoogleRequest ManagementRemarketingAudienceList Source # 
type Rep ManagementRemarketingAudienceList Source # 
type Rep ManagementRemarketingAudienceList = D1 (MetaData "ManagementRemarketingAudienceList" "Network.Google.Resource.Analytics.Management.RemarketingAudience.List" "gogol-analytics-0.3.0-HIek6YEHwnSLCn7HDgQZyX" False) (C1 (MetaCons "ManagementRemarketingAudienceList'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_mralWebPropertyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_mralAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_mralType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_mralStartIndex") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_mralMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))))
type Scopes ManagementRemarketingAudienceList Source # 
type Scopes ManagementRemarketingAudienceList = (:) Symbol "https://www.googleapis.com/auth/analytics.edit" ((:) Symbol "https://www.googleapis.com/auth/analytics.readonly" ([] Symbol))
type Rs ManagementRemarketingAudienceList Source # 

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.