custom-dimensions Questions
2
Solved
I'm trying to set up a custom dimension for GA4 called chain_id using the gtag set method. I've also added a custom_map property in the config but I'm not even sure if that is necessary. The issue ...
Micropyle asked 27/9, 2022 at 15:28
1
Solved
I'm using Azure App Insight as a logging tool and store log data by the following code:
private void SendTrace(LoggingEvent loggingEvent)
{
loggingEvent.GetProperties();
string message = "...
Levitate asked 20/7, 2018 at 16:3
1
Solved
I searched the web for the solution to send multiple custom dimensions to google analytics.
the old tag ga was easy to configure like so :
ga('create', 'UA-ID', 'auto');
ga('set', 'dimension1'...
Dabber asked 27/5, 2018 at 12:27
1
© 2022 - 2024 — McMap. All rights reserved.