Post-Purchase Survey Widget
Updated August 5, 2026
What the survey widget does
The survey widget asks customers "How did you hear about us?" on your order confirmation page and auto-populates your influencer names as radio options. It fills the attribution gap for word-of-mouth referrals, podcast listeners, and audio ad viewers who convert without clicking a link or typing a promo code.
Attribution rule
A fallback conversion is only created when the customer has no prior click or promo code attribution under your brand. If a click or promo conversion already exists, the survey response is stored but no duplicate conversion is created.
Embedding the widget
- Add
<div id="influise-survey"></div>where the form should appear on your order confirmation page. - Add the
window.InfluiseSurveyConfigobject followed by the widget<script>tag (see Integrations → Survey Widget for a pre-filled snippet with your API key). - Populate
customerId,conversionValue, andpaymentIdfrom your platform's order data.
GTM setup
Create a Custom HTML tag triggered on your purchase event. Read customer_id and value from the dataLayer, inject them into window.InfluiseSurveyConfig, then load the widget script.
"Other" responses
Selecting Other (please specify) reveals a free-text field. These responses are stored and visible on the Surveys page but never create a conversion — there is no influencer to attribute to.
WooCommerce
The Influise plugin (v1.2+) automatically injects the survey on the WooCommerce thank-you page. Enable it in Settings → Influise → Post-purchase Survey. Customise the heading text from the same settings page.
Customisation
Configure heading, buttonText, thankyouText, and containerId in the InfluiseSurveyConfig object.
Viewing responses
Go to Surveys in the sidebar to see all responses with influencer attribution, free-text answers, and whether a conversion was created.