I am trying the following lines of code: (B4i V7.50)
In Process_Globals: Dim GA As AnalyticsTracker
In Application_start: GA.Initialize("G-2SP8xxxxxx")
and in a button1_click event: GA.TrackEvent("category", "action", "label", 10)
It runs with no errors. But I'm not finding anything in the reports. Could be my ignorance.
Two questions: Will this library accept G-xxx format for the TrackingID or does it need to be UA-xxxx?
Which of the 4 parameters in the TrackEvent method represent the event name and where will the other parameters show up?
In Process_Globals: Dim GA As AnalyticsTracker
In Application_start: GA.Initialize("G-2SP8xxxxxx")
and in a button1_click event: GA.TrackEvent("category", "action", "label", 10)
It runs with no errors. But I'm not finding anything in the reports. Could be my ignorance.
Two questions: Will this library accept G-xxx format for the TrackingID or does it need to be UA-xxxx?
Which of the 4 parameters in the TrackEvent method represent the event name and where will the other parameters show up?