snowplow/snowplow-javascript-tracker

View on GitHub
api-docs/docs/node-tracker/markdown/node-tracker.socialinteractionevent.md

Summary

Maintainability
Test Coverage
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/node-tracker](./node-tracker.md) &gt; [SocialInteractionEvent](./node-tracker.socialinteractionevent.md)

## SocialInteractionEvent interface

A Social Interaction Event Social tracking will be used to track the way users interact with Facebook, Twitter and Google + widgets e.g. to capture “like this” or “tweet this” events.

<b>Signature:</b>

```typescript
interface SocialInteractionEvent 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [action](./node-tracker.socialinteractionevent.action.md) | string | Social action performed |
|  [network](./node-tracker.socialinteractionevent.network.md) | string | Social network |
|  [target?](./node-tracker.socialinteractionevent.target.md) | string | <i>(Optional)</i> Object social action is performed on |