Pollfish payouts

Hi! How much does Pollfish pay us (the devs) per survey? How much should one coin the user gets be worth for us to still make a profit?
Thanks!

Nevermind, found it!

1 Like

You just misunderstood the situation. That counter is for giving share of Digital Units set by you in your app per USD 1.
In short, if you earned USD 1 from a single survey displayed by your app, then you can set the amount of coins or name of Digital Units to be given.
By the way,
Rewarded surveys can give from a range of USD 0.30- 4 per survey.

Thanks, but how much do we receive? If the user gets 40 cents we have to get at least 40 cents after fees to pay them, right?

User didn’t get any kind of money, only app coins set by you.
And its up to you, how much in-app coins you give for USD 1 in your app.

Great, so the user has a theoretical balance of, let´s say, 100 coins but those are stored with my account not the users? That´s only logical but hey thats great. Thanks!

1 Like

Exactly :grinning_face_with_smiling_eyes:
Welcome :grinning_face_with_smiling_eyes:

But there is a big problem, The Pollfish component is not working till the following Fenix 1.5.3 update, I have complained in the community but till now no response from the team. :joy:

Who´s surprised… the team is unreachable. There is no customer support, we are the fishes on the fishing rod for them, only there to generate money.

Daaaym :astonished:
Lets see what happens

Hello everyone this is Andreas from Pollfish. Please let me know how I can help

2 Likes

Hi! Lets say the user gets 35 points (100=1USD), how much do we get as devs other than the amount needed to pay the user

The Pollfish component isn’t working properly, it has some bugs I suppose.

1 Like

When for example you get 35 points in the live survey received event then if your conversion rate is 100 points = 1 USD then it means that the survey recieved is 35 USD cents. You can always read in the survey received notification the CPA value which is the actual amount that you as the publisher will get in USD cents. Let me know if that helps!

Can you please elaborate or be more specific please? Is this something on the Pollfish side, or does it have to do with the component on the Kodular side?

Thanks, but let´s say I want to make a profit. On my tests the CPA was 51 and the reward value was 51 with 1 point = 1 cent that would have nothing left for me -taxes meaning I have to pay extra.

Kodular. For instance we can not access the device id you use making it impossible to match the user to completed surveys by such.

  1. You set the exchange rate so if you would like to make profit you just have to change the exchange rate to make the margins work for you like in any other ad network.

  2. On the completion of a survey you can distinguish a user with the request_uuid or click_id param that you can pass during initialization and receive those via s2s callbacks upon completion.

Please let me know if that helps

  1. Thank you, I will look into it. Didnt think about it being that simple.

  2. Sorry but I cannot get the request UUID or the click_id. I contacted kodular support (i.E. @Peter) as advised by your support:
    image

As you can see, I cannot access any of the values mentioned by you:


and once completing a survey, we only get those variables:
image

request uuid is supposed to be received via s2s callbacks https://www.pollfish.com/docs/s2s not locally within the app in order to securely reward your users from your server side (which is the industry standard). Unfortunately there is no way to get request uuid in local notifications.