{"id":464,"date":"2018-08-03T19:06:54","date_gmt":"2018-08-03T15:06:54","guid":{"rendered":"https:\/\/blog.keitaro.io\/en\/?p=464"},"modified":"2021-08-19T15:06:28","modified_gmt":"2021-08-19T11:06:28","slug":"keitaro-landers-form-submit","status":"publish","type":"post","link":"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/","title":{"rendered":"Local Landing Pages in Keitaro: Order Form and Postbacks"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-478\" src=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2018\/08\/pexels-photo-908284.jpeg\" alt=\"\" width=\"920\" height=\"460\"><\/p>\n<p>Keitaro 9 has a unique feature of uploading <a href=\"https:\/\/help.keitaro.io\/en\/landing-pages\" target=\"_blank\" rel=\"noopener\">Local landing pages<\/a> in its admin panel.<\/p>\n<p>This feature allows uploading zip archives to a root directory of Keitaro. Later these landers can be used in campaigns and can be opened without a redirect.<\/p>\n<p>Below is a step-by-step guide of uploading a Local Landing page and setting up a postback sending to Keitaro after submitting an order form.<\/p>\n<p><!--more--><\/p>\n<div class=\"fx-toc fx-toc-id-464\"><h2 class=\"fx-toc-title\">Content<\/h2><ul class='fx-toc-list level-1'>\n\t<li>\n\t\t<a href=\"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/#prepare-a-landing-page\">Prepare a landing page<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/#sending-a-postback-after-submitting-an-order-form\">Sending a postback after submitting an order form<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/#prepare-a-lead-form\">Prepare a lead-form<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/#creating-a-call-php-script\">Creating a call.php script<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/#creating-a-success-html-page\">Creating a success.html page<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/#creating-a-campaign\">Creating a campaign<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/#useful-info\">Useful Info<\/a>\n\t<\/li>\n<\/ul>\n<\/ul>\n<\/div>\n\n<h2><span id=\"prepare-a-landing-page\"><span id=\"%d0%bf%d0%be%d0%b4%d0%b3%d0%be%d1%82%d0%be%d0%b2%d0%ba%d0%b0-%d0%bb%d0%b5%d0%bd%d0%b4%d0%b8%d0%bd%d0%b3%d0%b0\">Prepare a landing page<\/span><\/span><\/h2>\n<p>We have a folder with the landing page. index.html or index.php should be executed files in the folder.<\/p>\n<p>E.g. we have the following situation:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-465\" src=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2018\/08\/2018-08-03_13-04-27.png\" alt=\"\" width=\"828\" height=\"478\"><\/p>\n<p>Rename the file and make sure it&#8217;s index.html or index.php. Convert the folder with a landing page into a zip archive.<\/p>\n<p>This archive can be uploaded to Keitaro now:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-467\" src=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2018\/08\/2018-08-03_14-56-44.png\" alt=\"\" width=\"722\" height=\"526\"><\/p>\n<p>Go to Landing pages, click on Create. Choose Local Landing type, and upload the archive to a tracker, click on Upload and Save:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-468\" src=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2018\/08\/2018-08-03_16-12-29.png\" alt=\"\" width=\"1800\" height=\"1428\"><\/p>\n<p>After the upload a landing page will be available in a list of landing pages. Also, you&#8217;ll be able to preview this added landing page. You can check if a landing page opens the right way.<\/p>\n<h2><span id=\"sending-a-postback-after-submitting-an-order-form\">Sending a postback after submitting an order form<\/span><\/h2>\n<p>To set up a postback after submitting an order form a visitor should be sent to a successful purchase page, and then a conversion will be sent to a tracker.<\/p>\n<p>Thus we need the following changes:<\/p>\n<ol>\n<li>Add a success page.<\/li>\n<li>Add call.php page<\/li>\n<li>Add subid sending from a landing page to a tracker.<\/li>\n<\/ol>\n<p>All these changes can be done on Keitaro VPS in a lander folder, but we&#8217;ll will delete added landing page and make a new archive for uploading.<\/p>\n<h2><span id=\"prepare-a-lead-form\"><span id=\"%d0%bf%d0%be%d0%b4%d0%b3%d0%be%d1%82%d0%be%d0%b2%d0%ba%d0%b0-%d0%bb%d0%b8%d0%b4-%d1%84%d0%be%d1%80%d0%bc%d1%8b\">Prepare a lead-form<\/span><\/span><\/h2>\n<p><b>subid <\/b>is necessary for transferring information about a visitor from a landing page to a&nbsp;<b>call.php<\/b>&nbsp;page and submitting a conversion.<\/p>\n<p>Open index.html page and find<b>&nbsp;\u201caction\u201d <\/b>tag<b>,<\/b>&nbsp;there&#8217;s a code in it which sends the information to <b>call.php.<\/b><\/p>\n<p>Check if an&nbsp;<b>action in a form<\/b>&nbsp;calls for&nbsp;<b>call.php<\/b>, and there&#8217;s a&nbsp;<b>post<\/b>&nbsp;method inside:<\/p>\n<pre class=\"lang:default decode:true\">&lt;form action=\"call.php\" method=\"post\" &gt;<\/pre>\n<form action=\"call.php\" method=\"post\"><\/form>\n<p>Also, insert a code for subid sending before a closing tag:<\/p>\n<pre class=\"lang:default decode:true\">&lt;input type=\"hidden\" name=\"subid\" value=\"{subid}\" \/&gt;<\/pre>\n<p>Finally, the whole order form should look as follows:<\/p>\n<pre class=\"lang:default decode:true\">&lt;form action=\"call.php\" method=\"post\"&gt;\n \n    &lt;input type=\"hidden\" name=\"subid\" value=\"{subid}\" \/&gt;\n \n    &lt;input type=\"text\" class=\"form__input\" name=\"name\"  placeholder=\"Your Name\"&gt;\n \n    &lt;input type=\"tel\" class=\"form__input\" name=\"phone\"  placeholder=\"Phone Number\"&gt;\n \n    &lt;button class=\"btn form__btn\" type=\"submit\"&gt;Order&lt;\/button&gt;  \n \n&lt;\/form&gt;<\/pre>\n<p>Save the changes and close the file.<\/p>\n<h2><span id=\"creating-a-call-php-script\"><span id=\"%d0%bf%d0%be%d0%b4%d0%b3%d0%be%d1%82%d0%be%d0%b2%d0%ba%d0%b0-%d1%81%d0%ba%d1%80%d0%b8%d0%bf%d1%82%d0%b0-call-php\">Creating a call.php script<\/span><\/span><\/h2>\n<p>Call.php script usually sends leads to an affiliate network. We will use this script for sending postbacks to a tracker.<\/p>\n<p>Go to Maintenance &gt; Settings and enable &#8220;Allow PHP in ulpoaded landing pages&#8221;.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-471\" src=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2018\/08\/2018-08-03_19-36-33.png\" alt=\"\" width=\"2766\" height=\"1480\"><\/p>\n<p>Create a new call.php file with the following code:<\/p>\n<pre class=\"lang:default decode:true\">&lt;?php\n \n$url = 'your postback url?status=lead&amp;subid=' . urlencode($_POST['subid']);\n \nfile_get_contents($url);\n \nheader('Location:success.html');\n \n?&gt;<\/pre>\n<p>Postback URL can be found in Maintenance &#8211;&nbsp; Postback URL.<\/p>\n<p>If you need payout amount you can add <b>payout<\/b>&nbsp;and<b>&nbsp;currency&nbsp;<\/b>parameters, e.g.:<\/p>\n<pre class=\"lang:default decode:true \">&lt;?php\n \n$url = 'http:\/\/retpks.com\/a73335f\/postback?payout=100&amp;currency=rub&amp;status=lead&amp;subid=' . urlencode($_POST['subid']);\n \nfile_get_contents($url);\n \nheader('Location:success.html');\n \n?&gt;<\/pre>\n<p>Here we mentioned&nbsp;<b>success.html&nbsp;<\/b>page which we are going to create next.<\/p>\n<h2><span id=\"creating-a-success-html-page\"><span id=\"%d1%81%d0%be%d0%b7%d0%b4%d0%b0%d0%bd%d0%b8%d0%b5-%d1%81%d1%82%d1%80%d0%b0%d0%bd%d0%b8%d1%86%d1%8b-%d0%b1%d0%bb%d0%b0%d0%b3%d0%be%d0%b4%d0%b0%d1%80%d0%bd%d0%be%d1%81%d1%82%d0%b8\">Creating a success.html page<\/span><\/span><\/h2>\n<p>This page opens after an order submission. Usually, this page is used to thank visitors or for upsells.<\/p>\n<p>Create a success.html file.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-473\" src=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2018\/08\/2018-08-03_19-51-35.png\" alt=\"\" width=\"824\" height=\"298\"><\/p>\n<p>Compress the folder with our landing page and upload the archive to Keitaro.<\/p>\n<h2><span id=\"creating-a-campaign\"><span id=\"%d0%bd%d0%b0%d1%81%d1%82%d1%80%d0%be%d0%b9%d0%ba%d0%b0-%d0%ba%d0%b0%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d0%b8\">Creating a campaign<\/span><\/span><\/h2>\n<p>Go to <a href=\"https:\/\/help.keitaro.io\/en\/campaigns\" target=\"_blank\" rel=\"noopener\">Campaigns<\/a> page, click on<a href=\"https:\/\/youtu.be\/jYoEAdmtvQM\" data-rel=\"lightbox-video-0\" target=\"_blank\" rel=\"noopener\"> Create<\/a>. Then create a <a href=\"https:\/\/blog.keitaro.io\/en\/streams-and-filters-in-keitaro\/\" target=\"_blank\" rel=\"noopener\">stream<\/a>, Choose Landings and Offers in Schema tab, add an uploaded landing page. Save the changes to the campaign:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-475\" src=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2018\/08\/2018-08-03_20-11-39.png\" alt=\"\" width=\"2746\" height=\"920\"><\/p>\n<p>Copy the campaign&#8217;s link and complete the order form. After submitting the order you will see an opened success.html page.<\/p>\n<p>The conversion will appear in a tracker in 30-60 seconds. Open the tracker and check the conversion:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-476\" src=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2018\/08\/LP-CTR.png\" alt=\"\" width=\"2758\" height=\"712\"><\/p>\n<p>Keitaro received the conversion, we sending the postback the right way.<\/p>\n<h2><span id=\"useful-info\">Useful Info<\/span><\/h2>\n<p><a href=\"https:\/\/help.keitaro.io\/en\/\" target=\"_blank\" rel=\"noopener\">Keitaro Knowledge Database<\/a><br \/>\n<a href=\"https:\/\/help.keitaro.io\/en\/landing-pages\" target=\"_blank\" rel=\"noopener\">Landing Pages<\/a><br \/>\n<a href=\"https:\/\/www.youtube.com\/channel\/UCtL1YEGv3EolfAor-vFiYaw\" target=\"_blank\" rel=\"noopener\">Keitaro YouTube Channel<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Keitaro 9 has a unique feature of uploading Local landing pages in its admin panel. This &hellip; <\/p>\n","protected":false},"author":19,"featured_media":1229,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[20],"tags":[],"class_list":["post-464","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-usecases"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.6.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"Landing Pages Keitaro YouTube Channel\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Marketing Team\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.6.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Keitaro Blog \u00bb Top Trends in Digital Marketing and Ad Tracking\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Local Landing Pages in Keitaro: Order Form and Postbacks\" \/>\n\t\t<meta property=\"og:description\" content=\"Landing Pages Keitaro YouTube Channel\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2024\/08\/Screenshot-2024-08-02-at-12.18.52\u202fPM.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2024\/08\/Screenshot-2024-08-02-at-12.18.52\u202fPM.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1860\" \/>\n\t\t<meta property=\"og:image:height\" content=\"948\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2018-08-03T15:06:54+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-08-19T11:06:28+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/keitaro.tracker\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@keitaro_tracker\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Local Landing Pages in Keitaro: Order Form and Postbacks\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Landing Pages Keitaro YouTube Channel\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@keitaro_tracker\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2024\/08\/Screenshot-2024-08-02-at-12.18.52\u202fPM.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/keitaro-landers-form-submit\\\/#aioseo-article-65d3a7d92ff8f\",\"name\":\"Local Landing Pages in Keitaro: Order Form and Postbacks\",\"headline\":\"Local Landing Pages in Keitaro: Order Form and Postbacks\",\"description\":\"Landing Pages Keitaro YouTube Channel\",\"author\":{\"@type\":\"Person\",\"name\":\"Marketing Team\",\"url\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/author\\\/marketing-team\\\/\"},\"publisher\":{\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/wp-content\\\/uploads\\\/2018\\\/08\\\/pexels-photo-908284-1.jpeg\",\"width\":920,\"height\":460},\"datePublished\":\"2018-08-03T19:06:54+02:00\",\"dateModified\":\"2021-08-19T15:06:28+02:00\",\"inLanguage\":\"en-US\",\"articleSection\":\"Use Cases\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/keitaro-landers-form-submit\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/blog.keitaro.io\\\/en\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/category\\\/usecases\\\/#listItem\",\"name\":\"Use Cases\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/category\\\/usecases\\\/#listItem\",\"position\":2,\"name\":\"Use Cases\",\"item\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/category\\\/usecases\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/keitaro-landers-form-submit\\\/#listItem\",\"name\":\"Local Landing Pages in Keitaro: Order Form and Postbacks\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/keitaro-landers-form-submit\\\/#listItem\",\"position\":3,\"name\":\"Local Landing Pages in Keitaro: Order Form and Postbacks\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/category\\\/usecases\\\/#listItem\",\"name\":\"Use Cases\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/#organization\",\"name\":\"Keitaro Tracker\",\"description\":\"Keitaro Tracker is a self-hosted ad tracker that gives you complete control over your traffic. Designed specifically for media buying, affiliate marketing, traffic arbitrage, and internet marketing, it ensures privacy, handles large volumes of clicks, and offers extensive customization options.\",\"url\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/\",\"telephone\":\"+16562184636\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/Logo-Keitaro-green.png\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/keitaro-landers-form-submit\\\/#organizationLogo\",\"width\":1000,\"height\":442},\"image\":{\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/keitaro-landers-form-submit\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/keitaro.tracker\",\"https:\\\/\\\/twitter.com\\\/keitaro_tracker?lang=en\",\"https:\\\/\\\/www.instagram.com\\\/keitaro_tracker\",\"https:\\\/\\\/www.tiktok.com\\\/@keitaro_tracker\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCtL1YEGv3EolfAor-vFiYaw\",\"https:\\\/\\\/www.linkedin.com\\\/showcase\\\/keitaro-tracker-apliteni\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/author\\\/marketing-team\\\/#author\",\"url\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/author\\\/marketing-team\\\/\",\"name\":\"Marketing Team\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cde99b1f5f99357d4f5f72c02149c9903057bdae61b102b2f71e3d631f1fa1c3?s=96&d=mm&r=g\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/keitaro-landers-form-submit\\\/#webpage\",\"url\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/keitaro-landers-form-submit\\\/\",\"name\":\"Local Landing Pages in Keitaro: Order Form and Postbacks\",\"description\":\"Landing Pages Keitaro YouTube Channel\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/keitaro-landers-form-submit\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/author\\\/marketing-team\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/author\\\/marketing-team\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/wp-content\\\/uploads\\\/2018\\\/08\\\/pexels-photo-908284-1.jpeg\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/keitaro-landers-form-submit\\\/#mainImage\",\"width\":920,\"height\":460},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/keitaro-landers-form-submit\\\/#mainImage\"},\"datePublished\":\"2018-08-03T19:06:54+02:00\",\"dateModified\":\"2021-08-19T15:06:28+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/\",\"name\":\"Keitaro Tracker Blog\",\"alternateName\":\"Keitaro Tracker Blog\",\"description\":\"Top Trends in Digital Marketing and Ad Tracking\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Local Landing Pages in Keitaro: Order Form and Postbacks<\/title>\n\n","aioseo_head_json":{"title":"Local Landing Pages in Keitaro: Order Form and Postbacks","description":"Landing Pages Keitaro YouTube Channel","canonical_url":"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/#aioseo-article-65d3a7d92ff8f","name":"Local Landing Pages in Keitaro: Order Form and Postbacks","headline":"Local Landing Pages in Keitaro: Order Form and Postbacks","description":"Landing Pages Keitaro YouTube Channel","author":{"@type":"Person","name":"Marketing Team","url":"https:\/\/blog.keitaro.io\/en\/author\/marketing-team\/"},"publisher":{"@id":"https:\/\/blog.keitaro.io\/en\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2018\/08\/pexels-photo-908284-1.jpeg","width":920,"height":460},"datePublished":"2018-08-03T19:06:54+02:00","dateModified":"2021-08-19T15:06:28+02:00","inLanguage":"en-US","articleSection":"Use Cases"},{"@type":"BreadcrumbList","@id":"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/blog.keitaro.io\/en#listItem","position":1,"name":"Home","item":"https:\/\/blog.keitaro.io\/en","nextItem":{"@type":"ListItem","@id":"https:\/\/blog.keitaro.io\/en\/category\/usecases\/#listItem","name":"Use Cases"}},{"@type":"ListItem","@id":"https:\/\/blog.keitaro.io\/en\/category\/usecases\/#listItem","position":2,"name":"Use Cases","item":"https:\/\/blog.keitaro.io\/en\/category\/usecases\/","nextItem":{"@type":"ListItem","@id":"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/#listItem","name":"Local Landing Pages in Keitaro: Order Form and Postbacks"},"previousItem":{"@type":"ListItem","@id":"https:\/\/blog.keitaro.io\/en#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/#listItem","position":3,"name":"Local Landing Pages in Keitaro: Order Form and Postbacks","previousItem":{"@type":"ListItem","@id":"https:\/\/blog.keitaro.io\/en\/category\/usecases\/#listItem","name":"Use Cases"}}]},{"@type":"Organization","@id":"https:\/\/blog.keitaro.io\/en\/#organization","name":"Keitaro Tracker","description":"Keitaro Tracker is a self-hosted ad tracker that gives you complete control over your traffic. Designed specifically for media buying, affiliate marketing, traffic arbitrage, and internet marketing, it ensures privacy, handles large volumes of clicks, and offers extensive customization options.","url":"https:\/\/blog.keitaro.io\/en\/","telephone":"+16562184636","logo":{"@type":"ImageObject","url":"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2024\/08\/Logo-Keitaro-green.png","@id":"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/#organizationLogo","width":1000,"height":442},"image":{"@id":"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/keitaro.tracker","https:\/\/twitter.com\/keitaro_tracker?lang=en","https:\/\/www.instagram.com\/keitaro_tracker","https:\/\/www.tiktok.com\/@keitaro_tracker","https:\/\/www.youtube.com\/channel\/UCtL1YEGv3EolfAor-vFiYaw","https:\/\/www.linkedin.com\/showcase\/keitaro-tracker-apliteni"]},{"@type":"Person","@id":"https:\/\/blog.keitaro.io\/en\/author\/marketing-team\/#author","url":"https:\/\/blog.keitaro.io\/en\/author\/marketing-team\/","name":"Marketing Team","image":{"@type":"ImageObject","url":"https:\/\/secure.gravatar.com\/avatar\/cde99b1f5f99357d4f5f72c02149c9903057bdae61b102b2f71e3d631f1fa1c3?s=96&d=mm&r=g"}},{"@type":"WebPage","@id":"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/#webpage","url":"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/","name":"Local Landing Pages in Keitaro: Order Form and Postbacks","description":"Landing Pages Keitaro YouTube Channel","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/blog.keitaro.io\/en\/#website"},"breadcrumb":{"@id":"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/#breadcrumblist"},"author":{"@id":"https:\/\/blog.keitaro.io\/en\/author\/marketing-team\/#author"},"creator":{"@id":"https:\/\/blog.keitaro.io\/en\/author\/marketing-team\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2018\/08\/pexels-photo-908284-1.jpeg","@id":"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/#mainImage","width":920,"height":460},"primaryImageOfPage":{"@id":"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/#mainImage"},"datePublished":"2018-08-03T19:06:54+02:00","dateModified":"2021-08-19T15:06:28+02:00"},{"@type":"WebSite","@id":"https:\/\/blog.keitaro.io\/en\/#website","url":"https:\/\/blog.keitaro.io\/en\/","name":"Keitaro Tracker Blog","alternateName":"Keitaro Tracker Blog","description":"Top Trends in Digital Marketing and Ad Tracking","inLanguage":"en-US","publisher":{"@id":"https:\/\/blog.keitaro.io\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Keitaro Blog \u00bb Top Trends in Digital Marketing and Ad Tracking","og:type":"article","og:title":"Local Landing Pages in Keitaro: Order Form and Postbacks","og:description":"Landing Pages Keitaro YouTube Channel","og:url":"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/","og:image":"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2024\/08\/Screenshot-2024-08-02-at-12.18.52\u202fPM.png","og:image:secure_url":"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2024\/08\/Screenshot-2024-08-02-at-12.18.52\u202fPM.png","og:image:width":1860,"og:image:height":948,"article:published_time":"2018-08-03T15:06:54+00:00","article:modified_time":"2021-08-19T11:06:28+00:00","article:publisher":"https:\/\/www.facebook.com\/keitaro.tracker","twitter:card":"summary","twitter:site":"@keitaro_tracker","twitter:title":"Local Landing Pages in Keitaro: Order Form and Postbacks","twitter:description":"Landing Pages Keitaro YouTube Channel","twitter:creator":"@keitaro_tracker","twitter:image":"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2024\/08\/Screenshot-2024-08-02-at-12.18.52\u202fPM.png"},"aioseo_meta_data":{"post_id":"464","title":null,"description":null,"keywords":[],"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":{"id":"#aioseo-article-65d3a7d92ff8f","slug":"article","graphName":"Article","label":"Article","properties":{"type":"BlogPosting","name":"#post_title","headline":"#post_title","description":"#post_excerpt","image":"","keywords":"","author":{"name":"#author_name","url":"#author_url"},"dates":{"include":true,"datePublished":"","dateModified":""}}},"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":{"locations":{"business":{"name":"","businessType":"","image":"","areaServed":"","urls":{"website":"","aboutPage":"","contactPage":""},"address":{"streetLine1":"","streetLine2":"","zipCode":"","city":"","state":"","country":"","addressFormat":"#streetLineOne\n#streetLineTwo\n#city, #state #zipCode"},"contact":{"email":"","phone":"","phoneFormatted":"","fax":"","faxFormatted":""},"ids":{"vat":"","tax":"","chamberOfCommerce":""},"payment":{"priceRange":"","currenciesAccepted":"","methods":""}}},"openingHours":{"useDefaults":true,"show":true,"alwaysOpen":false,"use24hFormat":false,"timezone":"","labels":{"closed":"","alwaysOpen":""},"days":{"monday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"tuesday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"wednesday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"thursday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"friday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"saturday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"sunday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"}}}},"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":null,"ai":null,"created":"2021-07-01 08:43:45","updated":"2025-05-30 00:21:30"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/blog.keitaro.io\/en\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&ndash;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/blog.keitaro.io\/en\/category\/usecases\/\" title=\"Use Cases\">Use Cases<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&ndash;<\/span><span class=\"aioseo-breadcrumb\">\n\tLocal Landing Pages in Keitaro: Order Form and Postbacks\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/blog.keitaro.io\/en"},{"label":"Use Cases","link":"https:\/\/blog.keitaro.io\/en\/category\/usecases\/"},{"label":"Local Landing Pages in Keitaro: Order Form and Postbacks","link":"https:\/\/blog.keitaro.io\/en\/keitaro-landers-form-submit\/"}],"_links":{"self":[{"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/posts\/464","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/users\/19"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/comments?post=464"}],"version-history":[{"count":15,"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/posts\/464\/revisions"}],"predecessor-version":[{"id":1230,"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/posts\/464\/revisions\/1230"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/media\/1229"}],"wp:attachment":[{"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/media?parent=464"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/categories?post=464"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/tags?post=464"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}