<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [DefaultExternalTaggingService](./x-components.defaultexternaltaggingservice.md) &gt; [storeResultClicked](./x-components.defaultexternaltaggingservice.storeresultclicked.md)

## DefaultExternalTaggingService.storeResultClicked() method

Stores in the local storage the information from the Result clicked by the user in order to be able to track the add to cart later on the result's PDP.

**Signature:**

```typescript
storeResultClicked(result: Result): void;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

result


</td><td>

Result


</td><td>

The result to store.


</td></tr>
</tbody></table>

**Returns:**

void

