
Hello,
we’re having troubles measuring articles that have multiple authors as there’s no option to send something like
("pageview",{props: {author : ["name1", "name2"]}}) We can now send multiple custom events, but that breaks bounce rate and multiple pageviews aren’t possible for obvious reasons. Same goes with tags, etc.
Thank you for considering.
Super-upvote for news publishers!

Thanks..
nested objects would be absolute perfection <3, but I understand the difficulties.
// pageview ...
{
authors: [
{
id: 456,
name: "a",
primary: true
},
...
];
}
I’ve suggested that in the meantime being able to filter custom data using “contains” would allow a workaround where you could use a delimitered list so maybe |author1|author2| etc. Adding the delimeter as a prefix and suffix when submitting at least means we can get an exact match if there are two authors/tags etc where one is contained in the other. Obviously even a simple array would be better but being able to pull analytics data for authors, tags, categories easily via the API etc is a huge reason to use Plausible.

Hello, is there any progress with this?