{"id":580,"date":"2022-10-08T18:29:29","date_gmt":"2022-10-08T18:29:29","guid":{"rendered":"https:\/\/serviceobjects.wpaladdin.com\/?post_type=serviceobjects&#038;p=580"},"modified":"2022-12-16T15:18:23","modified_gmt":"2022-12-16T23:18:23","slug":"av3-frequently-asked-questions","status":"publish","type":"page","link":"https:\/\/test.serviceobjects.com\/docs\/dots-address-validation-us-3\/av3-frequently-asked-questions\/","title":{"rendered":"AV3 &#8211; Frequently Asked Questions"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\"><strong>Which Operation Should I Use?<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-style-accordion-section is-layout-flow wp-block-group-is-layout-flow\">\n<p>Picking which operation you want to use should be decided carefully\u2026<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p>Depending on your environment and needs, you will need to use different operations for their corresponding strengths. As of this writing, we recommend GetBestMatches as it will yield the highest level of accuracy while making any necessary corrections to your input values without changing the original intent of the address.<\/p>\n\n\n\n<p>GetBestMatches also includes extra information such as DPV codes, residential delivery indicator (RDI), and the possibility of appending suite information.<\/p>\n<\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>I Have Address2 elements.&nbsp; What should I do?&nbsp; How do I give you Address2 if I&#8217;m using an operation that doesn&#8217;t have an Address2 input?<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-style-accordion-section is-layout-flow wp-block-group-is-layout-flow\">\n<p>You can either switch operations, or you can concatenate your Address2 data onto your Address1 line, separated by a comma\u2026<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p>The operation will interpret everything after the comma as secondary address information. If you need fragment elements, it is highly recommended that you use ValidateAddressWithDPV or ValidateAddressWithFragments. If not, use ValidateAddressWithExtras to save you from having to concatenate the Address2 to the Address1 field. For example, if your address is: 123 Main Street Building C Anytown, CA 99999 You could pass it in as: 123 Main Street, Building C Anytown CA 99999<\/p>\n<\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>I have an Address1 and an Address2, but the service returns both values in Address1. I need Address2 to be returned in Address2 and not in Address1.<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-style-accordion-section is-layout-flow wp-block-group-is-layout-flow\">\n<p>Moving secondary address data, such as &#8220;Apt 4&#8221; and &#8220;Unit B&#8221;, to Address1 is required by USPS\u2026<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p>Address2 should be reserved for extraneous information such as &#8220;C\/O John Smith&#8221; or &#8220;Leave package around back&#8221;. The standardized format returned by service is what you should use to help ensure that the mail is correctly delivered. However, if you wish to store the primary and secondary address data separately for your own records, then the service does return this information as properly parsed address fragments. For example, to <a rel=\"noreferrer noopener\" href=\"https:\/\/www.serviceobjects.com\/blog\/character-limitations-shipping-address-fields-solution\/\" target=\"_blank\">recreate Address1<\/a> without the secondary address data, append the following output fields together, separated by spaces: FragmentHouse + FragmentPreDir + FragmentStreet + FragmentSuffix + FragmentPostDir To get the secondary address data by itself: FragmentUnit + Fragment + FragmentPMBPrefix + FragmentPMBNumber<\/p>\n<\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>I have an Address3.&nbsp; What should I do with it?<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-style-accordion-section is-layout-flow wp-block-group-is-layout-flow\">\n<p>We currently don&#8217;t support any handling of the Address3 field\u2026<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p>Passing it in as part of either the Address1 or Address2 fields is not recommended, as it may inhibit validation. If this information must be included, then your best option is to append all your address lines together separated by spaces, and sent through our ValidateAddressSingleLine operation along with city, state, and zip code appended.<\/p>\n<\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>The Sample Code is Giving Strange Errors or is Crashing!<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-style-accordion-section is-layout-flow wp-block-group-is-layout-flow\">\n<p>Most likely, the sample code cannot connect to Service Objects\u2026<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p>Many environments will not allow you to connect out on port 80, or will clip out XML data from these requests\/responses. The easiest way to check for this is to open a browser on the machine running the sample code. In your browser, navigate to:<\/p>\n\n\n\n<p><a href=\"https:\/\/trial.serviceobjects.com\/av3\">https:\/\/trial.serviceobjects.com\/av3<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-address-validation-us-3\/av3-service-reference\/\" target=\"_blank\" rel=\"noreferrer noopener\">AV3 &#8211; Service Reference<\/a><\/p>\n\n\n\n<p>Then try to run one of the operations with your trial key. If you get a browser error, or get no data back, then the sample code isn&#8217;t able to connect either. Contact your systems administrator to resolve why you are not able to connect to Service Objects.<\/p>\n<\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Address Validation says it can&#8217;t find my street!<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-style-accordion-section is-layout-flow wp-block-group-is-layout-flow\">\n<p>DOTS Address Validation doesn&#8217;t know about every address, especially empty lots or new streets\u2026<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p>Often, it won&#8217;t be able to validate these locations. In general, we are as good as the USPS at identifying addresses. If they have an address we don&#8217;t, we will have it within 30 days after our monthly update is run.<\/p>\n<\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>For GetBestMaches, what are the minimum required fields?<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-style-accordion-section is-layout-flow wp-block-group-is-layout-flow\">\n<p>Besides the license key the best results will occur when you supply at minimum either (address, city and state) or (address and zip)..<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Does Address Validation do delivery point validation?&nbsp; I need to know if the USPS can deliver to this address.<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-style-accordion-section is-layout-flow wp-block-group-is-layout-flow\">\n<p>Yes, we do\u2026<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p>We recommend using our &#8220;GetBestMatches&#8221; operation, but our &#8220;ValidateAddressWithSuiteLink&#8221;, &#8220;ValidateAddressWithDPV&#8221; and &#8220;ValidateAddressWithRDI&#8221; operations also include <a rel=\"noreferrer noopener\" href=\"https:\/\/www.serviceobjects.com\/blog\/dots-address-validation-us-3-delivery-point-validation-explained\/\" target=\"_blank\">DPV information.<\/a><\/p>\n<\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>What does the IsResidential flag help with?<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-style-accordion-section is-layout-flow wp-block-group-is-layout-flow\">\n<p>In some situations residential deliveries can cost more so this flag helps with shipping strategies and costs.<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p><\/p>\n<\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>What is CASS?<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p>The Coding Accuracy Support System (https:\/\/www.serviceobjects.com\/blog\/cass-dpv-higher-standard-address-accuracy\/) enables the United States Postal Service (USPS) to evaluate the accuracy of software that corrects and matches street addresses.<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p><\/p>\n<\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Is Address Validation CASS-certified?&nbsp; Can I use it to get postal discounts?<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-style-accordion-section is-layout-flow wp-block-group-is-layout-flow\">\n<p>Yes and No, our core address validation engine is CASS certified\u2026<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p>It meets and exceeds all requirements for address correction except bulk mail discounts. AV does not print the UPSP forms required for bulk mail discounts, because of this we are not formally CASS certified. You cannot use AV for bulk-rate postal discounts.<\/p>\n<\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>What are the possible errors that AV will return if an address is invalid?<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-style-accordion-section is-layout-flow wp-block-group-is-layout-flow\">\n<p>Please refer to\/display\/devguide\/AV3+-+Errors<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p><\/p>\n<\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>What can barcode digits help me with?<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-style-accordion-section is-layout-flow wp-block-group-is-layout-flow\">\n<p>They allow clients to verify the uniqueness of an address\u2026<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p>Each address in the US is given an unique barcode digit. By comparing these addresses in a system, <a rel=\"noreferrer noopener\" href=\"https:\/\/www.serviceobjects.com\/blog\/address-deduplication-using-usps-barcodes\/\" target=\"_blank\">duplicate address records<\/a> can be identified.<\/p>\n<\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>What does &#8220;Multiple Addresses Match&#8221; mean?&nbsp; How do I get a single result?<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-style-accordion-section is-layout-flow wp-block-group-is-layout-flow\">\n<p>&#8220;Multiple Addresses Match&#8221; means that AV found the address, but couldn&#8217;t resolve it from other addresses that were very similar, typically because of directional elements\u2026<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p>For example, if you validate &#8220;123 Main street, Anytown, CA&#8221;, but in Anytown, CA, there is only a &#8220;West Main street&#8221; and an &#8220;East Main street&#8221;, then this will result in a &#8220;Multiple Addresses Match&#8221;. You will need to specify either West Main or East Main as the street name to get a corrected, single address.<\/p>\n\n\n\n<p>There are other cases in which &#8220;multiple addresses match&#8221; will occur, but are rare and often have to do with a difference in zip+4, or suite numbers.<\/p>\n\n\n\n<p>We do not currently have the GetPossibleMatches operation from Address Validation 2, but we will in the future.<\/p>\n<\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>I need to know exactly how long each of the output fields could be.&nbsp; What is your standard field length?<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-style-accordion-section is-layout-flow wp-block-group-is-layout-flow\">\n<p>Please email us atmailto:support@serviceobjects.com, and we&#8217;ll send you the exact field length specifications\u2026<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p>As a general rule, you won&#8217;t get a field longer than 80 characters.<\/p>\n<\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Does AV validate suite or apartment numbers?<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-style-accordion-section is-layout-flow wp-block-group-is-layout-flow\">\n<p>If you use any of our DPV-enabled operations (ValidateAddressWithDPV, ValidateAddressWithRDI, ValidateAddressWithSuiteLink) then yes.<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p><\/p>\n<\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Does AV validate PO Boxes\/box numbers?<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-style-accordion-section is-layout-flow wp-block-group-is-layout-flow\">\n<p>Yes\u2026<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p><a rel=\"noreferrer noopener\" href=\"https:\/\/www.serviceobjects.com\/blog\/po-boxes-versus-private-mail-boxes-pmbs\/\" target=\"_blank\">PO boxes<\/a> are correctable and are indeed validated. Out of range PO Box numbers will yield the appropriate error.<\/p>\n<\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>I need both address correction and geocoding information. How can I get both at once?<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-style-accordion-section is-layout-flow wp-block-group-is-layout-flow\">\n<p>We offer alternative services to provide this information\u2026<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p>Please see <a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-address-insight-us\/\" target=\"_blank\" rel=\"noreferrer noopener\">DOTS Address Insight<\/a>.<\/p>\n\n\n\n<p>Additionally, if we run batches for you (see question below) we can provide both address correction and geocoding simultaneously.<\/p>\n\n\n\n<p>If you have a need for special information or format, email us at <a href=\"mailto:support@serviceobjects.com\">support@serviceobjects.com<\/a><\/p>\n<\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Where do you get your address information?<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-style-accordion-section is-layout-flow wp-block-group-is-layout-flow\">\n<p>The short answer is the US Postal Service\u2026<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p>We gather our data from many various sources.<\/p>\n<\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>How often do you update your address data?<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-style-accordion-section is-layout-flow wp-block-group-is-layout-flow\">\n<p>We&#8217;ll update our information monthly, but in some special situations, we may update it more frequently.<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p><\/p>\n<\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>I am not a programmer.&nbsp; How do I use DOTS Address Validation US?<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-style-accordion-section is-layout-flow wp-block-group-is-layout-flow\">\n<p>Service Objects runs batches for you\u2026<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p>A free batch trial is available at <a rel=\"noreferrer noopener\" href=\"https:\/\/www.serviceobjects.com\/upload-center\" target=\"_blank\">https:\/\/www.serviceobjects.com\/upload-center<\/a>.<\/p>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"AV3-FrequentlyAskedQuestions-References\">References<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.serviceobjects.com\/blog\/dots-address-validation-us-3-delivery-point-validation-explained\/\" rel=\"noreferrer noopener\" target=\"_blank\">DOTS Address Validation \u2013 US 3: Delivery Point Validation Explained<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.serviceobjects.com\/blog\/cass-dpv-higher-standard-address-accuracy\/\" rel=\"noreferrer noopener\" target=\"_blank\">CASS and DPV: A Higher Standard for Address Accuracy<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.serviceobjects.com\/blog\/address-deduplication-using-usps-barcodes\/\" rel=\"noreferrer noopener\" target=\"_blank\">Address Deduplication Using USPS Barcodes<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.serviceobjects.com\/blog\/po-boxes-versus-private-mail-boxes-pmbs\/\" rel=\"noreferrer noopener\" target=\"_blank\">PO Boxes versus Private Mail Boxes (PMBs)<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.serviceobjects.com\/blog\/unique-zip-codes-what-are-they\/\" rel=\"noreferrer noopener\" target=\"_blank\">Unique Zip Codes \u2013 What Are They?<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.serviceobjects.com\/blog\/dots-address-validation-3\/\" rel=\"noreferrer noopener\" target=\"_blank\">Anatomy of a Service: DOTS Address Validation 3<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.serviceobjects.com\/blog\/address-validations-alphabet-soup\/\" rel=\"noreferrer noopener\" target=\"_blank\">Address Validation\u2019s Alphabet Soup<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.serviceobjects.com\/blog\/character-limitations-shipping-address-fields-solution\/\" rel=\"noreferrer noopener\" target=\"_blank\">Character Limitations in Shipping Address Fields \u2013 There is a Solution<\/a><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Which Operation Should I Use? Picking which operation you want to use should be decided carefully\u2026 Depending on your environment and needs, you will need to use different operations for their corresponding strengths. As of this writing, we recommend GetBestMatches as it will yield the highest level of accuracy while making any necessary corrections to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":491,"menu_order":6,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-580","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>AV3 - Frequently Asked Questions<\/title>\n<meta name=\"description\" content=\"Which Operation Should I Use? Picking which operation you want to use should be decided carefully\u2026 Depending on your environment and needs, you will need\" \/>\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=\"AV3 - Frequently Asked Questions\" \/>\n<meta property=\"og:description\" content=\"Which Operation Should I Use? Picking which operation you want to use should be decided carefully\u2026 Depending on your environment and needs, you will need\" \/>\n<meta property=\"og:url\" content=\"https:\/\/test.serviceobjects.com\/docs\/dots-address-validation-us-3\/av3-frequently-asked-questions\/\" \/>\n<meta property=\"og:site_name\" content=\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-16T23:18:23+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=\"6 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-address-validation-us-3\/av3-frequently-asked-questions\/\",\"url\":\"https:\/\/test.serviceobjects.com\/docs\/dots-address-validation-us-3\/av3-frequently-asked-questions\/\",\"name\":\"AV3 - Frequently Asked Questions\",\"isPartOf\":{\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#website\"},\"datePublished\":\"2022-10-08T18:29:29+00:00\",\"dateModified\":\"2022-12-16T23:18:23+00:00\",\"description\":\"Which Operation Should I Use? Picking which operation you want to use should be decided carefully\u2026 Depending on your environment and needs, you will need\",\"breadcrumb\":{\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/dots-address-validation-us-3\/av3-frequently-asked-questions\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/test.serviceobjects.com\/docs\/dots-address-validation-us-3\/av3-frequently-asked-questions\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/dots-address-validation-us-3\/av3-frequently-asked-questions\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/test.serviceobjects.com\/docs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DOTS Address Validation &#8211; US 3\",\"item\":\"https:\/\/test.serviceobjects.com\/docs\/dots-address-validation-us-3\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"AV3 &#8211; Frequently Asked Questions\"}]},{\"@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":"AV3 - Frequently Asked Questions","description":"Which Operation Should I Use? Picking which operation you want to use should be decided carefully\u2026 Depending on your environment and needs, you will need","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":"AV3 - Frequently Asked Questions","og_description":"Which Operation Should I Use? Picking which operation you want to use should be decided carefully\u2026 Depending on your environment and needs, you will need","og_url":"https:\/\/test.serviceobjects.com\/docs\/dots-address-validation-us-3\/av3-frequently-asked-questions\/","og_site_name":"Service Objects | Contact, Phone, Email Verification | Data Quality Services","article_modified_time":"2022-12-16T23:18:23+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/test.serviceobjects.com\/docs\/dots-address-validation-us-3\/av3-frequently-asked-questions\/","url":"https:\/\/test.serviceobjects.com\/docs\/dots-address-validation-us-3\/av3-frequently-asked-questions\/","name":"AV3 - Frequently Asked Questions","isPartOf":{"@id":"https:\/\/test.serviceobjects.com\/docs\/#website"},"datePublished":"2022-10-08T18:29:29+00:00","dateModified":"2022-12-16T23:18:23+00:00","description":"Which Operation Should I Use? Picking which operation you want to use should be decided carefully\u2026 Depending on your environment and needs, you will need","breadcrumb":{"@id":"https:\/\/test.serviceobjects.com\/docs\/dots-address-validation-us-3\/av3-frequently-asked-questions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/test.serviceobjects.com\/docs\/dots-address-validation-us-3\/av3-frequently-asked-questions\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/test.serviceobjects.com\/docs\/dots-address-validation-us-3\/av3-frequently-asked-questions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/test.serviceobjects.com\/docs\/"},{"@type":"ListItem","position":2,"name":"DOTS Address Validation &#8211; US 3","item":"https:\/\/test.serviceobjects.com\/docs\/dots-address-validation-us-3\/"},{"@type":"ListItem","position":3,"name":"AV3 &#8211; Frequently Asked Questions"}]},{"@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\/580","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/comments?post=580"}],"version-history":[{"count":64,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/580\/revisions"}],"predecessor-version":[{"id":9246,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/580\/revisions\/9246"}],"up":[{"embeddable":true,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/491"}],"wp:attachment":[{"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/media?parent=580"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}