how to query date join is last month? | Adobe Higher Education
Skip to main content
Level 2
September 20, 2017
Resuelto

how to query date join is last month?

  • September 20, 2017
  • 1 respuesta
  • 1646 visualizaciones

Hi,

I am building a campaign to target new customer who joined last month then send them a welcome email.

thinking will be using

  1. Scheduler: automate the workflow to run monthly
  2. Query : query all new customers who has joined last month (for example if run the Workflow this month; it will pull out all new customers who joined last month August)
  3. email delivery: to send email

My question are:

  • in this scenario we should use normal query or incremental query activity?
  • normal email delivery or recurring delivery?
  • say for example there is a field called date join in the table. how to query people who has date join is last month ?

Thanks and regards

Este tema ha sido cerrado para respuestas.
Mejor respuesta de Amit_Kumar

Hi,

find my answers inline:

  • In this scenario, we should use standard query or incremental query activity? Incremental Query
  • normal email delivery or recurring delivery? Neither, Go with Continous delivery
  • say for example there is a field called date join in the table. How to query people who have date join is last month?

With an Incremental Query, if you schedule it to run monthly with history saved permanently, you shouldn't need any query but it's not ideal, it may cause problems with migration and upgrade so use below query:

Just replace creation date with Joining date.

Targeting activities

1 respuesta

Amit_Kumar
Amit_KumarRespuesta
Level 10
September 22, 2017

Hi,

find my answers inline:

  • In this scenario, we should use standard query or incremental query activity? Incremental Query
  • normal email delivery or recurring delivery? Neither, Go with Continous delivery
  • say for example there is a field called date join in the table. How to query people who have date join is last month?

With an Incremental Query, if you schedule it to run monthly with history saved permanently, you shouldn't need any query but it's not ideal, it may cause problems with migration and upgrade so use below query:

Just replace creation date with Joining date.

Targeting activities