SOLVED

No longer able to bulk approve landing pages

Go to solution
Dan_Stevens_
Level 10 - Champion Alumni

No longer able to bulk approve landing pages

All top level assets (emails, landing page templates, etc.) have a toggle at the bottom of the screen to go back to the old experience – which allows you to mass approve the assets after a template/snippet has been edited and moved the asset back to draft mode.  Except for landing pages.  We have thousands of landing pages that need to be approved and doing 30 at a time is not possible.  How do I display the old experience for Landing Pages?

 

Dan_Stevens__0-1684241393553.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
Darshil_Shah1
Level 10 - Community Advisor

Re: No longer able to bulk approve landing pages

Marketo removed the toggle to switch it had to switch b/w the new and the old experience in its last release (Mar 2023). Users are now only able to access the new modern UX for the landing pages.

Darshil_Shah1_0-1684246747098.png

One way you can avoid manually approving LPs 30 at a time is by automating the approval process using the Approve landing page POST endpoint, but that would require some processing first - you'd want to get the IDs of the LPs you want to approve, and then use each LP's id in the approve LP POST endpoint.

 

View solution in original post

1 REPLY 1
Darshil_Shah1
Level 10 - Community Advisor

Re: No longer able to bulk approve landing pages

Marketo removed the toggle to switch it had to switch b/w the new and the old experience in its last release (Mar 2023). Users are now only able to access the new modern UX for the landing pages.

Darshil_Shah1_0-1684246747098.png

One way you can avoid manually approving LPs 30 at a time is by automating the approval process using the Approve landing page POST endpoint, but that would require some processing first - you'd want to get the IDs of the LPs you want to approve, and then use each LP's id in the approve LP POST endpoint.