This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For #11392: Rename Installation ping to FirstSession
- Loading branch information
Showing
7 changed files
with
31 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2319,11 +2319,11 @@ pocket: | |
- [email protected] | ||
expires: "2020-09-01" | ||
|
||
installation: | ||
first_session: | ||
campaign: | ||
type: string | ||
send_in_pings: | ||
- installation | ||
- first-session | ||
description: | | ||
The name of the campaign that is responsible for this installation. | ||
bugs: | ||
|
@@ -2336,7 +2336,7 @@ installation: | |
network: | ||
type: string | ||
send_in_pings: | ||
- installation | ||
- first-session | ||
description: | | ||
The name of the Network that sourced this installation. | ||
bugs: | ||
|
@@ -2349,7 +2349,7 @@ installation: | |
adgroup: | ||
type: string | ||
send_in_pings: | ||
- installation | ||
- first-session | ||
description: | | ||
The name of the AdGroup that was used to source this installation. | ||
bugs: | ||
|
@@ -2361,7 +2361,7 @@ installation: | |
expires: "2020-09-01" | ||
creative: | ||
send_in_pings: | ||
- installation | ||
- first-session | ||
type: string | ||
description: | | ||
The identifier of the creative material that the user interacted with. | ||
|
@@ -2374,7 +2374,7 @@ installation: | |
expires: "2020-09-01" | ||
timestamp: | ||
send_in_pings: | ||
- installation | ||
- first-session | ||
type: datetime | ||
description: | | ||
The Glean generated date and time of the installation. This is | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,9 +19,10 @@ activation: | |
notification_emails: | ||
- [email protected] | ||
|
||
installation: | ||
first-session: | ||
description: | | ||
This ping is intended to capture the source of the installation | ||
This ping is intended to capture the source of the app install | ||
on the first session. | ||
include_client_id: true | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/7295 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters