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 one placement strategy by ID.
See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.placementStrategies.get
.
Synopsis
- type PlacementStrategiesGetResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("placementStrategies" :> (Capture "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] PlacementStrategy))))))
- placementStrategiesGet :: Int64 -> Int64 -> PlacementStrategiesGet
- data PlacementStrategiesGet
- psgProFileId :: Lens' PlacementStrategiesGet Int64
- psgId :: Lens' PlacementStrategiesGet Int64
REST Resource
type PlacementStrategiesGetResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("placementStrategies" :> (Capture "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] PlacementStrategy)))))) Source #
A resource alias for dfareporting.placementStrategies.get
method which the
PlacementStrategiesGet
request conforms to.
Creating a Request
placementStrategiesGet Source #
Creates a value of PlacementStrategiesGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data PlacementStrategiesGet Source #
Gets one placement strategy by ID.
See: placementStrategiesGet
smart constructor.
Instances
Request Lenses
psgProFileId :: Lens' PlacementStrategiesGet Int64 Source #
User profile ID associated with this request.