hairizuanbinnoorazman / automaton

Automation of marketing tools via CLI
MIT License
0 stars 0 forks source link

Google Analytics Settings Snapshot #1

Closed hairizuanbinnoorazman closed 6 years ago

hairizuanbinnoorazman commented 6 years ago

In Google Analytics, the properties of settings can be easily changed but the changes are not versioned and saved. This would mean that certain settings like Goal Metrics can lose their context as time passes - e.g. Let's say you use Goal 20 to track button clicks for some event. If a marketer changes their mind, they can alter the goal event but it edited goal information is not versioned and kept properly.

In order to avoid this, one could pull all settings from Google Analytics and store it as some sort of json history backup. We can use this backup to check and compare settings across time.

hairizuanbinnoorazman commented 6 years ago

Some of the settings to keep versioned:

  1. Goals
  2. Filters
  3. Custom Dimensions
  4. Custom Metrics
  5. Filter links
hairizuanbinnoorazman commented 6 years ago

The snapshot is now available in the main cmd