CustomerGauge + Appcues


With this solution, you can activate a pop-up survey directly in your own software/cloud-based platform. This allows you to present your survey directly to your users, without needing to email, SMS, or call them to collect the feedback. It's an ideal solution for cloud-based B2B or B2C software applications, especially in an environment where the user must be logged in (so you know who they are when they answer the survey). 


Ideal for


This solution can be used for

  • Websites
  • Inside Web Applications


How to Set Up


Follow the steps below to get it set up.


1) In order for this solution to work, you will need to already have an account with Appcues. If you don't have one yet, visit their site to sign up. They offer a free trial if you'd like to test it out first.


2) Next, you will need to set up a generic link (sometimes called "anonymous") survey in CustomerGauge. You will need to contact our support team to activate that feature for you, or to create you a new generic link template to use for this purpose if you don't already have one set up.


3) Once that generic link survey has been set up for you in CustomerGauge, take the URL for that survey and head over to Appcues to create your pop-up (flow). What you'll want to do is embed the CustomerGauge survey link into your Appcues pop-up using an iframe inside their custom HTML widget or as a hyperlink within a text prompt.


4) Set up your Appcues "flow". Modals & Slideouts are the best options for making a pop-up survey (see example flow video clip at the bottom of this article).



5) Add a custom HTML widget to the Modal/Slideout.



6) Make an <iframe> or an <a href> link in the HTML (you can copy one of the following code blocks). An iframe will embed the entire survey within the pop-up itself, but may require some tinkering with the size width and height to make it look good. An href will merely open the survey in a new browser tab.

<iframe src="INSERT YOUR SURVEY URL HERE" title="Customer Feedback Survey" width="550" height="7000"></iframe>


<span class="hidden_item"><a href="INSERT YOUR SURVEY URL HERE"><b>Take the survey</b></a></span>



7) Go to CustomerGauge --> Campaigns --> Delivery Manager and toggle to the Anonymous tab. Copy the anonymous survey URL for the survey you'd like to use in your pop-up in Appcues.



8) Go back to Appcues and replace the "insert your survey URL here" part of the HTML code with the survey link you just copied from CustomerGauge. You may also choose to adjust the height & width of the iframed survey as desired. The size of your Modal or Slideout will play a part in determining the dimensions you set for your iframe. 




9) At this point, your survey can technically already be used. That said, if you are presenting this pop-up on a screen that users must be logged in to access, then you can pass certain data parameters to CustomerGauge using URL Post. In order to pass this data to CG, however, you will first need to ensure that it's stored in Appcues, as they are controlling the pop-up for you. Just modify the URL in the Appcues iframe as shown below, and edit the survey builder in CustomerGauge as shown in the article. You may also choose to read further information about adding user properties to Appcues.


NOTE: for the exact formatting of the {{curly bracket}} merge tags for the fields of data you'd like to pass over to CustomerGauge, please refer to your User Properties in Appcues.



10) Follow Appcues' documentation showing how to start allowing the pop-ups in your software application or website.


11) Start collecting feedback and see the results flowing back into your CustomerGauge platform in real-time!