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.Insert

Contents

Description

Creates a new remarketing audience.

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

Synopsis

REST Resource

type ManagementRemarketingAudienceInsertResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("remarketingAudiences" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] RemarketingAudience :> Post '[JSON] RemarketingAudience))))))))) Source #

A resource alias for analytics.management.remarketingAudience.insert method which the ManagementRemarketingAudienceInsert request conforms to.

Creating a Request

managementRemarketingAudienceInsert Source #

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

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

data ManagementRemarketingAudienceInsert Source #

Creates a new remarketing audience.

See: managementRemarketingAudienceInsert smart constructor.

Instances

Eq ManagementRemarketingAudienceInsert Source # 
Data ManagementRemarketingAudienceInsert Source # 

Methods

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

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

toConstr :: ManagementRemarketingAudienceInsert -> Constr #

dataTypeOf :: ManagementRemarketingAudienceInsert -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ManagementRemarketingAudienceInsert Source # 
Generic ManagementRemarketingAudienceInsert Source # 
GoogleRequest ManagementRemarketingAudienceInsert Source # 
type Rep ManagementRemarketingAudienceInsert Source # 
type Rep ManagementRemarketingAudienceInsert = D1 (MetaData "ManagementRemarketingAudienceInsert" "Network.Google.Resource.Analytics.Management.RemarketingAudience.Insert" "gogol-analytics-0.3.0-HIek6YEHwnSLCn7HDgQZyX" False) (C1 (MetaCons "ManagementRemarketingAudienceInsert'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_mraiWebPropertyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_mraiPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 RemarketingAudience)) (S1 (MetaSel (Just Symbol "_mraiAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes ManagementRemarketingAudienceInsert Source # 
type Scopes ManagementRemarketingAudienceInsert = (:) Symbol "https://www.googleapis.com/auth/analytics.edit" ([] Symbol)
type Rs ManagementRemarketingAudienceInsert Source # 

Request Lenses

mraiWebPropertyId :: Lens' ManagementRemarketingAudienceInsert Text Source #

Web property ID for which to create the remarketing audience.

mraiAccountId :: Lens' ManagementRemarketingAudienceInsert Text Source #

The account ID for which to create the remarketing audience.