US English (US)
ES Spanish

Submit Article Requests

Do you have a suggestion for an article you would like to see created?
Feel free to submit this form and add your suggestions to our document board.

Please fill out the contact form below and we will reply as soon as possible.

  • Appcues Certifications & Training
  • Integration Hub
  • Contact Us
Spanish
US English (US)
ES Spanish
  • Docs home
  • Instalación y desarrolladores
  • Instalación Appcues en la Web

Instalación asincrónica Appcues (desarrollador)

Aprenda a instalar Appcues en su aplicación web de forma asincrónica.

Updated at August 1st, 2025

Submit Article Requests

Do you have a suggestion for an article you would like to see created?
Feel free to submit this form and add your suggestions to our document board.

Please fill out the contact form with the details about the help content you'd like to see.

  • Home

  • Instalación y desarrolladores

    • Experiencias web

      • Experiencias móviles

        • Flujos de trabajo

          • Análisis y datos

            • Gestión de cuentas

              • Mejores prácticas

                • Integraciones

                  Este documento incluye código de ejemplo sobre cómo instalar Appcues en tu aplicación web de forma asíncrona. Con este método, el SDK Appcues se puede cargar asíncronamente, lo que permite que se cargue simultáneamente con otros scripts, lo que puede reducir el impacto en los tiempos de carga de la página.

                  <script>
                    (function() {
                      if (!window.AppcuesReady) {
                        window.AppcuesReady = function(callback) {
                          callback && window.AppcuesReady.q.push(callback);
                          if (window.Appcues) {
                            while (window.AppcuesReady.q.length) {
                              cb = window.AppcuesReady.q.shift();
                              if (typeof cb === 'function') cb();
                            }
                          }
                        };
                        window.AppcuesReady.q = [];
                      }
                    })()
                  </script>
                  
                  <script>
                    // You could then call Appcues methods immediately 
                    // by calling AppcuesReady() with a callback:
                    AppcuesReady(function() {
                      Appcues.identify('userId', {email: 'test@appcues.com'});
                    });
                  </script>
                  
                  <!-- Load your Appcues script at any time later -->
                  <script src="//fast.appcues.com/23.js" async onload="AppcuesReady()"></script>

                  Was this article helpful?

                  Yes
                  No
                  Give feedback about this article

                  Related Articles

                  • Guía de instalación para desarrolladores
                  • Instalación con Segment
                  • Instalación con Google Tag Manager (desarrollador)
                  • Guía de aplicaciones de una sola página ( SPA ) (para desarrolladores)
                  • Aloje el SDK Appcues en su propio dominio
                  Appcues logo

                  Product

                  Why Appcues How it works Integrations Security Pricing What's new

                  Use cases

                  Appcues Integration Hub User Onboarding Software Feature Adoption Software NPS & Surveys Announcements Insights Mobile Adoption

                  Company

                  About
                  Careers

                  Support

                  Developer Docs Contact

                  Resources

                  The Appcues Blog Product Adoption Academy GoodUX Case studies Webinar Series Made with Appcues Appcues University

                  Follow us

                  Facebook icon Twitter icon grey Linkedin icon Instagram icon
                  © 2022 Appcues. All rights reserved.
                  Security Terms of Service Privacy Policy

                  Knowledge Base Software powered by Helpjuice

                  Expand