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 |
Retrieves a list of the authenticated user's pretargeting configurations.
See: Ad Exchange Buyer API Reference for adexchangebuyer.pretargetingConfig.list
.
- type PretargetingConfigListResource = "adexchangebuyer" :> ("v1.4" :> ("pretargetingconfigs" :> (Capture "accountId" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] PretargetingConfigList))))
- pretargetingConfigList' :: Int64 -> PretargetingConfigList'
- data PretargetingConfigList'
- pclAccountId :: Lens' PretargetingConfigList' Int64
REST Resource
type PretargetingConfigListResource = "adexchangebuyer" :> ("v1.4" :> ("pretargetingconfigs" :> (Capture "accountId" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] PretargetingConfigList)))) Source #
A resource alias for adexchangebuyer.pretargetingConfig.list
method which the
PretargetingConfigList'
request conforms to.
Creating a Request
pretargetingConfigList' Source #
Creates a value of PretargetingConfigList'
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data PretargetingConfigList' Source #
Retrieves a list of the authenticated user's pretargeting configurations.
See: pretargetingConfigList'
smart constructor.
Request Lenses
pclAccountId :: Lens' PretargetingConfigList' Int64 Source #
The account id to get the pretargeting configs for.