Click or drag to resize

MeasurementProtocolPayload.GetPostData Method

Returns the post data to send to ga

Namespace:  NetQuarry.Services.GoogleAnalytics
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public virtual Dictionary<string, string> GetPostData()

Return Value

Type: Dictionary<String, String>
The post data.
See Also