GA/GTM

Development

Try setting up GAE on GCP with terraform

I ended up using terraform for work, so I set up a terraform environment to study it myself. This time, I will set up GAE on GCP using terraform. Installing CloudSDK CloudSDK is a GCP gclo...
GA/GTM

Try using GA's reporting API

I want to automate the data seen in the GA view by retrieving it with API! So I tried it. Create a project in GCP Enter a suitable project name and click Create. Select the API to use Go to the dashboard screen of the created project and click "API and Services..."
GA/GTM

About the lifespan of cookies in ITP

I was forced to implement ITP at work, and I needed to understand the specifications to some extent when implementing it, so I wrote an article about it. ITP is an abbreviation of Intelligent Tracking Prevention, and is installed in Apple's browser Safari...