SlideShare a Scribd company logo
1 of 11
Marketing Rockstar’s Guide to Marketo                                      Page |1
Appendix I – Filters, Flows, and Triggers


                                   Marketing Rockstar’s Guide to Marketo




By Josh Hill. © 2012-13Josh Hill. All Rights Reserved
Marketing Rockstar’s Guide to Marketo                        Page |2
Appendix I – Filters, Flows, and Triggers




Chapter 1. Appendix I – Filters, Flows, and Triggers




                                      At a Glance
      Operators and Logic                               3

      Triggers and Constraints                          10




By Josh Hill. © 2012-13Josh Hill. All Rights Reserved
Marketing Rockstar’s Guide to Marketo                                                                                                                     Page |3
Appendix I – Filters, Flows, and Triggers
                                                  Here it is, the most complete reference to Marketo Filters, Flows, and Triggers, and more in one place. Enjoy.




                              Operators and Logic
                                                  Marketo uses Boolean and other operators to match your criteria to matching Lead records. Understanding how
                                                  these operators work is crucial to leveraging the power of Marketo.

                                   Standard Operators
                                                  You can view more onStandard Operators in the Community.
                                                        Match Type             Returns leads who…                Example                        Appears On
                                                  Is                        Exact match                 State=AZ only returns              Most fields
                                                                                                        State=AZ
                                                  Is Not                    Does not exactly match      State IS NOT AZ returns            Most fields
                                                                                                        any other value like NY,
                                                                                                        CA, Florida
                                                  Starts With               Starts with the value you   Starts with “Aus” returns          Most fields
                                                                            provide                     Australia, Austria, etc.
                                                  Not Starts with           Does not begin with that    “Aus” would return                 Most fields
                                                                            value                       anything other than
                                                                                                        Australia, Austria.
                                                  Contains                  Contains the value          US returns US, Australia,          Most fields
                                                                            anywhere                    Austria, etc.
                                                  Not Contains              Does not contain that       Not Contains “US” returns          Most fields
                                                                            value anywhere              Europe, United Kingdom,
                                                                                                        UK, etc.
                                                  Is Empty                  Equivalent to NULL or       Only empty values.                 Most fields
                                                                            Blank
                                                  Is Not Empty              Has any value which is not Only has a value.                   Most fields
                                                                            NULL
                                                  True                      Have this set to True or 1  Unsubscribed=True                  T/F or Checkbox fields
                                                  False                     Have this set to False or 0 Unsubscribed=False                 T/F or Checkbox fields
                                                  In                        Is Member of a List,        Member of Smart List =             Member of filters
                                                                            Campaign, Program           House List
                                                  Not In                    Is Member of a List,        Not a Member of Smart              Member of filters
                                                                            Campaign, Program           List = House List



By Josh Hill. © 2012-13Josh Hill. All Rights Reserved
Marketing Rockstar’s Guide to Marketo                                                                                                                         Page |4
Appendix I – Filters, Flows, and Triggers

                                   Numerical Operators
                                                  Numerical Operators function differently than text operators.
                                                       Match Type                Returns leads who…                   Example                      Appears On
                                                  Between                     Have a value between X         Num of Subscribers                Numerical, date fields.
                                                                              and Y                          Between 7 and 5000
                                                  Greater Than                Value must be greater than 7 ≤ 5000 (includes)                   Numerical, date fields.
                                                                              X
                                                  Less Than                   Value must be less than X      Greater than (but not             Numerical, date fields.
                                                                                                             including) 100
                                                  At Least                    Value must at least X and      > 100                             Numerical, date fields.
                                                                              higher is ok too
                                                  At Most                     Value must be no greater       Less than (but not                Numerical, date fields.
                                                                              than 100 and can include       including) 100
                                                                              100




                                   Date Operators
                                                  Date Operators are also special. These can appear on a date field filter or as a Constraint on an activity filter like
                                                  Visited Web Page.
                                                   Match Type           Returns leads who…                       Example                            Appears On
                                                  IS                 Match date exactly            Lead Created At January 1, 2012          Date filters and constraints
                                                  IS NOT             Matches all other dates       Lead Created At NOT January 1,           Date filters and constraints
                                                                                                   2012 returns all others except this
                                                                                                   date.
                                                  Between            Between two dates, but not Leads Created Between December Date filters and constraints
                                                                     including them.               31, 2012 and March 1, 2012
                                                  In Past            Past X time, including        Leads Created In Past 3 weeks            Date filters and constraints
                                                                     today.
                                                  In Time            Relative to Calendar          Pre sets include Yesterday, Last         Date filters and constraints
                                                  Frame              selections                    Full Week, Last Week (M-F) or
                                                                                                   Last Month.
                                                  After              After a date (not             After March 15, 2012                     Date filters and constraints
                                                                     including)
                                                  Before             Before a date (not            Before March 15, 2012                    Date filters and constraints
                                                                     including)



By Josh Hill. © 2012-13Josh Hill. All Rights Reserved
Marketing Rockstar’s Guide to Marketo                                                                                                                      Page |5
Appendix I – Filters, Flows, and Triggers
                                                  On or After        Including date and all         On or After August 12, 2012          Date filters and constraints
                                                                     dates after.
                                                  On or              Including date and all         On or Before August 1, 2012          Date filters and constraints
                                                  Before             before
                                                  Is Empty           Equivalent to NULL or          Only empty values.                   Date filters and constraints
                                                                     Blank
                                                  Is Not             Has any value which is not     Only has a value.                    Date filters and constraints
                                                  Empty              NULL




                                   Smart List Rules (Between Filters)
                                                  Smart List Rules are in the upper left corner under the Smart List name. These determine the logic between filters
                                                  and be used in a variety of ways.




                                        Regular (Green) Filters – What Happened Already
                                                  If you are using just green filters, you can use ALL, ANY, or Advanced.
                                                   Logic Option                            What Happens
                                                  ALL                This is a Boolean AND between each filter.
                                                  ANY                If your filter has a multi-choice green + then the filter
                                                                     will match OR, but between filters is AND.
                                                  Advanced           Boolean AND/OR between filters. Parentheses and
                                                                     nested (()) are allowed. **NOT is not allowed because
                                                                     you have positive and negative filters (not was…)




By Josh Hill. © 2012-13Josh Hill. All Rights Reserved
Marketing Rockstar’s Guide to Marketo                                                                                                                      Page |6
Appendix I – Filters, Flows, and Triggers




                                        Triggered (Orange) Filters – Happening Now
                                                  If you have any Triggered criteria, you can only use ALL or ANY as options. It is important to note that multiple
                                                  Triggers use the OR operator between them, such that any trigger will fire the campaign if the Lead matches the
                                                  remaining Green filter criteria.




                                                  Figure 1.A single trigger.




                                                  Figure 2. Two or more Triggers - will react when either condition is true.




By Josh Hill. © 2012-13Josh Hill. All Rights Reserved
Marketing Rockstar’s Guide to Marketo                                                                                                                      Page |7
Appendix I – Filters, Flows, and Triggers




                                                  Figure 3. Two or more triggers with a Filter - will run when either trigger is true and if the lead also meets the
                                                  Filter condition.




By Josh Hill. © 2012-13Josh Hill. All Rights Reserved
Marketing Rockstar’s Guide to Marketo                                                                                                                        Page |8
Appendix I – Filters, Flows, and Triggers




                                                  Figure 4. Multiple triggers and filters - will react when either trigger is true and the lead meets both filter
                                                  conditions.


                                                      Number of            Trigger Evaluated        Filters Evaluated       Logic Option         Campaign
                                                       Triggers                                                                                  Triggered?
                                                  One Trigger             Trigger is True          Filter is True           ALL or ANY              Yes
                                                  One Trigger             Trigger is True          Filter is False          ALL or ANY               No
                                                  Two or More             Any trigger can be       Filter is True           ALL or ANY              Yes
                                                  Triggers                true. Marketo always
                                                                          use “OR” between
                                                                          Triggers (Fills Out
                                                                          Form is Any) OR
                                                                          (Data Value
                                                                          Changes is Name)
                                                                          will trigger the
                                                                          campaign
                                                  Two or More             Any trigger can be       Filter is False          ALL or ANY                No



By Josh Hill. © 2012-13Josh Hill. All Rights Reserved
Marketing Rockstar’s Guide to Marketo                                                                                     Page |9
Appendix I – Filters, Flows, and Triggers
                                                  Triggers      true. Marketo always
                                                                use “OR” between
                                                                Triggers (Fills Out
                                                                Form is Any) OR
                                                                (Data Value
                                                                Changes is Name)
                                                                will trigger the
                                                                campaign
                                                  Two or More   Any trigger can be     Filters are True       ALL   Yes
                                                  Triggers      true. Marketo always
                                                                uses “OR” between
                                                                Triggers (Fills Out
                                                                Form is Any) OR
                                                                (Data Value
                                                                Changes is Name)
                                                                will trigger the
                                                                campaign
                                                  Two or More   Any trigger can be     (these are evaluated   ANY   Yes
                                                  Triggers      true. Marketo always   as AND, so they
                                                                uses “OR” between      must ALL be true)
                                                                Triggers (Fills Out
                                                                Form is Any) OR
                                                                (Data Value
                                                                Changes is Name)
                                                                will trigger the
                                                                campaign
                                                  Two or More   Any trigger can be     Multiple Filters       ANY   No
                                                  Triggers      true. Marketo always
                                                                uses “OR” between
                                                                Triggers (Fills Out
                                                                Form is Any) OR
                                                                (Data Value
                                                                Changes is Name)
                                                                will trigger the
                                                                campaign




By Josh Hill. © 2012-13Josh Hill. All Rights Reserved
Marketing Rockstar’s Guide to Marketo                                                                                                                     P a g e | 10
Appendix I – Filters, Flows, and Triggers

                              Triggers and Constraints
                                                  Trigger Filters are analogous to Marketo’s green Activity Filters, except they are orange and will initiate a campaign

                                                  automatically when the campaign is in listen, or “Activated” mode denoted by a lighted light bulb icon.




                                   Opportunity Triggers
                                                  Opportunity data has a different set of Triggers and Filters which incorporate your Opportunity fields into the
                                                  Constraints. Here are the standard Opportunity Triggers.




By Josh Hill. © 2012-13Josh Hill. All Rights Reserved
Marketing Rockstar’s Guide to Marketo                                                                                                                 P a g e | 11
Appendix I – Filters, Flows, and Triggers




                                                  Added to Opportunity

                                                  This trigger activates when any Lead is Added to an Opportunity. In reality this means in SFDC, your Contact
                                                  was attached to an Opportunity in some way. You can Add Constraints based on the custom fields on your
                                                  Opportunity records.

                                                  Opportunity is Updated

                                                  Triggers when a custom field is changed. You can use the standard Old Value and New Value Constraints or
                                                  additional fields from your Opportunities.

                                                  Removed from Opportunity

                                                  Triggers whenever the Lead is removed from an Opportunity. Be specific or it can trigger on removal from any
                                                  Opportunity that Lead is attached to.

                                   Standard Triggers
                                                  These Triggers come standard with Marketo when it is synced with Salesforce. If you use Microsoft Dynamics or
                                                  Sugar CRM, you may have slightly different triggers.




By Josh Hill. © 2012-13Josh Hill. All Rights Reserved

More Related Content

Viewers also liked

How to Use Marketo Analytics
How to Use Marketo AnalyticsHow to Use Marketo Analytics
How to Use Marketo AnalyticsJosh Hill
 
Nurturing Your Audience the Way they Want to be Nurtured
Nurturing Your Audience the Way they Want to be NurturedNurturing Your Audience the Way they Want to be Nurtured
Nurturing Your Audience the Way they Want to be NurturedJosh Hill
 
Proloquo2 go tutorial-basics
Proloquo2 go tutorial-basicsProloquo2 go tutorial-basics
Proloquo2 go tutorial-basicsRob LeFebvre
 
Foreign communitiy Perm Krai
Foreign communitiy Perm KraiForeign communitiy Perm Krai
Foreign communitiy Perm KraiDaria007
 
Horror Film Pitch
Horror Film PitchHorror Film Pitch
Horror Film Pitchiamfin
 
My Anti-Resume 2012 by Dave Ursillo
My Anti-Resume 2012 by Dave UrsilloMy Anti-Resume 2012 by Dave Ursillo
My Anti-Resume 2012 by Dave UrsilloDave Ursillo
 
Postales Navidad 4º primaria
Postales Navidad 4º primariaPostales Navidad 4º primaria
Postales Navidad 4º primariaAna Yelo Villalba
 
How to Lead Without Followers Manifesto by Dave Ursillo
How to Lead Without Followers Manifesto by Dave UrsilloHow to Lead Without Followers Manifesto by Dave Ursillo
How to Lead Without Followers Manifesto by Dave UrsilloDave Ursillo
 
Horror Film Pitch
Horror Film PitchHorror Film Pitch
Horror Film Pitchiamfin
 
kiken paitapeli
kiken paitapelikiken paitapeli
kiken paitapelinewula
 
Ipadcommunicationapps 110921070532-phpapp01
Ipadcommunicationapps 110921070532-phpapp01Ipadcommunicationapps 110921070532-phpapp01
Ipadcommunicationapps 110921070532-phpapp01Rob LeFebvre
 
SIFERA Luxury houses, emotional experience, sustainable, chic design. A taste...
SIFERA Luxury houses, emotional experience, sustainable, chic design. A taste...SIFERA Luxury houses, emotional experience, sustainable, chic design. A taste...
SIFERA Luxury houses, emotional experience, sustainable, chic design. A taste...Narcis Narcis
 

Viewers also liked (16)

How to Use Marketo Analytics
How to Use Marketo AnalyticsHow to Use Marketo Analytics
How to Use Marketo Analytics
 
Nurturing Your Audience the Way they Want to be Nurtured
Nurturing Your Audience the Way they Want to be NurturedNurturing Your Audience the Way they Want to be Nurtured
Nurturing Your Audience the Way they Want to be Nurtured
 
Proloquo2 go tutorial-basics
Proloquo2 go tutorial-basicsProloquo2 go tutorial-basics
Proloquo2 go tutorial-basics
 
Vocabulary
VocabularyVocabulary
Vocabulary
 
PRESENT PERFECT
PRESENT PERFECTPRESENT PERFECT
PRESENT PERFECT
 
Foreign communitiy Perm Krai
Foreign communitiy Perm KraiForeign communitiy Perm Krai
Foreign communitiy Perm Krai
 
Horror Film Pitch
Horror Film PitchHorror Film Pitch
Horror Film Pitch
 
My Anti-Resume 2012 by Dave Ursillo
My Anti-Resume 2012 by Dave UrsilloMy Anti-Resume 2012 by Dave Ursillo
My Anti-Resume 2012 by Dave Ursillo
 
Postales Navidad 4º primaria
Postales Navidad 4º primariaPostales Navidad 4º primaria
Postales Navidad 4º primaria
 
How to Lead Without Followers Manifesto by Dave Ursillo
How to Lead Without Followers Manifesto by Dave UrsilloHow to Lead Without Followers Manifesto by Dave Ursillo
How to Lead Without Followers Manifesto by Dave Ursillo
 
Wynn reader
Wynn readerWynn reader
Wynn reader
 
Horror Film Pitch
Horror Film PitchHorror Film Pitch
Horror Film Pitch
 
kiken paitapeli
kiken paitapelikiken paitapeli
kiken paitapeli
 
Ipadcommunicationapps 110921070532-phpapp01
Ipadcommunicationapps 110921070532-phpapp01Ipadcommunicationapps 110921070532-phpapp01
Ipadcommunicationapps 110921070532-phpapp01
 
SIFERA Luxury houses, emotional experience, sustainable, chic design. A taste...
SIFERA Luxury houses, emotional experience, sustainable, chic design. A taste...SIFERA Luxury houses, emotional experience, sustainable, chic design. A taste...
SIFERA Luxury houses, emotional experience, sustainable, chic design. A taste...
 
Tic San José Norte School - Bogotá, Colombia
Tic San José Norte School - Bogotá, ColombiaTic San José Norte School - Bogotá, Colombia
Tic San José Norte School - Bogotá, Colombia
 

More from Josh Hill

Five Steps to a Martech Power Stack (2021)
Five Steps to a Martech Power Stack (2021)Five Steps to a Martech Power Stack (2021)
Five Steps to a Martech Power Stack (2021)Josh Hill
 
Campaign Operations - a Primer for Production Teams
Campaign Operations - a Primer for Production TeamsCampaign Operations - a Primer for Production Teams
Campaign Operations - a Primer for Production TeamsJosh Hill
 
Building World Class MOPS Teams at MOPsCON by Etumos
Building World Class MOPS Teams at MOPsCON by EtumosBuilding World Class MOPS Teams at MOPsCON by Etumos
Building World Class MOPS Teams at MOPsCON by EtumosJosh Hill
 
Master Nurturing and Marketo Engagement Programs
Master Nurturing and Marketo Engagement ProgramsMaster Nurturing and Marketo Engagement Programs
Master Nurturing and Marketo Engagement ProgramsJosh Hill
 
Short Guide to B2B Marketing Careers and Roles
Short Guide to B2B Marketing Careers and RolesShort Guide to B2B Marketing Careers and Roles
Short Guide to B2B Marketing Careers and RolesJosh Hill
 
Lead Nurturing with Storytelling
Lead Nurturing with StorytellingLead Nurturing with Storytelling
Lead Nurturing with StorytellingJosh Hill
 
Account Based Business Workflow
Account Based Business WorkflowAccount Based Business Workflow
Account Based Business WorkflowJosh Hill
 
Account Based Marketing Success Path - Infrastructure and Campaign Secrets
Account Based Marketing Success Path - Infrastructure and Campaign SecretsAccount Based Marketing Success Path - Infrastructure and Campaign Secrets
Account Based Marketing Success Path - Infrastructure and Campaign SecretsJosh Hill
 
Account Based Marketing with Marketo - LA User Group Dec 4, 2015
Account Based Marketing with Marketo - LA User Group Dec 4, 2015Account Based Marketing with Marketo - LA User Group Dec 4, 2015
Account Based Marketing with Marketo - LA User Group Dec 4, 2015Josh Hill
 
Marketo Revenue Cycle Model and Lead Lifecycle How To
Marketo Revenue Cycle Model and Lead Lifecycle How ToMarketo Revenue Cycle Model and Lead Lifecycle How To
Marketo Revenue Cycle Model and Lead Lifecycle How ToJosh Hill
 
How to Build a Sales Funnel - Marketo User Group LA - Dec 4, 2014
How to Build a Sales Funnel - Marketo User Group LA - Dec 4, 2014How to Build a Sales Funnel - Marketo User Group LA - Dec 4, 2014
How to Build a Sales Funnel - Marketo User Group LA - Dec 4, 2014Josh Hill
 
How to Use LinkedIn as a College Student - Get Jobs and Internships Fast
How to Use LinkedIn as a College Student - Get Jobs and Internships FastHow to Use LinkedIn as a College Student - Get Jobs and Internships Fast
How to Use LinkedIn as a College Student - Get Jobs and Internships FastJosh Hill
 
How to AB Test Landing Pages in Marketo
How to AB Test Landing Pages in MarketoHow to AB Test Landing Pages in Marketo
How to AB Test Landing Pages in MarketoJosh Hill
 
Marketo Administration Instructions
Marketo Administration InstructionsMarketo Administration Instructions
Marketo Administration InstructionsJosh Hill
 
Sell Faster with Marketo Sales Insight
Sell Faster with Marketo Sales InsightSell Faster with Marketo Sales Insight
Sell Faster with Marketo Sales InsightJosh Hill
 
Marketo Management Tips
Marketo Management TipsMarketo Management Tips
Marketo Management TipsJosh Hill
 
Marketing Rockstar's Guide to Marketo Template
Marketing Rockstar's Guide to Marketo TemplateMarketing Rockstar's Guide to Marketo Template
Marketing Rockstar's Guide to Marketo TemplateJosh Hill
 
Marketo Engagements and Drip Nurturing - Boston User Group Dec 10 2013
Marketo Engagements and Drip Nurturing - Boston User Group Dec 10 2013Marketo Engagements and Drip Nurturing - Boston User Group Dec 10 2013
Marketo Engagements and Drip Nurturing - Boston User Group Dec 10 2013Josh Hill
 
Lead Nurturing with Marketo
Lead Nurturing with MarketoLead Nurturing with Marketo
Lead Nurturing with MarketoJosh Hill
 
Introduction to the Marketing Rockstar's Guide to Marketo
Introduction to the Marketing Rockstar's Guide to MarketoIntroduction to the Marketing Rockstar's Guide to Marketo
Introduction to the Marketing Rockstar's Guide to MarketoJosh Hill
 

More from Josh Hill (20)

Five Steps to a Martech Power Stack (2021)
Five Steps to a Martech Power Stack (2021)Five Steps to a Martech Power Stack (2021)
Five Steps to a Martech Power Stack (2021)
 
Campaign Operations - a Primer for Production Teams
Campaign Operations - a Primer for Production TeamsCampaign Operations - a Primer for Production Teams
Campaign Operations - a Primer for Production Teams
 
Building World Class MOPS Teams at MOPsCON by Etumos
Building World Class MOPS Teams at MOPsCON by EtumosBuilding World Class MOPS Teams at MOPsCON by Etumos
Building World Class MOPS Teams at MOPsCON by Etumos
 
Master Nurturing and Marketo Engagement Programs
Master Nurturing and Marketo Engagement ProgramsMaster Nurturing and Marketo Engagement Programs
Master Nurturing and Marketo Engagement Programs
 
Short Guide to B2B Marketing Careers and Roles
Short Guide to B2B Marketing Careers and RolesShort Guide to B2B Marketing Careers and Roles
Short Guide to B2B Marketing Careers and Roles
 
Lead Nurturing with Storytelling
Lead Nurturing with StorytellingLead Nurturing with Storytelling
Lead Nurturing with Storytelling
 
Account Based Business Workflow
Account Based Business WorkflowAccount Based Business Workflow
Account Based Business Workflow
 
Account Based Marketing Success Path - Infrastructure and Campaign Secrets
Account Based Marketing Success Path - Infrastructure and Campaign SecretsAccount Based Marketing Success Path - Infrastructure and Campaign Secrets
Account Based Marketing Success Path - Infrastructure and Campaign Secrets
 
Account Based Marketing with Marketo - LA User Group Dec 4, 2015
Account Based Marketing with Marketo - LA User Group Dec 4, 2015Account Based Marketing with Marketo - LA User Group Dec 4, 2015
Account Based Marketing with Marketo - LA User Group Dec 4, 2015
 
Marketo Revenue Cycle Model and Lead Lifecycle How To
Marketo Revenue Cycle Model and Lead Lifecycle How ToMarketo Revenue Cycle Model and Lead Lifecycle How To
Marketo Revenue Cycle Model and Lead Lifecycle How To
 
How to Build a Sales Funnel - Marketo User Group LA - Dec 4, 2014
How to Build a Sales Funnel - Marketo User Group LA - Dec 4, 2014How to Build a Sales Funnel - Marketo User Group LA - Dec 4, 2014
How to Build a Sales Funnel - Marketo User Group LA - Dec 4, 2014
 
How to Use LinkedIn as a College Student - Get Jobs and Internships Fast
How to Use LinkedIn as a College Student - Get Jobs and Internships FastHow to Use LinkedIn as a College Student - Get Jobs and Internships Fast
How to Use LinkedIn as a College Student - Get Jobs and Internships Fast
 
How to AB Test Landing Pages in Marketo
How to AB Test Landing Pages in MarketoHow to AB Test Landing Pages in Marketo
How to AB Test Landing Pages in Marketo
 
Marketo Administration Instructions
Marketo Administration InstructionsMarketo Administration Instructions
Marketo Administration Instructions
 
Sell Faster with Marketo Sales Insight
Sell Faster with Marketo Sales InsightSell Faster with Marketo Sales Insight
Sell Faster with Marketo Sales Insight
 
Marketo Management Tips
Marketo Management TipsMarketo Management Tips
Marketo Management Tips
 
Marketing Rockstar's Guide to Marketo Template
Marketing Rockstar's Guide to Marketo TemplateMarketing Rockstar's Guide to Marketo Template
Marketing Rockstar's Guide to Marketo Template
 
Marketo Engagements and Drip Nurturing - Boston User Group Dec 10 2013
Marketo Engagements and Drip Nurturing - Boston User Group Dec 10 2013Marketo Engagements and Drip Nurturing - Boston User Group Dec 10 2013
Marketo Engagements and Drip Nurturing - Boston User Group Dec 10 2013
 
Lead Nurturing with Marketo
Lead Nurturing with MarketoLead Nurturing with Marketo
Lead Nurturing with Marketo
 
Introduction to the Marketing Rockstar's Guide to Marketo
Introduction to the Marketing Rockstar's Guide to MarketoIntroduction to the Marketing Rockstar's Guide to Marketo
Introduction to the Marketing Rockstar's Guide to Marketo
 

Recently uploaded

A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 

Recently uploaded (20)

A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 

Marketo Filters, Flows, and Triggers Reference Guide

  • 1. Marketing Rockstar’s Guide to Marketo Page |1 Appendix I – Filters, Flows, and Triggers Marketing Rockstar’s Guide to Marketo By Josh Hill. © 2012-13Josh Hill. All Rights Reserved
  • 2. Marketing Rockstar’s Guide to Marketo Page |2 Appendix I – Filters, Flows, and Triggers Chapter 1. Appendix I – Filters, Flows, and Triggers At a Glance Operators and Logic 3 Triggers and Constraints 10 By Josh Hill. © 2012-13Josh Hill. All Rights Reserved
  • 3. Marketing Rockstar’s Guide to Marketo Page |3 Appendix I – Filters, Flows, and Triggers Here it is, the most complete reference to Marketo Filters, Flows, and Triggers, and more in one place. Enjoy. Operators and Logic Marketo uses Boolean and other operators to match your criteria to matching Lead records. Understanding how these operators work is crucial to leveraging the power of Marketo. Standard Operators You can view more onStandard Operators in the Community. Match Type Returns leads who… Example Appears On Is Exact match State=AZ only returns Most fields State=AZ Is Not Does not exactly match State IS NOT AZ returns Most fields any other value like NY, CA, Florida Starts With Starts with the value you Starts with “Aus” returns Most fields provide Australia, Austria, etc. Not Starts with Does not begin with that “Aus” would return Most fields value anything other than Australia, Austria. Contains Contains the value US returns US, Australia, Most fields anywhere Austria, etc. Not Contains Does not contain that Not Contains “US” returns Most fields value anywhere Europe, United Kingdom, UK, etc. Is Empty Equivalent to NULL or Only empty values. Most fields Blank Is Not Empty Has any value which is not Only has a value. Most fields NULL True Have this set to True or 1 Unsubscribed=True T/F or Checkbox fields False Have this set to False or 0 Unsubscribed=False T/F or Checkbox fields In Is Member of a List, Member of Smart List = Member of filters Campaign, Program House List Not In Is Member of a List, Not a Member of Smart Member of filters Campaign, Program List = House List By Josh Hill. © 2012-13Josh Hill. All Rights Reserved
  • 4. Marketing Rockstar’s Guide to Marketo Page |4 Appendix I – Filters, Flows, and Triggers Numerical Operators Numerical Operators function differently than text operators. Match Type Returns leads who… Example Appears On Between Have a value between X Num of Subscribers Numerical, date fields. and Y Between 7 and 5000 Greater Than Value must be greater than 7 ≤ 5000 (includes) Numerical, date fields. X Less Than Value must be less than X Greater than (but not Numerical, date fields. including) 100 At Least Value must at least X and > 100 Numerical, date fields. higher is ok too At Most Value must be no greater Less than (but not Numerical, date fields. than 100 and can include including) 100 100 Date Operators Date Operators are also special. These can appear on a date field filter or as a Constraint on an activity filter like Visited Web Page. Match Type Returns leads who… Example Appears On IS Match date exactly Lead Created At January 1, 2012 Date filters and constraints IS NOT Matches all other dates Lead Created At NOT January 1, Date filters and constraints 2012 returns all others except this date. Between Between two dates, but not Leads Created Between December Date filters and constraints including them. 31, 2012 and March 1, 2012 In Past Past X time, including Leads Created In Past 3 weeks Date filters and constraints today. In Time Relative to Calendar Pre sets include Yesterday, Last Date filters and constraints Frame selections Full Week, Last Week (M-F) or Last Month. After After a date (not After March 15, 2012 Date filters and constraints including) Before Before a date (not Before March 15, 2012 Date filters and constraints including) By Josh Hill. © 2012-13Josh Hill. All Rights Reserved
  • 5. Marketing Rockstar’s Guide to Marketo Page |5 Appendix I – Filters, Flows, and Triggers On or After Including date and all On or After August 12, 2012 Date filters and constraints dates after. On or Including date and all On or Before August 1, 2012 Date filters and constraints Before before Is Empty Equivalent to NULL or Only empty values. Date filters and constraints Blank Is Not Has any value which is not Only has a value. Date filters and constraints Empty NULL Smart List Rules (Between Filters) Smart List Rules are in the upper left corner under the Smart List name. These determine the logic between filters and be used in a variety of ways. Regular (Green) Filters – What Happened Already If you are using just green filters, you can use ALL, ANY, or Advanced. Logic Option What Happens ALL This is a Boolean AND between each filter. ANY If your filter has a multi-choice green + then the filter will match OR, but between filters is AND. Advanced Boolean AND/OR between filters. Parentheses and nested (()) are allowed. **NOT is not allowed because you have positive and negative filters (not was…) By Josh Hill. © 2012-13Josh Hill. All Rights Reserved
  • 6. Marketing Rockstar’s Guide to Marketo Page |6 Appendix I – Filters, Flows, and Triggers Triggered (Orange) Filters – Happening Now If you have any Triggered criteria, you can only use ALL or ANY as options. It is important to note that multiple Triggers use the OR operator between them, such that any trigger will fire the campaign if the Lead matches the remaining Green filter criteria. Figure 1.A single trigger. Figure 2. Two or more Triggers - will react when either condition is true. By Josh Hill. © 2012-13Josh Hill. All Rights Reserved
  • 7. Marketing Rockstar’s Guide to Marketo Page |7 Appendix I – Filters, Flows, and Triggers Figure 3. Two or more triggers with a Filter - will run when either trigger is true and if the lead also meets the Filter condition. By Josh Hill. © 2012-13Josh Hill. All Rights Reserved
  • 8. Marketing Rockstar’s Guide to Marketo Page |8 Appendix I – Filters, Flows, and Triggers Figure 4. Multiple triggers and filters - will react when either trigger is true and the lead meets both filter conditions. Number of Trigger Evaluated Filters Evaluated Logic Option Campaign Triggers Triggered? One Trigger Trigger is True Filter is True ALL or ANY Yes One Trigger Trigger is True Filter is False ALL or ANY No Two or More Any trigger can be Filter is True ALL or ANY Yes Triggers true. Marketo always use “OR” between Triggers (Fills Out Form is Any) OR (Data Value Changes is Name) will trigger the campaign Two or More Any trigger can be Filter is False ALL or ANY No By Josh Hill. © 2012-13Josh Hill. All Rights Reserved
  • 9. Marketing Rockstar’s Guide to Marketo Page |9 Appendix I – Filters, Flows, and Triggers Triggers true. Marketo always use “OR” between Triggers (Fills Out Form is Any) OR (Data Value Changes is Name) will trigger the campaign Two or More Any trigger can be Filters are True ALL Yes Triggers true. Marketo always uses “OR” between Triggers (Fills Out Form is Any) OR (Data Value Changes is Name) will trigger the campaign Two or More Any trigger can be (these are evaluated ANY Yes Triggers true. Marketo always as AND, so they uses “OR” between must ALL be true) Triggers (Fills Out Form is Any) OR (Data Value Changes is Name) will trigger the campaign Two or More Any trigger can be Multiple Filters ANY No Triggers true. Marketo always uses “OR” between Triggers (Fills Out Form is Any) OR (Data Value Changes is Name) will trigger the campaign By Josh Hill. © 2012-13Josh Hill. All Rights Reserved
  • 10. Marketing Rockstar’s Guide to Marketo P a g e | 10 Appendix I – Filters, Flows, and Triggers Triggers and Constraints Trigger Filters are analogous to Marketo’s green Activity Filters, except they are orange and will initiate a campaign automatically when the campaign is in listen, or “Activated” mode denoted by a lighted light bulb icon. Opportunity Triggers Opportunity data has a different set of Triggers and Filters which incorporate your Opportunity fields into the Constraints. Here are the standard Opportunity Triggers. By Josh Hill. © 2012-13Josh Hill. All Rights Reserved
  • 11. Marketing Rockstar’s Guide to Marketo P a g e | 11 Appendix I – Filters, Flows, and Triggers Added to Opportunity This trigger activates when any Lead is Added to an Opportunity. In reality this means in SFDC, your Contact was attached to an Opportunity in some way. You can Add Constraints based on the custom fields on your Opportunity records. Opportunity is Updated Triggers when a custom field is changed. You can use the standard Old Value and New Value Constraints or additional fields from your Opportunities. Removed from Opportunity Triggers whenever the Lead is removed from an Opportunity. Be specific or it can trigger on removal from any Opportunity that Lead is attached to. Standard Triggers These Triggers come standard with Marketo when it is synced with Salesforce. If you use Microsoft Dynamics or Sugar CRM, you may have slightly different triggers. By Josh Hill. © 2012-13Josh Hill. All Rights Reserved