# Linkedin Pages: Posts

## Description

* Each record represents the performance of a LinkedIn post

## Supported Data Sources

* <img src="https://fivetran.com/integrations/linkedin/resources/linkedin_company_pages.svg" alt="" data-size="line"> LinkedIn Company Pages

## Columns

| Type    | Name                        | Description                                                            |
| ------- | --------------------------- | ---------------------------------------------------------------------- |
| STRING  | ugc\_post\_id               | The unique ID of the post                                              |
| STRING  | post\_author                | The author of the post                                                 |
| STRING  | post\_url                   | The URL of the post                                                    |
| STRING  | created\_timestamp          | The timestamp of when the post was created                             |
| STRING  | first\_published\_timestamp | The timestamp of when the post was first published                     |
| STRING  | lifecycle\_state            | The current state of the post                                          |
| STRING  | commentary                  | The text content of the post                                           |
| INTEGER | organization\_id            | The ID of the organization that owns the post                          |
| STRING  | post\_title                 | The title of the post                                                  |
| STRING  | post\_type                  | The type of the post                                                   |
| STRING  | organization\_name          | The localized name of the organization                                 |
| INTEGER | click\_count                | The total number of times the post was clicked                         |
| INTEGER | comment\_count              | The total number of comments on the post                               |
| INTEGER | impression\_count           | The total number of impressions on the post                            |
| INTEGER | like\_count                 | The total number of likes on the post                                  |
| INTEGER | share\_count                | The total number of shares on the post                                 |
| STRING  | source\_relation            | The source of the record, if the unioning functionality is being used. |


---

# 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-pages-posts.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.
