Expand my Community achievements bar.

Take 10 minutes to complete an Adobe Target review on Gartner Peer Insights, and as a thank you for your time, you’ll have the option to receive a $25 gift card!
SOLVED

Profile Scripts Environmennts

Avatar

Level 3

Is there a recommended approach to having Profile Scripts change but only effect a dev environment vs production?  Currently it seems like you can't allocate a profile script to a specific environment, so once it is edited, it will immediately effect production.

1 Accepted Solution

Avatar

Correct answer by
Level 10

As an option, you can set an mbox parameter with the website environment value on every call and then use it in the profile script in the if condition.

 

 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

As an option, you can set an mbox parameter with the website environment value on every call and then use it in the profile script in the if condition.