Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!
SOLVED

How to extract duplicate delivery sent data to one recipient in Adobe Campaign Classic

Avatar

Level 2

Hi Experts,

Need Help on how to extract the duplicate delivery sent to one recipient from same campaign.

I have checked from broadlog schema, and unable do expression group by using count of Delivery label.

 

SantoshKu3_0-1711538218245.png

 

We need to Count of same delivery sent to same recipient, Campaign Code, Event Date.

 

Please help me on this asap.

Thank you

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @iSantoshk ,

In Query, set targeting and filtering dimension as broadLogRcp

Add data > add the below fields

  • [recipient/@id]
  • ToDate(@eventDate)
  • Campaign Code
  • Count(@id)

and group [recipient/@id] , ToDate(@eventDate) and Campaign Code

ParthaSarathy_0-1711546208460.png

 

In Advanced parameter, Enable 'Disable automatic adding of the primary keys of the targeting dimension' checkbox and start the workflow.

ParthaSarathy_1-1711546298937.png

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @iSantoshk ,

In Query, set targeting and filtering dimension as broadLogRcp

Add data > add the below fields

  • [recipient/@id]
  • ToDate(@eventDate)
  • Campaign Code
  • Count(@id)

and group [recipient/@id] , ToDate(@eventDate) and Campaign Code

ParthaSarathy_0-1711546208460.png

 

In Advanced parameter, Enable 'Disable automatic adding of the primary keys of the targeting dimension' checkbox and start the workflow.

ParthaSarathy_1-1711546298937.png