Skip to content

Update the Transformations for Google Ads to take into account that the Ad Network and Device segments are added to Ads Performance Reports

This MR:

  1. Adds two new segments to the base models for Google Ads Performance Reports :
    1. Ad Network (Attribute: network)
    2. Device (Attribute: device)
  2. Removes the 24 metrics that conflict with the new segments and will be removed by meltano!1526 (merged)
  3. Exposes the new segments to all the related transform models and updates all the daily/weekly/monthly models to take into account the fact that the data for all performance reports are additionally segmented by those two dimensions
  4. Adds new models for Campaign and AdGroup levels that will generate pre-aggregated data sets by those segments.

Closes #5 (closed)

Edited by Yannis Roussos

Merge request reports