{"id":18673,"date":"2021-03-30T16:56:46","date_gmt":"2021-03-30T16:56:46","guid":{"rendered":"https:\/\/made4it.com.br\/blog\/partial-drop-triggers\/"},"modified":"2026-06-29T19:40:33","modified_gmt":"2026-06-29T19:40:33","slug":"partial-drop-triggers","status":"publish","type":"post","link":"https:\/\/made4it.com.br\/en\/blog\/partial-drop-triggers\/","title":{"rendered":"Partial drop triggers"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Many times when monitoring a link, we create triggers that emit alarms only when a link has a total drop or when it is at its maximum capacity. But what if it happens to present only a partial drop, or a degradation? For this purpose, it is possible to create a trigger that issues an alarm of a graph drop of more than 30% compared to the total of the last 15min. Or one that shows a drop of more than 60% comparing the last collection with the same time 7 days ago.   <\/p>\n\n<p class=\"wp-block-paragraph\"><strong>&#8211; Partial drop of 30% <\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">To create this trigger we will use the following structure for the \u201cdownload\u201d traffic: {<a href=\"http:\/\/192.168.162.80\/zabbix\/items.php?form=update&amp;itemid=33127\"><strong>host<\/strong>:net.if.in[ifHCInOctets.<strong>OctetoDoItem<\/strong>]<\/a>.last<strong>()<\/strong>}&lt;0.7*{<a href=\"http:\/\/192.168.162.80\/zabbix\/items.php?form=update&amp;itemid=33127\"><strong>host<\/strong>:net.if.in[ifHCInOctets.<strong>OctetoDoItem<\/strong>]<\/a>.avg<strong>(<\/strong>15m<strong>)<\/strong>} and {<a href=\"http:\/\/192.168.162.80\/zabbix\/items.php?form=update&amp;itemid=33127\"><strong>host<\/strong>:net.if.in[ifHCInOctets.<strong>OctetoDoItem<\/strong>]<\/a>.last<strong>()<\/strong>}&gt;=100M<\/p>\n\n<p class=\"wp-block-paragraph\">And the following structure for the \u201cupload\u201d traffic:<\/p>\n\n<p class=\"wp-block-paragraph\">{<a href=\"http:\/\/192.168.162.80\/zabbix\/items.php?form=update&amp;itemid=33127\"><strong>host<\/strong>:net.if.out[ifHCOutOctets.<strong>OctetoDoItem<\/strong>]<\/a>.last<strong>()<\/strong>}&lt;0.7*{<a href=\"http:\/\/192.168.162.80\/zabbix\/items.php?form=update&amp;itemid=33127\"><strong>host<\/strong>:net.if.out[ifHCOutOctets.<strong>OctetoDoItem<\/strong>]<\/a>.avg<strong>(<\/strong>15m<strong>)<\/strong>} and {<a href=\"http:\/\/192.168.162.80\/zabbix\/items.php?form=update&amp;itemid=33127\"><strong>host<\/strong>:net.if.out[ifHCOutOctets.<strong>OctetoDoItem<\/strong>]<\/a>.last<strong>()<\/strong>}&gt;=100M<\/p>\n\n<p class=\"wp-block-paragraph\">Where \u201c<strong>host<\/strong>\u201d is written, we must pass the name of the host that we will create the trigger and where \u201c<strong>OctetDoItem<\/strong>\u201d is written, we must pass the octet number of the item that we want to create the trigger, the octet is a unique identification of each item. The last parameter that we pass is the same parameter used to identify the total drop in a link, and we put that it needs to be greater than the parameter, so the trigger that partial drop is not active together with the total drop. <\/p>\n\n<p class=\"wp-block-paragraph\"><strong>&#8211; Partial drop of 60%<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">To create this trigger we will use the following structure for the \u201cdownload\u201d traffic: <\/p>\n\n<p class=\"wp-block-paragraph\">{<strong>host<\/strong>:net.if.in[ifHCInOctets. <strong>OctetoDoItem<\/strong>].last(#1)}\/{<strong> host<\/strong>:net.if.in[ifHCInOctets. <strong> OctetoDoItem<\/strong>].last(#5040)} &lt;=0.4 and {<strong> host<\/strong>:net.if.in[ifHCInOctets. <strong> OctetoDoItem<\/strong>].last(#2)}\/{<strong> host<\/strong>:net.if.in[ifHCInOctets. <strong> OctetoDoItem<\/strong>].last(#5041)}  &lt;=0.4 and {<strong> host<\/strong>:net.if.in[ifHCInOctets. <strong> OctetoDoItem<\/strong>].last(#3)}\/{<strong> host<\/strong>:net.if.in[ifHCInOctets. <strong> OctetoDoItem<\/strong>].last(#5042)}  &lt;=0.4 and {<strong> host<\/strong>:net.if.in[ifHCInOctets. <strong> OctetoDoItem<\/strong>].last(#4)}\/{<strong> host<\/strong>:net.if.in[ifHCInOctets. <strong> OctetoDoItem<\/strong>].last(#5043)}  &lt;=0.4 and {<strong> host<\/strong>:net.if.in[ifHCInOctets. <strong> OctetoDoItem<\/strong>].last(#5)}\/{<strong> host<\/strong>:net.if.in[ifHCInOctets. <strong> OctetoDoItem<\/strong>].last(#5044)}  &lt;=0.4 and {<strong> host<\/strong>:net.if.in[ifHCInOctets. <strong> OctetoDoItem<\/strong>].last()} &gt;50M<\/p>\n\n<p class=\"wp-block-paragraph\">To create this trigger we will use the following structure for the \u201cupload\u201d traffic: <\/p>\n\n<p class=\"wp-block-paragraph\">{<strong>host<\/strong>:net.if.out[ifHCOutOctets. <strong>OctetoDoItem<\/strong>].last(#1)}\/{<strong> host<\/strong>:net.if.out[ifHCOutOctets. <strong>OctetoDoItem<\/strong>].last(#5040)}&lt;=0.4 and {<strong> host<\/strong>:net.if.out[ifHCOutOctets. <strong>OctetoDoItem<\/strong>].last(#2)}\/{<strong> host<\/strong>:net.if.out[ifHCOutOctets. <strong>OctetoDoItem<\/strong>].last(#5041)}&lt;=0.4 and {<strong> host<\/strong>:net.if.out[ifHCOutOctets. <strong>OctetoDoItem<\/strong>].last(#3)}\/{<strong> host<\/strong>:net.if.out[ifHCOutOctets. <strong>OctetoDoItem<\/strong>].last(#5042)}&lt;=0.4 and {<strong> host<\/strong>:net.if.out[ifHCOutOctets. <strong>OctetoDoItem<\/strong>].last(#4)}\/{<strong> host<\/strong>:net.if.out[ifHCOutOctets. <strong>OctetoDoItem<\/strong>].last(#5043)}&lt;=0.4 and {<strong> host<\/strong>:net.if.out[ifHCOutOctets. <strong>OctetoDoItem<\/strong>].last(#5)}\/{ <strong>host<\/strong>:net.if.out[ifHCOutOctets. <strong>OctetoDoItem<\/strong>].last(#5044)}&lt;=0.4 and {<strong> host<\/strong>:net.if.out[ifHCOutOctets. <strong>OctetoDoItem<\/strong>].last()}&gt;50M<\/p>\n\n<p class=\"wp-block-paragraph\">Where \u201c<strong>host<\/strong>\u201d is written, we must pass the name of the host that we will create the trigger and where \u201c<strong>OctetDoItem<\/strong>\u201d is written, we must pass the octet number of the item that we want to create the trigger, the octet is a unique identification of each item. The last parameter that we pass is the same parameter used to identify the total drop in a link, and we put that it needs to be greater than the parameter, so the trigger that partial drop is not active together with the total drop. <\/p>\n\n<p class=\"wp-block-paragraph\"><strong>Operation of each trigger<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\"><strong>The 30% partial drop<\/strong> trigger works as follows: it compares the latest Zabbix data collection with the average of the data collected over the last 15 minutes. If there is a 30% drop in the latest data collection compared to the average\u2014and a total drop has not occurred\u2014an alert is sent to us.<\/p>\n\n<p class=\"wp-block-paragraph\">The <strong>60% partial drop<\/strong> trigger works by comparing the last 5 zabbix collections with the collections of 7 days ago at the same time.<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>Difference between triggers<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">The 30% partial drop trigger we use with the idea of discovering when we have a sudden drop, while the 60% trigger we use to compare the traffic with the previous week, to know when there is a drop in traffic from one week to the next. other.<\/p>\n\n<p>Did you like our tutorial today?&nbsp;<\/p>\n<p>Tell us what you think?<\/p>\n<p>Remembering that we have our monitoring 24&#215;7 and this article was written by our monitoring manager, if you don&#8217;t want to have to worry about your network we invite you to know a little more about our work with Made4Noc.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Understand how partial drop triggers can help you and how you can create 30% and 60% partial drop triggers<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[31],"tags":[],"class_list":["post-18673","post","type-post","status-publish","format-standard","hentry","category-nao-categorizado"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Understand how partial drop triggers can help you and how you can create 30% and 60% partial drop triggers\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Made4it\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/made4it.com.br\/en\/blog\/partial-drop-triggers\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Made4it -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Partial drop triggers - Made4it\" \/>\n\t\t<meta property=\"og:description\" content=\"Understand how partial drop triggers can help you and how you can create 30% and 60% partial drop triggers\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/made4it.com.br\/en\/blog\/partial-drop-triggers\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"87\" \/>\n\t\t<meta property=\"og:image:height\" content=\"27\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2021-03-30T16:56:46+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-29T19:40:33+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Partial drop triggers - Made4it\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Understand how partial drop triggers can help you and how you can create 30% and 60% partial drop triggers\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.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:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/partial-drop-triggers\\\/#blogposting\",\"name\":\"Partial drop triggers - Made4it\",\"headline\":\"Partial drop triggers\",\"author\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/logomade4it.png\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#articleImage\",\"width\":87,\"height\":27},\"datePublished\":\"2021-03-30T16:56:46+00:00\",\"dateModified\":\"2026-06-29T19:40:33+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/partial-drop-triggers\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/partial-drop-triggers\\\/#webpage\"},\"articleSection\":\"N\\u00e3o categorizado\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/partial-drop-triggers\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/nao-categorizado\\\/#listItem\",\"name\":\"N\\u00e3o categorizado\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/nao-categorizado\\\/#listItem\",\"position\":2,\"name\":\"N\\u00e3o categorizado\",\"item\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/nao-categorizado\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/partial-drop-triggers\\\/#listItem\",\"name\":\"Partial drop triggers\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/partial-drop-triggers\\\/#listItem\",\"position\":3,\"name\":\"Partial drop triggers\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/nao-categorizado\\\/#listItem\",\"name\":\"N\\u00e3o categorizado\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#organization\",\"name\":\"Made4it\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/logomade4it.png\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/partial-drop-triggers\\\/#organizationLogo\",\"width\":87,\"height\":27},\"image\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/partial-drop-triggers\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/\",\"name\":\"Made4it\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/partial-drop-triggers\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9e851ee58f38006902829c03b2dc8e42c8a735a5561b807ca366ed66bd41f2ca?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Made4it\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/partial-drop-triggers\\\/#webpage\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/partial-drop-triggers\\\/\",\"name\":\"Partial drop triggers - Made4it\",\"description\":\"Understand how partial drop triggers can help you and how you can create 30% and 60% partial drop triggers\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/partial-drop-triggers\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"datePublished\":\"2021-03-30T16:56:46+00:00\",\"dateModified\":\"2026-06-29T19:40:33+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/\",\"name\":\"Made4it\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Partial drop triggers - Made4it","description":"Understand how partial drop triggers can help you and how you can create 30% and 60% partial drop triggers","canonical_url":"https:\/\/made4it.com.br\/en\/blog\/partial-drop-triggers\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/made4it.com.br\/en\/blog\/partial-drop-triggers\/#blogposting","name":"Partial drop triggers - Made4it","headline":"Partial drop triggers","author":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"publisher":{"@id":"https:\/\/made4it.com.br\/en\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png","@id":"https:\/\/made4it.com.br\/en\/#articleImage","width":87,"height":27},"datePublished":"2021-03-30T16:56:46+00:00","dateModified":"2026-06-29T19:40:33+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/made4it.com.br\/en\/blog\/partial-drop-triggers\/#webpage"},"isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/blog\/partial-drop-triggers\/#webpage"},"articleSection":"N\u00e3o categorizado"},{"@type":"BreadcrumbList","@id":"https:\/\/made4it.com.br\/en\/blog\/partial-drop-triggers\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/#listItem","position":1,"name":"Home","item":"https:\/\/made4it.com.br\/en\/","nextItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/#listItem","name":"N\u00e3o categorizado"}},{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/#listItem","position":2,"name":"N\u00e3o categorizado","item":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/","nextItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/partial-drop-triggers\/#listItem","name":"Partial drop triggers"},"previousItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/partial-drop-triggers\/#listItem","position":3,"name":"Partial drop triggers","previousItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/#listItem","name":"N\u00e3o categorizado"}}]},{"@type":"Organization","@id":"https:\/\/made4it.com.br\/en\/#organization","name":"Made4it","url":"https:\/\/made4it.com.br\/en\/","logo":{"@type":"ImageObject","url":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png","@id":"https:\/\/made4it.com.br\/en\/blog\/partial-drop-triggers\/#organizationLogo","width":87,"height":27},"image":{"@id":"https:\/\/made4it.com.br\/en\/blog\/partial-drop-triggers\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author","url":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/","name":"Made4it","image":{"@type":"ImageObject","@id":"https:\/\/made4it.com.br\/en\/blog\/partial-drop-triggers\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/9e851ee58f38006902829c03b2dc8e42c8a735a5561b807ca366ed66bd41f2ca?s=96&d=mm&r=g","width":96,"height":96,"caption":"Made4it"}},{"@type":"WebPage","@id":"https:\/\/made4it.com.br\/en\/blog\/partial-drop-triggers\/#webpage","url":"https:\/\/made4it.com.br\/en\/blog\/partial-drop-triggers\/","name":"Partial drop triggers - Made4it","description":"Understand how partial drop triggers can help you and how you can create 30% and 60% partial drop triggers","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/#website"},"breadcrumb":{"@id":"https:\/\/made4it.com.br\/en\/blog\/partial-drop-triggers\/#breadcrumblist"},"author":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"creator":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"datePublished":"2021-03-30T16:56:46+00:00","dateModified":"2026-06-29T19:40:33+00:00"},{"@type":"WebSite","@id":"https:\/\/made4it.com.br\/en\/#website","url":"https:\/\/made4it.com.br\/en\/","name":"Made4it","inLanguage":"en-US","publisher":{"@id":"https:\/\/made4it.com.br\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Made4it -","og:type":"article","og:title":"Partial drop triggers - Made4it","og:description":"Understand how partial drop triggers can help you and how you can create 30% and 60% partial drop triggers","og:url":"https:\/\/made4it.com.br\/en\/blog\/partial-drop-triggers\/","og:image":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png","og:image:secure_url":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png","og:image:width":87,"og:image:height":27,"article:published_time":"2021-03-30T16:56:46+00:00","article:modified_time":"2026-06-29T19:40:33+00:00","twitter:card":"summary_large_image","twitter:title":"Partial drop triggers - Made4it","twitter:description":"Understand how partial drop triggers can help you and how you can create 30% and 60% partial drop triggers","twitter:image":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png"},"aioseo_meta_data":{"post_id":"18673","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"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":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-06-29 19:40:30","updated":"2026-06-29 20:55:59"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/made4it.com.br\/en\/\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/\" title=\"N\u00e3o categorizado\">N\u00e3o categorizado<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPartial drop triggers\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/made4it.com.br\/en\/"},{"label":"N\u00e3o categorizado","link":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/"},{"label":"Partial drop triggers","link":"https:\/\/made4it.com.br\/en\/blog\/partial-drop-triggers\/"}],"_links":{"self":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18673","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/comments?post=18673"}],"version-history":[{"count":1,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18673\/revisions"}],"predecessor-version":[{"id":18675,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18673\/revisions\/18675"}],"wp:attachment":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/media?parent=18673"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/categories?post=18673"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/tags?post=18673"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}