Bulk edit launch rules | Community
Skip to main content
July 13, 2022
Solved

Bulk edit launch rules

  • July 13, 2022
  • 2 replies
  • 1212 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by 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 replies

Stewart_Schilling
Community Advisor
Stewart_SchillingCommunity AdvisorAccepted solution
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.