ものづくりのブログ

うちのネコを題材にしたものづくりができたらいいなと思っていろいろ奮闘してます。

【Google】GA4(Google Analytics4)のAPI - GetMetadataRequest を使ってみる

GA4(Google Analytics4)の API の GetMetadataRequest の使い方を調査したのでここにメモします。

検証

ソースコード

from google.analytics.data_v1beta import BetaAnalyticsDataClient
from google.analytics.data_v1beta.types import DateRange
from google.analytics.data_v1beta.types import Dimension
from google.analytics.data_v1beta.types import Metric
from google.analytics.data_v1beta.types import GetMetadataRequest
import os

os.environ['GOOGLE_APPLICATION_CREDENTIALS'] = './credential.json'
GA_PROPERTY_ID = "{{GA_PROPERTY_ID}}"

def sample(property_id=GA_PROPERTY_ID):
    client = BetaAnalyticsDataClient()

    request = GetMetadataRequest(
        name=f"properties/{GA_PROPERTY_ID}/metadata",
    )

    response = client.get_metadata(request=request)
    print(response)


if __name__ == '__main__':
    sample()

実行結果

name: "properties/275960496/metadata"
dimensions {
  api_name: "achievementId"
  ui_name: "Achievement ID"
  description: "The achievement ID in a game for an event. Populated by the event parameter \'achievement_id\'."
  category: "Other"
}
dimensions {
  api_name: "adFormat"
  ui_name: "Ad format"
  description: "Describes the way ads looked and where they were located. Typical formats include \'Interstitial\', \'Banner\', \'Rewarded\', and \'Native advanced\'."
  category: "Publisher"
}
dimensions {
  api_name: "adSourceName"
  ui_name: "Ad source"
  description: "The source network that served the ad. Typical sources include \'AdMob Network\', \'Liftoff\', \'Facebook Audience Network\', and \'Mediated house ads\'."
  category: "Publisher"
}
dimensions {
  api_name: "adUnitName"
  ui_name: "Ad unit"
  description: "The name you chose to describe this Ad unit. Ad units are containers you place in your apps to show ads to users."
  category: "Publisher"
}
dimensions {
  api_name: "appVersion"
  ui_name: "App version"
  description: "The app\'s versionName (Android) or short bundle version (iOS)."
  category: "Platform / Device"
}
dimensions {
  api_name: "audienceId"
  ui_name: "Audience ID"
  description: "The numeric identifier of an Audience. Users are reported in the audiences to which they belonged during the report\'s date range. Current user behavior does not affect historical audience membership in reports."
  category: "User"
}
dimensions {
  api_name: "audienceName"
  ui_name: "Audience name"
  description: "The given name of an Audience. Users are reported in the audiences to which they belonged during the report\'s date range. Current user behavior does not affect historical audience membership in reports."
  category: "User"
}
dimensions {
  api_name: "brandingInterest"
  ui_name: "Interests"
  description: "Interests demonstrated by users who are higher in the shopping funnel. Users can be counted in multiple interest categories. For example, \'Shoppers\', \'Lifestyles & Hobbies/Pet Lovers\', or \'Travel/Travel Buffs/Beachbound Travelers\'."
  category: "Demographics"
}
dimensions {
  api_name: "browser"
  ui_name: "Browser"
  description: "The browsers used to view your website."
  category: "Platform / Device"
}
dimensions {
  api_name: "campaignId"
  ui_name: "Campaign ID"
  description: "The identifier of the marketing campaign. Present only for conversion events. Includes Google Ads Campaigns, Manual Campaigns, & other Campaigns."
  category: "Attribution"
}
dimensions {
  api_name: "campaignName"
  ui_name: "Campaign"
  description: "The name of the marketing campaign. Present only for conversion events. Includes Google Ads Campaigns, Manual Campaigns, & other Campaigns."
  category: "Attribution"
}
dimensions {
  api_name: "character"
  ui_name: "Character"
  description: "The player character in a game for an event. Populated by the event parameter \'character\'."
  category: "Other"
}
dimensions {
  api_name: "city"
  ui_name: "City"
  description: "The city from which the user activity originated."
  category: "Geography"
}
dimensions {
  api_name: "cityId"
  ui_name: "City ID"
  description: "The geographic ID of the city from which the user activity originated, derived from their IP address."
  category: "Geography"
}
dimensions {
  api_name: "cohort"
  ui_name: "Cohort"
  description: "The cohort\'s name in the request. A cohort is a set of users who started using your website or app in any consecutive group of days. If a cohort name is not specified in the request, cohorts are named by their zero based index: cohort_0, cohort_1, etc."
  category: "Cohort"
}
dimensions {
  api_name: "cohortNthDay"
  ui_name: "Daily cohort"
  description: "Day offset relative to the firstSessionDate for the users in the cohort. For example, if a cohort is selected with the start and end date of 2020-03-01, then for the date 2020-03-02, cohortNthDay will be 0001."
  category: "Cohort"
}
dimensions {
  api_name: "cohortNthMonth"
  ui_name: "Monthly cohort"
  description: "Month offset relative to the firstSessionDate for the users in the cohort. Month boundaries align with calendar month boundaries. For example, if a cohort is selected with the start and end date in March 2020, then for any date in April 2020, cohortNthMonth will be 0001."
  category: "Cohort"
}
dimensions {
  api_name: "cohortNthWeek"
  ui_name: "Weekly cohort"
  description: "Week offset relative to the firstSessionDate for the users in the cohort. Weeks start on Sunday and end on Saturday. For example, if a cohort is selected with the start and end date in the range 2020-11-08 to 2020-11-14, then for the dates in the range 2020-11-15 to 2020-11-21, cohortNthWeek will be 0001."
  category: "Cohort"
}
dimensions {
  api_name: "contentGroup"
  ui_name: "Content group"
  description: "A category that applies to items of published content. Populated by the event parameter \'content_group\'."
  category: "Page / Screen"
}
dimensions {
  api_name: "contentId"
  ui_name: "Content ID"
  description: "The identifier of the selected content. Populated by the event parameter \'content_id\'."
  category: "Page / Screen"
}
dimensions {
  api_name: "contentType"
  ui_name: "Content type"
  description: "The category of the selected content. Populated by the event parameter \'content_type\'."
  category: "Page / Screen"
}
dimensions {
  api_name: "continent"
  ui_name: "Continent"
  description: "The continent from which the user activity originated. For example, \'Americas\' or \'Asia\'."
  category: "Geography"
}
dimensions {
  api_name: "continentId"
  ui_name: "Continent ID"
  description: "The geographic ID of the continent from which the user activity originated, derived from their IP address."
  category: "Geography"
}
dimensions {
  api_name: "country"
  ui_name: "Country"
  description: "The country from which the user activity originated."
  category: "Geography"
}
dimensions {
  api_name: "countryId"
  ui_name: "Country ID"
  description: "The geographic ID of the country from which the user activity originated, derived from their IP address. Formatted according to ISO 3166-1 alpha-2 standard."
  deprecated_api_names: "countryIsoCode"
  category: "Geography"
}
dimensions {
  api_name: "date"
  ui_name: "Date"
  description: "The date of the event, formatted as YYYYMMDD."
  category: "Time"
}
dimensions {
  api_name: "dateHour"
  ui_name: "Date + hour (YYYYMMDDHH)"
  description: "The combined values of date and hour formatted as YYYYMMDDHH."
  category: "Time"
}
dimensions {
  api_name: "dateHourMinute"
  ui_name: "Date hour and minute"
  description: "The combined values of date, hour, and minute formatted as YYYYMMDDHHMM."
  category: "Time"
}
dimensions {
  api_name: "day"
  ui_name: "Day"
  description: "The day of the month, a two-digit number from 01 to 31."
  category: "Time"
}
dimensions {
  api_name: "dayOfWeek"
  ui_name: "Day of week"
  description: "The integer day of the week. It returns values in the range [0,6] with Sunday as the first day of the week."
  deprecated_api_names: "dayOfWeekZero"
  category: "Time"
}
dimensions {
  api_name: "dayOfWeekName"
  ui_name: "Day of week name"
  description: "The day of the week in English. This dimension has values of Sunday, Monday, etc."
  category: "Time"
}
dimensions {
  api_name: "defaultChannelGroup"
  ui_name: "Default channel group"
  description: "The conversion\'s default channel group is based primarily on source and medium. An enumeration which includes \'Direct\', \'Organic Search\', \'Paid Social\', \'Organic Social\', \'Email\', \'Affiliates\', \'Referral\', \'Paid Search\', \'Video\', and \'Display\'."
  deprecated_api_names: "defaultChannelGrouping"
  category: "Attribution"
}
dimensions {
  api_name: "deviceCategory"
  ui_name: "Device category"
  description: "The type of device: Desktop, Tablet, or Mobile."
  category: "Platform / Device"
}
dimensions {
  api_name: "deviceModel"
  ui_name: "Device model"
  description: "The mobile device model (example: iPhone 10,6)."
  category: "Platform / Device"
}
dimensions {
  api_name: "eventName"
  ui_name: "Event name"
  description: "The name of the event."
  category: "Event"
}
dimensions {
  api_name: "fileExtension"
  ui_name: "File extension"
  description: "The extension of the downloaded file (for example, \'pdf\' or \'txt\'). Automatically populated if Enhanced Measurement is enabled. Populated by the event parameter \'file_extension\'."
  category: "Other"
}
dimensions {
  api_name: "fileName"
  ui_name: "File name"
  description: "The page path of the downloaded file (for example, \'/menus/dinner-menu.pdf\'). Automatically populated if Enhanced Measurement is enabled. Populated by the event parameter \'file_name\'."
  category: "Other"
}
dimensions {
  api_name: "firstSessionDate"
  ui_name: "First session date"
  description: "The date the user\'s first session occurred, formatted as YYYYMMDD."
  deprecated_api_names: "firstTouchDate"
  category: "User Lifetime"
}
dimensions {
  api_name: "firstUserCampaignId"
  ui_name: "First user campaign ID"
  description: "Identifier of the marketing campaign that first acquired the user. Includes Google Ads Campaigns, Manual Campaigns, & other Campaigns."
  category: "Traffic Source"
}
dimensions {
  api_name: "firstUserCampaignName"
  ui_name: "First user campaign"
  description: "Name of the marketing campaign that first acquired the user. Includes Google Ads Campaigns, Manual Campaigns, & other Campaigns."
  category: "Traffic Source"
}
dimensions {
  api_name: "firstUserDefaultChannelGroup"
  ui_name: "First user default channel group"
  description: "The default channel group that first acquired the user. Default channel group is based primarily on source and medium. An enumeration which includes \'Direct\', \'Organic Search\', \'Paid Social\', \'Organic Social\', \'Email\', \'Affiliates\', \'Referral\', \'Paid Search\', \'Video\', and \'Display\'."
  deprecated_api_names: "firstUserDefaultChannelGrouping"
  category: "Traffic Source"
}
dimensions {
  api_name: "firstUserGoogleAdsAccountName"
  ui_name: "First user Google Ads account name"
  description: "The Account name from Google Ads that first acquired the user."
  category: "Traffic Source"
}
dimensions {
  api_name: "firstUserGoogleAdsAdGroupId"
  ui_name: "First user Google Ads ad group ID"
  description: "The Ad Group Id in Google Ads that first acquired the user."
  category: "Traffic Source"
}
dimensions {
  api_name: "firstUserGoogleAdsAdGroupName"
  ui_name: "First user Google Ads ad group name"
  description: "The Ad Group Name in Google Ads that first acquired the user."
  category: "Traffic Source"
}
dimensions {
  api_name: "firstUserGoogleAdsAdNetworkType"
  ui_name: "First user Google Ads ad network type"
  description: "The advertising network that first acquired the user. An enumeration which includes \'Google search\', \'Search partners\', \'Google Display Network\', \'Youtube Search\', \'Youtube Videos\', \'Cross-network\', \'Social\', and \'(universal campaign)\'."
  category: "Traffic Source"
}
dimensions {
  api_name: "firstUserGoogleAdsCampaignId"
  ui_name: "First user Google Ads campaign ID"
  description: "Identifier of the Google Ads marketing campaign that first acquired the user."
  category: "Traffic Source"
}
dimensions {
  api_name: "firstUserGoogleAdsCampaignName"
  ui_name: "First user Google Ads campaign"
  description: "Name of the Google Ads marketing campaign that first acquired the user."
  category: "Traffic Source"
}
dimensions {
  api_name: "firstUserGoogleAdsCampaignType"
  ui_name: "First user Google Ads campaign type"
  description: "The campaign type of the Google Ads campaign that first acquired the user. Campaign types determine where customers see your ads and the settings and options available to you in Google Ads. Campaign type is an enumeration that includes: Search, Display, Shopping, Video, Discovery, App, Smart, Hotel, Local, and Performance Max. To learn more, see <https://support.google.com/google-ads/answer/2567043>."
  category: "Traffic Source"
}
dimensions {
  api_name: "firstUserGoogleAdsCreativeId"
  ui_name: "First user Google Ads creative ID"
  description: "The ID of the Google Ads creative that first acquired the user. Creative IDs identify individual ads."
  deprecated_api_names: "firstUserCreativeId"
  category: "Traffic Source"
}
dimensions {
  api_name: "firstUserGoogleAdsCustomerId"
  ui_name: "First user Google Ads customer ID"
  description: "The Customer ID from Google Ads that first acquired the user. Customer IDs in Google Ads uniquely identify Google Ads accounts."
  category: "Traffic Source"
}
dimensions {
  api_name: "firstUserGoogleAdsKeyword"
  ui_name: "First user Google Ads keyword text"
  description: "The matched keyword that first acquired the user. Keywords are words or phrases describing your product or service that you choose to get your ad in front of the right customers. To learn more about Keywords, see <https://support.google.com/google-ads/answer/6323>."
  category: "Traffic Source"
}
dimensions {
  api_name: "firstUserGoogleAdsQuery"
  ui_name: "First user Google Ads query"
  description: "The search query that first acquired the user."
  category: "Traffic Source"
}
dimensions {
  api_name: "firstUserManualAdContent"
  ui_name: "First user manual ad content"
  description: "The ad content that first acquired the user. Populated by the utm_content parameter."
  category: "Traffic Source"
}
dimensions {
  api_name: "firstUserManualTerm"
  ui_name: "First user manual term"
  description: "The term that first acquired the user. Populated by the utm_term parameter."
  category: "Traffic Source"
}
dimensions {
  api_name: "firstUserMedium"
  ui_name: "First user medium"
  description: "The medium that first acquired the user to your website or app."
  category: "Traffic Source"
}
dimensions {
  api_name: "firstUserSource"
  ui_name: "First user source"
  description: "The source that first acquired the user to your website or app."
  category: "Traffic Source"
}
dimensions {
  api_name: "firstUserSourceMedium"
  ui_name: "First user source / medium"
  description: "The combined values of the dimensions \'firstUserSource\' and \'firstUserMedium\'."
  category: "Traffic Source"
}
dimensions {
  api_name: "firstUserSourcePlatform"
  ui_name: "First user source platform"
  description: "The source platform that first acquired the user. Please do not depend on this field returning \'Manual\' for traffic that uses UTMs; this field will update from returning \'Manual\' to returning \'(not set)\' for an upcoming feature launch."
  deprecated_api_names: "firstUserTrafficOrigin"
  category: "Traffic Source"
}
dimensions {
  api_name: "fullPageUrl"
  ui_name: "Full page URL"
  description: "The hostname, page path, and query string for web pages visited; for example, the fullPageUrl portion of https://www.example.com/store/contact-us?query_string=true is www.example.com/store/contact-us?query_string=true."
  category: "Page / Screen"
}
dimensions {
  api_name: "googleAdsAccountName"
  ui_name: "Google Ads account name"
  description: "The Account name from Google Ads for the campaign that led to the conversion event. Corresponds to customer.descriptive_name in the Google Ads API."
  category: "Attribution"
}
dimensions {
  api_name: "googleAdsAdGroupId"
  ui_name: "Google Ads ad group ID"
  description: "The ad group id attributed to the conversion event."
  category: "Attribution"
}
dimensions {
  api_name: "googleAdsAdGroupName"
  ui_name: "Google Ads ad group name"
  description: "The ad group name attributed to the conversion event."
  category: "Attribution"
}
dimensions {
  api_name: "googleAdsAdNetworkType"
  ui_name: "Google Ads ad network type"
  description: "The advertising network type of the conversion. An enumeration which includes \'Google search\', \'Search partners\', \'Google Display Network\', \'Youtube Search\', \'Youtube Videos\', \'Cross-network\', \'Social\', and \'(universal campaign)\'."
  category: "Attribution"
}
dimensions {
  api_name: "googleAdsCampaignId"
  ui_name: "Google Ads campaign ID"
  description: "The campaign ID for the Google Ads campaign attributed to the conversion event."
  category: "Attribution"
}
dimensions {
  api_name: "googleAdsCampaignName"
  ui_name: "Google Ads campaign"
  description: "The campaign name for the Google Ads campaign attributed to the conversion event."
  category: "Attribution"
}
dimensions {
  api_name: "googleAdsCampaignType"
  ui_name: "Google Ads campaign type"
  description: "The campaign type for the Google Ads campaign attributed to the conversion event. Campaign types determine where customers see your ads and the settings and options available to you in Google Ads. Campaign type is an enumeration that includes: Search, Display, Shopping, Video, Discovery, App, Smart, Hotel, Local, and Performance Max. To learn more, see <https://support.google.com/google-ads/answer/2567043>."
  category: "Attribution"
}
dimensions {
  api_name: "googleAdsCreativeId"
  ui_name: "Google Ads creative ID"
  description: "The ID of the Google Ads creative attributed to the conversion event. Creative IDs identify individual ads."
  category: "Attribution"
}
dimensions {
  api_name: "googleAdsCustomerId"
  ui_name: "Google Ads customer ID"
  description: "The Customer ID from Google Ads for the campaign that led to conversion event. Customer IDs in Google Ads uniquely identify Google Ads accounts."
  category: "Attribution"
}
dimensions {
  api_name: "googleAdsKeyword"
  ui_name: "Google Ads keyword text"
  description: "The matched keyword that led to the conversion event. Keywords are words or phrases describing your product or service that you choose to get your ad in front of the right customers. To learn more about Keywords, see <https://support.google.com/google-ads/answer/6323>."
  category: "Attribution"
}
dimensions {
  api_name: "googleAdsQuery"
  ui_name: "Google Ads query"
  description: "The search query that led to the conversion event."
  category: "Attribution"
}
dimensions {
  api_name: "groupId"
  ui_name: "Group ID"
  description: "The player group ID in a game for an event. Populated by the event parameter \'group_id\'."
  category: "Other"
}
dimensions {
  api_name: "hostName"
  ui_name: "Hostname"
  description: "Includes the subdomain and domain names of a URL; for example, the Host Name of www.example.com/contact.html is www.example.com."
  category: "Page / Screen"
}
dimensions {
  api_name: "hour"
  ui_name: "Hour"
  description: "The two-digit hour of the day that the event was logged. This dimension ranges from 0-23 and is reported in your property\'s timezone."
  category: "Time"
}
dimensions {
  api_name: "isConversionEvent"
  ui_name: "Is conversion event"
  description: "The string \'true\' if the event is a conversion. Events are marked as conversions at collection time; changes to an event\'s conversion marking apply going forward. You can mark any event as a conversion in Google Analytics, and some events (i.e. first_open, purchase) are marked as conversions by default. To learn more, see <https://support.google.com/analytics/answer/9267568>."
  category: "Event"
}
dimensions {
  api_name: "isoWeek"
  ui_name: "ISO week of the year"
  description: "ISO week number, where each week starts on Monday. For details, see http://en.wikipedia.org/wiki/ISO_week_date. Example values include 01, 02, & 53."
  category: "Time"
}
dimensions {
  api_name: "isoYear"
  ui_name: "ISO year"
  description: "The ISO year of the event. For details, see http://en.wikipedia.org/wiki/ISO_week_date. Example values include 2022 & 2023."
  category: "Time"
}
dimensions {
  api_name: "isoYearIsoWeek"
  ui_name: "ISO week of ISO year"
  description: "The combined values of isoWeek and isoYear. Example values include 201652 & 201701."
  category: "Time"
}
dimensions {
  api_name: "itemAffiliation"
  ui_name: "Item affiliation"
  description: "The name or code of the affiliate (partner/vendor; if any) associated with an individual item. Populated by the \'affiliation\' item parameter."
  category: "Ecommerce"
}
dimensions {
  api_name: "itemBrand"
  ui_name: "Item brand"
  description: "Brand name of the item."
  category: "Ecommerce"
}
dimensions {
  api_name: "itemCategory"
  ui_name: "Item category"
  description: "The hierarchical category in which the item is classified. For example, in Apparel/Mens/Summer/Shirts/T-shirts, Apparel is the item category."
  category: "Ecommerce"
}
dimensions {
  api_name: "itemCategory2"
  ui_name: "Item category 2"
  description: "The hierarchical category in which the item is classified. For example, in Apparel/Mens/Summer/Shirts/T-shirts, Mens is the item category 2."
  category: "Ecommerce"
}
dimensions {
  api_name: "itemCategory3"
  ui_name: "Item category 3"
  description: "The hierarchical category in which the item is classified. For example, in Apparel/Mens/Summer/Shirts/T-shirts, Summer is the item category 3."
  category: "Ecommerce"
}
dimensions {
  api_name: "itemCategory4"
  ui_name: "Item category 4"
  description: "The hierarchical category in which the item is classified. For example, in Apparel/Mens/Summer/Shirts/T-shirts, Shirts is the item category 4."
  category: "Ecommerce"
}
dimensions {
  api_name: "itemCategory5"
  ui_name: "Item category 5"
  description: "The hierarchical category in which the item is classified. For example, in Apparel/Mens/Summer/Shirts/T-shirts, T-shirts is the item category 5."
  category: "Ecommerce"
}
dimensions {
  api_name: "itemId"
  ui_name: "Item ID"
  description: "The ID of the item."
  category: "Ecommerce"
}
dimensions {
  api_name: "itemListId"
  ui_name: "Item list ID"
  description: "The ID of the item list."
  category: "Ecommerce"
}
dimensions {
  api_name: "itemListName"
  ui_name: "Item list name"
  description: "The name of the item list."
  category: "Ecommerce"
}
dimensions {
  api_name: "itemListPosition"
  ui_name: "Item list position"
  description: "The position of an item (e.g., a product you sell) in a list. This dimension is populated in tagging by the \'index\' parameter in the items array."
  category: "Ecommerce"
}
dimensions {
  api_name: "itemLocationID"
  ui_name: "Item location ID"
  description: "The physical location associated with the item (e.g. the physical store location). It\'s recommended to use the [Google Place ID](https://developers.google.com/maps/documentation/places/web-service/place-id) that corresponds to the associated item. A custom location ID can also be used. This field is populated in tagging by the \'location_id\' parameter in the items array."
  category: "Ecommerce"
}
dimensions {
  api_name: "itemName"
  ui_name: "Item name"
  description: "The name of the item."
  category: "Ecommerce"
}
dimensions {
  api_name: "itemPromotionCreativeName"
  ui_name: "Item promotion creative name"
  description: "The name of the item-promotion creative."
  category: "Ecommerce"
}
dimensions {
  api_name: "itemPromotionCreativeSlot"
  ui_name: "Item promotion creative slot"
  description: "The name of the promotional creative slot associated with the item. This dimension can be specified in tagging by the \'creative_slot\' parameter at the event or item level. If the parameter is specified at both the event & item level, the item-level parameter is used."
  category: "Ecommerce"
}
dimensions {
  api_name: "itemPromotionId"
  ui_name: "Item promotion ID"
  description: "The ID of the item promotion."
  category: "Ecommerce"
}
dimensions {
  api_name: "itemPromotionName"
  ui_name: "Item promotion name"
  description: "The name of the promotion for the item."
  category: "Ecommerce"
}
dimensions {
  api_name: "itemVariant"
  ui_name: "Item variant"
  description: "The specific variation of a product. e.g., XS, S, M, L for size; or Red, Blue, Green, Black for color. Populated by the \'item_variant\' parameter."
  category: "Ecommerce"
}
dimensions {
  api_name: "landingPage"
  ui_name: "Landing page"
  description: "The page path associated with the first pageview in a session."
  category: "Page / Screen"
}
dimensions {
  api_name: "landingPagePlusQueryString"
  ui_name: "Landing page + query string"
  description: "The page path + query string associated with the first pageview in a session."
  category: "Page / Screen"
}
dimensions {
  api_name: "language"
  ui_name: "Language"
  description: "The language setting of the user\'s browser or device. e.g. English"
  category: "Platform / Device"
}
dimensions {
  api_name: "languageCode"
  ui_name: "Language code"
  description: "The language setting (ISO 639) of the user\'s browser or device. e.g. \'en-us\'"
  category: "Platform / Device"
}
dimensions {
  api_name: "level"
  ui_name: "Level"
  description: "The player\'s level in a game. Populated by the event parameter \'level\'."
  category: "Other"
}
dimensions {
  api_name: "linkClasses"
  ui_name: "Link classes"
  description: "The HTML class attribute for an outbound link. For example if a user clicks a link \'<a class=\"center\" href=\"www.youtube.com\">\', this dimension will return \'center\'. Automatically populated if Enhanced Measurement is enabled. Populated by the event parameter \'link_classes\'."
  category: "Other"
}
dimensions {
  api_name: "linkDomain"
  ui_name: "Link domain"
  description: "The destination domain of the outbound link. For example if a user clicks a link \'<a href=\"www.youtube.com\">\', this dimension will return \'youtube.com\'. Automatically populated if Enhanced Measurement is enabled. Populated by the event parameter \'link_domain\'."
  category: "Other"
}
dimensions {
  api_name: "linkId"
  ui_name: "Link ID"
  description: "The HTML id attribute for an outbound link or file download. For example if a user clicks a link \'<a id=\"socialLinks\" href=\"www.youtube.com\">\', this dimension will return \'socialLinks\'. Automatically populated if Enhanced Measurement is enabled. Populated by the event parameter \'link_id\'."
  category: "Other"
}
dimensions {
  api_name: "linkText"
  ui_name: "Link text"
  description: "The link text of the file download. Automatically populated if Enhanced Measurement is enabled. Populated by the event parameter \'link_text\'."
  category: "Other"
}
dimensions {
  api_name: "linkUrl"
  ui_name: "Link URL"
  description: "The full url for an outbound link or file download. For example if a user clicks a link \'<a href=\"https://www.youtube.com/results?search_query=analytics\">\', this dimension will return \'https://www.youtube.com/results?search_query=analytics\'. Automatically populated if Enhanced Measurement is enabled. Populated by the event parameter \'link_url\'."
  category: "Other"
}
dimensions {
  api_name: "manualAdContent"
  ui_name: "Manual ad content"
  description: "The ad content attributed to the conversion event. Populated by the utm_content parameter."
  category: "Attribution"
}
dimensions {
  api_name: "manualTerm"
  ui_name: "Manual term"
  description: "The term attributed to the conversion event. Populated by the utm_term parameter."
  category: "Attribution"
}
dimensions {
  api_name: "medium"
  ui_name: "Medium"
  description: "The medium attributed to the conversion event."
  category: "Attribution"
}
dimensions {
  api_name: "method"
  ui_name: "Method"
  description: "The method by which an event was triggered. Populated by the event parameter \'method\'."
  category: "Other"
}
dimensions {
  api_name: "minute"
  ui_name: "Minute"
  description: "The two-digit minute of the hour that the event was logged. This dimension ranges from 0-59 and is reported in your property\'s timezone."
  category: "Time"
}
dimensions {
  api_name: "mobileDeviceBranding"
  ui_name: "Device brand"
  description: "Manufacturer or branded name (examples: Samsung, HTC, Verizon, T-Mobile)."
  category: "Platform / Device"
}
dimensions {
  api_name: "mobileDeviceMarketingName"
  ui_name: "Device"
  description: "The branded device name (examples: Galaxy S10 or P30 Pro)."
  category: "Platform / Device"
}
dimensions {
  api_name: "mobileDeviceModel"
  ui_name: "Mobile model"
  description: "The mobile device model name (examples: iPhone X or SM-G950F)."
  category: "Platform / Device"
}
dimensions {
  api_name: "month"
  ui_name: "Month"
  description: "The month of the event, a two digit integer from 01 to 12."
  category: "Time"
}
dimensions {
  api_name: "newVsReturning"
  ui_name: "New / returning"
  description: "New users have 0 previous sessions, and returning users have 1 or more previous sessions. This dimension returns two values: \'new\' or \'returning\'."
  category: "User"
}
dimensions {
  api_name: "nthDay"
  ui_name: "Nth day"
  description: "The number of days since the start of the date range."
  category: "Time"
}
dimensions {
  api_name: "nthHour"
  ui_name: "Nth hour"
  description: "The number of hours since the start of the date range. The starting hour is 0000."
  category: "Time"
}
dimensions {
  api_name: "nthMinute"
  ui_name: "Nth minute"
  description: "The number of minutes since the start of the date range. The starting minute is 0000."
  category: "Time"
}
dimensions {
  api_name: "nthMonth"
  ui_name: "Nth month"
  description: "The number of months since the start of a date range. The starting month is 0000."
  category: "Time"
}
dimensions {
  api_name: "nthWeek"
  ui_name: "Nth week"
  description: "A number representing the number of weeks since the start of a date range."
  category: "Time"
}
dimensions {
  api_name: "nthYear"
  ui_name: "Nth year"
  description: "The number of years since the start of the date range. The starting year is 0000."
  category: "Time"
}
dimensions {
  api_name: "operatingSystem"
  ui_name: "Operating system"
  description: "The operating systems used by visitors to your app or website. Includes desktop and mobile operating systems such as Windows and Android."
  category: "Platform / Device"
}
dimensions {
  api_name: "operatingSystemVersion"
  ui_name: "OS version"
  description: "The operating system versions used by visitors to your website or app. For example, Android 10\'s version is 10, and iOS 13.5.1\'s version is 13.5.1."
  category: "Platform / Device"
}
dimensions {
  api_name: "operatingSystemWithVersion"
  ui_name: "Operating system with version"
  description: "The operating system and version. For example, Android 10 or Windows 7."
  category: "Platform / Device"
}
dimensions {
  api_name: "orderCoupon"
  ui_name: "Order coupon"
  description: "Code for the order-level coupon."
  category: "Ecommerce"
}
dimensions {
  api_name: "outbound"
  ui_name: "Outbound"
  description: "Returns \'true\' if the link lead to a site is not a part of the property’s domain. Automatically populated if Enhanced Measurement is enabled. Populated by the event parameter \'outbound\'."
  category: "Other"
}
dimensions {
  api_name: "pageLocation"
  ui_name: "Page location"
  description: "The protocol, hostname, page path, and query string for web pages visited; for example, the pageLocation portion of https://www.example.com/store/contact-us?query_string=true is https://www.example.com/store/contact-us?query_string=true. Populated by the event parameter \'page_location\'."
  category: "Page / Screen"
}
dimensions {
  api_name: "pagePath"
  ui_name: "Page path"
  description: "The portion of the URL between the hostname and query string for web pages visited; for example, the pagePath portion of https://www.example.com/store/contact-us?query_string=true is /store/contact-us."
  category: "Page / Screen"
}
dimensions {
  api_name: "pagePathPlusQueryString"
  ui_name: "Page path + query string"
  description: "The portion of the URL following the hostname for web pages visited; for example, the pagePathPlusQueryString portion of https://www.example.com/store/contact-us?query_string=true is /store/contact-us?query_string=true."
  category: "Page / Screen"
}
dimensions {
  api_name: "pageReferrer"
  ui_name: "Page referrer"
  description: "The full referring URL including the hostname and path. This referring URL is the user\'s previous URL and can be this website\'s domain or other domains. Populated by the event parameter \'page_referrer\'."
  category: "Page / Screen"
}
dimensions {
  api_name: "pageTitle"
  ui_name: "Page title"
  description: "The web page titles used on your site."
  category: "Page / Screen"
}
dimensions {
  api_name: "percentScrolled"
  ui_name: "Percent scrolled"
  description: "The percentage down the page that the user has scrolled (for example, \'90\'). Automatically populated if Enhanced Measurement is enabled. Populated by the event parameter \'percent_scrolled\'."
  category: "Other"
}
dimensions {
  api_name: "platform"
  ui_name: "Platform"
  description: "The platform on which your app or website ran; for example, web, iOS, or Android. To determine a stream\'s type in a report, use both platform and streamId."
  category: "Platform / Device"
}
dimensions {
  api_name: "platformDeviceCategory"
  ui_name: "Platform / device category"
  description: "The platform and type of device on which your website or mobile app ran. (example: Android / mobile)"
  category: "Platform / Device"
}
dimensions {
  api_name: "region"
  ui_name: "Region"
  description: "The geographic region from which the user activity originated, derived from their IP address."
  category: "Geography"
}
dimensions {
  api_name: "screenResolution"
  ui_name: "Screen resolution"
  description: "The screen resolution of the user\'s monitor. For example, 1920x1080."
  category: "Platform / Device"
}
dimensions {
  api_name: "searchTerm"
  ui_name: "Search term"
  description: "The term searched by the user. For example if the user visits \'/some-page.html?q=some-term\', this dimension returns \'some-term\'. Automatically populated if Enhanced Measurement is enabled. Populated by the event parameter \'search_term\'."
  category: "Other"
}
dimensions {
  api_name: "sessionCampaignId"
  ui_name: "Session campaign ID"
  description: "The marketing campaign id for a session. Includes Google Ads Campaigns, Manual Campaigns, & other Campaigns."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionCampaignName"
  ui_name: "Session campaign"
  description: "The marketing campaign name for a session. Includes Google Ads Campaigns, Manual Campaigns, & other Campaigns."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionDefaultChannelGroup"
  ui_name: "Session default channel group"
  description: "The session\'s default channel group is based primarily on source and medium. An enumeration which includes \'Direct\', \'Organic Search\', \'Paid Social\', \'Organic Social\', \'Email\', \'Affiliates\', \'Referral\', \'Paid Search\', \'Video\', and \'Display\'."
  deprecated_api_names: "sessionDefaultChannelGrouping"
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionGoogleAdsAccountName"
  ui_name: "Session Google Ads account name"
  description: "The Account name from Google Ads that led to the session. Corresponds to customer.descriptive_name in the Google Ads API."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionGoogleAdsAdGroupId"
  ui_name: "Session Google Ads ad group ID"
  description: "The Ad Group Id in Google Ads for a session."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionGoogleAdsAdGroupName"
  ui_name: "Session Google Ads ad group name"
  description: "The Ad Group Name in Google Ads for a session."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionGoogleAdsAdNetworkType"
  ui_name: "Session Google Ads ad network type"
  description: "The advertising network that led to the session. An enumeration which includes \'Google search\', \'Search partners\', \'Google Display Network\', \'Youtube Search\', \'Youtube Videos\', \'Cross-network\', \'Social\', and \'(universal campaign)\'."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionGoogleAdsCampaignId"
  ui_name: "Session Google Ads campaign ID"
  description: "The Campaign ID for the Google Ads Campaign that led to this session."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionGoogleAdsCampaignName"
  ui_name: "Session Google Ads campaign"
  description: "The Campaign name for the Google Ads Campaign that led to this session."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionGoogleAdsCampaignType"
  ui_name: "Session Google Ads campaign type"
  description: "The campaign type for the Google Ads campaign that led to this session. Campaign types determine where customers see your ads and the settings and options available to you in Google Ads. Campaign type is an enumeration that includes: Search, Display, Shopping, Video, Discovery, App, Smart, Hotel, Local, and Performance Max. To learn more, see <https://support.google.com/google-ads/answer/2567043>."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionGoogleAdsCreativeId"
  ui_name: "Session Google Ads creative ID"
  description: "The ID of the Google Ads creative that lead to a session on your website or app. Creative IDs identify individual ads."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionGoogleAdsCustomerId"
  ui_name: "Session Google Ads customer ID"
  description: "The Customer ID from Google Ads that led to the session. Customer IDs in Google Ads uniquely identify Google Ads accounts."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionGoogleAdsKeyword"
  ui_name: "Session Google Ads keyword text"
  description: "The matched keyword that led to the session. Keywords are words or phrases describing your product or service that you choose to get your ad in front of the right customers. To learn more about Keywords, see <https://support.google.com/google-ads/answer/6323>."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionGoogleAdsQuery"
  ui_name: "Session Google Ads query"
  description: "The search query that led to the session."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionManualAdContent"
  ui_name: "Session manual ad content"
  description: "The ad content that led to a session. Populated by the utm_content parameter."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionManualTerm"
  ui_name: "Session manual term"
  description: "The term that led to a session. Populated by the utm_term parameter."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionMedium"
  ui_name: "Session medium"
  description: "The medium that initiated a session on your website or app."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionSa360AdGroupName"
  ui_name: "Session SA360 ad group name"
  description: "The Ad Group name from Search Ads 360 that led to this session."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionSa360CampaignId"
  ui_name: "Session SA360 campaign ID"
  description: "The Campaign ID from Search Ads 360 that led to this session."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionSa360CampaignName"
  ui_name: "Session SA360 campaign"
  description: "The Campaign name from Search Ads 360 that led to this session."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionSa360CreativeFormat"
  ui_name: "Session SA360 creative format"
  description: "The type of creative in Search Ads 360 that led to this session. For example, \'Responsive search ad\' or \'Expanded text ad\'. To learn more, see [GA4 Traffic Source Dimensions](https://support.google.com/analytics/answer/9143382#traffic-source)."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionSa360EngineAccountId"
  ui_name: "Session SA360 engine account ID"
  description: "The ID of the engine account in SA360 that led to this session."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionSa360EngineAccountName"
  ui_name: "Session SA360 engine account name"
  description: "The name of the engine account in SA360 that led to this session."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionSa360EngineAccountType"
  ui_name: "Session SA360 engine account type"
  description: "The type of the engine account in Search Ads 360 that led to this session. For example, \'google ads\', \'bing\', or \'baidu\'."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionSa360Keyword"
  ui_name: "Session SA360 keyword text"
  description: "The search engine keyword from Search Ads 360 that led to this session."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionSa360Medium"
  ui_name: "Session SA360 medium"
  description: "The search engine keyword from Search Ads 360 that led to this session. For example, \'cpc\'."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionSa360Query"
  ui_name: "Session SA360 query"
  description: "The search query from Search Ads 360 that led to this session."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionSa360Source"
  ui_name: "Session SA360 source"
  description: "The source of the traffic from Search Ads 360 that led to this session. For example, \'example.com\' or \'google\'."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionSource"
  ui_name: "Session source"
  description: "The source that initiated a session on your website or app."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionSourceMedium"
  ui_name: "Session source / medium"
  description: "The combined values of the dimensions \'sessionSource\' and \'sessionMedium\'."
  category: "Traffic Source"
}
dimensions {
  api_name: "sessionSourcePlatform"
  ui_name: "Session source platform"
  description: "The source platform of the session\'s campaign. Please do not depend on this field returning \'Manual\' for traffic that uses UTMs; this field will update from returning \'Manual\' to returning \'(not set)\' for an upcoming feature launch."
  deprecated_api_names: "sessionTrafficOrigin"
  category: "Traffic Source"
}
dimensions {
  api_name: "shippingTier"
  ui_name: "Shipping tier"
  description: "The shipping tier (e.g. Ground, Air, Next-day) selected for delivery of the purchased item. Populated by the \'shipping_tier\' event parameter."
  category: "Ecommerce"
}
dimensions {
  api_name: "signedInWithUserId"
  ui_name: "Signed in with user ID"
  description: "The string \'yes\' if the user signed in with the User-ID feature. To learn more about User-ID, see <https://support.google.com/analytics/answer/9213390>."
  category: "User"
}
dimensions {
  api_name: "source"
  ui_name: "Source"
  description: "The source attributed to the conversion event."
  category: "Attribution"
}
dimensions {
  api_name: "sourceMedium"
  ui_name: "Source / medium"
  description: "The combined values of the dimensions \'source\' and \'medium\'."
  category: "Attribution"
}
dimensions {
  api_name: "sourcePlatform"
  ui_name: "Source platform"
  description: "The source platform of the conversion event\'s campaign. Please do not depend on this field returning \'Manual\' for traffic that uses UTMs; this field will update from returning \'Manual\' to returning \'(not set)\' for an upcoming feature launch."
  deprecated_api_names: "trafficOrigin"
  category: "Attribution"
}
dimensions {
  api_name: "streamId"
  ui_name: "Stream ID"
  description: "The numeric data stream identifier for your app or website."
  category: "Platform / Device"
}
dimensions {
  api_name: "streamName"
  ui_name: "Stream name"
  description: "The data stream name for your app or website."
  category: "Platform / Device"
}
dimensions {
  api_name: "testDataFilterId"
  ui_name: "Test data filter ID"
  description: "The numeric identifier of a data filter in testing state. You use data filters to include or exclude event data from your reports based on event-parameter values. To learn more, see <https://support.google.com/analytics/answer/10108813>."
  category: "Other"
}
dimensions {
  api_name: "testDataFilterName"
  ui_name: "Test data filter name"
  description: "The name of data filters in testing state. You use data filters to include or exclude event data from your reports based on event-parameter values. To learn more, see <https://support.google.com/analytics/answer/10108813>."
  category: "Other"
}
dimensions {
  api_name: "transactionId"
  ui_name: "Transaction ID"
  description: "The ID of the ecommerce transaction."
  category: "Ecommerce"
}
dimensions {
  api_name: "unifiedPagePathScreen"
  ui_name: "Page path and screen class"
  description: "The page path (web) or screen class (app) on which the event was logged."
  category: "Page / Screen"
}
dimensions {
  api_name: "unifiedPageScreen"
  ui_name: "Page path + query string and screen class"
  description: "The page path and query string (web) or screen class (app) on which the event was logged."
  category: "Page / Screen"
}
dimensions {
  api_name: "unifiedScreenClass"
  ui_name: "Page title and screen class"
  description: "The page title (web) or screen class (app) on which the event was logged."
  category: "Page / Screen"
}
dimensions {
  api_name: "unifiedScreenName"
  ui_name: "Page title and screen name"
  description: "The page title (web) or screen name (app) on which the event was logged."
  category: "Page / Screen"
}
dimensions {
  api_name: "userAgeBracket"
  ui_name: "Age"
  description: "User age brackets."
  category: "Demographics"
}
dimensions {
  api_name: "userGender"
  ui_name: "Gender"
  description: "User gender."
  category: "Demographics"
}
dimensions {
  api_name: "videoProvider"
  ui_name: "Video provider"
  description: "The source of the video (for example, \'youtube\'). Automatically populated for embedded videos if Enhanced Measurement is enabled. Populated by the event parameter \'video_provider\'."
  category: "Other"
}
dimensions {
  api_name: "videoTitle"
  ui_name: "Video title"
  description: "The title of the video. Automatically populated for embedded videos if Enhanced Measurement is enabled. Populated by the event parameter \'video_title\'."
  category: "Other"
}
dimensions {
  api_name: "videoUrl"
  ui_name: "Video URL"
  description: "The url of the video. Automatically populated for embedded videos if Enhanced Measurement is enabled. Populated by the event parameter \'video_url\'."
  category: "Other"
}
dimensions {
  api_name: "virtualCurrencyName"
  ui_name: "Virtual currency name"
  description: "The name of a virtual currency with which the user is interacting. i.e. spending or purchasing gems in a game. Populated by the \'virtual_currency_name\' event parameter."
  category: "Other"
}
dimensions {
  api_name: "visible"
  ui_name: "Visible"
  description: "Returns \'true\' if the content is visible. Automatically populated for embedded videos if Enhanced Measurement is enabled. Populated by the event parameter \'visible\'."
  category: "Other"
}
dimensions {
  api_name: "week"
  ui_name: "Week"
  description: "The week of the event, a two-digit number from 01 to 53. Each week starts on Sunday. January 1st is always in week 01. The first and last week of the year have fewer than 7 days in most years. Weeks other than the first and the last week of the year always have 7 days. For years where January 1st is a Sunday, the first week of that year and the last week of the prior year have 7 days."
  category: "Time"
}
dimensions {
  api_name: "year"
  ui_name: "Year"
  description: "The four-digit year of the event e.g. 2020."
  category: "Time"
}
dimensions {
  api_name: "yearMonth"
  ui_name: "Year month"
  description: "The combined values of year and month. Example values include 202212 or 202301."
  category: "Time"
}
dimensions {
  api_name: "yearWeek"
  ui_name: "Year week"
  description: "The combined values of year and week. Example values include 202253 or 202301."
  category: "Time"
}
dimensions {
  api_name: "customEvent:affiliate_label"
  ui_name: "Affiliate Label"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:aioseo_focus_keyphrase"
  ui_name: "Aioseo Focus Keyphrase"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:aioseo_truseo_score"
  ui_name: "Aioseo Truseo Score"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:author"
  ui_name: "Author"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:category"
  ui_name: "Category"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:email_address"
  ui_name: "Email Address"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:focus_keyword"
  ui_name: "Focus Keyword"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:form_id"
  ui_name: "Form Id"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:is_affiliate_link"
  ui_name: "Is Affiliate Link"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:link_action"
  ui_name: "Link Action"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:link_label"
  ui_name: "Link Label"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:link_text"
  ui_name: "Link Text"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:logged_in"
  ui_name: "Logged In"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:outbound"
  ui_name: "Outbound"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:percentage"
  ui_name: "Percentage"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:post_type"
  ui_name: "Post Type"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:published_at"
  ui_name: "Published At"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:scroll_depth"
  ui_name: "Scroll Depth"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:scroll_timing"
  ui_name: "Scroll Timing"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:seo_score"
  ui_name: "Seo Score"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:tags"
  ui_name: "Tags"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:tel_number"
  ui_name: "Tel Number"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:video_provider"
  ui_name: "Video Provider"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:video_title"
  ui_name: "Video Title"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:video_url"
  ui_name: "Video Url"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
dimensions {
  api_name: "customEvent:wp_user_id"
  ui_name: "Wp User Id"
  description: "An event scoped custom dimension for your Analytics property."
  custom_definition: true
  category: "Event-scoped Custom Dimension"
}
metrics {
  api_name: "active1DayUsers"
  ui_name: "1-day active users"
  description: "The number of distinct active users on your site or app within a 1 day period. The 1 day period includes the last day in the report\'s date range. Note: this is the same as Active Users."
  type_: TYPE_INTEGER
  category: "User"
}
metrics {
  api_name: "active28DayUsers"
  ui_name: "28-day active users"
  description: "The number of distinct active users on your site or app within a 28 day period. The 28 day period includes the last day in the report\'s date range."
  type_: TYPE_INTEGER
  category: "User"
}
metrics {
  api_name: "active7DayUsers"
  ui_name: "7-day active users"
  description: "The number of distinct active users on your site or app within a 7 day period. The 7 day period includes the last day in the report\'s date range."
  type_: TYPE_INTEGER
  category: "User"
}
metrics {
  api_name: "activeUsers"
  ui_name: "Active users"
  description: "The number of distinct users who visited your site or app."
  type_: TYPE_INTEGER
  category: "User"
}
metrics {
  api_name: "addToCarts"
  ui_name: "Add to carts"
  description: "The number of times users added items to their shopping carts."
  type_: TYPE_INTEGER
  category: "Ecommerce"
}
metrics {
  api_name: "adUnitExposure"
  ui_name: "Ad unit exposure"
  description: "The time that an ad unit was exposed to a user, in milliseconds."
  deprecated_api_names: "adUnitExposureMs"
  type_: TYPE_MILLISECONDS
  category: "Publisher"
}
metrics {
  api_name: "advertiserAdClicks"
  ui_name: "Ads clicks"
  description: "Total number of times users have clicked on an ad to reach the property. Includes clicks from linked integrations like linked Search Ads 360 advertisers. Also includes uploaded clicks from data import."
  type_: TYPE_INTEGER
  category: "Other"
}
metrics {
  api_name: "advertiserAdCost"
  ui_name: "Ads cost"
  description: "The total amount you paid for your ads. Includes costs from linked integrations like linked Google Ads accounts. Also includes uploaded cost from data import; to learn more, see [Import cost data](https://support.google.com/analytics/answer/10071305)."
  type_: TYPE_CURRENCY
  category: "Other"
}
metrics {
  api_name: "advertiserAdCostPerClick"
  ui_name: "Ads cost per click"
  description: "Ads cost per click is ad cost divided by ad clicks and is often abbreviated CPC."
  type_: TYPE_CURRENCY
  category: "Other"
}
metrics {
  api_name: "advertiserAdCostPerConversion"
  ui_name: "Cost per conversion"
  description: "Cost per conversion is ad cost divided by conversions."
  type_: TYPE_CURRENCY
  category: "Other"
}
metrics {
  api_name: "advertiserAdImpressions"
  ui_name: "Ads impressions"
  description: "The total number of impressions. Includes impressions from linked integrations like linked Display & Video 360 advertisers. Also includes uploaded impressions from data import."
  type_: TYPE_INTEGER
  category: "Other"
}
metrics {
  api_name: "averagePurchaseRevenue"
  ui_name: "Average purchase revenue"
  description: "The average purchase revenue in the transaction group of events."
  type_: TYPE_CURRENCY
  category: "Revenue"
}
metrics {
  api_name: "averagePurchaseRevenuePerPayingUser"
  ui_name: "ARPPU"
  description: "Average revenue per paying user (ARPPU) is the total purchase revenue per active user that logged a purchase event. The summary metric is for the time period selected."
  type_: TYPE_CURRENCY
  category: "Revenue"
}
metrics {
  api_name: "averagePurchaseRevenuePerUser"
  ui_name: "Average purchase revenue per user"
  description: "The average purchase revenue per active user is the total purchase revenue per active user that logged any event. The summary metric is for the time period selected."
  type_: TYPE_CURRENCY
  category: "Revenue"
}
metrics {
  api_name: "averageRevenuePerUser"
  ui_name: "ARPU"
  description: "Average revenue per active user (ARPU). The summary metric is for the time period selected. ARPU uses Total Revenue and includes AdMob estimated earnings."
  type_: TYPE_CURRENCY
  category: "Revenue"
}
metrics {
  api_name: "averageSessionDuration"
  ui_name: "Average session duration"
  description: "The average duration (in seconds) of users\' sessions."
  type_: TYPE_SECONDS
  category: "Session"
}
metrics {
  api_name: "bounceRate"
  ui_name: "Bounce rate"
  description: "The percentage of sessions that were not engaged ((Sessions Minus Engaged sessions) divided by Sessions). This metric is returned as a fraction; for example, 0.2761 means 27.61% of sessions were bounces."
  type_: TYPE_FLOAT
  category: "Session"
}
metrics {
  api_name: "cartToViewRate"
  ui_name: "Cart-to-view rate"
  description: "The number of users who added a product(s) to their cart divided by the number of users who viewed the same product(s). This metric is returned as a fraction; for example, 0.1132 means 11.32% of users who viewed a product also added the same product to their cart."
  type_: TYPE_FLOAT
  category: "Other"
}
metrics {
  api_name: "checkouts"
  ui_name: "Checkouts"
  description: "The number of times users started the checkout process. This metric counts the occurrence of the \'begin_checkout\' event."
  type_: TYPE_INTEGER
  category: "Ecommerce"
}
metrics {
  api_name: "cohortActiveUsers"
  ui_name: "Cohort active users"
  description: "The number of users in the cohort who are active in the time window corresponding to the cohort nth day/week/month. For example for the row where cohortNthWeek = 0001, this metric is the number of users (in the cohort) who are active in week 1."
  type_: TYPE_INTEGER
  category: "Cohort"
}
metrics {
  api_name: "cohortTotalUsers"
  ui_name: "Cohort total users"
  description: "The total number of users in the cohort. This metric is the same value in every row of the report for each cohort. Because cohorts are defined by a shared acquisition date, cohortTotalUsers is the same as cohortActiveUsers for the cohort\'s selection date range. For report rows later than the ochort\'s selection range, it is typical for cohortActiveUsers to be smaller than cohortTotalUsers. This difference represents users from the cohort that were not active for the later date. cohortTotalUsers is commonly used in the metric expression cohortActiveUsers/cohortTotalUsers to compute a user retention fraction for the cohort. The relationship between activeUsers and totalUsers is not equivalent to the relationship between cohortActiveUsers and cohortTotalUsers."
  type_: TYPE_INTEGER
  category: "Cohort"
}
metrics {
  api_name: "conversions"
  ui_name: "Conversions"
  description: "The count of conversion events. Events are marked as conversions at collection time; changes to an event\'s conversion marking apply going forward. You can mark any event as a conversion in Google Analytics, and some events (i.e. first_open, purchase) are marked as conversions by default. To learn more, see <https://support.google.com/analytics/answer/9267568>."
  type_: TYPE_FLOAT
  category: "Event"
}
metrics {
  api_name: "crashAffectedUsers"
  ui_name: "Crash-affected users"
  description: "The number of users that logged a crash in this row of the report. For example if the report is time series by date, this metrics reports total users with at least one crash on this date. Crashes are events with the name \"app_exception\"."
  type_: TYPE_INTEGER
  category: "Other"
}
metrics {
  api_name: "crashFreeUsersRate"
  ui_name: "Crash-free users rate"
  description: "The number of users without crash events (in this row of the report) divided by the total number of users. This metric is returned as a fraction; for example, 0.9243 means 92.43% of users were crash-free."
  type_: TYPE_FLOAT
  category: "Other"
}
metrics {
  api_name: "dauPerMau"
  ui_name: "DAU / MAU"
  description: "The rolling percent of 30-day active users who are also 1-day active users. This metric is returned as a fraction; for example, 0.113 means 11.3% of 30-day active users were also 1-day active users."
  type_: TYPE_FLOAT
  category: "User"
}
metrics {
  api_name: "dauPerWau"
  ui_name: "DAU / WAU"
  description: "The rolling percent of 7-day active users who are also 1-day active users. This metric is returned as a fraction; for example, 0.082 means 8.2% of 7-day active users were also 1-day active users."
  type_: TYPE_FLOAT
  category: "User"
}
metrics {
  api_name: "ecommercePurchases"
  ui_name: "Ecommerce purchases"
  description: "The number of times users completed a purchase. This metric counts \'purchase\' events; this metric does not count \'in_app_purchase\' and subscription events."
  type_: TYPE_INTEGER
  category: "Ecommerce"
}
metrics {
  api_name: "engagedSessions"
  ui_name: "Engaged sessions"
  description: "The number of sessions that lasted longer than 10 seconds, or had a conversion event, or had 2 or more screen views."
  type_: TYPE_INTEGER
  category: "Session"
}
metrics {
  api_name: "engagementRate"
  ui_name: "Engagement rate"
  description: "The percentage of engaged sessions (Engaged sessions divided by Sessions). This metric is returned as a fraction; for example, 0.7239 means 72.39% of sessions were engaged sessions."
  type_: TYPE_FLOAT
  category: "Session"
}
metrics {
  api_name: "eventCount"
  ui_name: "Event count"
  description: "The count of events."
  type_: TYPE_INTEGER
  category: "Event"
}
metrics {
  api_name: "eventCountPerUser"
  ui_name: "Event count per user"
  description: "The average number of events per user (Event count divided by Active users)."
  type_: TYPE_FLOAT
  category: "Event"
}
metrics {
  api_name: "eventsPerSession"
  ui_name: "Events per session"
  description: "The average number of events per session (Event count divided by Sessions)."
  type_: TYPE_FLOAT
  category: "Event"
}
metrics {
  api_name: "eventValue"
  ui_name: "Event value"
  description: "The sum of the event parameter named \'value\'."
  type_: TYPE_FLOAT
  category: "Event"
}
metrics {
  api_name: "firstTimePurchaserConversionRate"
  ui_name: "First-time purchaser conversion"
  description: "The percentage of active users who made their first purchase. This metric is returned as a fraction; for example, 0.092 means 9.2% of active users were first time purchasers."
  type_: TYPE_FLOAT
  category: "User"
}
metrics {
  api_name: "firstTimePurchasers"
  ui_name: "First time purchasers"
  description: "The number of users that completed their first purchase event."
  type_: TYPE_INTEGER
  category: "User"
}
metrics {
  api_name: "firstTimePurchasersPerNewUser"
  ui_name: "First-time purchasers per new user"
  description: "The average number of first time purchasers per new user."
  type_: TYPE_FLOAT
  category: "User"
}
metrics {
  api_name: "grossItemRevenue"
  ui_name: "Gross item revenue"
  description: "The total revenue from items only. Gross item revenue is the product of its price and quantity. Item revenue excludes tax and shipping values; tax & shipping values are specified at the event and not item level. Gross item revenue does not include refunds."
  type_: TYPE_CURRENCY
  category: "Ecommerce"
}
metrics {
  api_name: "grossPurchaseRevenue"
  ui_name: "Gross purchase revenue"
  description: "The sum of revenue from purchases made in your app or site. Gross purchase revenue sums the revenue for these events: \'purchase\', \'ecommerce_purchase\', \'in_app_purchase\', \'app_store_subscription_convert\', and \'app_store_subscription_renew\'. Purchase revenue is specified by the \'value\' parameter in tagging."
  type_: TYPE_CURRENCY
  category: "Ecommerce"
}
metrics {
  api_name: "itemListClickEvents"
  ui_name: "Item-list click events"
  description: "The number of times users clicked an item when it appeared in a list. This metric counts the occurrence of the \'select_item\' event."
  deprecated_api_names: "itemListClicks"
  type_: TYPE_INTEGER
  category: "Ecommerce"
}
metrics {
  api_name: "itemListClickThroughRate"
  ui_name: "Item list click through rate"
  description: "The number of users who selected a list(s) divided by the number of users who viewed the same list(s). This metric is returned as a fraction; for example, 0.2145 means 21.45% of users who viewed a list also selected the same list."
  type_: TYPE_FLOAT
  category: "Ecommerce"
}
metrics {
  api_name: "itemListViewEvents"
  ui_name: "Item-list view events"
  description: "The number of times the item list was viewed. This metric counts the occurrence of the \'view_item_list\' event."
  deprecated_api_names: "itemListViews"
  type_: TYPE_INTEGER
  category: "Ecommerce"
}
metrics {
  api_name: "itemPromotionClickThroughRate"
  ui_name: "Item promotion click through rate"
  description: "The number of users who selected a promotion(s) divided by the number of users who viewed the same promotion(s). This metric is returned as a fraction; for example, 0.1382 means 13.82% of users who viewed a promotion also selected the promotion."
  type_: TYPE_FLOAT
  category: "Ecommerce"
}
metrics {
  api_name: "itemRefundAmount"
  ui_name: "Item refund amount"
  description: "Item refund amount is the total refunded transaction revenue from items only. Item refund amount is the product of price and quantity for the \'refund\' event."
  type_: TYPE_CURRENCY
  category: "Ecommerce"
}
metrics {
  api_name: "itemRevenue"
  ui_name: "Item revenue"
  description: "The total revenue from purchases minus refunded transaction revenue from items only. Item revenue is the product of its price and quantity. Item revenue excludes tax and shipping values; tax & shipping values are specified at the event and not item level."
  type_: TYPE_CURRENCY
  category: "Ecommerce"
}
metrics {
  api_name: "itemsAddedToCart"
  ui_name: "Items added to cart"
  description: "The number of units added to cart for a single item. This metric counts the quantity of items in \'add_to_cart\' events."
  type_: TYPE_INTEGER
  category: "Ecommerce"
}
metrics {
  api_name: "itemsCheckedOut"
  ui_name: "Items checked out"
  description: "The number of units checked out for a single item. This metric counts the quantity of items in \'begin_checkout\' events."
  type_: TYPE_INTEGER
  category: "Ecommerce"
}
metrics {
  api_name: "itemsClickedInList"
  ui_name: "Items clicked in list"
  description: "The number of units clicked in list for a single item. This metric counts the quantity of items in \'select_item\' events."
  type_: TYPE_INTEGER
  category: "Ecommerce"
}
metrics {
  api_name: "itemsClickedInPromotion"
  ui_name: "Items clicked in promotion"
  description: "The number of units clicked in promotion for a single item. This metric counts the quantity of items in \'select_promotion\' events."
  type_: TYPE_INTEGER
  category: "Ecommerce"
}
metrics {
  api_name: "itemsPurchased"
  ui_name: "Items purchased"
  description: "The number of units for a single item included in purchase events. This metric counts the quantity of items in purchase events."
  deprecated_api_names: "itemPurchaseQuantity"
  type_: TYPE_INTEGER
  category: "Ecommerce"
}
metrics {
  api_name: "itemsViewed"
  ui_name: "Items viewed"
  description: "The number of units viewed for a single item. This metric counts the quantity of items in \'view_item\' events."
  type_: TYPE_INTEGER
  category: "Ecommerce"
}
metrics {
  api_name: "itemsViewedInList"
  ui_name: "Items viewed in list"
  description: "The number of units viewed in list for a single item. This metric counts the quantity of items in \'view_item_list\' events."
  type_: TYPE_INTEGER
  category: "Ecommerce"
}
metrics {
  api_name: "itemsViewedInPromotion"
  ui_name: "Items viewed in promotion"
  description: "The number of units viewed in promotion for a single item. This metric counts the quantity of items in \'view_promotion\' events."
  type_: TYPE_INTEGER
  category: "Ecommerce"
}
metrics {
  api_name: "itemViewEvents"
  ui_name: "Item view events"
  description: "The number of times the item details were viewed. The metric counts the occurrence of the \'view_item\' event."
  deprecated_api_names: "itemViews"
  type_: TYPE_INTEGER
  category: "Ecommerce"
}
metrics {
  api_name: "newUsers"
  ui_name: "New users"
  description: "The number of users who interacted with your site or launched your app for the first time (event triggered: first_open or first_visit)."
  type_: TYPE_INTEGER
  category: "User"
}
metrics {
  api_name: "organicGoogleSearchAveragePosition"
  ui_name: "Organic google search average position"
  description: "The average ranking of your website URLs for the query reported from Search Console. For example, if your site\'s URL appears at position 3 for one query and position 7 for another query, the average position would be 5 (3+7/2). This metric requires an active Search Console link."
  type_: TYPE_FLOAT
  category: "Other"
}
metrics {
  api_name: "organicGoogleSearchClicks"
  ui_name: "Organic google search clicks"
  description: "The number of organic Google Search clicks reported from Search Console.  This metric requires an active Search Console link."
  type_: TYPE_INTEGER
  category: "Other"
}
metrics {
  api_name: "organicGoogleSearchClickThroughRate"
  ui_name: "Organic google search click through rate"
  description: "The organic Google Search click through rate reported from Search Console. Click through rate is clicks per impression. This metric is returned as a fraction; for example, 0.0588 means about 5.88% of impressions resulted in a click. This metric requires an active Search Console link."
  type_: TYPE_FLOAT
  category: "Other"
}
metrics {
  api_name: "organicGoogleSearchImpressions"
  ui_name: "Organic google search impressions"
  description: "The number of organic Google Search impressions reported from Search Console. This metric requires an active Search Console link."
  type_: TYPE_INTEGER
  category: "Other"
}
metrics {
  api_name: "promotionClicks"
  ui_name: "Promotion clicks"
  description: "The number of times an item promotion was clicked. This metric counts the occurrence of the \'select_promotion\' event."
  deprecated_api_names: "itemPromotionClicks"
  type_: TYPE_INTEGER
  category: "Ecommerce"
}
metrics {
  api_name: "promotionViews"
  ui_name: "Promotion views"
  description: "The number of times an item promotion was viewed. This metric counts the occurrence of the \'view_promotion\' event."
  deprecated_api_names: "itemPromotionViews"
  type_: TYPE_INTEGER
  category: "Ecommerce"
}
metrics {
  api_name: "publisherAdClicks"
  ui_name: "Publisher ad clicks"
  description: "The number of ad_click events."
  type_: TYPE_INTEGER
  category: "Other"
}
metrics {
  api_name: "publisherAdImpressions"
  ui_name: "Publisher ad impressions"
  description: "The number of ad_impression events."
  type_: TYPE_INTEGER
  category: "Other"
}
metrics {
  api_name: "purchaserConversionRate"
  ui_name: "Purchaser conversion"
  description: "The percentage of active users who made 1 or more purchase transactions. This metric is returned as a fraction; for example, 0.412 means 41.2% of users were purchasers."
  type_: TYPE_FLOAT
  category: "Other"
}
metrics {
  api_name: "purchaseRevenue"
  ui_name: "Purchase revenue"
  description: "The sum of revenue from purchases minus refunded transaction revenue made in your app or site. Purchase revenue sums the revenue for these events: \'purchase\', \'ecommerce_purchase\', \'in_app_purchase\', \'app_store_subscription_convert\', and \'app_store_subscription_renew\'. Purchase revenue is specified by the \'value\' parameter in tagging."
  type_: TYPE_CURRENCY
  category: "Ecommerce"
}
metrics {
  api_name: "purchaseToViewRate"
  ui_name: "Purchase-to-view rate"
  description: "The number of users who purchased a product(s) divided by the number of users who viewed the same product(s). This metric is returned as a fraction; for example, 0.128 means 12.8% of users that viewed a product(s) also purchased the same product(s)."
  type_: TYPE_FLOAT
  category: "Other"
}
metrics {
  api_name: "refundAmount"
  ui_name: "Refund amount"
  description: "The total refunded transaction revenues. Refund amount sums refunded revenue for the \'refund\' and \'app_store_refund\' events."
  type_: TYPE_CURRENCY
  category: "Ecommerce"
}
metrics {
  api_name: "returnOnAdSpend"
  ui_name: "Return on ad spend"
  description: "Return On Ad Spend (ROAS) is total revenue divided by advertiser ad cost."
  type_: TYPE_FLOAT
  category: "Other"
}
metrics {
  api_name: "screenPageViews"
  ui_name: "Views"
  description: "The number of app screens or web pages your users viewed. Repeated views of a single page or screen are counted. (screen_view + page_view events)."
  type_: TYPE_INTEGER
  category: "Page / Screen"
}
metrics {
  api_name: "screenPageViewsPerSession"
  ui_name: "Views per session"
  description: "The number of app screens or web pages your users viewed per session. Repeated views of a single page or screen are counted. (screen_view + page_view events) / sessions."
  type_: TYPE_FLOAT
  category: "Page / Screen"
}
metrics {
  api_name: "screenPageViewsPerUser"
  ui_name: "Views per user"
  description: "The number of app screens or web pages your users viewed per active user. Repeated views of a single page or screen are counted. (screen_view + page_view events) / active users."
  type_: TYPE_FLOAT
  category: "Page / Screen"
}
metrics {
  api_name: "scrolledUsers"
  ui_name: "Scrolled users"
  description: "The number of unique users who scrolled down at least 90% of the page."
  type_: TYPE_INTEGER
  category: "Other"
}
metrics {
  api_name: "sessionConversionRate"
  ui_name: "Session conversion rate"
  description: "The percentage of sessions in which any conversion event was triggered."
  type_: TYPE_FLOAT
  category: "Session"
}
metrics {
  api_name: "sessions"
  ui_name: "Sessions"
  description: "The number of sessions that began on your site or app (event triggered: session_start)."
  type_: TYPE_INTEGER
  category: "Session"
}
metrics {
  api_name: "sessionsPerUser"
  ui_name: "Sessions per user"
  description: "The average number of sessions per user (Sessions divided by Active Users)."
  type_: TYPE_FLOAT
  category: "Session"
}
metrics {
  api_name: "shippingAmount"
  ui_name: "Shipping amount"
  description: "Shipping amount associated with a transaction. Populated by the \'shipping\' event parameter."
  type_: TYPE_CURRENCY
  category: "Ecommerce"
}
metrics {
  api_name: "taxAmount"
  ui_name: "Tax amount"
  description: "Tax amount associated with a transaction. Populated by the \'tax\' event parameter."
  type_: TYPE_CURRENCY
  category: "Ecommerce"
}
metrics {
  api_name: "totalAdRevenue"
  ui_name: "Total ad revenue"
  description: "The total advertising revenue from both Admob and third-party sources."
  type_: TYPE_CURRENCY
  category: "Other"
}
metrics {
  api_name: "totalPurchasers"
  ui_name: "Total purchasers"
  description: "The number of users that logged purchase events for the time period selected."
  type_: TYPE_INTEGER
  category: "User"
}
metrics {
  api_name: "totalRevenue"
  ui_name: "Total revenue"
  description: "The sum of revenue from purchases, subscriptions, and advertising (Purchase revenue plus Subscription revenue plus Ad revenue) minus refunded transaction revenue."
  type_: TYPE_CURRENCY
  category: "Revenue"
}
metrics {
  api_name: "totalUsers"
  ui_name: "Total users"
  description: "The number of distinct users who have logged at least one event, regardless of whether the site or app was in use when that event was logged."
  type_: TYPE_INTEGER
  category: "User"
}
metrics {
  api_name: "transactions"
  ui_name: "Transactions"
  description: "The count of transaction events with purchase revenue. Transaction events are in_app_purchase, ecommerce_purchase, purchase, app_store_subscription_renew, app_store_subscription_convert, and refund."
  type_: TYPE_INTEGER
  category: "Ecommerce"
}
metrics {
  api_name: "transactionsPerPurchaser"
  ui_name: "Transactions per purchaser"
  description: "The average numer of transactions per purchaser."
  type_: TYPE_FLOAT
  category: "Ecommerce"
}
metrics {
  api_name: "userConversionRate"
  ui_name: "User conversion rate"
  description: "The percentage of users who triggered any conversion event."
  type_: TYPE_FLOAT
  category: "User"
}
metrics {
  api_name: "userEngagementDuration"
  ui_name: "User engagement"
  description: "The total amount of time (in seconds) your website or app was in the foreground of users\' devices."
  type_: TYPE_SECONDS
  category: "User"
}
metrics {
  api_name: "wauPerMau"
  ui_name: "WAU / MAU"
  description: "The rolling percent of 30-day active users who are also 7-day active users. This metric is returned as a fraction; for example, 0.234 means 23.4% of 30-day active users were also 7-day active users."
  type_: TYPE_FLOAT
  category: "User"
}
metrics {
  api_name: "averageCustomEvent:video_current_time"
  ui_name: "Average Video Current Time"
  description: "The average of an event scoped custom metric for your Analytics property."
  type_: TYPE_SECONDS
  custom_definition: true
  category: "Event-scoped Custom Metric"
}
metrics {
  api_name: "averageCustomEvent:video_duration"
  ui_name: "Average Video Duration"
  description: "The average of an event scoped custom metric for your Analytics property."
  type_: TYPE_SECONDS
  custom_definition: true
  category: "Event-scoped Custom Metric"
}
metrics {
  api_name: "averageCustomEvent:video_percent"
  ui_name: "Average Video Percent"
  description: "The average of an event scoped custom metric for your Analytics property."
  type_: TYPE_STANDARD
  custom_definition: true
  category: "Event-scoped Custom Metric"
}
metrics {
  api_name: "conversions:purchase"
  ui_name: "Conversions count for purchase"
  description: "The count of a specific conversion event."
  type_: TYPE_INTEGER
  category: "Event"
}
metrics {
  api_name: "countCustomEvent:video_current_time"
  ui_name: "Count Video Current Time"
  description: "The number of occurrences of an event scoped custom metric for your Analytics property."
  type_: TYPE_INTEGER
  custom_definition: true
  category: "Event-scoped Custom Metric"
}
metrics {
  api_name: "countCustomEvent:video_duration"
  ui_name: "Count Video Duration"
  description: "The number of occurrences of an event scoped custom metric for your Analytics property."
  type_: TYPE_INTEGER
  custom_definition: true
  category: "Event-scoped Custom Metric"
}
metrics {
  api_name: "countCustomEvent:video_percent"
  ui_name: "Count Video Percent"
  description: "The number of occurrences of an event scoped custom metric for your Analytics property."
  type_: TYPE_INTEGER
  custom_definition: true
  category: "Event-scoped Custom Metric"
}
metrics {
  api_name: "customEvent:video_current_time"
  ui_name: "Video Current Time"
  description: "An event scoped custom metric for your Analytics property."
  type_: TYPE_SECONDS
  custom_definition: true
  category: "Event-scoped Custom Metric"
}
metrics {
  api_name: "customEvent:video_duration"
  ui_name: "Video Duration"
  description: "An event scoped custom metric for your Analytics property."
  type_: TYPE_SECONDS
  custom_definition: true
  category: "Event-scoped Custom Metric"
}
metrics {
  api_name: "customEvent:video_percent"
  ui_name: "Video Percent"
  description: "An event scoped custom metric for your Analytics property."
  type_: TYPE_STANDARD
  custom_definition: true
  category: "Event-scoped Custom Metric"
}
metrics {
  api_name: "sessionConversionRate:purchase"
  ui_name: "Session conversion rate for purchase"
  description: "The percentage of sessions in which a specific conversion event was triggered."
  type_: TYPE_FLOAT
  category: "Session"
}
metrics {
  api_name: "userConversionRate:purchase"
  ui_name: "User conversion rate for purchase"
  description: "The percentage of users who triggered a specific conversion event."
  type_: TYPE_FLOAT
  category: "User"
}