CountingMethod
Stay organized with collections
Save and categorize content based on your preferences.
Types of counting methods for conversions for spotlight activity
Enums |
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-02 UTC.
[null,null,["Last updated 2025-09-02 UTC."],[],[],null,["Types of counting methods for conversions for spotlight activity\n\n| Enums ||\n|-------------------------|---------------------------------------------------------------------------------------------------------------------|\n| `STANDARD_COUNTING` | Count every conversion. |\n| `UNIQUE_COUNTING` | Count the first conversion for each unique user during each 24-hour day, from midnight to midnight, Eastern Time. |\n| `SESSION_COUNTING` | Count one conversion per user per session. Session length is set by the site where the Spotlight tag is deployed. |\n| `TRANSACTIONS_COUNTING` | Count all conversions, plus the total number of sales that take place and the total revenue for these transactions. |\n| `ITEMS_SOLD_COUNTING` | Count each conversion, plus the total number of items sold and the total revenue for these sales. |"]]