Skip to content

Commit

Permalink
New translations api.md (Spanish, Latin America)
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-support-admin committed Jul 17, 2024
1 parent e9183af commit 08055c9
Showing 1 changed file with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@ sidebar_position: 4

# API

## Getting Started
## Comenzar

1. Log on to https://ads.brave.com
1. Inicie sesión en https://ads.brave.com

2. Generate an API KEY
1. Profile -> Generate API Key
2. Record generated API key, as you will not be able to retrieve it again
2. Genere una clave API
1. Perfil -> Generar clave API
2. Registre la clave API generada, ya que no podrá recuperarla nuevamente

## Endpoints
## Puntos finales

### Campaign Details
### Detalles de campaña

Retrieves all campaigns you have ran, as well as the ad sets and ads associated with them by ID.
Este recupera todas las campañas que ha ejecutado, así como los conjuntos de anuncios y los anuncios asociados a ellas por ID.

```
GET https://ads-serve.brave.com/v1/api/campaigns
OBTENER https://ads-serve.brave.com/v1/api/campaigns
```

##### Optional Parameters
##### Parámetros opcionales

- `from` (date in UTC) - Fetch campaigns that ended on or after specified date. Format: `YYYY-MM-DDTHH:MM:SS`
- `a partir de` (fecha en UTC): recuperar las campañas que finalizaron en la fecha especificada o después. Formato: `AAAA-MM-DDTHH:MM:SS`

### Campaign Reporting
### Informes de campaña

Retrieves reporting details about a specific campaign you have ran, where the ID can be retrieved from the campaign details endpoint.
Este recupera los detalles de los informes sobre una campaña específica que haya ejecutado, donde el ID se puede recuperar desde el punto final de detalles de la campaña.

#### Common Reporting fields
#### Campos comunes de informes

```
Day/Hour,Advertiser Name,Campaign Name,Campaign ID,Creative Set ID,Creative Set Name,Creative Instance ID,Creative Title,Creative Body,Creative URL,View Counts,Click Counts,Dismissed Counts,Landed Counts,Conversion Counts,OS,Spend,View-through Conversion Counts,Click-through Conversion Counts,Attribution Window (days)
Expand Down

0 comments on commit 08055c9

Please sign in to comment.