EmailHitGetPostData Method |
Returns the post data to send to ga for the transaction hit
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