Target Profile Scripts - missing user.activeCampaigns | Community
Skip to main content
bjoern__koth
New Participant
August 2, 2021
Solved

Target Profile Scripts - missing user.activeCampaigns

  • August 2, 2021
  • 2 replies
  • 871 views

Hi all,

 

as documented here, there should be user attributes coming built-in, however when I am in the "Create Profile Script" dialog, I cannot see user.activeActivities and user.activeCampaigns

 

Any idea if they have disappeared or been moved somewhere else?

 

https://experienceleague.adobe.com/docs/target/using/audiences/visitor-profiles/variables-profiles-parameters-methods.html?lang=en

 

Best

Bjoen

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Gaurav_Singh_02

@bjoern__koth  Try creating a profile script : return user.activeCampaigns ;

 

This would return the campaign details that visit is already qualified for.

 

2 replies

bjoern__koth
New Participant
August 4, 2021

Hi @gaurav_singh_02 

 

that I am aware of. The question was more why it is not showing up in the list of available attributes as mentioned in the documentation.

 

Regards

Bjoern

Cheers from Switzerland!
Gaurav_Singh_02Accepted solution
Employee
August 3, 2021

@bjoern__koth  Try creating a profile script : return user.activeCampaigns ;

 

This would return the campaign details that visit is already qualified for.