# Interaction Counter

Below you will find the code you can use to generate a Interaction Counter rich data JSON.

# Your code

SchemaInteractionCounter::make('WatchAction', 2347);
1

# The result

{
	"@type":"InteractionCounter",
	"interactionType":{
		"@type":"http:\/\/schema.org\/WatchAction"
	},
	"userInteractionCount":2347
}
1
2
3
4
5
6
7