{"id":21102,"date":"2020-11-30T15:07:35","date_gmt":"2020-11-30T15:07:35","guid":{"rendered":"https:\/\/ec2-54-72-10-141.eu-west-1.compute.amazonaws.com\/docs\/?post_type=knowledgebase&#038;p=21102"},"modified":"2025-09-08T13:26:11","modified_gmt":"2025-09-08T13:26:11","slug":"personalize-survey-links","status":"publish","type":"knowledgebase","link":"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/","title":{"rendered":"Personalize Survey Links"},"content":{"rendered":"\n\n\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p>Each Survey Page has a unique web address (URL) that you can share with your audience. Once your survey is published, you can share the provided URL without any modification. <\/p>\n\n\n\n<p>You can choose to add optional URL parameters to your survey link to personalize them and automatically provide contextual data.<\/p>\n\n\n\n<p>On this page we&#8217;ll go through all options to personalize survey links with URL parameters.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"overview\">Overview of URL parameters<\/h2>\n\n\n\n<p>The below table gives a quick overview over the most common URL parameters. Each parameter is described in more detail further below.  All parameters are optional.<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong>Parameter<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>contact_id<\/td><td>A unique identifier for each survey respondent. Providing an Id will <a href=\"https:\/\/refiner.io\/docs\/kb\/concepts\/anonymous-vs-identified-users-mode\/\">identify survey respondents<\/a> in your Refiner dashboard.<\/td><\/tr><tr><td>contact_email<\/td><td>The email address of the respondent. The email address can act as an alternative to the <em>contact_id<\/em>.<\/td><\/tr><tr><td>contact_&lt;something&gt;<\/td><td>Any kind of user trait you want to provide (see below)<\/td><\/tr><tr><td>locale<\/td><td>The language string of the user when using in the <a href=\"https:\/\/refiner.io\/docs\/kb\/settings\/multi-language-surveys\/\">translation feature<\/a>.<\/td><\/tr><tr><td>response_&lt;something&gt;<\/td><td>Any kind of contextual data that you want to attach to the survey response (see below)<\/td><\/tr><tr><td>signature<\/td><td>The computed signature when using the <a href=\"https:\/\/refiner.io\/docs\/kb\/settings\/identity-verification\/\">Identity Verification<\/a> feature.<\/td><\/tr><tr><td>tags<\/td><td>Automatically add <a href=\"https:\/\/refiner.io\/docs\/kb\/reporting\/response-tagging\/\">tags<\/a> to a survey response.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"examples\">Example use cases<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"identify\">Identify users<\/h3>\n\n\n\n<p>You can choose to identify respondents with URL parameters, which is also the recommended way to operate Survey Pages.<\/p>\n\n\n\n<p>Identifying respondents can easily be done by providing either a &#8220;contact_id&#8221; and \/ or a &#8220;contact_email&#8221; parameter in your URL.<\/p>\n\n\n\n<p>Here is an example of an survey link using &#8220;contact_id&#8221; as the identifier:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">https:\/\/survey.refiner.io\/0mnp5e-dz54qj?contact_id=ABC123<\/pre>\n\n\n\n<p>And here is an example of a survey link using the email as the identifier:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">https:\/\/survey.refiner.io\/0mnp5e-dz54qj?contact_email=test@test.com<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"traits\">Import user traits<\/h3>\n\n\n\n<p>In addition to the ID and email address of your user, you can provide any kind of user data within the URL. <\/p>\n\n\n\n<p>Providing additional user data fields is easy. All you need to do is to add parameters starting with &#8220;contact_&#8221; to the URL of your survey page.<\/p>\n\n\n\n<p>The following URL includes a user ID, an email address and additional user data.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">https:\/\/survey.refiner.io\/0mnp5e-dz54qj?contact_email=test@test.com&amp;contact_is_customer=true&amp;contact_is_cool=yes<\/pre>\n\n\n\n<p>Providing additional user traits is a powerful method to better analyze your survey data. <\/p>\n\n\n\n<p>All data points provided while identifying your users can be used to segment and filter your survey results in your Refiner dashboard later on.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"prefill\">Prefill first question<\/h3>\n\n\n\n<p>Next to identifying your users, you can also use URL parameters to add data to a survey response.<\/p>\n\n\n\n<p>URL parameters starting with &#8220;response_&#8221; will either <strong>preselect survey responses<\/strong> or <strong>add hidden fields<\/strong> data to the survey response.<\/p>\n\n\n\n<p>Below you can see an example link that identifies your user by their email address (see above) and sets the response of a NPS survey to the value 9 \/ 10 by providing a &#8216;response_nps&#8217; parameter.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">https:\/\/survey.refiner.io\/0mnp5e-dz54qj?contact_email=test@test.com&amp;response_nps=9<\/pre>\n\n\n\n<p>In this example, the value for the question &#8220;nps&#8221; is set by a parameter that starts with &#8220;response_&#8221; followed by the identifier of the question. The resulting URL parameter is &#8220;response_nps&#8221;. <\/p>\n\n\n\n<p>To find the identifier of a any question in your survey, click on &#8220;Show Advanced Options&#8221; in the survey editor and locate the field &#8220;Internal Identifier&#8221;.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"459\" src=\"https:\/\/refiner.io\/docs\/wp-content\/uploads\/2022\/02\/Screenshot-2022-02-02-at-14.46.54-1024x459.png\" alt=\"\" class=\"wp-image-22425\" style=\"width:583px;height:260px\" srcset=\"https:\/\/refiner.io\/docs\/wp-content\/uploads\/2022\/02\/Screenshot-2022-02-02-at-14.46.54-1024x459.png 1024w, https:\/\/refiner.io\/docs\/wp-content\/uploads\/2022\/02\/Screenshot-2022-02-02-at-14.46.54-600x269.png 600w, https:\/\/refiner.io\/docs\/wp-content\/uploads\/2022\/02\/Screenshot-2022-02-02-at-14.46.54-768x344.png 768w, https:\/\/refiner.io\/docs\/wp-content\/uploads\/2022\/02\/Screenshot-2022-02-02-at-14.46.54.png 1294w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Locate the identifier of a question in the survey editor<\/figcaption><\/figure><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"hidden-fields\">Add hidden response data<\/h3>\n\n\n\n<p>URL parameters can also be used to private &#8220;hidden&#8221; data which is not represented as a question in your survey.<\/p>\n\n\n\n<p>You can add any &#8220;<strong>hidden field<\/strong>&#8221; to your survey by simply providing an arbitrary &#8220;response_&lt;something&gt;=&lt;value&gt;&#8221; parameter in your URL. Data provided through URL parameters gets automatically attached to responses provided by the user.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">https:\/\/survey.refiner.io\/0mnp5e-dz54qj?contact_email=test@test.com&amp;response_how_satisfied=3&amp;response_a_hidden_field=yes<\/pre>\n\n\n\n<p>There is no need to create a question with a matching identifier in your Refiner dashboard. Refiner will try to match the hidden field data to a known attribute in your Refiner account. If no attribute with the same key can be found, a new attribute gets created the first time we see the data key.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"language\">Set survey language<\/h3>\n\n\n\n<p>When you use our <a href=\"https:\/\/refiner.io\/docs\/kb\/survey-editor\/multi-language-surveys\/\">Translations<\/a> feature, Refiner automatically sets the survey language based on the &#8220;preferred language&#8221; web browser settings of the user. <\/p>\n\n\n\n<p>You can also explicitly set the language by adding a <em>locale<\/em> parameter to the URL. <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">https:\/\/survey.refiner.io\/0mnp5e-dz54qj?locale=fr<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"tags\">Add tags to response<\/h3>\n\n\n\n<p>Besides providing user traits and hidden response data, you can also <a href=\"https:\/\/refiner.io\/docs\/kb\/reporting\/response-tagging\/\">add tags to survey response<\/a> with the &#8220;tags&#8221; parameter.<\/p>\n\n\n\n<p>You can add up to ten tags to a survey response by separating each of them with a comma as shown in the example below.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">https:\/\/survey.refiner.io\/0mnp5e-dz54qj?tags=Tag1,Tag2,Tag3<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Advanced options <\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Magic Variables<\/h3>\n\n\n\n<p>Magic Variables allow you to add contextual data to survey responses or user profiles. You can use Magic Variables to store things like the URL, information about a user&#8217;s web browser, or their IP address alongside survey responses.<\/p>\n\n\n\n<p>Magic Variables can be used when <a href=\"#identify\">identifying a user<\/a> or <a href=\"#hidden-fields\">attaching data to survey responses<\/a> as shown in the code sample below. <\/p>\n\n\n\n<p>Here is the list of all Magic Variables supported by the JavaScript SDK:<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong>Variable<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td><em>__COUNTRY_CODE__<\/em><\/td><td>The country code of the user as described <a href=\"#country\">here<\/a><\/td><\/tr><tr><td><em>__CURRENT_URL__<\/em><\/td><td>The current URL of the user<\/td><\/tr><tr><td><em>__IP_ADDRESS__<\/em><\/td><td>The current IP address of the user<\/td><\/tr><tr><td><em>__LOCALE__<\/em><\/td><td>The locale value as described <a href=\"#locale\">here<\/a><\/td><\/tr><tr><td><em>__WEB_BROWSER__<\/em><\/td><td>The web browser name of the user (e.g. Chrome 27)<\/td><\/tr><tr><td><em>__WEB_DEVICE_OS__<\/em><\/td><td>The operating system of the user (e.g. Mac OS)<\/td><\/tr><tr><td><em>__WEB_DEVICE_TYPE__<\/em><\/td><td>The device type of the user (e.g. desktop, tablet, mobile)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Data type casting<\/h3>\n\n\n\n<p>When you provide numeric values as URL parameters (e.g. &#8220;1234&#8221;), we&#8217;ll automatically cast them to number format and they will show up as a <a href=\"https:\/\/refiner.io\/docs\/kb\/data-index\/user-traits\/#types\">Integer Number Trait<\/a> in your Refiner environment. This default behaviour is true for any URL parameters, except &#8220;contact_id&#8221; and &#8220;account_id&#8221; which are always casted as strings.<\/p>\n\n\n\n<p>If you want to instruct Refiner to cast a numeric value as text, you can prefix your value with &#8220;string:&#8221;. An example would look like this:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">https:\/\/survey.refiner.io\/0mnp5e-dz54qj?contact_email=test@test.com&amp;contact_a_numeric_string_value=string:1234<\/pre>\n\n\n\n<p>In this example, a trait with the identifier &#8220;a_numeric_string_value&#8221; will be added to the user profile with the text value &#8220;1234&#8221;.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Each Survey Page has a unique web address (URL) that you can share with your audience. Once your survey is published, you can share the provided URL without any modification. You can choose to add optional URL parameters to your survey link to personalize them and automatically provide contextual data. On this page we&#8217;ll [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/\">Read More&#8230;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","template":"","knowledgebase_tag":[],"class_list":["post-21102","knowledgebase","type-knowledgebase","status-publish","hentry","knowledgebase_cat-pages"],"acf":[],"featured_image_urls_v2":{"full":"","thumbnail":"","medium":"","medium_large":"","large":"","1536x1536":"","2048x2048":"","ab-block-post-grid-landscape":"","ab-block-post-grid-square":"","gb-block-post-grid-landscape":"","gb-block-post-grid-square":""},"post_excerpt_stackable_v2":"<p>Introduction Each Survey Page has a unique web address (URL) that you can share with your audience. Once your survey is published, you can share the provided URL without any modification. You can choose to add optional URL parameters to your survey link to personalize them and automatically provide contextual data. On this page we&#8217;ll go through all options to personalize survey links with URL parameters. Overview of URL parameters The below table gives a quick overview over the most common URL parameters. Each parameter is described in more detail further below. All parameters are optional. ParameterDescriptioncontact_idA unique identifier for&hellip;<\/p>\n","category_list_v2":"","author_info_v2":{"name":"Moritz Dausinger","url":"https:\/\/refiner.io\/docs\/author\/user\/"},"comments_num_v2":"0 comments","yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Personalize Survey Links<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Personalize Survey Links\" \/>\n<meta property=\"og:description\" content=\"Introduction Each Survey Page has a unique web address (URL) that you can share with your audience. Once your survey is published, you can share the provided URL without any modification. You can choose to add optional URL parameters to your survey link to personalize them and automatically provide contextual data. On this page we&#8217;ll [...]Read More...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/\" \/>\n<meta property=\"og:site_name\" content=\"Refiner Documentation\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-08T13:26:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/refiner.io\/docs\/wp-content\/uploads\/2022\/02\/Screenshot-2022-02-02-at-14.46.54-1024x459.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/\",\"url\":\"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/\",\"name\":\"Personalize Survey Links\",\"isPartOf\":{\"@id\":\"https:\/\/refiner.io\/docs\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/refiner.io\/docs\/wp-content\/uploads\/2022\/02\/Screenshot-2022-02-02-at-14.46.54-1024x459.png\",\"datePublished\":\"2020-11-30T15:07:35+00:00\",\"dateModified\":\"2025-09-08T13:26:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/#primaryimage\",\"url\":\"https:\/\/refiner.io\/docs\/wp-content\/uploads\/2022\/02\/Screenshot-2022-02-02-at-14.46.54.png\",\"contentUrl\":\"https:\/\/refiner.io\/docs\/wp-content\/uploads\/2022\/02\/Screenshot-2022-02-02-at-14.46.54.png\",\"width\":1294,\"height\":580},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/refiner.io\/docs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Personalize Survey Links\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/refiner.io\/docs\/#website\",\"url\":\"https:\/\/refiner.io\/docs\/\",\"name\":\"Refiner Documentation\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/refiner.io\/docs\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/refiner.io\/docs\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/refiner.io\/docs\/#organization\",\"name\":\"Refiner Documentation\",\"url\":\"https:\/\/refiner.io\/docs\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/refiner.io\/docs\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/refiner.io\/docs\/wp-content\/uploads\/2022\/11\/cropped-Group-8.png\",\"contentUrl\":\"https:\/\/refiner.io\/docs\/wp-content\/uploads\/2022\/11\/cropped-Group-8.png\",\"width\":400,\"height\":61,\"caption\":\"Refiner Documentation\"},\"image\":{\"@id\":\"https:\/\/refiner.io\/docs\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Personalize Survey Links","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/","og_locale":"en_US","og_type":"article","og_title":"Personalize Survey Links","og_description":"Introduction Each Survey Page has a unique web address (URL) that you can share with your audience. Once your survey is published, you can share the provided URL without any modification. You can choose to add optional URL parameters to your survey link to personalize them and automatically provide contextual data. On this page we&#8217;ll [...]Read More...","og_url":"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/","og_site_name":"Refiner Documentation","article_modified_time":"2025-09-08T13:26:11+00:00","og_image":[{"url":"https:\/\/refiner.io\/docs\/wp-content\/uploads\/2022\/02\/Screenshot-2022-02-02-at-14.46.54-1024x459.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/","url":"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/","name":"Personalize Survey Links","isPartOf":{"@id":"https:\/\/refiner.io\/docs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/#primaryimage"},"image":{"@id":"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/#primaryimage"},"thumbnailUrl":"https:\/\/refiner.io\/docs\/wp-content\/uploads\/2022\/02\/Screenshot-2022-02-02-at-14.46.54-1024x459.png","datePublished":"2020-11-30T15:07:35+00:00","dateModified":"2025-09-08T13:26:11+00:00","breadcrumb":{"@id":"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/#primaryimage","url":"https:\/\/refiner.io\/docs\/wp-content\/uploads\/2022\/02\/Screenshot-2022-02-02-at-14.46.54.png","contentUrl":"https:\/\/refiner.io\/docs\/wp-content\/uploads\/2022\/02\/Screenshot-2022-02-02-at-14.46.54.png","width":1294,"height":580},{"@type":"BreadcrumbList","@id":"https:\/\/refiner.io\/docs\/kb\/pages\/personalize-survey-links\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/refiner.io\/docs\/"},{"@type":"ListItem","position":2,"name":"Personalize Survey Links"}]},{"@type":"WebSite","@id":"https:\/\/refiner.io\/docs\/#website","url":"https:\/\/refiner.io\/docs\/","name":"Refiner Documentation","description":"","publisher":{"@id":"https:\/\/refiner.io\/docs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/refiner.io\/docs\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/refiner.io\/docs\/#organization","name":"Refiner Documentation","url":"https:\/\/refiner.io\/docs\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/refiner.io\/docs\/#\/schema\/logo\/image\/","url":"https:\/\/refiner.io\/docs\/wp-content\/uploads\/2022\/11\/cropped-Group-8.png","contentUrl":"https:\/\/refiner.io\/docs\/wp-content\/uploads\/2022\/11\/cropped-Group-8.png","width":400,"height":61,"caption":"Refiner Documentation"},"image":{"@id":"https:\/\/refiner.io\/docs\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/refiner.io\/docs\/wp-json\/wp\/v2\/knowledgebase\/21102","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/refiner.io\/docs\/wp-json\/wp\/v2\/knowledgebase"}],"about":[{"href":"https:\/\/refiner.io\/docs\/wp-json\/wp\/v2\/types\/knowledgebase"}],"author":[{"embeddable":true,"href":"https:\/\/refiner.io\/docs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/refiner.io\/docs\/wp-json\/wp\/v2\/comments?post=21102"}],"version-history":[{"count":50,"href":"https:\/\/refiner.io\/docs\/wp-json\/wp\/v2\/knowledgebase\/21102\/revisions"}],"predecessor-version":[{"id":27566,"href":"https:\/\/refiner.io\/docs\/wp-json\/wp\/v2\/knowledgebase\/21102\/revisions\/27566"}],"wp:attachment":[{"href":"https:\/\/refiner.io\/docs\/wp-json\/wp\/v2\/media?parent=21102"}],"wp:term":[{"taxonomy":"knowledgebase_tag","embeddable":true,"href":"https:\/\/refiner.io\/docs\/wp-json\/wp\/v2\/knowledgebase_tag?post=21102"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}