{"id":2399,"date":"2022-11-09T21:01:48","date_gmt":"2022-11-09T21:01:48","guid":{"rendered":"https:\/\/serviceobjects.wpaladdin.com\/?post_type=serviceobjects&#038;p=2399"},"modified":"2023-12-06T09:04:19","modified_gmt":"2023-12-06T17:04:19","slug":"ac-quick-integration-guide-address-predict","status":"publish","type":"page","link":"https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/ac-quick-integration-guide-address-predict\/","title":{"rendered":"AC &#8211; Quick Integration Guide &#8211; Address Predict"},"content":{"rendered":"\n<ul class=\"is-style-bullets-list wp-block-list\">\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-international\/#DOTSAddressGeocode-International-Introduction\"><\/a><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/ac-quick-integration-guide-address-predict\/#AC-QuickIntegrationGuide-AddressPredict-IntegrationIntroduction\">Integration Introduction<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/ac-quick-integration-guide-address-predict\/#AC-QuickIntegrationGuide-AddressPredict-Step1-IncludeFiles\">Step 1 &#8211; Include Files<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/ac-quick-integration-guide-address-predict\/#AC-QuickIntegrationGuide-AddressPredict-Step2-MapFields\">Step 2 &#8211; Map Fields<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/ac-quick-integration-guide-address-predict\/#AC-QuickIntegrationGuide-AddressPredict-Step3-SetOptions:(A)AddressSearchType\">Step 3 &#8211; Set Options: (A) Address Search Type<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/ac-quick-integration-guide-address-predict\/#AC-QuickIntegrationGuide-AddressPredict-Step3-SetOptions:(B)LocalitySearchType\">Step 3 &#8211; Set Options: (B) Locality Search Type<\/a><\/li>\n<\/ul>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"AC-QuickIntegrationGuide-AddressPredict-IntegrationIntroduction\">Integration Introduction<\/h1>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>Integrating our DOTS Global Address Complete solution can now be completed with anyone familiar with HTML and JavaScript.&nbsp; We make the integration process so easy that almost anyone will be able to get it up and running in little time.&nbsp; Our solution is designed for web based technologies that can consume our JavaScript helper file.&nbsp; We have simplified the integration process down to three easy steps: Include our JavaScript and CSS in your application, field mapping and customization by setting options.&nbsp; This integration guide will take you through a typical HTML web form integration.<\/li>\n<\/ul>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"AC-QuickIntegrationGuide-AddressPredict-Step1-IncludeFiles\">Step 1 &#8211; Include Files<\/h1>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>The first thing to be done on the page you want to integrate Global Address Complete is to make a reference to the JavaScript and CSS files.&nbsp; The JavaScript will handle all the things that should happen under the hood of the field that the Global Address Complete is connected to for the type ahead solution. And, the CSS file will help with the formatting of the field.&nbsp; The CSS file is just as critical as the JavaScript file for integrating this solution.<\/li>\n<\/ul>\n\n\n\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>Starting with the CSS file&nbsp;ACStyle.css, add it to the page using the link tag in the head section.<\/li>\n<\/ul>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>HTML &#8211; Include CSS<\/strong><\/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=\"\">&lt;head>\n    &lt;link rel=\"stylesheet\" type=\"text\/css\" href=\"https:\/\/trial.serviceobjects.com\/Resources\/AC\/CSS\/ACStyle.css\" \/>\n    .\n    .\n    .\n&lt;\/head>\n<\/pre>\n\n\n\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>For the JavaScript file&nbsp;ACSvriptV1.02.js, add it using the script tag at the top inside the body.<\/li>\n<\/ul>\n\n\n\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>HTML &#8211; Include JavaScript<\/strong><\/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=\"\">&lt;body>\n    &lt;script type=\"text\/javascript\" src=\"https:\/\/trial.serviceobjects.com\/Resources\/AC\/JS\/ACScriptV1.04.js\">&lt;\/script>\n    .\n    .\n    .\n<\/pre>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"AC-QuickIntegrationGuide-AddressPredict-Step2-MapFields\">Step 2 &#8211; Map Fields<br><\/h1>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>Step 2 involves mapping the fields on the form to the fields in the JavaScript file that we added in the previous step.&nbsp; In this example, I will be adding the mapping inside the script tag on the same HTML page that we have been working on but you are free to create a separate JavaScript file and add the mapping code there.&nbsp; If you do add it to a new JavaScript page, be sure to reference it in the HTML page the same way we did in step 1 when we referenced the&nbsp;ACScriptV1.02.js page.<\/li>\n<\/ul>\n\n\n\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>Here is an example of an HTML section with the input fields on a typical web form.&nbsp; Make note of the ID values on the input tags because those will be used in the mapping part of the script tag.<\/li>\n<\/ul>\n\n\n\n<div style=\"height:31px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>Input Fields to Map<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"false\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">&lt;div id=\"sAddress\" class=\"AddressInputBlock\">\n    &lt;div id=\"lAddress2\" class=\"AddressLabels\">Address One&lt;\/div>\n    &lt;input id=\"iAddress1\" type=\"text\" class=\"AddressInputs\" \/>\n&lt;\/div>\n&lt;div id=\"sAddress2\" class=\"AddressInputBlock\">\n    &lt;div id=\"lAddress2\" class=\"AddressLabels\">Address Two&lt;\/div>\n    &lt;input id=\"iAddress2\" type=\"text\" class=\"AddressInputs\" \/>\n&lt;\/div>\n&lt;div id=\"sAddress3\" class=\"AddressInputBlock\">\n    &lt;div id=\"lAddress3\" class=\"AddressLabels\">Address Three&lt;\/div>\n    &lt;input id=\"iAddress3\" type=\"text\" class=\"AddressInputs\" \/>\n&lt;\/div>\n&lt;div id=\"sUnits\" class=\"AddressInputBlock\">\n    &lt;div id=\"lUnits\" class=\"AddressLabels\">Unit&lt;\/div>\n    &lt;input id=\"iUnits\" type=\"text\" class=\"AddressInputs\" \/>\n&lt;\/div>\n&lt;div id=\"sLocality\" class=\"AddressInputBlock\">\n    &lt;div id=\"lLocality\" class=\"AddressLabels\">Locality&lt;\/div>\n    &lt;input id=\"iLocality\" type=\"text\" class=\"AddressInputs\" \/>\n&lt;\/div>\n&lt;div id=\"sAdminArea\" class=\"AddressInputBlock\">\n    &lt;div id=\"lAdminArea\" class=\"AddressLabels\">Administrative Area&lt;\/div>\n    &lt;input id=\"iAdminArea\" type=\"text\" class=\"AddressInputs\" \/>\n&lt;\/div>\n&lt;div id=\"sPostal\" class=\"AddressInputBlock\">\n    &lt;div id=\"lPostal\" class=\"AddressLabels\">Postal Code&lt;\/div>\n    &lt;input id=\"iPostal\" type=\"text\" class=\"AddressInputs\" \/>\n&lt;\/div>\n&lt;div id=\"sCountry\" class=\"AddressInputBlock\">\n    &lt;div id=\"lCountry\" class=\"AddressLabels\">Country&lt;\/div>\n    &lt;input id=\"iCountry\" type=\"text\" class=\"AddressInputs\" \/>\n&lt;\/div><\/pre>\n\n\n\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>Now that we have made note of the&nbsp;iAddress1, iAddress2,&nbsp;iAddress3, iUnits, iLocality, iAdminArea, iPostal, and iCountry ID&#8217;s of the inputs we are ready to map.&nbsp; In the script tag, add the following code.&nbsp; Here we are mapping the&nbsp;iAddress1 input field to the searching mechanism in the referenced JavaScript.&nbsp; This is where the address suggestions will be displayed.&nbsp; All of the other fields are set to POPULATE so upon selection of an address those fields will be filled with the result automatically.<\/li>\n<\/ul>\n\n\n\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>Field Mapping<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"false\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">&lt;script>\n     var fields = [\n                { element: \"iAddress1\", field: \"Address1\", mode: so.fieldMode.SEARCH | so.fieldMode.POPULATE },\n                { element: \"iAddress2\", field: \"Address2\", mode: so.fieldMode.POPULATE },\n                { element: \"iAddress3\", field: \"Address3\", mode: so.fieldMode.POPULATE },\n                { element: \"iUnits\", field: \"SubPremise\", mode: so.fieldMode.POPULATE },\n                { element: \"iLocality\", field: \"Locality\", mode: so.fieldMode.POPULATE },\n                { element: \"iAdminArea\", field: \"AdminArea\", mode: so.fieldMode.POPULATE },\n                { element: \"iPostal\", field: \"PostalCode\", mode: so.fieldMode.POPULATE },\n                { element: \"iCountry\", field: \"Country\", mode: so.fieldMode.POPULATE }\n             ];\n&lt;\/script><\/pre>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"AC-QuickIntegrationGuide-AddressPredict-Step3-SetOptions:(A)AddressSearchType\">Step 3 &#8211; Set Options: (A) Address Search Type<\/h1>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>In the final step is where you can customize how Global Address Complete works for your solution. Here will will continue where we left off in the last step and add the next lines of code after the ending bracket of the fields assignment but still inside the script tag. If using the Address Search Type, continue with set up (A). If using the Locality Search Type, continue with set up (B).<\/li>\n<\/ul>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>To complete the setup, you will need to have a Custom Key and you will need to know if you are using trial key or live key.&nbsp; We will pass the Custom Key to the options variable and if we are using a trial key no additional options need to be set.&nbsp; If you were setting up for a live implementation adding&nbsp;isTrial: false would be needed in the options variable so the entire version of what I have below would look like this in that situation:&nbsp;var options = { key: CustomKey, isTrial: false, setBiasToIP: true };.&nbsp; No other settings need to be made, however, in this example I added setBiasToIP and set it true.&nbsp; This just means that the service is going to be looking for addresses to suggest starting from your IP address location.<\/li>\n<\/ul>\n\n\n\n<div style=\"height:31px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>Setting Options<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"false\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">var fields = [\n                { element: \"iAddress1\", field: \"Address1\", mode: so.fieldMode.SEARCH | so.fieldMode.POPULATE },\n                .\n                .\n                .\n                { element: \"iCountry\", field: \"Country\", mode: so.fieldMode.POPULATE }\n             ];\n \n \nvar CustomKey = \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\";\nvar options = { key: CustomKey, setBiasToIP: true };\nvar DOTSGlobalAddressComplete = new so.Address(fields, options);<\/pre>\n\n\n\n<p>*Note, the true\/false values are boolean values and not strings.<\/p>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li><\/li>\n<\/ul>\n\n\n\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"AC-QuickIntegrationGuide-AddressPredict-Step3-SetOptions:(B)LocalitySearchType\">Step 3 &#8211; Set Options: (B) Locality Search Type<\/h1>\n\n\n\n<p>Set Options: (B) is just a bit of a helper so you can see the difference side by side between the address prediction and place prediction.&nbsp; The guide&nbsp;<a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/ac-quick-integration-guide-place-predict\/\">Quick Integration Guide &#8211; Place Predict<\/a>&nbsp;will be exclusively about this functionality.<\/p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>Setting Options<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"false\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">var fields = [\n                { element: \"iAddress1\", field: \"Address1\", mode: so.fieldMode.SEARCH | so.fieldMode.POPULATE },\n                .\n                .\n                .\n                { element: \"iCountry\", field: \"Country\", mode: so.fieldMode.POPULATE }\n             ];\n \n \nvar CustomKey = \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\";\nvar options = { key: CustomKey, setBiasToIP: true, DoPlace: true, SearchType: \"Locality\" };\nvar DOTSGlobalAddressComplete = new so.Address(fields, options);<\/pre>\n\n\n\n<p>*Note, the true\/false values are boolean values and not strings.<\/p>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li><\/li>\n<\/ul>\n\n\n\n<div style=\"height:17px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>\n<ul class=\"wp-block-list\">\n<li>Once you have the options set your form will now be activated to suggest addresses (or localities) as you type.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Integration Introduction Step 1 &#8211; Include Files HTML &#8211; Include CSS HTML &#8211; Include JavaScript Step 2 &#8211; Map Fields Input Fields to Map Field Mapping Step 3 &#8211; Set Options: (A) Address Search Type Setting Options *Note, the true\/false values are boolean values and not strings. Step 3 &#8211; Set Options: (B) Locality Search [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":2321,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2399","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>AC - Quick Integration Guide - Address Predict<\/title>\n<meta name=\"description\" content=\"Integration Introduction Step 1 - Include Files Step 2 - Map Fields Step 3 - Set Options: (A) Address Search Type Step 3 - Set Options: (B) Locality\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AC - Quick Integration Guide - Address Predict\" \/>\n<meta property=\"og:description\" content=\"Integration Introduction Step 1 - Include Files Step 2 - Map Fields Step 3 - Set Options: (A) Address Search Type Step 3 - Set Options: (B) Locality\" \/>\n<meta property=\"og:url\" content=\"https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/ac-quick-integration-guide-address-predict\/\" \/>\n<meta property=\"og:site_name\" content=\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-06T17:04:19+00:00\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/ac-quick-integration-guide-address-predict\/\",\"url\":\"https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/ac-quick-integration-guide-address-predict\/\",\"name\":\"AC - Quick Integration Guide - Address Predict\",\"isPartOf\":{\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#website\"},\"datePublished\":\"2022-11-09T21:01:48+00:00\",\"dateModified\":\"2023-12-06T17:04:19+00:00\",\"description\":\"Integration Introduction Step 1 - Include Files Step 2 - Map Fields Step 3 - Set Options: (A) Address Search Type Step 3 - Set Options: (B) Locality\",\"breadcrumb\":{\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/ac-quick-integration-guide-address-predict\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/ac-quick-integration-guide-address-predict\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/ac-quick-integration-guide-address-predict\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/test.serviceobjects.com\/docs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DOTS Global Address Complete\",\"item\":\"https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"AC &#8211; Quick Integration Guide &#8211; Address Predict\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#website\",\"url\":\"https:\/\/test.serviceobjects.com\/docs\/\",\"name\":\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/test.serviceobjects.com\/docs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#organization\",\"name\":\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\",\"url\":\"https:\/\/test.serviceobjects.com\/docs\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/08\/SO-logo-2560px-transparent.png\",\"contentUrl\":\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/08\/SO-logo-2560px-transparent.png\",\"width\":2560,\"height\":1440,\"caption\":\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\"},\"image\":{\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AC - Quick Integration Guide - Address Predict","description":"Integration Introduction Step 1 - Include Files Step 2 - Map Fields Step 3 - Set Options: (A) Address Search Type Step 3 - Set Options: (B) Locality","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"AC - Quick Integration Guide - Address Predict","og_description":"Integration Introduction Step 1 - Include Files Step 2 - Map Fields Step 3 - Set Options: (A) Address Search Type Step 3 - Set Options: (B) Locality","og_url":"https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/ac-quick-integration-guide-address-predict\/","og_site_name":"Service Objects | Contact, Phone, Email Verification | Data Quality Services","article_modified_time":"2023-12-06T17:04:19+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/ac-quick-integration-guide-address-predict\/","url":"https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/ac-quick-integration-guide-address-predict\/","name":"AC - Quick Integration Guide - Address Predict","isPartOf":{"@id":"https:\/\/test.serviceobjects.com\/docs\/#website"},"datePublished":"2022-11-09T21:01:48+00:00","dateModified":"2023-12-06T17:04:19+00:00","description":"Integration Introduction Step 1 - Include Files Step 2 - Map Fields Step 3 - Set Options: (A) Address Search Type Step 3 - Set Options: (B) Locality","breadcrumb":{"@id":"https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/ac-quick-integration-guide-address-predict\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/ac-quick-integration-guide-address-predict\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/ac-quick-integration-guide-address-predict\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/test.serviceobjects.com\/docs\/"},{"@type":"ListItem","position":2,"name":"DOTS Global Address Complete","item":"https:\/\/test.serviceobjects.com\/docs\/dots-global-address-complete\/"},{"@type":"ListItem","position":3,"name":"AC &#8211; Quick Integration Guide &#8211; Address Predict"}]},{"@type":"WebSite","@id":"https:\/\/test.serviceobjects.com\/docs\/#website","url":"https:\/\/test.serviceobjects.com\/docs\/","name":"Service Objects | Contact, Phone, Email Verification | Data Quality Services","description":"","publisher":{"@id":"https:\/\/test.serviceobjects.com\/docs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/test.serviceobjects.com\/docs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/test.serviceobjects.com\/docs\/#organization","name":"Service Objects | Contact, Phone, Email Verification | Data Quality Services","url":"https:\/\/test.serviceobjects.com\/docs\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/test.serviceobjects.com\/docs\/#\/schema\/logo\/image\/","url":"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/08\/SO-logo-2560px-transparent.png","contentUrl":"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/08\/SO-logo-2560px-transparent.png","width":2560,"height":1440,"caption":"Service Objects | Contact, Phone, Email Verification | Data Quality Services"},"image":{"@id":"https:\/\/test.serviceobjects.com\/docs\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/2399","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/comments?post=2399"}],"version-history":[{"count":45,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/2399\/revisions"}],"predecessor-version":[{"id":9929,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/2399\/revisions\/9929"}],"up":[{"embeddable":true,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/2321"}],"wp:attachment":[{"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/media?parent=2399"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}