Hi edwardb89593165,
That is correct. Today you can do a sequential segmentation using Adobe Analytics and export that segment to Adobe Audience Manager.
There is also a plan to support this natively in Adobe Audience Manager, though I personally don't have an ETA for it.
There is also a minimal way of achieving something remotely to what you are describing and that is by using a recency frequency rule in AAM.
You can create a segment to group this audience: "All the users that have been located in location X in the last 7 days and were previously marked as not being located in location X."
frequency([1000T] >= 7D) >= 1 AND frequency([2000T] <= 7D) >= 1
- 1000T ---> User is not located in X
- frequency([1000T] >= 7D) >= 1 ---> User was not located in X in the time interval (profile creation time, NOW - 7 Days)
- 2000T ---> User is located in X
- frequency([2000T] <= 7D) >= 1 ---> User was located in X in the last 7 days
You can also play with the number of qualifications for a specific trait. (Eg. Never looked over the "Ski Equipment section" till 7 days ago and now the user looked at it for 10 times in the last 7 days).
frequency([3000T] >= 7D) == 0 AND frequency([3000T] <= 7D) >= 10
Hope it helps.
Cheers,
Constantin
Computer Scientist | Audience Manager | Adobe