No longer able to bulk approve landing pages | Community
Skip to main content
Dan_Stevens_
New Participant
May 16, 2023
Solved

No longer able to bulk approve landing pages

  • May 16, 2023
  • 1 reply
  • 1243 views

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?

 

 

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 Darshil_Shah1

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.

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.

 

1 reply

Darshil_Shah1
Darshil_Shah1Accepted solution
Community Manager
May 16, 2023

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.

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.