We would like to update only the event trigger from Page bottom to window loaded for around 2k rules. Is there a more manageable way to do that over manually updating each rule?
Solved! Go to Solution.
Views
Replies
Total Likes
You could use the Reactor API https://developer.adobelaunch.com/api/# to do this. The problem is that the learning curve is a bit steep unless you're already up on the development techniques involved.
Let's say that you could do this manually to 2000 rules at 15 seconds per rule. You'd spend about eight hours doing it, but it would be done.
You might be able to get a working API script together in 8 hours or maybe it takes you 24. It's more fun, and you'd be better off having done it. Then the next time, you might do it in 4 hours or 2 if you've written reusable code.
Just my $0.02
You could use the Reactor API https://developer.adobelaunch.com/api/# to do this. The problem is that the learning curve is a bit steep unless you're already up on the development techniques involved.
Let's say that you could do this manually to 2000 rules at 15 seconds per rule. You'd spend about eight hours doing it, but it would be done.
You might be able to get a working API script together in 8 hours or maybe it takes you 24. It's more fun, and you'd be better off having done it. Then the next time, you might do it in 4 hours or 2 if you've written reusable code.
Just my $0.02
2k rules is way to excessive.
Before doing any work I would start by doing an audit and doing a refactor.
Views
Replies
Total Likes
Views
Likes
Replies