GoogleApi.DFAReporting.V34.Model.ReportFloodlightCriteriaReportProperties (google_api_dfa_reporting v0.31.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.