EventHitGetPostData Method |
POST an event to Google Analytics
v=1 // Version.
tid=UA-2337392-21 // Tracking ID / Property ID.
cid=555 // Anonymous Client ID - user_guid
t=event // Event hit type
ec=register // Event Category. (Required) - category - e.g. register, rsvp, order-match, event-match (register)
ea=finish // Event Action. (Required) - name of the action (register -> complete)
el=chla // Event label - account.moniker for the source account (register -> complete -> chla)
ev= // Event value - the number of times this event has been fired (register -> complete -> chla -> 1)
cm= // Campaign (utm_campaign)
cs= // Source (utm_source)
Namespace:
NetQuarry.Services.GoogleAnalytics
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public override Dictionary<string, string> GetPostData()
Public Overrides Function GetPostData As Dictionary(Of String, String)
Return Value
Type:
DictionaryString,
StringThe post data.
See Also