I want to set up share tracking in Google Analytics. I see the field on the Advanced tab for the 'Google Analytics property ID'.
But I want to use the Google Analytics _trackSocial method.
If I just add my GA ID to that field will shares be tracked as normal events (Content > Events) or social events (Visitors > Social) in GA v5?
If the former can I use the 'addthis_config values' field further down on the Advanced tab to add the 'data_ga_social' value?
If so, do I simply add data_ga_social:true in there and fill in the property ID field above? Or do I add both values to this field? i.e.
data_ga_property:'UA-xxxxxx-x',
data_ga_social:true
Thanks in advance.