Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AnalyticsEvent.PostAdAction

public static Analytics.AnalyticsResult PostAdAction(bool rewarded, string network, string placementId, IDictionary<string,object> eventData);
public static Analytics.AnalyticsResult PostAdAction(bool rewarded, Analytics.AdvertisingNetwork network, string placementId, IDictionary<string,object> eventData);

Parameters

rewardedSet to true if a reward is offered for this ad (required).
advertisingNetworkThe ad or mediation network provider (optional).
placementIdAn ad placement or configuration ID (optional).
eventDataDictionary of custom parameters. (optional).

Returns

AnalyticsResult The result of the analytics event sent.

Description

Sends a post_ad_action event.

Send this event with the first action a player takes after an ad is shown, or after an ad is offered but not shown.

Did you find this page useful? Please give it a rating: