Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAThis 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.