This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We're actively looking for ideas on how to improve Weekly Challenges and would love to hear what you think!
Submit FeedbackThis solution to last week's challenge can be found HERE.
A website log tracks every click visitors are making on a particular link on the site in order to measure interest in the link.
However, web consumers are impatient and may click a link multiple times in short succession.
The goal of this exercise is to flag "duplicate clicks" that is defined as the event fire date happening within 30 seconds of the previous event fire date for the same user (IDFA) and device (DeviceID)
not sure if I arrived early, but there was no workflow attached to your post.
@alex, the start file is now posted!
Looked for a way to do it differently than @MarqueeCrew, but couldn't. My workflow was the same as his.