-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DBP: Add engagement Pixels #2238
Conversation
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I moved the stage calculation pixels to another class. The DataBrokerProtectionPixels
class was getting too big.
...kerProtection/Sources/DataBrokerProtection/Pixels/DataBrokerProtectionEngagementPixels.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGMT
Just one question, when a MAU or WAU is being sent, should we also send the DAU?
I believe yes, but just double checking.
@Bunn Yes. When we run the code we always try to fire the three of them. |
32e0464
to
778bdf9
Compare
Task/Issue URL: https://app.asana.com/0/1199230911884351/1206656675196297/f
Description:
Add engagement pixels (DAU/WAU/MAU) to Data Broker Protection
Steps to test this PR: