### For Static and Server Side Rendering Website
Copy and paste this code in the common HTML of your site, between `
` and ``.
```
```
Add the following code in your desired page of your site.
(You can replace p01 class name with your preferred advertisement size)
Please see the available advertisement sizes at the end of the page.
```
;
const NAME = ;
const GENDER = ;
const REGION = ;
const AGE = ;
const JOB = ;`;
// e.g =>
// `const EMAIL = '${this.userEmail}';
// const NAME = '${this.userName}';`;
document.head.appendChild(adsVisitorInfoScript);
...
}
```