Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. maximumImpressionInteractions :: Report_PathToConversionCriteria_ReportProperties -> Maybe Int32

    gogol-dfareporting Gogol.DFAReporting.Types

    The maximum number of click interactions to include in the report. Advertisers currently paying for E2C reports get up to 200 (100 clicks, 100 impressions). If another advertiser in your network is paying for E2C, you can have up to 5 total exposures per report.

  2. maximumInteractionGap :: Report_PathToConversionCriteria_ReportProperties -> Maybe Int32

    gogol-dfareporting Gogol.DFAReporting.Types

    The maximum amount of time that can take place between interactions (clicks or impressions) by the same user. Valid values: 1-90.

  3. perInteractionDimensions :: PathToConversionReportCompatibleFields -> Maybe [Dimension]

    gogol-dfareporting Gogol.DFAReporting.Types

    Per-interaction dimensions which are compatible to be selected in the "perInteractionDimensions" section of the report.

  4. perInteractionDimensions :: Report_PathToConversionCriteria -> Maybe [SortedDimension]

    gogol-dfareporting Gogol.DFAReporting.Types

    The list of per interaction dimensions the report should include.

  5. pivotOnInteractionPath :: Report_PathToConversionCriteria_ReportProperties -> Maybe Bool

    gogol-dfareporting Gogol.DFAReporting.Types

    Enable pivoting on interaction path.

  6. data ContentRecommendationsReportInteraction

    gogol-shopping-content Gogol.ShoppingContent

    Reports an interaction on a recommendation for a merchant. See: newContentRecommendationsReportInteraction smart constructor.

  7. ContentRecommendationsReportInteraction :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Int64 -> ReportInteractionRequest -> Maybe Text -> Maybe Text -> ContentRecommendationsReportInteraction

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  8. type ContentRecommendationsReportInteractionResource = "content" :> "v2.1" :> Capture "merchantId" Int64 :> "recommendations" :> "reportInteraction" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] ReportInteractionRequest :> Post '[JSON] ()

    gogol-shopping-content Gogol.ShoppingContent

    A resource alias for content.recommendations.reportInteraction method which the ContentRecommendationsReportInteraction request conforms to.

  9. data ReportInteractionRequest

    gogol-shopping-content Gogol.ShoppingContent

    Request to report interactions on a recommendation. See: newReportInteractionRequest smart constructor.

  10. ReportInteractionRequest :: Maybe ReportInteractionRequest_InteractionType -> Maybe Text -> Maybe Text -> Maybe Text -> ReportInteractionRequest

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

Page 44 of many | Previous | Next