{"id":81800,"date":"2023-05-08T09:25:09","date_gmt":"2023-05-08T07:25:09","guid":{"rendered":"https:\/\/www.easypromosapp.com\/blog\/possible-scenarios-for-promotions-with-purchase-receipt-validation\/"},"modified":"2024-07-15T12:22:43","modified_gmt":"2024-07-15T10:22:43","slug":"possible-scenarios-for-promotions-with-purchase-receipt-validation","status":"publish","type":"post","link":"https:\/\/www.easypromosapp.com\/blog\/en\/possible-scenarios-for-promotions-with-purchase-receipt-validation\/","title":{"rendered":"Possible scenarios for promotions with purchase receipt validation"},"content":{"rendered":"\n<p><span style=\"font-weight: 400;\">In this article, we will explore the most common scenarios when planning a promotion that requires purchase <a href=\"https:\/\/www.easypromosapp.com\/validate-receipts\/\">receipt validation<\/a>. Additionally, we will present the functional and technical solutions that can be implemented using Easypromos\u2019 tools.<\/span><\/p>\n\n\n\n<p>&nbsp;\n\n&nbsp;<\/p>\n\n\n\n<h2 id=\"scenario-1-the-campaign-involves-many-stores-with-different-receipt-formats\" class=\"wp-block-heading\">Scenario 1: The campaign involves many stores with different receipt formats<\/h2>\n\n\n\n<p><b>Problem<\/b><span style=\"font-weight: 400;\">: It&#8217;s not possible to create a common set of validation rules for all stores. Either because there are many stores involved or because some stores have limited digital capabilities. This is a typical case for merchant associations where, for example, the candy store issues manual receipts.<\/span><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/sorteo-validacion-tickets-compra.webp\" alt=\"promotion with purchase receipt validation\" class=\"wp-image-81408\" srcset=\"https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/sorteo-validacion-tickets-compra.webp 800w, https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/sorteo-validacion-tickets-compra-300x169.webp 300w, https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/sorteo-validacion-tickets-compra-768x432.webp 768w, https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/sorteo-validacion-tickets-compra-390x219.webp 390w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p><b>Solution: <\/b><span style=\"font-weight: 400;\">We propose an action where direct prizes are not given. Rather, valid receipts enter a final draw. After selecting the winners, the winning receipt is manually checked for validity; if not valid, the prize moves on to the first alternate, and so on.<\/span><\/p>\n\n\n\n<p><b>Implementation:<\/b><span style=\"font-weight: 400;\"> Although it may not be possible to create an automatic validation process, we do recommend implementing certain rules to prevent the uploading of duplicate or blatantly invalid receipts.<\/span><\/p>\n\n\n\n<ol>\n<li>The system validates generic receipt information, such as a minimum number of characters or the location if the action is geographically localized.<\/li>\n\n\n\n<li>The system automatically applies the two standard non-duplicate receipt conditions, meaning that the same file cannot be uploaded twice, and a different photo of the same receipt cannot be uploaded.<\/li>\n\n\n\n<li>Optionally, we can include validation of the total amount in the receipt. For example, to limit participation to receipts above a predefined amount.<\/li>\n<\/ol>\n\n\n\n<p><b>Note: <\/b><span style=\"font-weight: 400;\">This also applies to cases where a brand wants to reward the purchase of one of their products, but these are sold in many different stores. In this case, we would include a validation rule to check if the product description in question appears on the receipt.<\/span><\/p>\n\n\n\n<p>&nbsp;\n\n&nbsp;<\/p>\n\n\n\n<h2 id=\"scenario-2-the-campaign-involves-a-few-stores-with-different-receipt-formats\" class=\"wp-block-heading\">Scenario 2: The campaign involves a few stores with different receipt formats<\/h2>\n\n\n\n<p><b>Problem:<\/b><span style=\"font-weight: 400;\"> In this case, there are different types of receipts, but since the number of stores is limited, it&#8217;s feasible to apply a common set of validation rules. The paradigmatic example is a promotion in a shopping mall.<\/span><\/p>\n\n\n\n<p><strong><span data-preserver-spaces=\"true\">Solution:<\/span><\/strong><span data-preserver-spaces=\"true\">&nbsp;In this scenario, we have two possible solutions:<\/span><\/p>\n\n\n\n<ol>\n<li>A final draw among all participants who have uploaded a valid receipt, with manual validation afterward.<\/li>\n\n\n\n<li>Direct prizes are awarded immediately after automatically validating the receipt.<\/li>\n<\/ol>\n\n\n\n<p><strong><span data-preserver-spaces=\"true\">Implementation:&nbsp;<\/span><\/strong><span data-preserver-spaces=\"true\">The key is to establish rules to verify that the receipt belongs to one of the establishments participating in the action. Therefore, the validation rules should include the names of all establishments and, if possible, all their tax identifiers. This system works if we manage a relatively small list of stores (up to 50), otherwise, the parameterization may be too complex.<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">1. Create a rule that checks that the receipts contain the name of any of the establishments that are part of the action. If, for example, there are 34 stores, we should write the name of the 34 stores as they appear on the receipts. The receipt text validation will be performed with the following regular expression: ^(Store 1|Store 2|Store 3)$<\/span><\/p>\n\n\n\n<p>This regular expression uses the ^ symbol to indicate the beginning of the string and the $ symbol to indicate the end of the string. Between these two symbols, there is a group of options separated by the | operator, which acts as a logical &#8220;OR.&#8221; In this case, the options are &#8220;Store 1,&#8221; &#8220;Store 2,&#8221; and &#8220;Store 3.&#8221;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"648\" height=\"491\" src=\"https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/ticket-requirements.webp\" alt=\"promotion with purchase receipt validation\" class=\"wp-image-81808\" srcset=\"https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/ticket-requirements.webp 648w, https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/ticket-requirements-300x227.webp 300w, https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/ticket-requirements-390x296.webp 390w\" sizes=\"(max-width: 648px) 100vw, 648px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">2. We recommend also adding a condition to check if the establishment&#8217;s tax identifier (e.g., VAT number) appears on the receipt because it makes the validation more stringent.<\/span><\/p>\n\n\n\n<p>3. <span data-preserver-spaces=\"true\">We do not recommend adding a unique receipt number condition because, as each store uses independent numbering, it could be that a receipt from store 1 has the same number as a receipt from store 2.<\/span><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 id=\"scenario-3-all-receipts-have-the-same-format\" class=\"wp-block-heading\">Scenario 3: All receipts have the same format<\/h2>\n\n\n\n<p><strong><span data-preserver-spaces=\"true\">Description:&nbsp;<\/span><\/strong><span data-preserver-spaces=\"true\">If all receipts have the same format, we can apply a very restrictive set of validation rules. In this scenario, the promotion can run on &#8216;autopilot&#8217; as the user can complete the entire participation process without external intervention.<\/span><\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/validacion-tickets-tezenis.webp\" alt=\"promotion with purchase receipt validation\" class=\"wp-image-81412\" style=\"width:670px;height:376px\" srcset=\"https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/validacion-tickets-tezenis.webp 800w, https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/validacion-tickets-tezenis-300x169.webp 300w, https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/validacion-tickets-tezenis-768x432.webp 768w, https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/validacion-tickets-tezenis-390x219.webp 390w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong><span data-preserver-spaces=\"true\">Problem:<\/span><\/strong><span data-preserver-spaces=\"true\">&nbsp;Since there will be many similar receipts if we activate the fraud control system by receipt similarity, we should lower the system sensitivity to the minimum. Otherwise, the system might consider different receipts as duplicates.<\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"383\" height=\"149\" src=\"https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/fraud-options-in-ticket-validation.webp\" alt=\"\" class=\"wp-image-81810\" srcset=\"https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/fraud-options-in-ticket-validation.webp 383w, https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/fraud-options-in-ticket-validation-300x117.webp 300w\" sizes=\"(max-width: 383px) 100vw, 383px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n\n<p><strong><span data-preserver-spaces=\"true\">Implementation:&nbsp;<\/span><\/strong><span data-preserver-spaces=\"true\">Since we know for sure the format of all the receipts uploaded to the system, we can be very restrictive. Our recommendation is to implement conditions for the existence of character strings like the establishment name, tax identifier, postal code, and most of the data appearing in the header or footer of the receipt.<\/span><\/p>\n\n\n\n<p>If possible, we also recommend adding a custom header or footer to the receipt, including a hashtag or keyword that explicitly identifies the promotion&#8217;s receipts, for example, #ValentinesPromotion.<\/p>\n\n\n\n<p>If the intention is to automate the user flow as much as possible, we suggest the following rules:\n<\/p>\n\n\n\n<ol>\n<li>Contains &#8220;establishment name&#8221;<\/li>\n\n\n\n<li>Contains &#8220;tax identifier&#8221;<\/li>\n\n\n\n<li>Contains &#8220;establishment postal code&#8221;<\/li>\n\n\n\n<li>Contains &#8220;keyword defined for the campaign&#8221;<\/li>\n\n\n\n<li>Date validation. Only accepts receipts from date X onwards<\/li>\n\n\n\n<li>Amount validation. Only accepts receipts greater than a predefined amount Y<\/li>\n\n\n\n<li>Receipt number validation to reinforce duplicate control and prevent uploading two receipts with the same number<\/li>\n<\/ol>\n\n\n\n<p>By establishing this restrictive set of rules, we can ensure that the receipts that pass validation are correct and belong to the campaign. From there, we can offer direct prizes to the user or involve them in actions that generate more interaction, such as scratch-and-win or a prize wheel.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 id=\"scenario-4-the-client-wants-to-validate-the-receipt-based-on-the-number-of-specific-products-purchased\" class=\"wp-block-heading\">Scenario 4: The client wants to validate the receipt based on the number of specific products purchased<\/h2>\n\n\n\n<p><strong><span data-preserver-spaces=\"true\">Description:<\/span><\/strong><span data-preserver-spaces=\"true\">&nbsp;Some brands may be interested in rewarding customers who purchase a certain quantity of one of their products.<\/span><\/p>\n\n\n\n<p><strong><span data-preserver-spaces=\"true\">Problem:<\/span><\/strong><span data-preserver-spaces=\"true\">&nbsp;Easypromos&#8217; receipt validation system cannot determine the total per product line; however, it can evaluate the presence of that product on the receipt.<\/span><\/p>\n\n\n\n<p><strong><span data-preserver-spaces=\"true\">Solution:<\/span><\/strong><span data-preserver-spaces=\"true\">&nbsp;Actions can be created in a way that all receipts containing at least one unit of product X enter a draw. Or simply detecting the presence of product X on the receipt is enough to participate in a scratch-and-win.<\/span><\/p>\n\n\n\n<p>&nbsp;\n\n&nbsp;<\/p>\n\n\n\n<h2 id=\"scenario-5-other-cases\" class=\"wp-block-heading\">Scenario 5: Other cases<\/h2>\n\n\n\n<p><span style=\"font-weight: 400;\">Sometimes, the receipt validation system can be extended to cover situations where we do not manage receipts. For example, imagine a contest where participants are those who have consumed a tapa at a local bar. The way to prove participation is by taking a selfie while eating a tapa; participants can enter as many times as they have consumed tapas. In this case, the system would validate that there are no duplicates, and from there, a manual validation draw for the winner can be done.<\/span><\/p>\n\n\n\n<h2 id=\"conclusion\" class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Receipt validation is a crucial aspect of many promotions and marketing campaigns. Through various scenarios and solutions, it&#8217;s possible to address the challenges presented by the diversity of receipt formats and the stores involved. By using the right strategies and tools, validation processes can be optimized, ensuring a satisfactory experience for both organizers and promotion participants.<\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">If you&#8217;d like to delve deeper into this topic and explore how Easypromos solutions can be tailored to your specific needs, we invite you to request a personalized demo. Don&#8217;t hesitate to get in touch with us and discover how the Easypromos technology can make a difference in your promotions and marketing campaigns.<\/span><\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/try.easypromosapp.com\/request-a-demo\/\" rel=\"request a demo\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/request-a-demo.webp\" alt=\"request a DEMO\" class=\"wp-image-84177\" srcset=\"https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/request-a-demo.webp 800w, https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/request-a-demo-300x169.webp 300w, https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/request-a-demo-768x432.webp 768w, https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/request-a-demo-390x219.webp 390w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/a><\/figure>\n\n\n\n<p>&nbsp;\n\n&nbsp;<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"In the world of marketing and promotions, it&#8217;s common to find campaigns that require validating purchase receipts to participate. Easypromos offers an innovative ticket validation service, utilizing OCR technology, ensuring that your tickets are automatically validated in real-time, strictly following the predefined rules you&#8217;ve established. Depending on whether the receipts have the same or different formats, challenges arise when it comes to effectively and automatically validating them. Discover how to solve them.\n","protected":false},"author":2,"featured_media":81774,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"content-type":"","footnotes":"","_links_to":"","_links_to_target":""},"categories":[7070],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Scenarios for promotions with purchase validation<\/title>\n<meta name=\"description\" content=\"We offers an innovative purchase validation service, utilizing OCR technology, ensuring that your tickets are automatically validated in real-time.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.easypromosapp.com\/blog\/en\/possible-scenarios-for-promotions-with-purchase-receipt-validation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Scenarios for promotions with purchase validation\" \/>\n<meta property=\"og:description\" content=\"We offers an innovative purchase validation service, utilizing OCR technology, ensuring that your tickets are automatically validated in real-time.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.easypromosapp.com\/blog\/en\/possible-scenarios-for-promotions-with-purchase-receipt-validation\/\" \/>\n<meta property=\"og:site_name\" content=\"Informaci\u00f3n sobre marketing digital - promociones, concursos, sorteos y juegos\" \/>\n<meta property=\"article:published_time\" content=\"2023-05-08T07:25:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-15T10:22:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/xxss-scenarios-for-receipt-validation-promotions.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Miquel Bonfill\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Miquel Bonfill\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.easypromosapp.com\/blog\/en\/possible-scenarios-for-promotions-with-purchase-receipt-validation\/\",\"url\":\"https:\/\/www.easypromosapp.com\/blog\/en\/possible-scenarios-for-promotions-with-purchase-receipt-validation\/\",\"name\":\"Scenarios for promotions with purchase validation\",\"isPartOf\":{\"@id\":\"https:\/\/www.easypromosapp.com\/blog\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.easypromosapp.com\/blog\/en\/possible-scenarios-for-promotions-with-purchase-receipt-validation\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.easypromosapp.com\/blog\/en\/possible-scenarios-for-promotions-with-purchase-receipt-validation\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/header-escenarios-para-validar-tiquets-de-compra.webp\",\"datePublished\":\"2023-05-08T07:25:09+00:00\",\"dateModified\":\"2024-07-15T10:22:43+00:00\",\"author\":{\"@id\":\"https:\/\/www.easypromosapp.com\/blog\/en\/#\/schema\/person\/6062c4c2207fea049e6b9e2faffb7cb1\"},\"description\":\"We offers an innovative purchase validation service, utilizing OCR technology, ensuring that your tickets are automatically validated in real-time.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.easypromosapp.com\/blog\/en\/possible-scenarios-for-promotions-with-purchase-receipt-validation\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.easypromosapp.com\/blog\/en\/possible-scenarios-for-promotions-with-purchase-receipt-validation\/#primaryimage\",\"url\":\"https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/header-escenarios-para-validar-tiquets-de-compra.webp\",\"contentUrl\":\"https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/header-escenarios-para-validar-tiquets-de-compra.webp\",\"width\":600,\"height\":400,\"caption\":\"escenarios promociones validar tickets compra\"},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.easypromosapp.com\/blog\/en\/#website\",\"url\":\"https:\/\/www.easypromosapp.com\/blog\/en\/\",\"name\":\"Informaci\u00f3n sobre marketing digital - promociones, concursos, sorteos y juegos\",\"description\":\"Blog de Easypromos, toda la informaci\u00f3n sobre herramientas de marketing digital\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.easypromosapp.com\/blog\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.easypromosapp.com\/blog\/en\/#\/schema\/person\/6062c4c2207fea049e6b9e2faffb7cb1\",\"name\":\"Miquel Bonfill\",\"description\":\"Co-fundador y director comercial en Easypromos. Economista de formaci\u00f3n, ha estado involucrado en proyectos digitales por m\u00e1s de 20 a\u00f1os. Cuando no est\u00e1 consultando el CRM de Easypromos lo podr\u00e1s encontrar haciendo senderismo con su familia o jugando a p\u00e1del con los amigos.\",\"sameAs\":[\"https:\/\/www.easypromosapp.com\/\",\"https:\/\/www.linkedin.com\/in\/mbonfill\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Scenarios for promotions with purchase validation","description":"We offers an innovative purchase validation service, utilizing OCR technology, ensuring that your tickets are automatically validated in real-time.","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:\/\/www.easypromosapp.com\/blog\/en\/possible-scenarios-for-promotions-with-purchase-receipt-validation\/","og_locale":"en_US","og_type":"article","og_title":"Scenarios for promotions with purchase validation","og_description":"We offers an innovative purchase validation service, utilizing OCR technology, ensuring that your tickets are automatically validated in real-time.","og_url":"https:\/\/www.easypromosapp.com\/blog\/en\/possible-scenarios-for-promotions-with-purchase-receipt-validation\/","og_site_name":"Informaci\u00f3n sobre marketing digital - promociones, concursos, sorteos y juegos","article_published_time":"2023-05-08T07:25:09+00:00","article_modified_time":"2024-07-15T10:22:43+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/xxss-scenarios-for-receipt-validation-promotions.jpg","type":"image\/jpeg"}],"author":"Miquel Bonfill","twitter_misc":{"Written by":"Miquel Bonfill","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.easypromosapp.com\/blog\/en\/possible-scenarios-for-promotions-with-purchase-receipt-validation\/","url":"https:\/\/www.easypromosapp.com\/blog\/en\/possible-scenarios-for-promotions-with-purchase-receipt-validation\/","name":"Scenarios for promotions with purchase validation","isPartOf":{"@id":"https:\/\/www.easypromosapp.com\/blog\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.easypromosapp.com\/blog\/en\/possible-scenarios-for-promotions-with-purchase-receipt-validation\/#primaryimage"},"image":{"@id":"https:\/\/www.easypromosapp.com\/blog\/en\/possible-scenarios-for-promotions-with-purchase-receipt-validation\/#primaryimage"},"thumbnailUrl":"https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/header-escenarios-para-validar-tiquets-de-compra.webp","datePublished":"2023-05-08T07:25:09+00:00","dateModified":"2024-07-15T10:22:43+00:00","author":{"@id":"https:\/\/www.easypromosapp.com\/blog\/en\/#\/schema\/person\/6062c4c2207fea049e6b9e2faffb7cb1"},"description":"We offers an innovative purchase validation service, utilizing OCR technology, ensuring that your tickets are automatically validated in real-time.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.easypromosapp.com\/blog\/en\/possible-scenarios-for-promotions-with-purchase-receipt-validation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.easypromosapp.com\/blog\/en\/possible-scenarios-for-promotions-with-purchase-receipt-validation\/#primaryimage","url":"https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/header-escenarios-para-validar-tiquets-de-compra.webp","contentUrl":"https:\/\/wwwcdn.cstmapp.com\/blog\/wp-content\/uploads\/header-escenarios-para-validar-tiquets-de-compra.webp","width":600,"height":400,"caption":"escenarios promociones validar tickets compra"},{"@type":"WebSite","@id":"https:\/\/www.easypromosapp.com\/blog\/en\/#website","url":"https:\/\/www.easypromosapp.com\/blog\/en\/","name":"Informaci\u00f3n sobre marketing digital - promociones, concursos, sorteos y juegos","description":"Blog de Easypromos, toda la informaci\u00f3n sobre herramientas de marketing digital","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.easypromosapp.com\/blog\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.easypromosapp.com\/blog\/en\/#\/schema\/person\/6062c4c2207fea049e6b9e2faffb7cb1","name":"Miquel Bonfill","description":"Co-fundador y director comercial en Easypromos. Economista de formaci\u00f3n, ha estado involucrado en proyectos digitales por m\u00e1s de 20 a\u00f1os. Cuando no est\u00e1 consultando el CRM de Easypromos lo podr\u00e1s encontrar haciendo senderismo con su familia o jugando a p\u00e1del con los amigos.","sameAs":["https:\/\/www.easypromosapp.com\/","https:\/\/www.linkedin.com\/in\/mbonfill\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.easypromosapp.com\/blog\/en\/wp-json\/wp\/v2\/posts\/81800"}],"collection":[{"href":"https:\/\/www.easypromosapp.com\/blog\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.easypromosapp.com\/blog\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.easypromosapp.com\/blog\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.easypromosapp.com\/blog\/en\/wp-json\/wp\/v2\/comments?post=81800"}],"version-history":[{"count":14,"href":"https:\/\/www.easypromosapp.com\/blog\/en\/wp-json\/wp\/v2\/posts\/81800\/revisions"}],"predecessor-version":[{"id":94355,"href":"https:\/\/www.easypromosapp.com\/blog\/en\/wp-json\/wp\/v2\/posts\/81800\/revisions\/94355"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.easypromosapp.com\/blog\/en\/wp-json\/wp\/v2\/media\/81774"}],"wp:attachment":[{"href":"https:\/\/www.easypromosapp.com\/blog\/en\/wp-json\/wp\/v2\/media?parent=81800"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.easypromosapp.com\/blog\/en\/wp-json\/wp\/v2\/categories?post=81800"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.easypromosapp.com\/blog\/en\/wp-json\/wp\/v2\/tags?post=81800"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}