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