enum Activity.Type (v202402)

The activity type.


Namespace
https://www.google.com/apis/ads/publisher/v202402
Enumeration Description
PAGE_VIEWS Tracks conversions for each visit to a webpage. This is a counter type.
DAILY_VISITS Tracks conversions for visits to a webpage, but only counts one conversion per user per day, even if a user visits the page multiple times. This is a counter type.
CUSTOM Tracks conversions for visits to a webpage, but only counts one conversion per user per user session. Session length is set by the advertiser. This is a counter type.
ITEMS_PURCHASED Tracks conversions where the user has made a purchase, the monetary value of each purchase, plus the number of items that were purchased and the order ID. This is a sales type.
TRANSACTIONS Tracks conversions where the user has made a purchase, the monetary value of each purchase, plus the order ID (but not the number of items purchased). This is a sales type.
IOS_APPLICATION_DOWNLOADS Tracks conversions where the user has installed an iOS application. This is a counter type.
ANDROID_APPLICATION_DOWNLOADS Tracks conversions where the user has installed an Android application. This is a counter type.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.