Skip to content

Commit

Permalink
Change reported attributes for onboarding and default browser metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
DJAndries committed Feb 15, 2025
1 parent cc4714f commit b3925a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/p3a/metric_names.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ inline constexpr auto kCollectedTypicalHistograms =
{"Brave.Core.DomainsLoaded", {}},
{"Brave.Core.FailedHTTPSUpgrades.2", MetricConfig{.ephemeral = true}},
{"Brave.Core.FirstPageLoadTime", MetricConfig{.ephemeral = true}},
{"Brave.Core.IsDefault", {}},
{"Brave.Core.IsDefault", MetricConfig{.attributes = MetricAttributes{MetricAttribute::kAnswerIndex, MetricAttribute::kChannel, MetricAttribute::kPlatform, MetricAttribute::kDateOfInstall, MetricAttribute::kDateOfActivation, MetricAttribute::kSubregion, MetricAttribute::kVersion}}},
{"Brave.Core.NumberOfExtensions", {}},
{"Brave.Core.PagesReloaded", {}},
{"Brave.Core.TabCount", {}},
Expand All @@ -60,7 +60,7 @@ inline constexpr auto kCollectedTypicalHistograms =
{"Brave.DNS.AutoSecureRequests.Wikimedia.2", MetricConfig{.ephemeral = true}},
{"Brave.DNS.SecureSetting", {}},
{"Brave.Extensions.AdBlock", {}},
{"Brave.IOS.IsLikelyDefault", {}},
{"Brave.IOS.IsLikelyDefault", MetricConfig{.attributes = MetricAttributes{MetricAttribute::kAnswerIndex, MetricAttribute::kChannel, MetricAttribute::kPlatform, MetricAttribute::kDateOfInstall, MetricAttribute::kDateOfActivation, MetricAttribute::kSubregion, MetricAttribute::kVersion}}},

{"Brave.Importer.ImporterSource.2", {}},
{"Brave.NTP.CustomizeUsageStatus.2", {}},
Expand Down Expand Up @@ -205,7 +205,7 @@ inline constexpr auto kCollectedTypicalHistograms =
{"Brave.Wallet.SolTransactionSent", {}},
{"Brave.Wallet.ZecTransactionSent", {}},
{"Brave.WebTorrent.UsageWeekly", MetricConfig{.ephemeral = true}},
{"Brave.Welcome.InteractionStatus.2", {}},
{"Brave.Welcome.InteractionStatus.2", MetricConfig{.attributes = MetricAttributes{MetricAttribute::kAnswerIndex, MetricAttribute::kChannel, MetricAttribute::kPlatform, MetricAttribute::kDateOfInstall, MetricAttribute::kSubregion, MetricAttribute::kVersion}}},
});

inline constexpr auto kCollectedSlowHistograms =
Expand Down

0 comments on commit b3925a6

Please sign in to comment.