Volodymyr Machula

Results 22 comments of Volodymyr Machula

@lyvyu how did you do this: ``` ga(function(tracker) { var clientId = tracker.get('clientId'); }); ``` using this library?

@lyvyu ok, I see, thank you! But how to **get** `clientId ` using this library? Do you have such experience?

@lyvyu I need to send `clientId` to GA in a custom dimension to achieve this goal: [https://www.clickinsight.ca/about/blog/using-clientid-to-connect-multiple-visits](https://www.clickinsight.ca/about/blog/using-clientid-to-connect-multiple-visits) It would be preferable to get `clientId` using this library instead of using...

@snussik great that you brought up this topic! Thank you! 🙏 Will try to handle that soon.

Yes, you're right, we can add one more input and retain the backward compatibility. But we can also go the other way by introducing v3 and make the action simpler,...

> so if we tested the launch template approach with v2 first, it might help us gather user experiences and get v3 right from the get-go That's actually a very...

Thank you! I will test it and try to figure out more details of what we can cover with this and get back to you.

@stas00, the action starts the GitHub runner at EC2 instance launch using scripts entered as user data. And the [official documentation](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html) says: > Scripts entered as user data are run...

> I think it could, especially now with the newly-added runner-home-dir option (said pre-baked directory could be owned by that non-root user, so file permissions probably would not cause issues)....