Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type DFAReportingAdvertiserLandingPagesInsertResource = "dfareporting" :> "v4" :> "userprofiles" :> Capture "profileId" Int64 :> "advertiserLandingPages" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] LandingPage :> Post '[JSON] LandingPage

    gogol-dfareporting Gogol.DFAReporting

    A resource alias for dfareporting.advertiserLandingPages.insert method which the DFAReportingAdvertiserLandingPagesInsert request conforms to.

  2. data DFAReportingAdvertiserLandingPagesList

    gogol-dfareporting Gogol.DFAReporting

    Retrieves a list of landing pages. See: newDFAReportingAdvertiserLandingPagesList smart constructor.

  3. DFAReportingAdvertiserLandingPagesList :: Maybe Xgafv -> Maybe Text -> Maybe [Int64] -> Maybe Bool -> Maybe Text -> Maybe [Int64] -> Maybe [Int64] -> Int32 -> Maybe Text -> Int64 -> Maybe Text -> AdvertiserLandingPagesListSortField -> AdvertiserLandingPagesListSortOrder -> Maybe Int64 -> Maybe Text -> Maybe Text -> DFAReportingAdvertiserLandingPagesList

    gogol-dfareporting Gogol.DFAReporting

    No documentation available.

  4. type DFAReportingAdvertiserLandingPagesListResource = "dfareporting" :> "v4" :> "userprofiles" :> Capture "profileId" Int64 :> "advertiserLandingPages" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParams "advertiserIds" Int64 :> QueryParam "archived" Bool :> QueryParam "callback" Text :> QueryParams "campaignIds" Int64 :> QueryParams "ids" Int64 :> QueryParam "maxResults" Int32 :> QueryParam "pageToken" Text :> QueryParam "searchString" Text :> QueryParam "sortField" AdvertiserLandingPagesListSortField :> QueryParam "sortOrder" AdvertiserLandingPagesListSortOrder :> QueryParam "subaccountId" Int64 :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] AdvertiserLandingPagesListResponse

    gogol-dfareporting Gogol.DFAReporting

    A resource alias for dfareporting.advertiserLandingPages.list method which the DFAReportingAdvertiserLandingPagesList request conforms to.

  5. data DFAReportingAdvertiserLandingPagesPatch

    gogol-dfareporting Gogol.DFAReporting

    Updates an existing landing page. This method supports patch semantics. See: newDFAReportingAdvertiserLandingPagesPatch smart constructor.

  6. DFAReportingAdvertiserLandingPagesPatch :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Int64 -> LandingPage -> Int64 -> Maybe Text -> Maybe Text -> DFAReportingAdvertiserLandingPagesPatch

    gogol-dfareporting Gogol.DFAReporting

    No documentation available.

  7. type DFAReportingAdvertiserLandingPagesPatchResource = "dfareporting" :> "v4" :> "userprofiles" :> Capture "profileId" Int64 :> "advertiserLandingPages" :> QueryParam "id" Int64 :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] LandingPage :> Patch '[JSON] LandingPage

    gogol-dfareporting Gogol.DFAReporting

    A resource alias for dfareporting.advertiserLandingPages.patch method which the DFAReportingAdvertiserLandingPagesPatch request conforms to.

  8. data DFAReportingAdvertiserLandingPagesUpdate

    gogol-dfareporting Gogol.DFAReporting

    Updates an existing landing page. See: newDFAReportingAdvertiserLandingPagesUpdate smart constructor.

  9. DFAReportingAdvertiserLandingPagesUpdate :: Maybe Xgafv -> Maybe Text -> Maybe Text -> LandingPage -> Int64 -> Maybe Text -> Maybe Text -> DFAReportingAdvertiserLandingPagesUpdate

    gogol-dfareporting Gogol.DFAReporting

    No documentation available.

  10. type DFAReportingAdvertiserLandingPagesUpdateResource = "dfareporting" :> "v4" :> "userprofiles" :> Capture "profileId" Int64 :> "advertiserLandingPages" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] LandingPage :> Put '[JSON] LandingPage

    gogol-dfareporting Gogol.DFAReporting

    A resource alias for dfareporting.advertiserLandingPages.update method which the DFAReportingAdvertiserLandingPagesUpdate request conforms to.

Page 574 of many | Previous | Next