* Session starts. This event will be sent by a POST message. * Query is setup in this method and stored in the message * queue. */
| 196 | * queue. |
| 197 | */ |
| 198 | void GAnalytics::startSession() |
| 199 | { |
| 200 | QVariantMap customValues; |
| 201 | customValues.insert("sc", "start"); |
| 202 | sendEvent("Session", "Start", QString(), QVariant(), customValues); |
| 203 | } |
| 204 | |
| 205 | /** |
| 206 | * Session ends. This event will be sent by a POST message. |