Transactional data | Community
Skip to main content
Adobe Employee
June 11, 2019
Solved

Transactional data

  • June 11, 2019
  • 1 reply
  • 1633 views

Hi Team,

How can I handle transactional data? Where I want audiences, who have purchased 3 products naming tablet, phone and laptop. I want to know what was the amount for which they have purchased as I want to target people who have purchased 3 products with a total sum of Rs. $78000 amount. How can do that?

If we want to tag a product with a price and product id as well. How can we do that in the below case that you have mentioned? If it is going to follow the sequence?

“products”=“tablet|phone|laptop|”

“price”=“100|200|300"       Like this?

Product id = “p1|p2|p3”

Thanks in advance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Andrey_Osadchuk

Hi girishk10214964,

Build a Visitor based segment as follows to target the described audience:

Revenue >= 78000

AND

HIT (product = tablet AND Orders exists)

AND

HIT (product = phone AND Orders exists)

AND

HIT (product = laptop AND Orders exists)

1 reply

Andrey_Osadchuk
Andrey_OsadchukAccepted solution
Level 10
June 17, 2019

Hi girishk10214964,

Build a Visitor based segment as follows to target the described audience:

Revenue >= 78000

AND

HIT (product = tablet AND Orders exists)

AND

HIT (product = phone AND Orders exists)

AND

HIT (product = laptop AND Orders exists)