Bulk edit launch rules | Adobe Higher Education
Skip to main content
July 13, 2022
Risolto

Bulk edit launch rules

  • July 13, 2022
  • 2 risposte
  • 1212 visualizzazioni

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?

Questo argomento è stato chiuso alle risposte.
Migliore risposta di Stewart_Schilling

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

2 risposte

Stewart_Schilling
Community Advisor
Community Advisor
July 13, 2022

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

Alexis_Cazes_
Level 10
August 18, 2022

2k rules is way to excessive.

 

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