google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V33.Model.ReportFloodlightCriteriaReportProperties 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.