Rename photoEmbed metric fields to postUri/postAuthorDid

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Eric Bailey
2026-06-08 10:55:19 -05:00
parent 5c551e1ad9
commit 5f86888b67
6 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -979,8 +979,8 @@ let PostFeed = ({
ax.metric('post:photoEmbed:impression', {
layout,
totalImages,
uri: post.uri,
authorDid: post.author.did,
postUri: post.uri,
postAuthorDid: post.author.did,
feedDescriptor: feedFeedback.feedDescriptor || feed,
})
}