コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Unique Identifier of Email

Avatar

Level 2

Hi,

 

Does ACC have unique Identifier of an email?

 

For example, If Person 'A' and Person 'B' received both email 'X' and 'Y', there is 4 unique identifiers for each email & person(email address) combination.

1 受け入れられたソリューション

Avatar

正解者
Level 9

Hi @gnals12 - The broadLog primary key (@id) is the unique identifier for a message created in ACC. Every message created (including control, seeds and proofs) will have a unique broadLog identifier. You can find it in the nms:broadLogRcp table.

Cheers

Darren

元の投稿で解決策を見る

3 返信

Avatar

正解者
Level 9

Hi @gnals12 - The broadLog primary key (@id) is the unique identifier for a message created in ACC. Every message created (including control, seeds and proofs) will have a unique broadLog identifier. You can find it in the nms:broadLogRcp table.

Cheers

Darren

Avatar

Level 2
Hi Darren, Is there a possibility broadLog primary key(@id) can be reused after Log is cleaned? We want to avoid a situation that the same unique identifer pops up in different message few years later.

Avatar

Level 9
Hi @gnals12. If you just delete the data in the BroadLog then the primary key will continue where it left off. Its a database sequence and will continue to increase unless you reset it (usually not recommended). Unsure why you want to "clean" the BroadLog. It should be regularly purged as part of the normall instance configuration. You can set the BroadLog history in the configuration. Cheers Darren