Web link "Open pop-in"

Open any Goodays interface as a pop-in via a simple <a> tag.

πŸ‘

This interface features a URL that you can easily use in your communications such as newsletters or other digital media.

🚧

We do not recommend using it to open the Goodays survey from your website.

πŸ“˜

This link will not be transformed by the Goodays SDK, you can apply your desired style to it.

Installation

  1. Install the Goodays Web SDK in your HTML page if you have not already done so.
  2. Add the right HTML code at the location where you wish the link to appear.

πŸ“˜

The variable <website_url> is the link of the page where you want to display the Goodays survey.

Open the Goodays pop-in

Insert the desired link at the location where you would like it to appear.

Open the "Store Locator" interface

<a
  href="<website_url>?cz_open=store_locator"
  > Goodays: Send feedbacks </a>

The result

Open the "Send Feedback" interface

<a
  href="<website_url>?cz_open=send_feedback:<pos_id>"
  > Goodays: Send feedbacks </a>

🚧

Point of Sale ID

Beware variable pos_id have to be changed by the ID of the point of sale you would like the ratings and/or verbatim to be registered on.

The result

Settings

If you add parameters to the link that opens your pop-in, these parameters will be transmitted to the interface that is called.

Example

For example, to open the Send Comment interface in quiz mode on the "Sollicited new customer" survey:

<a
  href="<website_url>?cz_open=send_feedback:<pos_id>
        &cz_mode=quiz
        &cz_tag=sollicited_new_customer"
  > Goodays: Send feedbacks </a>

The result

To go further

To see a list of available parameters, view the documentation for the relevant interface.