Hi guys,
I am sorry but I have another question about Playhaven!
This time i am trying to use different placements. Maybe one when the app start (gameStart) and maybe another after each gameplay (gamePlay) but I am confuse on how to do that?
From the Playhaven example:
doContentRequest = function(placement) updateStatusText("Content Request called: " .. placement) playHaven.contentRequest(placement, true) end playHaven.doContentRequest("interstitial")
The thing I do not get is how the code above allows to show an ad for a specific “placement”? It seems to me that the parameter that “playHaven.doContentRequest(“interstitial”)” send to the function doContentRequest(placement) is “interstitial”??
So basically is where can I pass the placement “gameStart” or “gamePlayEnd” placement string? Of course I did add those two placements in the Playhaven dashboard.
Thanks for any pointers!
Mo