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 |
Gets a specific pretargeting configuration
See: Ad Exchange Buyer API Reference for adexchangebuyer.pretargetingConfig.get
.
Synopsis
- type PretargetingConfigGetResource = "adexchangebuyer" :> ("v1.4" :> ("pretargetingconfigs" :> (Capture "accountId" (Textual Int64) :> (Capture "configId" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] PretargetingConfig)))))
- pretargetingConfigGet :: Int64 -> Int64 -> PretargetingConfigGet
- data PretargetingConfigGet
- pcgAccountId :: Lens' PretargetingConfigGet Int64
- pcgConfigId :: Lens' PretargetingConfigGet Int64
REST Resource
type PretargetingConfigGetResource = "adexchangebuyer" :> ("v1.4" :> ("pretargetingconfigs" :> (Capture "accountId" (Textual Int64) :> (Capture "configId" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] PretargetingConfig))))) Source #
A resource alias for adexchangebuyer.pretargetingConfig.get
method which the
PretargetingConfigGet
request conforms to.
Creating a Request
pretargetingConfigGet Source #
Creates a value of PretargetingConfigGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data PretargetingConfigGet Source #
Gets a specific pretargeting configuration
See: pretargetingConfigGet
smart constructor.
Instances
Request Lenses
pcgAccountId :: Lens' PretargetingConfigGet Int64 Source #
The account id to get the pretargeting config for.
pcgConfigId :: Lens' PretargetingConfigGet Int64 Source #
The specific id of the configuration to retrieve.