> For the complete documentation index, see [llms.txt](https://rock-content.gitbook.io/rock-convert/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rock-content.gitbook.io/rock-convert/como-criar-um-banner-cta.md).

# Como criar um banner (CTA)

### Cadastrando um banner

Neste artigo você vai aprender como criar um novo banner no **Rock Convert**.&#x20;

{% hint style="info" %}
Antes de começar, tenha certeza que você [já tem o Rock Convert instalado](/rock-convert/setup-e-configuracao.md#instalacao) em seu blog WordPress
{% endhint %}

Dentro do administrador do WordPress, acesse **Rock Convert > Novo Banner**

![Clique em Novo banner](/files/-LPgZAPOWhIK2TvsUUAf)

![Formulário de cadastro de banners](/files/-LPgadzjdQcdIrAube1K)

Nesta página será possível cadastrar um banner com as seguintes propriedades:

**Titulo:** É o identificador do CTA. Este nome não aparece no site e é utilizado apenas para identificar o banner na listagem.

**Imagem:** É a imagem do banner. Recomendamos utilizar uma imagem com a mesma largura do blog (Geralmente entre 750px 960px)

**Link:** Para onde o usuário será redirecionado ao clicar no banner.

**UTM Source e UTM Campaign:** Atributos para identificar o banner na ferramenta de analytics.

{% hint style="info" %}
A **UTM** é uma opção de monitoramento através do Google Analytics. Entenda melhor seu funcionamento através deste [link](https://marketingdeconteudo.com/parametros-utm-do-google-analytics/)!
{% endhint %}

**Visibilidade:** Nesta parte é possível esconder o banner em páginas específicas. Caso não queira que o banner apareça em um post basta adicionar a URL do mesmo nesta parte.

**Categorias de exibição:** Selecione em quais categorias este banner deve aparecer. Caso nenhuma categoria seja selecionada o banner não aparecerá em nenhum lugar do site.

### Conferindo o resultado

**Ao final, o resultado será semelhante ao print abaixo:**<br>

![](/files/-LPgdSvmSVxFK87RKlvH)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://rock-content.gitbook.io/rock-convert/como-criar-um-banner-cta.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
