Microsoft Azure PlayFab logo
    • Multiplayer
    • LiveOps
    • Data & Analytics
    • Add-ons
    • For Any Role

      • Engineer
      • Designer
      • Executive
      • Marketer
    • For Any Stage

      • Build
      • Improve
      • Grow
    • For Any Size

      • Solo
      • Indie
      • AAA
  • Runs on PlayFab
  • Pricing
    • Blog
    • Forums
    • Contact us
  • Sign up
  • Sign in
  • Ask a question
  • Spaces
    • PlayStream
    • Feature Requests
    • Add-on Marketplace
    • Bugs
    • API and SDK Questions
    • General Discussion
    • LiveOps
    • Topics
    • Questions
    • Articles
    • Ideas
    • Users
    • Badges
  • Home /
  • General Discussion /
avatar image
Question by LeeYenCuhn · Oct 19, 2020 at 07:42 AM · unity3dandroid

RewardAdActivityRequest Invalid input parameters

I check my placementID and rewardID get from GetAdPlacements() is correct, but I still get error message: Invalid input parameters.

Below is my snipet code

GetAdPlacementsRequest request = new GetAdPlacementsRequest();
                request.AppId = appID;
                PlayFabClientAPI.GetAdPlacements(request, result => {
                    rewardID = result.AdPlacements[0].RewardId;
                    placementId = result.AdPlacements[0].PlacementId;
                    Debug.Log("rewardID: " + rewardID);
                    Debug.Log("placementID: " + placementId);
                }, err => Debug.Log("OnUnityAdsDidFinish GetAdPlacements fail"));


                RewardAdActivityRequest requestA = new RewardAdActivityRequest();
                requestA.PlacementId = placementId;
                requestA.RewardId = rewardID;
                PlayFabClientAPI.RewardAdActivity(requestA, result => Debug.Log("AD Success: " + PlayFabSimpleJson.SerializeObject(result)), err => Debug.Log("AD error: " + err.ErrorMessage));
Comment

People who like this

0 Show 0
10 |1200 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
Best Answer

Answer by SethDu · Oct 19, 2020 at 08:57 AM

According to your code, GetAdPlacements and RewardAdActivity API are called asynchronously, which means the code below is not receiving any data from GetAdPlacements:

RewardAdActivityRequest requestA = new RewardAdActivityRequest();

requestA.PlacementId = placementId;

requestA.RewardId = rewardID;

You may confirm it via checking those values before RewardAdActivity is called.

I will suggest putting RewardAdActivity in the callback of GetAdPlacements to solve this issue(though you will need to follow https://docs.microsoft.com/en-us/gaming/playfab/features/automation/rewarded-ads/quickstart to handle the process).

Comment

People who like this

0 Show 1 · Share
10 |1200 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image LeeYenCuhn · Oct 19, 2020 at 09:07 AM 0
Share

Thank you! I got it.

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Navigation

Spaces
  • General Discussion
  • API and SDK Questions
  • Feature Requests
  • PlayStream
  • Bugs
  • Add-on Marketplace
  • LiveOps
  • Follow this Question

    Answers Answers and Comments

    3 People are following this question.

    avatar image avatar image avatar image

    Related Questions

    Google Play Games: Silent Login 1 Answer

    Azure Function works in Unity Editor, but not on device (Android) 1 Answer

    ,Unity playfab How to Login With Android Device ID 1 Answer

    Google Authentication Error 3 Answers

    Login Authentication UI works perfectly on Unity Editor, but doesn't work on an android device. 1 Answer

    PlayFab

    • Multiplayer
    • LiveOps
    • Data & Analytics
    • Runs on PlayFab
    • Pricing

    Solutions

    • For Any Role

      • Engineer
      • Designer
      • Executive
      • Marketer
    • For Any Stage

      • Build
      • Improve
      • Grow
    • For Any Size

      • Solo
      • Indie
      • AAA

    Engineers

    • Documentation
    • Quickstarts
    • API Reference
    • SDKs
    • Usage Limits

    Resources

    • Forums
    • Contact us
    • Blog
    • Service Health
    • Terms of Service
    • Attribution

    Follow us

    • Facebook
    • Twitter
    • LinkedIn
    • YouTube
    • Sitemap
    • Contact Microsoft
    • Privacy & cookies
    • Terms of use
    • Trademarks
    • Safety & eco
    • About our ads
    • © Microsoft 2020
    • Anonymous
    • Sign in
    • Create
    • Ask a question
    • Create an article
    • Post an idea
    • Spaces
    • PlayStream
    • Feature Requests
    • Add-on Marketplace
    • Bugs
    • API and SDK Questions
    • General Discussion
    • LiveOps
    • Explore
    • Topics
    • Questions
    • Articles
    • Ideas
    • Users
    • Badges