Expand my Community achievements bar.

SOLVED

Bulk edit launch rules

Avatar

Level 1

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?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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

Avatar

Community Advisor

2k rules is way to excessive.

 

Before doing any work I would start by doing an audit and doing a refactor.