Skip to main content

Interface IFacebookAnalyticsService

Declaration
public interface IFacebookAnalyticsService : IAnalyticsService, IAsyncInitialize

Methods

SendCustom(string, float?, IDictionary<string, object>)

Declaration
void SendCustom(string eventName, float? valueToSum, IDictionary<string, object> parameters = null)
Parameters
TypeName
System.StringeventName
System.Nullable<System.Single>valueToSum
System.Collections.Generic.IDictionary<System.String,System.Object>parameters

SendAchievedLevel(string)

Declaration
void SendAchievedLevel(string level)
Parameters
TypeName
System.Stringlevel

SendCompletedRegistration(string)

Declaration
void SendCompletedRegistration(string registrationMethod)
Parameters
TypeName
System.StringregistrationMethod

SendCompletedTutorial(string, bool)

Declaration
void SendCompletedTutorial(string contentId, bool success)
Parameters
TypeName
System.StringcontentId
System.Booleansuccess

SendInitiatedCheckout(string, string, int, bool, string, double)

Declaration
void SendInitiatedCheckout(string contentId, string contentType, int numItems, bool paymentInfoAvailable, string currency, double totalPrice)
Parameters
TypeName
System.StringcontentId
System.StringcontentType
System.Int32numItems
System.BooleanpaymentInfoAvailable
System.Stringcurrency
System.DoubletotalPrice

SendPurchased(int, string, string, string, double)

Declaration
void SendPurchased(int numItems, string contentType, string contentId, string currency, double price)
Parameters
TypeName
System.Int32numItems
System.StringcontentType
System.StringcontentId
System.Stringcurrency
System.Doubleprice

SendSpentCredits(string, string, double)

Declaration
void SendSpentCredits(string contentId, string contentType, double totalValue)
Parameters
TypeName
System.StringcontentId
System.StringcontentType
System.DoubletotalValue

SendUnlockedAchievement(string)

Declaration
void SendUnlockedAchievement(string description)
Parameters
TypeName
System.Stringdescription

SendAdImpression(float, string)

Declaration
void SendAdImpression(float value, string currency)
Parameters
TypeName
System.Singlevalue
System.Stringcurrency