GoogleApi.DFAReporting.V34.Model.ReportFloodlightCriteriaReportProperties (google_api_dfa_reporting v0.20.0) View Source

The properties of the report.

Attributes

  • includeAttributedIPConversions (type: boolean(), default: nil) - Include conversions that have no cookie, but do have an exposure path.
  • includeUnattributedCookieConversions (type: boolean(), default: nil) - Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.
  • includeUnattributedIPConversions (type: boolean(), default: nil) - Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.DFAReporting.V34.Model.ReportFloodlightCriteriaReportProperties{
    includeAttributedIPConversions: boolean(),
    includeUnattributedCookieConversions: boolean(),
    includeUnattributedIPConversions: boolean()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.