Segmenting Subscriber

0.0(0)
Studied by 1 person
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/21

flashcard set

Earn XP

Description and Tags

Different filter and query

Last updated 10:40 PM on 7/30/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

22 Terms

1
New cards

Filters

Easy for most marketers, drag attributes and using operators on canvas to narrow data results, example starting data 1000 count and now is 200 subscribers

2
New cards

Filters

Do not need to know how to code SQL to segment

3
New cards

SQL query

Must know SQL to segment

4
New cards

SQL query

Can create very specific segments

5
New cards

SQL query

Can join multiple data extensions together

6
New cards

SELECT

statement, extracts data from a database

7
New cards

WHERE

clause, is used to extract data that meets a condition

8
New cards

HAVING

clause, is like a WHERE clause but used with aggregate functions

9
New cards

JOIN

clause, is used to combine records from multiple tables

10
New cards

ORDER BY

keyword, is used to sort results in ascending or descending order

11
New cards

GROUP BY

keyword, is used to group rows with the same value into summary row (used with aggregate functions)

12
New cards

COUNT()

function, return the number of rows that match a criterion

13
New cards

MAX()

function, returns the largest value of the column

14
New cards

MIN()

function, returns the smallest value of the column

15
New cards

SUM()

function, returns the sum of a numeric value

16
New cards

AVG()

function, returns the average value of a numeric value

17
New cards

LIKE

operator, is used in a WHERE clause to search for a specific pattern

18
New cards

IN

operator, is used in a WHERE clause to specify multiple values

19
New cards

BETWEEN

operator, allows you to select values within a certain range

20
New cards

Creating 'Filter Data Extension' with Email Studio

Email Studio -> 'Subscribers' tab -> 'Data Extension' drop down menu -> click 'Create' button -> 'Create Data Extension' window, select 1 out of 3 choices: 1. 'Standard Data Extension' 2. 'Filtered Data Extension’ 3. 'Random Data Extension' -> click 'Filtered Data Extension' -> click 'Ok' button ->'Select a Source' window, click on data extension you want to use filter -> click 'Ok' button -> on left panel called 'Fields' drag an attribute over to the right panel called 'Create Filter' and drop it on canvas and use operators like 'is', 'is equal to' or 'is greater than or equal to'…etc. -> click 'Save & Builder' button.

another way:

Email Studio -> click ‘Interactions’ tab → click ‘Activities’ → click ‘Filter’

21
New cards

Email Studio 'Data Filter' and Automation Studio automated 'Filter Activity'

  1. In Email Studio, create a 'Data Filter' based on a ‘data extension’ or ‘profile attribute’. 2. In Automation Studio create 'Filter activity'. 3. choose your 'Filter Definition' use Email Studio 'Data Filter'. 4. target data extension is created on the fly. 5. Create new automation include new 'Filter Activity' and schedule the automation, run it once to see the record count in the data extension.

22
New cards

2 Steps: 1. Create new activity for 'Filter Activity' with Automation Studio 2. Create new automation and use 'Filter Activity' with Automation Studio

2 Steps: A. Create the Filter Activity :Automation Studio -> click 'Activities' tab -> click 'Create Activity' button -> select 'Filter' -> click 'Next' -> 'Properties' section, fill in 'Name', 'Folder Location', 'External Key', 'Description' and 'Filter Definition'. If your ‘data filter’ is applied to ‘profile attributes’, select a source list created in Email Studio. If your ‘data filter’ is applied to ‘profile attributes’, name the group that is created when this ‘Filter’ activity runs and choose a group folder to store it. While creating your ‘data filter’ in Email Studio, if you select to apply it to a ‘data extension’, a new Filtered data extension will be created as the destination for the filtered contact records. Provide a ‘name’, ‘external key’, and ‘description’ for this ‘data extension’ to easily identify it after the activity runs. -> for ‘data extension’, 'Configuration for [name of de] Data Extension' window, give your target data extension a ‘Name’, ‘External Key’ and ‘Description’. -> click 'Finish'/'Save' button.

B. Create Automation and use Filter Activity: Automation Studio -> click 'Overview' tab -> click 'New Automation' button -> on the left drag 'Starting Source' to the 'Workflow' -> drag the 'Filter' activity onto the 'Workflow' tab canvas it is on 'Step 1' -> click 'Filter' button on 'Step 1'. -> Select the 'Filter Activity' you created in Step A -> click on "Starting Source's" 'Configure' button, in 'Define Schedule' window fill in 'Start Date', 'Time Zone' and 'Repeat'. → ‘Done’/’Save’ button.