Avatar

Community Advisor

Is the above scenario on one device or multiple? If just one device, then I think you can create two activities with the same mbox (location) name with differing priority. The lower priority (1) could handle the initial request and you could have it immediately convert (success event). On the goals tab, you can set up an activity to prevent re-entry upon conversion which could allow them to qualify for the other activity on the next visit. 

 

Another idea could be to have Target return a token back to your web app and then use that token to call Target and set a profile script variable. Then use that profile script to prevent entry into the first activity. 

 

If this is across device, you will need to leverage some first party id (mbox3rdpartyid) concept to achieve the desired result.