# Gemius Creatives Troubleshooting
#### **How to change "Gemius" creatives click\_url macro**
If the client sends Gemius creatives, we need to modify them, deviating from Gemius' instructions.
**N/B:** The {CLICK\_URL} Macro in Gemius creative JS tags should be automatically added/updated after uploading/saving, but it's good to always re-check and confirm.
---
**Original Gemius creative example:**
```javascript
```
---
##### **How to change it:**
**1.** Include **{click\_url}** as a new variable in a separate script tag:
```javascript
```
**2.** Then add **click** variable in the end of Gemius tag as shown:
```javascript
```
---
##### **The full JS tag should appear in the following manner:**
```javascript
```