<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Tutorial: Transform your Lakeflow Connect ad data into visual and conversational analytics in Technical Blog</title>
    <link>https://community.databricks.com/t5/technical-blog/tutorial-transform-your-lakeflow-connect-ad-data-into-visual-and/ba-p/166659</link>
    <description>&lt;H2&gt;&lt;STRONG&gt;Introduction&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;Traditionally, unifying requires building brittle custom integrations for every single source. &lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/aws/en/ingestion/lakeflow-connect/" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Lakeflow Connect&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; resolves this with native, fully managed connectors for a &lt;A href="https://www.databricks.com/blog/unify-your-marketing-data-lakeflow-connect" target="_blank" rel="noopener"&gt;full suite of martech sources&lt;/A&gt;, including ad connectors like Google Ads, Meta Ads, and TikTok Ads. Each connector incrementally lands your campaign data directly in &lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/aws/en/data-governance/unity-catalog/" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Unity Catalog&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;, with no custom API integrations to build or maintain.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In this post, we introduce &lt;/SPAN&gt;&lt;A href="https://github.com/databricks-industry-solutions/ad-genie" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Ad-Genie&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;, an open-source accelerator that builds on the raw data ingested by Lakeflow Connect’s ad connectors to deliver three things out of the box: a Spark Declarative Pipeline for transforming data from all sources into one single layer,, an AI/BI dashboard for visual analysis and a Genie agent for conversational analytics. Behind the scenes, Ad-Genie converts the bronze tables ingested by Lakelflow Connect’s Google, Meta, and TikTok Ads connectors into unified, query-ready gold tables. On top of this, Ad-Genie also creates a semantic layer of &lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/aws/en/uc-semantics/metric-views" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Unity Catalog metric views&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; that define your KPIs. In just three steps, Ad-Genie delivers an analytics-ready foundation that your team can trust and build on.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;What you’ll build&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Giselle_Go_DB_0-1789147689068.png" style="width: 808px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/31021iE3257F048E40830D/image-dimensions/808x293?v=v2" width="808" height="293" role="button" title="Giselle_Go_DB_0-1789147689068.png" alt="Giselle_Go_DB_0-1789147689068.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Ad-Genie transforms raw outputs from Lakeflow Connect’s Meta Ads, TikTok Ads, and Google Ads connectors through the medallion architecture:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Bronze&lt;/STRONG&gt;&lt;SPAN&gt;: Lakeflow Connect lands raw data from each ad platform into managed tables in Unity Catalog. With fully managed connectors, you can easily set a schedule to incrementally load data from the martech sources of your choice.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Silver&lt;/STRONG&gt;&lt;SPAN&gt;: Ad-Genie normalizes the bronze layer tables via per-platform source adapters into a common schema using a Spark Declarative Pipeline. For example:&lt;/SPAN&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="2"&gt;&lt;SPAN&gt;Google's &lt;/SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;customer_id&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;, Meta's &lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#339966"&gt;account_id&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt;, and TikTok's &lt;/SPAN&gt;&lt;FONT face="courier new,courier" color="#339966"&gt;&lt;STRONG&gt;advertiser_id&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt; all become &lt;/SPAN&gt;&lt;FONT face="courier new,courier" color="#339966"&gt;&lt;STRONG&gt;account_id&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="2"&gt;&lt;SPAN&gt;Google reports &lt;/SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;cost_micros&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt; (millionths of a currency unit), which is divided by 1,000,000 into a standard spend column.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="2"&gt;&lt;SPAN&gt;Platform-specific values like Meta's &lt;/SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;ARCHIVED&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt; or TikTok's &lt;/SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;DELETE&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt; are normalized to a shared set (&lt;/SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;ACTIVE&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;PAUSED&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;REMOVED&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Gold&lt;/STRONG&gt;&lt;SPAN&gt;: Ad-Genie unions the normalized silver tables into cross-platform fact and dimension tables: fact tables carry the metrics (&lt;/SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;fact_campaign_report&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;fact_adset_report&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;fact_ad_report&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;), and dimension tables carry the attributes those metrics are sliced by, like campaign, platform, and date.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Beyond the medallion tables, Ad-Genie adds a semantic layer to define your metrics as well as two out-of-the-box interfaces to explore them:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Semantic layer&lt;/STRONG&gt;&lt;SPAN&gt;: Three Unity Catalog metric views sit on top of the gold tables and define your marketing KPIs. These cover measures like Impressions, Clicks, Spend, ROAS, CTR, and CPA across dimensions like Date, Source Platform, Campaign, and Objective. Both the dashboard and Genie query these views, so the metric logic is defined once and stays consistent.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;AI/BI Dashboard and Genie.&lt;/STRONG&gt;&lt;SPAN&gt; Ad-Genie optionally deploys two ready-made ways to explore your data: an AI/BI dashboard for visual campaign analysis, and a Genie agent for asking questions in natural language, like "What was our ROAS by campaign last month?" or "Which TikTok ad sets had the highest CPC?"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2&gt;&lt;STRONG&gt;Getting Started&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;Before you begin, make sure you have:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;SPAN&gt;A Databricks workspace with&lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/en/data-governance/unity-catalog/index.html" target="_blank" rel="noopener"&gt; &lt;SPAN&gt;Unity Catalog&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/en/compute/serverless/index.html" target="_blank" rel="noopener"&gt; &lt;SPAN&gt;serverless compute&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;, and &lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/aws/en/databricks-ai/partner-powered#for-an-account-disable-or-enable-partner-powered-ai-features" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;partner-powered AI features&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; enabled.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;SPAN&gt;A&lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/en/compute/sql-warehouse/index.html" target="_blank" rel="noopener"&gt; &lt;SPAN&gt;SQL Warehouse&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; (required for the dashboard and Genie)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;SPAN&gt;At least one of the following Lakeflow Connect ad connectors configured and ingesting on a regular schedule: &lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/aws/en/ingestion/lakeflow-connect/google-ads" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Google Ads&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/aws/en/ingestion/lakeflow-connect/meta-ads-overview" target="_blank" rel="noopener"&gt; &lt;SPAN&gt;Meta Ads&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;, or&lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/aws/en/ingestion/lakeflow-connect/tiktok-ads" target="_blank" rel="noopener"&gt; &lt;SPAN&gt;TikTok Ads&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;A href="https://docs.databricks.com/en/dev-tools/cli/index.html" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Databricks CLI&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; and a bash-compatible shell&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;You can also follow along in this &lt;A href="https://vimeo.com/1222201882/3fa167d4c7" target="_blank" rel="noopener"&gt;step-by-step video walkthrough&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fplayer.vimeo.com%2Fvideo%2F1222201882%3Fh%3D3fa167d4c7%26app_id%3D122963&amp;amp;dntp=1&amp;amp;display_name=Vimeo&amp;amp;url=https%3A%2F%2Fvimeo.com%2F1222201882%2F3fa167d4c7%3Ffl%3Dpl%26fe%3Dvl&amp;amp;image=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F2195257129-26483f156f5b1924f064e05e0b3815b928d218640c3856ff5471f812a1051009-d_1280%3Fregion%3Dus&amp;amp;type=text%2Fhtml&amp;amp;schema=vimeo" width="600" height="337" scrolling="no" title="Ad Genie" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Ad-Genie is packaged as a &lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/aws/en/dev-tools/bundles/" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Declarative Automation Bundle&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; and deploys in three steps:&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;1. Clone, authenticate, and configure&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;Clone the &lt;/SPAN&gt;&lt;A href="https://github.com/databricks-industry-solutions/ad-genie" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Ad-Genie&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; repository and authenticate with your Databricks workspace:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;git clone https://github.com/databricks-industry-solutions/ad-genie.git

cd ad-genie

databricks auth login --host https://&amp;lt;your-workspace-url&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;All configuration happens in a single file, &lt;/SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;config/pipeline.yaml:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;# What to deploy: full | with_dashboard | with_genie | with_metrics | pipeline_only
deployment_profile: full

# Required if deploying the dashboard or Genie
warehouse_id: abc123def456

# Where Ad-Genie writes silver, gold, and metric-view objects
silver_catalog: marketing_analytics
silver_schema: silver
gold_catalog: marketing_analytics
gold_schema: gold
mv_catalog: marketing_analytics
mv_schema: marketing_semantic_layer

# Enable each source and point it to its Lakeflow Connect bronze tables
sources:
  google_ads:
    enabled: true
    bronze_catalog: lakeflow_google
    bronze_schema: google_ads_raw
  meta_ads:
    enabled: true
    bronze_catalog: lakeflow_meta
    bronze_schema: meta_ads_raw
  tiktok_ads:
    enabled: true
    bronze_catalog: lakeflow_tiktok
    bronze_schema: tiktok_ads_raw&lt;/LI-CODE&gt;
&lt;H3&gt;&lt;STRONG&gt;2. Deploy&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;Run the following commands to validate your &lt;/SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;config/pipeline.yaml&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt; and deploy the Ad-Genie bundle:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;./scripts/sync_config.sh

databricks bundle validate -t dev

databricks bundle deploy -t dev&lt;/LI-CODE&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;sync_config.sh&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt; validates your configuration, updates the bundle definition, and patches the dashboard JSON with your catalog and schema references. &lt;/SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;bundle deploy&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt; then creates your schemas, deploys the pipeline, and registers the dashboard.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;3. Run and explore&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;From your Databricks workspace, navigate to &lt;/SPAN&gt;&lt;STRONG&gt;Workflows &amp;gt; Jobs &amp;amp; Pipelines&lt;/STRONG&gt;&lt;SPAN&gt;, find &lt;/SPAN&gt;&lt;SPAN&gt;ad-genie-setup&lt;/SPAN&gt;&lt;SPAN&gt;, and click &lt;/SPAN&gt;&lt;STRONG&gt;Run Now&lt;/STRONG&gt;&lt;SPAN&gt;. This job runs the pipeline to populate your silver and gold tables, creates the three metric views, and provisions the AI/BI dashboard + Genie agent, depending on your deployment profile.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Giselle_Go_DB_1-1789147689068.png" style="width: 815px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/31023i17815E40CF42C241/image-dimensions/815x424?v=v2" width="815" height="424" role="button" title="Giselle_Go_DB_1-1789147689068.png" alt="Giselle_Go_DB_1-1789147689068.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Once the job completes, you can:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;SPAN&gt;Open Catalog Explorer to browse your silver tables (per-source standardized data), your gold tables (unified cross-platform facts and dimensions), and the three metric views.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;SPAN&gt;Open the AI/BI dashboard for a pre-built view of campaign performance across all enabled ad platforms.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Giselle_Go_DB_2-1789147689069.png" style="width: 817px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/31022iC61BB5806188A54D/image-dimensions/817x429?v=v2" width="817" height="429" role="button" title="Giselle_Go_DB_2-1789147689069.png" alt="Giselle_Go_DB_2-1789147689069.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;SPAN&gt;Ask the Genie agent questions in natural language, like "What was our total spend by platform last week?" or "Which campaigns had the highest ROAS in Q1?"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Giselle_Go_DB_3-1789147689069.png" style="width: 819px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/31024i27013136D3C47100/image-dimensions/819x437?v=v2" width="819" height="437" role="button" title="Giselle_Go_DB_3-1789147689069.png" alt="Giselle_Go_DB_3-1789147689069.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;Conclusion&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;Together, Lakeflow Connect and Ad-Genie give marketing and data teams a governed, cross-channel analytics layer for their ad platforms—all deployed as a single bundle on Databricks! If you're running campaigns on Google Ads, Meta Ads, or TikTok Ads and want to harness insights from your data, Lakeflow Connect and Ad-Genie are both free to try today:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;A href="https://docs.databricks.com/aws/en/ingestion/overview" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Lakeflow Connect&lt;/STRONG&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;LI aria-level="2"&gt;&lt;A href="https://www.databricks.com/blog/accelerate-business-insights-lakeflow-connect-now-free-tier" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Lakeflow Connect Free Tier&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;MarTech connector documentation:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="3"&gt;&lt;A href="https://docs.databricks.com/aws/en/ingestion/lakeflow-connect/meta-ads" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Meta Ads connector&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="3"&gt;&lt;A href="https://docs.databricks.com/aws/en/ingestion/lakeflow-connect/tiktok-ads" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;TikTok Ads connector&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="3"&gt;&lt;A href="https://docs.databricks.com/aws/en/ingestion/lakeflow-connect/google-ads-concepts" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Google Ads connector&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Ad-Genie&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="2"&gt;&lt;SPAN&gt;GitHub: &lt;/SPAN&gt;&lt;A href="https://github.com/databricks-industry-solutions/ad-genie" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;databricks-industry-solutions/ad-genie · GitHub&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="2"&gt;&lt;SPAN&gt;Docs: See the &lt;/SPAN&gt;&lt;SPAN&gt;docs/&lt;/SPAN&gt;&lt;SPAN&gt; directory in the repository for configuration, deployment, and extension guides&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Since Lakeflow Connect is launching new ingestion connectors rapidly, Ad-Genie is designed to grow with your stack. Adding a new ad platform is straightforward: create a source adapter that maps the platform's schema to the standardized format, register it, enable it in your config, and redeploy! For questions or contributions, open an issue on GitHub or reach out to your Databricks account team.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Take advantage of the &lt;/SPAN&gt;&lt;A href="https://www.databricks.com/blog/accelerate-business-insights-lakeflow-connect-now-free-tier" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Lakeflow Connect Free Tier&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; and deploy &lt;/SPAN&gt;&lt;A href="https://github.com/databricks-industry-solutions/ad-genie" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Ad-Genie&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; today. Within an afternoon, you can have a governed dashboard and a Genie agent that your marketing team can use to optimize ad spend!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Sep 2026 19:04:51 GMT</pubDate>
    <dc:creator>abhishek-iyer</dc:creator>
    <dc:date>2026-09-11T19:04:51Z</dc:date>
    <item>
      <title>Tutorial: Transform your Lakeflow Connect ad data into visual and conversational analytics</title>
      <link>https://community.databricks.com/t5/technical-blog/tutorial-transform-your-lakeflow-connect-ad-data-into-visual-and/ba-p/166659</link>
      <description>&lt;P&gt;Learn how the Ad-Genie accelerator deploys an AI/BI dashboard and a Genie agent to harness data ingested by Lakeflow Connect’s Google Ads, Meta Ads, and TikTok Ads connectors.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 19:04:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/technical-blog/tutorial-transform-your-lakeflow-connect-ad-data-into-visual-and/ba-p/166659</guid>
      <dc:creator>abhishek-iyer</dc:creator>
      <dc:date>2026-09-11T19:04:51Z</dc:date>
    </item>
  </channel>
</rss>

