GoogleApi.DFAReporting.V33.Model.ReportPathToConversionCriteriaReportProperties (google_api_dfa_reporting v0.31.0)
View SourceThe properties of the report.
Attributes
-
clicksLookbackWindow
(type:integer()
, default:nil
) - CM360 checks to see if a click interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90. -
impressionsLookbackWindow
(type:integer()
, default:nil
) - CM360 checks to see if an impression interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90. -
includeAttributedIPConversions
(type:boolean()
, default:nil
) - Deprecated: has no effect. -
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. -
maximumClickInteractions
(type:integer()
, default:nil
) - 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. -
maximumImpressionInteractions
(type:integer()
, default:nil
) - 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. -
maximumInteractionGap
(type:integer()
, default:nil
) - The maximum amount of time that can take place between interactions (clicks or impressions) by the same user. Valid values: 1-90. -
pivotOnInteractionPath
(type:boolean()
, default:nil
) - Enable pivoting on interaction path.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V33.Model.ReportPathToConversionCriteriaReportProperties{ clicksLookbackWindow: integer() | nil, impressionsLookbackWindow: integer() | nil, includeAttributedIPConversions: boolean() | nil, includeUnattributedCookieConversions: boolean() | nil, includeUnattributedIPConversions: boolean() | nil, maximumClickInteractions: integer() | nil, maximumImpressionInteractions: integer() | nil, maximumInteractionGap: integer() | nil, pivotOnInteractionPath: boolean() | nil }