Reward video server-side verification

110 views
Skip to first unread message

cuiyongx...@gmail.com

unread,
Nov 7, 2018, 10:47:38 PM11/7/18
to Google Mobile Ads SDK Developers
Hi :

We encountered several problems when using "Rewarded Video Ad Rewarded Video Ad server-side verification":

1. We use setUserId() to pass in our custom data (our client does not support setCustomData() for the time being because of the low SDK version). But the server callback does not return the parameter "user_id".

2. What results should we return to the AdMob server (such as "OK" or "success") to indicate that we have received a callback and do not send the same callback again?

Can you give us some suggestions to solve this problem in the fastest way? Thanks.

mobileadssdk-a...@google.com

unread,
Nov 8, 2018, 3:11:59 PM11/8/18
to cuiyongx...@gmail.com, Google Mobile Ads SDK Developers
Hi there,

Thanks for reaching out to us. Can you confirm the SDK version you are using and whether you are noticing this issue with the latest version as well? If this is still happening, can you send us your Ad Unit ID and Charles logs (here are setup instructions for us to have a look? You can use "Reply Privately to Author" option to send the details privately.

Regards,
Deepika Uragayala
Mobile Ads SDK Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+ page:
    http://googleadsdeveloper.blogspot.com
    https://plus.google.com/115658573333388777174/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--

---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/22dd667d-222a-451b-a139-fe1dbec2fd4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

cuiyongxiang

unread,
Nov 8, 2018, 9:45:05 PM11/8/18
to mobileadssdk-a...@google.com, google-adm...@googlegroups.com, Dong Yi, yan...@gamegou.com, lili, Fang Xinxiang, He Dongxu
Hi:

Thank you for your reply.

Our client use "compile "com.google.android.gms:play-services-ads:11.8.0"" by gradle. And the Ad Unit ID is "ca-app-pub-9302859085921897/4449444691"

At present, we do not consider upgrading SDK version because we are afraid of affecting the normal use of other SDK, which may take a long time. So we would like to hear what good suggestions you have. We want to solve this problem in the fastest way. If there is no good solution, then we will have to upgrade the SDK version.

Thanks again.

mobileadssdk-a...@google.com

unread,
Nov 9, 2018, 3:14:34 PM11/9/18
to cuiyongxiang, He Dongxu, Dong Yi, Fang Xinxiang, google-adm...@googlegroups.com, lili, yan...@gamegou.com
Hi there,

We would suggest that you upgrade locally and see if this is still happening since we would not be able fix any bugs on the older version if this has been fixed.

Regards,
Deepika Uragayala
Mobile Ads SDK Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+ page:
    http://googleadsdeveloper.blogspot.com
    https://plus.google.com/115658573333388777174/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 11/08/18 21:44:47 cuiyongx...@gmail.com wrote:
Hi:

Thank you for your reply.

Our client use "compile "com.google.android.gms:play-services-ads:11.8.0"" by gradle. And the Ad Unit ID is "ca-app-pub-9302859085921897/4449444691"

At present, we do not consider upgrading SDK version because we are afraid of affecting the normal use of other SDK, which may take a long time. So we would like to hear what good suggestions you have. We want to solve this problem in the fastest way. If there is no good solution, then we will have to upgrade the SDK version.

Thanks again.

On 11/9/2018 04:11<mobileadssdk-advisor+sup...@google.com> wrote:
Hi there,

Thanks for reaching out to us. Can you confirm the SDK version you are using and whether you are noticing this issue with the latest version as well? If this is still happening, can you send us your Ad Unit ID and Charles logs (here are setup instructions for us to have a look? You can use "Reply Privately to Author" option to send the details privately.

Regards,
Deepika Uragayala
Mobile Ads SDK Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+ page:
    http://googleadsdeveloper.blogspot.com
    https://plus.google.com/115658573333388777174/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 11/07/18 22:47:38 cuiyongx...@gmail.com wrote:
Hi :

We encountered several problems when using "Rewarded Video Ad Rewarded Video Ad server-side verification":

1. We use setUserId() to pass in our custom data (our client does not support setCustomData() for the time being because of the low SDK version). But the server callback does not return the parameter "user_id".

2. What results should we return to the AdMob server (such as "OK" or "success") to indicate that we have received a callback and do not send the same callback again?

Can you give us some suggestions to solve this problem in the fastest way? Thanks.

--

---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsubscrib...@googlegroups.com.

cuiyongxiang

unread,
Nov 10, 2018, 2:29:10 AM11/10/18
to mobileadssdk-a...@google.com, He Dongxu, Dong Yi, fangxi...@gamegou.com, google-adm...@googlegroups.com, li...@gamegou.com, yan...@gamegou.com

Hi ,

The main problem now is why we used setUserId() on the client side, but didn't return "user_id" in the ad callback, and I didn't find any update log saying you abandoned this api. We tried to upgrade the ad version of SDK, but there were more changes involved. We want to solve this problem in the quickest way.



mobileadssdk-a...@google.com

unread,
Nov 12, 2018, 7:25:46 PM11/12/18
to cuiyongxiang, He Dongxu, Dong Yi, fangxi...@gamegou.com, google-adm...@googlegroups.com, li...@gamegou.com, yan...@gamegou.com
Hello, 
Do you have an example project that demonstrates this behavior? Thanks. 

Jon


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+ page:
    http://googleadsdeveloper.blogspot.com
    https://plus.google.com/115658573333388777174/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 11/09/18 23:28:54 cuiyongx...@gmail.com wrote:

Hi ,

The main problem now is why we used setUserId() on the client side, but didn't return "user_id" in the ad callback, and I didn't find any update log saying you abandoned this api. We tried to upgrade the ad version of SDK, but there were more changes involved. We want to solve this problem in the quickest way.



On 11/10/2018 04:14<mobileadssdk-advisor+sup...@google.com> wrote:
Hi there,

We would suggest that you upgrade locally and see if this is still happening since we would not be able fix any bugs on the older version if this has been fixed.

Regards,
Deepika Uragayala
Mobile Ads SDK Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+ page:
    http://googleadsdeveloper.blogspot.com
    https://plus.google.com/115658573333388777174/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 11/08/18 21:44:47 cuiyongx...@gmail.com wrote:
Hi:

Thank you for your reply.

Our client use "compile "com.google.android.gms:play-services-ads:11.8.0"" by gradle. And the Ad Unit ID is "ca-app-pub-9302859085921897/4449444691"

At present, we do not consider upgrading SDK version because we are afraid of affecting the normal use of other SDK, which may take a long time. So we would like to hear what good suggestions you have. We want to solve this problem in the fastest way. If there is no good solution, then we will have to upgrade the SDK version.

Thanks again.

cuiyongxiang

unread,
Nov 12, 2018, 9:48:40 PM11/12/18
to mobileadssdk-a...@google.com, He Dongxu, Dong Yi, fangxi...@gamegou.com, google-adm...@googlegroups.com, li...@gamegou.com, yan...@gamegou.com
Hi,

I uploaded the example project to the attachment, please check it.

thanks
Example project.zip

mobileadssdk-a...@google.com

unread,
Nov 13, 2018, 3:14:01 PM11/13/18
to cuiyongxiang, He Dongxu, Dong Yi, fangxi...@gamegou.com, google-adm...@googlegroups.com, li...@gamegou.com, yan...@gamegou.com
Ok I will take a look at this today. Thanks.


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+ page:
    http://googleadsdeveloper.blogspot.com
    https://plus.google.com/115658573333388777174/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 11/12/18 18:48:25 cuiyongx...@gmail.com wrote:
Hi,

I uploaded the example project to the attachment, please check it.

thanks
On 11/13/2018 08:25<mobileadssdk-advisor+sup...@google.com> wrote:
Hello, 
Do you have an example project that demonstrates this behavior? Thanks. 

Jon


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+ page:
    http://googleadsdeveloper.blogspot.com
    https://plus.google.com/115658573333388777174/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 11/09/18 23:28:54 cuiyongx...@gmail.com wrote:

Hi ,

The main problem now is why we used setUserId() on the client side, but didn't return "user_id" in the ad callback, and I didn't find any update log saying you abandoned this api. We tried to upgrade the ad version of SDK, but there were more changes involved. We want to solve this problem in the quickest way.



Reply all
Reply to author
Forward
0 new messages