gogol-analytics-0.4.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 # 
Instance details

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

Data ManagementRemarketingAudienceList Source # 
Instance details

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

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 # 
Instance details

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

Generic ManagementRemarketingAudienceList Source # 
Instance details

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

Associated Types

type Rep ManagementRemarketingAudienceList :: Type -> Type #

GoogleRequest ManagementRemarketingAudienceList Source # 
Instance details

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

type Rep ManagementRemarketingAudienceList Source # 
Instance details

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

type Rep ManagementRemarketingAudienceList = D1 (MetaData "ManagementRemarketingAudienceList" "Network.Google.Resource.Analytics.Management.RemarketingAudience.List" "gogol-analytics-0.4.0-8oDsBGD0bWo5StLtdNIJLF" False) (C1 (MetaCons "ManagementRemarketingAudienceList'" PrefixI True) ((S1 (MetaSel (Just "_mralWebPropertyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_mralAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_mralType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_mralStartIndex") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_mralMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))
type Scopes ManagementRemarketingAudienceList Source # 
Instance details

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

type Scopes ManagementRemarketingAudienceList = "https://www.googleapis.com/auth/analytics.edit" ': ("https://www.googleapis.com/auth/analytics.readonly" ': ([] :: [Symbol]))
type Rs ManagementRemarketingAudienceList Source # 
Instance details

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

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.