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.ProFiles.Get

Contents

Description

Gets a view (profile) to which the user has access.

See: Google Analytics API Reference for analytics.management.profiles.get.

Synopsis

REST Resource

type ManagementProFilesGetResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ProFile))))))))) Source #

A resource alias for analytics.management.profiles.get method which the ManagementProFilesGet request conforms to.

Creating a Request

managementProFilesGet Source #

Creates a value of ManagementProFilesGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ManagementProFilesGet Source #

Gets a view (profile) to which the user has access.

See: managementProFilesGet smart constructor.

Instances
Eq ManagementProFilesGet Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.ProFiles.Get

Data ManagementProFilesGet Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.ProFiles.Get

Methods

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

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

toConstr :: ManagementProFilesGet -> Constr #

dataTypeOf :: ManagementProFilesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ManagementProFilesGet Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.ProFiles.Get

Generic ManagementProFilesGet Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.ProFiles.Get

Associated Types

type Rep ManagementProFilesGet :: Type -> Type #

GoogleRequest ManagementProFilesGet Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.ProFiles.Get

type Rep ManagementProFilesGet Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.ProFiles.Get

type Rep ManagementProFilesGet = D1 (MetaData "ManagementProFilesGet" "Network.Google.Resource.Analytics.Management.ProFiles.Get" "gogol-analytics-0.4.0-8oDsBGD0bWo5StLtdNIJLF" False) (C1 (MetaCons "ManagementProFilesGet'" PrefixI True) (S1 (MetaSel (Just "_mpfgWebPropertyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_mpfgProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_mpfgAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes ManagementProFilesGet Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.ProFiles.Get

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

Defined in Network.Google.Resource.Analytics.Management.ProFiles.Get

Request Lenses

mpfgWebPropertyId :: Lens' ManagementProFilesGet Text Source #

Web property ID to retrieve the view (profile) for.

mpfgProFileId :: Lens' ManagementProFilesGet Text Source #

View (Profile) ID to retrieve the view (profile) for.

mpfgAccountId :: Lens' ManagementProFilesGet Text Source #

Account ID to retrieve the view (profile) for.