<!-- 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; [getDisplayTaggingInfoFromUrl](./x-adapter-platform.getdisplaytagginginfofromurl.md)

## getDisplayTaggingInfoFromUrl() function

Generates the displayClick tagging info.

**Signature:**

```typescript
export declare function getDisplayTaggingInfoFromUrl(displayTaggingUrl: string): TaggingRequest;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  displayTaggingUrl | string | The url containing the displayClick tagging info. |

**Returns:**

TaggingRequest

The object with the tagging info.

