@empathyco/x-components
Version:
Empathy X Components
27 lines (15 loc) • 662 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [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
| Parameter | Type | Description |
| --- | --- | --- |
| taggingUrl | string | The url containing the tagging info. |
**Returns:**
TaggingRequest
The object with the tagging info.