countingMethod property
Counting method for conversions for this floodlight activity.
This is a required field. Possible string values are:
- "STANDARD_COUNTING" : Count every conversion.
- "UNIQUE_COUNTING" : Count the first conversion for each unique user during each 24-hour day, from midnight to midnight, Eastern Time.
- "SESSION_COUNTING" : Count one conversion per user per session. Session length is set by the site where the Spotlight tag is deployed.
- "TRANSACTIONS_COUNTING" : Count all conversions, plus the total number of sales that take place and the total revenue for these transactions.
- "ITEMS_SOLD_COUNTING" : Count each conversion, plus the total number of items sold and the total revenue for these sales.
Implementation
core.String? countingMethod;