Skip to content

martijnvv/GACustomDimsUpload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Upload / update Google Analytics custom dimensions via R

With this simple R script, you can update or create custom dimensions for a Google Analytics profile. The script uses the googleanalyticsR package to connect with Google Analytics via the API.

Options in the R script

It provides you with several options:

  • Create brand new GA custom dimensions in an empty GA profile, you define the variables in the script
  • Create brand new GA custom dimensions in an empty GA profile, based on the settings in another GA profile
  • Update GA custom dimensions in a GA profile where custom dimensions already exist, you define the variables in the script
  • Update GA custom dimensions in a GA profile where custom dimensions already exist, based on the settings in another GA profile

This script has been helpful to me to copy custom dimension settings from a first GA profile to multiple other GA profiles, for multiple websites/ profiles with lots of custom dimensions.

About

Upload custom dimensions from R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages