| 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 |
Network.Google.Resource.DFAReporting.AdvertiserLandingPages.Get
Description
Gets one landing page by ID.
See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.advertiserLandingPages.get.
Synopsis
- type AdvertiserLandingPagesGetResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("advertiserLandingPages" :> (Capture "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] LandingPage))))))
- advertiserLandingPagesGet :: Int64 -> Int64 -> AdvertiserLandingPagesGet
- data AdvertiserLandingPagesGet
- alpgProFileId :: Lens' AdvertiserLandingPagesGet Int64
- alpgId :: Lens' AdvertiserLandingPagesGet Int64
REST Resource
type AdvertiserLandingPagesGetResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("advertiserLandingPages" :> (Capture "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] LandingPage)))))) Source #
A resource alias for dfareporting.advertiserLandingPages.get method which the
AdvertiserLandingPagesGet request conforms to.
Creating a Request
advertiserLandingPagesGet Source #
Arguments
| :: Int64 | |
| -> Int64 | |
| -> AdvertiserLandingPagesGet |
Creates a value of AdvertiserLandingPagesGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AdvertiserLandingPagesGet Source #
Gets one landing page by ID.
See: advertiserLandingPagesGet smart constructor.
Instances
Request Lenses
alpgProFileId :: Lens' AdvertiserLandingPagesGet Int64 Source #
User profile ID associated with this request.