# Linkedin Ads: Account Report

## Description

* Each record in this table represents the daily performance of ads at the account level.

## Supported Data Sources

* <img src="https://fivetran.com/integrations/linkedin/resources/linkedin_ads.svg" alt="" data-size="line"> LinkedIn Ad Analytics

## Columns

| Type     | Name               | Description                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -------- | ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| STRING   | source\_relation   | The source of the record if the unioning functionality is being used. If not this field will be empty.                                                                                                                                                                                                                                                                                                                       |
| DATETIME | date\_day          | The day of the activity.                                                                                                                                                                                                                                                                                                                                                                                                     |
| INTEGER  | account\_id        | Unique internal ID representing the account.                                                                                                                                                                                                                                                                                                                                                                                 |
| STRING   | account\_name      | A label for the account.                                                                                                                                                                                                                                                                                                                                                                                                     |
| INTEGER  | version\_tag       | An integer representation of the version of the account.                                                                                                                                                                                                                                                                                                                                                                     |
| STRING   | currency           | The ISO 4217 currency code of the account, such as 'USD' for United States Dollar (default).                                                                                                                                                                                                                                                                                                                                 |
| STRING   | status             | ACTIVE - Account is active; this is the default stateCANCELLED - Account has been permanently cancelledDRAFT - Account is in draft status, meaning it's not yet fully set up and it is not servingPENDING\_DELETION - Denotes that the account has been requested to be deleted that is currently pendingREMOVED - Denotes that the account was deleted, but must remain fetchable due to the existence of performance data. |
| STRING   | type               | BUSINESS - This is the only value allowed when creating accounts through the API.ENTERPRISE - This value cannot be used to create accounts through the API and is reserved for accounts created by LinkedIn's internal ad operations systems.                                                                                                                                                                                |
| DATETIME | last\_modified\_at | The timestamp of when the version was updated.                                                                                                                                                                                                                                                                                                                                                                               |
| DATETIME | created\_at        | The timestamp of when the account was created.                                                                                                                                                                                                                                                                                                                                                                               |
| INTEGER  | clicks             | The count of chargeable clicks.                                                                                                                                                                                                                                                                                                                                                                                              |
| INTEGER  | impressions        | This is the count of "impressions" for Direct Ads and Sponsored Updates and "sends" for InMails.                                                                                                                                                                                                                                                                                                                             |
| INTEGER  | cost               | The cost of the ads in the local currency or USD.                                                                                                                                                                                                                                                                                                                                                                            |


---

# 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://endash-guidance-docs.gitbook.io/cigro-data-templates/data-model-templates/linkedin-ads-account-report.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.
