Expandir la barra de logros de la comunidad.

RESUELTAS

How do I find out how many people recieve at least one email in a year

Avatar

Level 1

I need to write a query or run a report that shows me how many people my company emails at least once in a calendar year. Any tips?

Temas

Los temas ayudan a categorizar el contenido de la comunidad e incrementan la posibilidad de encontrar contenido relevante.

1 solución aceptada

Avatar

Respuesta correcta de
Community Advisor

Hi @TylerCPrice ,

In Query, have targeting dimension as recipient and filtering dimension as Delivery logs (broadLogRcp)

Filtering condition:

status equal to sent

AND

Delivery's channel equal to Email

 

Note: By default setting of Adobe campaign, broadLogRcp schema will store 6 months of Data only. So by using query you can able to get result of all receipts who had received email atleast once in last 6 months.

Ver la solución en mensaje original publicado

2 Respuestas

Avatar

Respuesta correcta de
Community Advisor

Hi @TylerCPrice ,

In Query, have targeting dimension as recipient and filtering dimension as Delivery logs (broadLogRcp)

Filtering condition:

status equal to sent

AND

Delivery's channel equal to Email

 

Note: By default setting of Adobe campaign, broadLogRcp schema will store 6 months of Data only. So by using query you can able to get result of all receipts who had received email atleast once in last 6 months.

Avatar

Level 1

That worked, thanks so much!