Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

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

Avatar

Level 1

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 @SantoshKu3 ,

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 @SantoshKu3 ,

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