メインコンテンツまでスキップ

LinkedIn広告コネクタの制限事項

備考

ベータ版

この機能はベータ版です。ワークスペース管理者は、 プレビュー ページからこの機能へのアクセスを制御できます。Databricksのプレビューを管理するを参照してください。

Learn about known limitations when using the managed LinkedIn Ads connector in Lakeflow Connect.

一般的な制限事項

  • When you run a scheduled pipeline, alerts don't trigger immediately. Instead, they trigger when the next update runs.
  • ソーステーブルを削除しても、宛先テーブルは自動的に削除されません。宛先テーブルは手動で削除する必要があります。この動作は、Lakeflow上のSpark宣言型パイプラインの動作と一致しません。
  • ソースのメンテナンス期間中は、Databricks がデータにアクセスできない場合があります。
  • ソーステーブル名が既存の宛先テーブル名と競合する場合、パイプラインの更新は失敗します。
  • Multi-destination pipeline support is API-only.
  • You can optionally rename a table that you ingest. If you rename a table in your pipeline, it becomes an API-only pipeline, and you can no longer edit the pipeline in the UI.
  • パイプラインがすでに起動した後に列を選択した場合、コネクタはその新しい列のデータを自動的にバックフィルしません。ヒストリカルデータを取り込むには、テーブルで完全更新を手動でランします。
  • Databricks can't ingest two or more tables with the same name in the same pipeline, even if they come from different source schemas.
  • ソースシステムは、カーソル列が単調に増加することを前提としています。
  • このコネクタは、変換を行わずに生データを取り込みます。変換には、LakeFlow Pipelines 上のダウンストリームの Spark 宣言型パイプラインを使用してください。

サポートされているテーブル

The connector supports the twelve predefined tables listed in LinkedIn Ads connector reference. You cannot define custom reports.

増分取り込み

  • Only the seven prebuilt report tables support incremental ingestion. The five entity tables are fully refreshed on each pipeline update.
  • エンティティテーブルは、履歴の追跡(SCDタイプ2)をサポートしていません。現在の状態のみが保存されます。
  • A report that has already synced resumes from its own cursor, so lowering sync_start_date after the first update does not backfill it. Only newly appearing accounts or campaigns start from the new date. To re-ingest earlier history, run a full refresh on the table.
  • 削除されたキャンペーンや広告アカウントは、コネクタの追跡状態にエントリが保持されたまま、単に更新が停止します。宛先テーブルに既に取り込まれた行はそのまま残ります。コネクタがそれらを削除することはありません。

Data retention

LinkedIn はパフォーマンス データを 10 年間、専門的な人口統計データを 2 年間保持します。API からそれ以前のデータを取得できないため、レポートに適用される期間よりも前の sync_start_date は拒否されます。

レポート設定

  • Each prebuilt report has a fixed configuration. Its pivot, time granularity, and metric set are set per report and cannot be overridden.
  • 5つのデモグラフィック レポートは、クリエイティブごとではなくキャンペーンごとに集計されます。これは、LinkedIn のデモグラフィック回答にはクリエイティブ情報が含まれていないためです。
  • 月次レポートを暦月より小さい単位に絞り込むことはできません。LinkedInでは、月単位の粒度で月未満の範囲を指定しても行が返されないため、月の中間に該当する sync_start_date はその月の初日に調整され、その月に対して返される行は1か月分の集計値となります。

タイムゾーン

レポート日の境界は広告アカウントのタイムゾーンではなくUTCで評価され、これを上書きすることはできません。

認証

  • このコネクタは、認証を行うユーザーがロールを持つ広告アカウントのみを読み取ります。広告アカウントを取り込むには、接続を認証するユーザーがそのアカウントに対してロールを持っていることを確認してください。
  • LinkedIn issues access tokens with a 60-day lifespan. LinkedIn also invalidates a user's existing tokens for an app when a new authorization requests a different set of scopes.