{{ company_name }} {{ title }} {{ subtitle }} {{ greeting }} {{ opening_message }} {{ influencer_name }} {{ campaign_name }} {{ post_title }} {{ platform }} {{ scheduled_date }} {{ deadline }} {{ status }} {{ step_1_description }} {{ step_2_description }} {{ step_3_description }} {{ closing_message }} {{ sender_name }} {{ sender_role }} {{ footer_company_name }}
| fotophoto | name | phone | tier | tier_class | profile_url | is_active | ||
|---|---|---|---|---|---|---|---|---|
| Carregando…Loading… | ||||||||
| id | name | tier_class |
|---|
| quandowhen | açãoaction | usuáriouser | mudançaschanges |
|---|---|---|---|
| Carregando…Loading… | |||
| id | name | company | objective | is_active | |
|---|---|---|---|---|---|
| Carregando…Loading… | |||||
| id | name | company |
|---|
| quandowhen | açãoaction | usuáriouser | mudançaschanges |
|---|---|---|---|
| Carregando…Loading… | |||
| id | nomename | corcolor | |
|---|---|---|---|
| Carregando…Loading… | |||
| quandowhen | açãoaction | usuáriouser | mudançaschanges |
|---|---|---|---|
| Carregando…Loading… | |||
Gerencie e acompanhe todas as publicações programadas e ativas.Manage and track all scheduled and active publications.
| campanha · creatorcampaign · creator | collab | postpost | datasdates | status | pub_url | operaçãoops |
|---|---|---|---|---|---|---|
| Carregando…Loading… | ||||||
| quandowhen | açãoaction | usuáriouser | mudançaschanges |
|---|---|---|---|
| Carregando…Loading… | |||
source.source.| post | source | collab | views | ♡ likes | comments | ↑ shares | saves | ↻ reposts | interaçõesinteractions | 👎 dislikes | views intenc.intentional views | views únicasunique views | ⚡ hype | ativ. perfilprofile activity | total viewerstotal viewers | retenção %retention % | assistiu 100% %watched full % | pulou %skipped % | seguidores %followers % | não seguidores %non-followers % | viewers novos %new viewers % | viewers recorr. %returning viewers % | título do vídeovideo title | publicado empublished at | duraçãoduration | tempo assistido totaltotal watch time | tempo assistido médioavg watch time | on-topic | off-topic | verview | hook | cta | cenasscenes |
|---|
| quandowhen | açãoaction | usuáriouser | mudançaschanges |
|---|---|---|---|
| Carregando…Loading… | |||
Antes de gravar, você já decidiu quem posta o quê, pra qual campanha e quando — isso é o plano. Nada de anotar em planilha solta. Before recording, you've already decided who posts what, for which campaign, and when — that's the plan. No loose spreadsheets.
TécnicoTech
CRUD de creators/campanhas/posts; selects mostram nome, gravam id; a grade lê vw_posts_plan.
CRUD for creators/campaigns/posts; selects show name, store id; the grid reads vw_posts_plan.
Quando o post sai do forno, você sobe o print da tela de métricas da rede — sem digitar senha nenhuma no CreatorOS. Ao mesmo tempo, a gente já vai catando os comentários lá na fonte. Once the post is live, you upload the screenshot of the platform's metrics screen — no password ever typed into CreatorOS. Meanwhile, comments get collected straight from the source.
TécnicoTech Signed URL: o front pede uma URL assinada à API e sobe o arquivo direto pro Storage; comentários coletados via scraper (Apify) em paralelo. Signed URL: the front asks the API for a signed URL and uploads straight to Storage; comments collected via scraper (Apify) in parallel.
A IA olha o print e já anota views, likes, salvamentos e retenção pra você. E lê cada comentário pra dizer se é elogio, bronca ou indiferença — e se fala do conteúdo ou é só ruído. The AI looks at the screenshot and logs views, likes, saves and retention for you. And reads every comment to say whether it's praise, complaint, or shrug — and whether it's actually about the content or just noise.
TécnicoTech Gemini Vision extrai as métricas do screenshot; Gemini classifica sentimento (positivo/neutro/negativo) e on-topic/off-topic por comentário. Gemini Vision extracts metrics from the screenshot; Gemini classifies sentiment (positive/neutral/negative) and on-topic/off-topic per comment.
Nada disso vira dado solto. Cada peça vai pra tabela certa, identificada por id — nunca por nome, que muda. E quem consulta sempre lê por uma janela pronta (a view), nunca direto na tabela crua. None of this floats around loose. Each piece lands in the right table, identified by id — never by name, which changes. And anyone querying reads through a ready-made window (the view), never straight off the raw table.
TécnicoTech
Escrita via API por id nas tabelas (dim_post_metrics etc.); leitura sempre pelas views (vw_posts_plan, vw_posts_insights_base) — a UI nunca fala direto com o banco.
Writes via API by id into the tables (dim_post_metrics, etc.); reads always through views (vw_posts_plan, vw_posts_insights_base) — the UI never talks to the database directly.
As abas de análise — Reações, Público, Creators, Roteiros — pegam esse tanto de dado cru e contam duas coisas: o que aconteceu e o que fazer no próximo post. Cada marca só vê os próprios números; os creators, esses são compartilhados entre todas. The analysis tabs — Reactions, Audience, Creators, Scripts — take all that raw data and tell you two things: what happened and what to do on the next post. Each brand only sees its own numbers; creators, though, are shared across all of them.
TécnicoTech
Views guiadas renderizam bloco descritivo + prescritivo sobre vw_posts_insights_base; isolamento multi-tenant nas queries da API, creators globais entre tenants.
Guided views render a descriptive + prescriptive block over vw_posts_insights_base; multi-tenant isolation in the API queries, creators global across tenants.