I’m trying to create a campaign with 1 email that will contain different blocks (different categories of products). If they have looked at a product of a given category, they will see that block, otherwise get a default block.
I have created segments of the categories to send the mailing to and am now trying to create a flow that creates a profile property so that I can used that in the show/hide logic.
I can do: if viewed product of category x > create a custom property > … but what is the correct way to ‘expire’ this tag? E.g. after 60 days make it ‘false’ instead of ‘true’ or delete the property all together.
Added complexity is that every new viewed product starts a new 60-day cycle in the meantime.