iOS Question Google Analytics V4 on B4i

mtechteam

Member
Licensed User
Longtime User
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?
 
Top