Skip to content

Update all the default Meltano Models for Facebook data to expose the Inline Link Clicks Aggregate

This MR updates most models, using the aggregates for the inline_link_clicks variants that were introduced to most transform tables by dbt-tap-facebook!10 (merged):

  • inline_clicks
  • inline_ctr
  • inline_cpc
  • results_from_inline_clicks

It updates all the Click related aggregates (Clicks, CTR, CPC, etc) to use the Inline clicks aggregates and its variants in the place of the Clicks (All) ones.

The following Models have updated aggregates for the metrics mentioned above:

  • Clicks
  • Clicks per age
  • Clicks per device
  • Clicks per gender
  • Clicks per platform
  • Results
  • Costs
  • Funnel Performance
  • Funnel Costs

Closes #7 (closed)

Edited by Yannis Roussos

Merge request reports