Expand my Community achievements bar.

Applications for the 2024 Adobe Target Community Mentorship Program are open! Click to the right to learn more about participating as either an Aspirant, to professionally level up with a new Certification, or as a Mentor, to share your Adobe Target expertise and inspire through your leadership! Submit your application today.
SOLVED

SYSTEM Deactivated Profile Script

Avatar

Level 4

Hello Forum,

I'm posting to inquire about how/why the Target "SYSTEM" would deactivate a profile script?

We have two of them that exclude our internal IP addresses, and to the best of my knowledge have worked for quite some time. However, it was brought to my attention, after activating a test, that someone from one of the excluded IPs was able to qualify. It was only after checking that I discovered that the two profile scripts were deactivated back in June of this year.

Any insight is appreciated!

- Brion

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi bkmills1 . This could happen if your script is not written in a fault tolerant way. Target disables the script in case of any exception or run time errors during the execution of profile scripts . Sometimes a script may work for a year before running into such a situation, but it should still handled properly.Hence please review best practices listed here and adjust the script to account for cases where a variable may get null as value and add a default value if applicable.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Hi bkmills1 . This could happen if your script is not written in a fault tolerant way. Target disables the script in case of any exception or run time errors during the execution of profile scripts . Sometimes a script may work for a year before running into such a situation, but it should still handled properly.Hence please review best practices listed here and adjust the script to account for cases where a variable may get null as value and add a default value if applicable.