@empathyco/x-components
Version:
Empathy X Components
57 lines (27 loc) • 855 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) > [getDisplayTaggingInfoFromUrl](./x-adapter-platform.getdisplaytagginginfofromurl.md)
## getDisplayTaggingInfoFromUrl() function
Generates the displayClick tagging info.
**Signature:**
```typescript
export declare function getDisplayTaggingInfoFromUrl(displayTaggingUrl: string): TaggingRequest;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
displayTaggingUrl
</td><td>
string
</td><td>
The url containing the displayClick tagging info.
</td></tr>
</tbody></table>
**Returns:**
TaggingRequest
The object with the tagging info.