Skip to content

Latest commit

 

History

History
73 lines (53 loc) · 3.27 KB

RELEASE_NOTES.md

File metadata and controls

73 lines (53 loc) · 3.27 KB

App Reporting Pack Release Notes

Version 1.4.0 [2024-06-25]

tl;dr: Upgraded installation process and introduced upgrade procedure.

Dashboard

  • Fixed incorrect date filters on SKAN Postbacks page
  • Fixed incorrect Account % of total in Disapprovals tab.

Data

  • Add support for resetting incremental performance snapshots.
    • ./run-local.sh --reset-incremental-performance-snapshots will delete all incremental snapshots and upload data again if prompted.
  • Application is upgraded to Google Ads API v16.
  • Add support for custom conversion mapping.
  • Improve installation process on Google Cloud:
    • Add option for upgrading the application.
    • Ensure OWNER permissions to GCP project when installing the application.
    • Add support for remote (Google Cloud Storage only) application config files.
    • Add helper for accessing application logs on Cloud Logging.
  • Bug fixes:
    • iOS SKAN schema can be added.
    • Incremental snapshots are not duplicated.
  • Update documentation.
    • Document customizing solution via config.
  • Add support for custom regexp when inferring video orientation.

Version 1.3.0 [2023-11-01]

Breaking changes. Please re-create your existing version of your App Reporting Pack.

Dashboard

  • Added links to Google Ads Account/Campaigns/Ad Groups
    • all datasources contain account, campaign and optionally ad_group fields which are hyperlinks to Google Ads UI.
  • Fixed bug with incorrect assets cohort calculation (Page 4 Asset Reporting - chart Cohort Analysis)
    • inapps_30_day is used as a base for calculating the inapp_N_day_% metric which results in a correct chart view.

Data

  • Add support for incremental saving of performance data and performing initial load.
  • Make backfilling of bid budgets and asset cohorts a default behaviour
  • Simplify installation process:
    • Add default values during the installation - simply accept them and proceed with the installation in two clicks.
    • Check whether google-ads.yaml is correct before proceeding to the installation.
    • Various improvements to installing solution to Google Cloud
  • Add modularity to the app
    • You can run bash run-local.sh --modules disapprovals to get only data on disapprovals; by default core,assets,disapprovals,ios_skan modules are fetched, you can explore modules at app folder.

Version 1.2.0 [2023-07-31]

Dashboard

New App Reporting Pack with iOS SKAN support - dashboard

Data

  • Added iOS SKAN Support
    • Adeed new table ios_skan_decoder and new datasource skan_decoder in Looker Studio dashboard
    • Users can specify iOS SKAN decoder schema to improve their SKAN reporting how to specify iOS SKAN decoder schema
    • SKAN postbacks are added to change_history dataset
  • Improved process of installing the solution
  • Fixed bug with empty conversion lag adjustment

Version 1.1.0 [2022-11-23]

Base version