invertase / react-native-firebase

🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
https://rnfirebase.io
Other
11.54k stars 2.19k forks source link

🔥Firebase AdMob SSV identification #2060

Closed nromptea42 closed 5 years ago

nromptea42 commented 5 years ago

Hello, I implemented AdMob successfully and wanted to verify ads seen from the server. I added the link of my API here :

Screenshot 2019-04-15 at 12 47 13

and like it should, it's called a few minutes after the ads being seen.

Issue

I want to identify the ads validated by the server. I can't find any docs about this here : https://rnfirebase.io/docs/v5.x.x/admob/reference/RewardedVideo
It seems it's possible to do it when I look at this docs : https://developers.google.com/admob/android/rewarded-video-ssv

Is there a way to set the property user_id from the RNFirebase package ?
I couldn't find a way to get the transaction_id from the client side. Is it possible ?

One of these two things would be enough to do a server side check.

Feel free to close this if it's not an issue but a feature request instead and I apologise if that's the case. Thank you.

Project Files

iOS

ios/Podfile:

# N/A

AppDelegate.m:

// N/A

Android

android/build.gradle:

// N/A

android/app/build.gradle:

// N/A

android/settings.gradle:

// N/A

MainApplication.java:

// N/A

AndroidManifest.xml:

<!-- N/A -->

Environment


Think react-native-firebase is great? Please consider supporting the project with any of the below:

stale[bot] commented 5 years ago

Hello 👋, to help manage issues we automatically close stale issues. This issue has been automatically marked as stale because it has not had activity for quite some time. Has this issue been fixed, or does it still require the community's attention?

This issue will be closed in 15 days if no further activity occurs. Thank you for your contributions.

nromptea42 commented 5 years ago

Hi,

I really needed to verify from my server the ads seen by my users so I used another library. Still, I think it could be great to have this feature with AdMob. I'm going to close this for now

veanhart commented 4 years ago

@nromptea42 what library did you use for verification? Thanks a lot for the reply.

nromptea42 commented 4 years ago

I used another ad provider

Ehesp commented 4 years ago

I'd be happy to implement something like this, however I'd need to take a good look into whats required from an automation vs user control side of things. Any help in discussions would be great.

shanemduggan commented 4 years ago

@nromptea42 what ad provider did you end up using?

nromptea42 commented 4 years ago

Hey @shanemduggan I used iron source.