# Adding Ads to Campaign

Now, in the newly created Advertisement Campaign, you could create new ads by clicking on the button that says ”New Ads”, and there you could name it, then select a type of banner, and a type of advertisement: it's whether banner or video.&#x20;

Banner is a static image texture, which is essentially a picture.

Video is a dynamic texture, which is essentially a video.

Both of them are placed in a 2D space, however, there might be instances and scenarios when a 2D texture could wrap a complex 3D object, but we will not speak about that at the moment. Once the type of the ad is selected, you can upload it. Again, in case of the banner, it's an image, which means uploading an image, and in case of the video, it's a video. And when you click on ”Create”, the ad is created in this Advertisement Campaign.

<figure><img src="https://2133953908-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2R0efebFfiw8qumiNT9v%2Fuploads%2Fad6A5b6eHR0U8Bas7RZp%2Fimage.png?alt=media&#x26;token=807da34f-4647-41f0-939f-3d7e7e722e40" alt=""><figcaption></figcaption></figure>

From now on, if the ad campaign is currently running and games implement advertising services integrated with your ad campaign, during the time period of the ad campaign, your ads from it will be running in these games.

<figure><img src="https://2133953908-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2R0efebFfiw8qumiNT9v%2Fuploads%2FZ9rT9LjNEsDEp4OGykeS%2Fimage.png?alt=media&#x26;token=af0f089b-e32d-4247-b08b-96c0f599774b" alt=""><figcaption></figcaption></figure>

Let's sum it up, what we did. So once an advertisement campaign is [created ](https://docs.reneverse.io/advertiser-flow/creating-ad-campaign)and the content of it is populated, whether with banners or videos, if the time when the advertisement campaign is running is active, then all games implementing these advertisements of yours will be projecting them in their environments.<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.reneverse.io/advertiser-flow/adding-ads-to-campaign.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
