<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-adapter-platform](./x-adapter-platform.md) &gt; [getTaggingInfoFromUrl](./x-adapter-platform.gettagginginfofromurl.md)

## getTaggingInfoFromUrl() function

Extracts the tagging info from a URL.

**Signature:**

```typescript
export declare function getTaggingInfoFromUrl(taggingUrl: string): TaggingRequest;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

taggingUrl


</td><td>

string


</td><td>

The url containing the tagging info.


</td></tr>
</tbody></table>

**Returns:**

TaggingRequest

The object with the tagging info.

