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

Where are delivery indicators statistics calculated in Adobe Campaign?

Avatar

Level 5

Hello,

I would like to understand where delivery and tracking indicators are calculated.

For instance, looking at Delivery and tracking statistics (nms:deliveryLogStats) I have these indicators:

    <attribute label="Messages that were clicked" name="clicked" type="long"/>

    <attribute label="People who clicked" name="personClick" type="long"/>

    <attribute label="Recipients who clicked" name="recipientClick" type="long"/>

    <attribute label="Total number of recipients who clicked" name="totalRecipientClick"

               type="long"/>

In this case, it's not clear the meaning of personClick as is less than recipientClick and I don't understand how it is calculated.

Thanks,
Salvatore


Amy_WongAnanya KuthialaVipul RaghavAmit KumarAdhiyanAdobe Campaign

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi salvdangelo

personClick is calculated with the following formula

Indicator description

Total number of @source-ids for which the URL category equals "Email click".

Indicator calculation formula

Countdistinct(Iif([url/@type]=1, @source-id, 0))

Documentation that would help - https://docs.campaign.adobe.com/doc/AC/en/RPT_Accessing_built-in_reports_Reports_on_deliveries.html

Regards,

Ananya Kuthiala

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Hi salvdangelo

personClick is calculated with the following formula

Indicator description

Total number of @source-ids for which the URL category equals "Email click".

Indicator calculation formula

Countdistinct(Iif([url/@type]=1, @source-id, 0))

Documentation that would help - https://docs.campaign.adobe.com/doc/AC/en/RPT_Accessing_built-in_reports_Reports_on_deliveries.html

Regards,

Ananya Kuthiala