playMaker

Author Topic: Help with Show Ads  (Read 3274 times)

Handrews

  • Playmaker Newbie
  • *
  • Posts: 36
  • 3D Artist & Game Developer
    • Thetra Games Artstation
Help with Show Ads
« on: August 23, 2020, 08:19:07 AM »
Hello!

I recently created a mobile game and i want to use the action "Unity Ads Show Ad", but it dosent work at all, when i press the button the state get stuck in the action box and doesn't show anything.

I will attach an screenshot of the fsm and the action.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Help with Show Ads
« Reply #1 on: August 23, 2020, 10:56:46 AM »
Hi.
Did you do the unity ads setup

its possible that this not work in editor, only in build

Handrews

  • Playmaker Newbie
  • *
  • Posts: 36
  • 3D Artist & Game Developer
    • Thetra Games Artstation
Re: Help with Show Ads
« Reply #2 on: August 23, 2020, 11:25:40 AM »
setup? i activated the ads in services and downloaded a package.

I just tried and its not working in build neither.
« Last Edit: August 23, 2020, 11:42:19 AM by Handrews »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Help with Show Ads
« Reply #3 on: August 23, 2020, 12:09:43 PM »
Hi.
Sorry its been 5 year ago that i did something for mobile.
Before id stuff etc had to be set up, but i believe that it was for google ads.
but as i said its possible that it only works in build Android/ios

Handrews

  • Playmaker Newbie
  • *
  • Posts: 36
  • 3D Artist & Game Developer
    • Thetra Games Artstation
Re: Help with Show Ads
« Reply #4 on: August 23, 2020, 01:01:44 PM »
Then i need someone that know how to setup the ads for iOS and why the action is not working.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Help with Show Ads
« Reply #5 on: August 23, 2020, 01:32:17 PM »
Hi.
Have you tried in a buid?

Handrews

  • Playmaker Newbie
  • *
  • Posts: 36
  • 3D Artist & Game Developer
    • Thetra Games Artstation
Re: Help with Show Ads
« Reply #6 on: August 23, 2020, 01:54:34 PM »
Yes, it doesn't work.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Help with Show Ads
« Reply #7 on: August 23, 2020, 06:58:46 PM »
Hi.
Did you do Unity Ads Initialize before the show ads?

There is a Sample package on the Ecosystem called 'Play Maker Unity Ads Basic'
Maybe that can help.

Handrews

  • Playmaker Newbie
  • *
  • Posts: 36
  • 3D Artist & Game Developer
    • Thetra Games Artstation
Re: Help with Show Ads
« Reply #8 on: August 24, 2020, 09:37:01 AM »
I tried to use Unity Ads Initialize in the first state, but the result is the same...the action gets stucked, doesn't send any event nor show any ad.

I used the game id that the ads service provides.

Handrews

  • Playmaker Newbie
  • *
  • Posts: 36
  • 3D Artist & Game Developer
    • Thetra Games Artstation
Re: Help with Show Ads
« Reply #9 on: August 24, 2020, 08:29:28 PM »
I tried in a fresh project with the sample of Ecosystem and its the same...the action get stucked and the text is "Show Ad Attempt"

Cliff1122

  • Playmaker Newbie
  • *
  • Posts: 1
Re: Help with Show Ads
« Reply #10 on: August 25, 2020, 04:45:27 AM »
I also having the same issue, action get stuck and the text is "Show Ad Attempt".

Handrews

  • Playmaker Newbie
  • *
  • Posts: 36
  • 3D Artist & Game Developer
    • Thetra Games Artstation
Re: Help with Show Ads
« Reply #11 on: August 25, 2020, 12:19:57 PM »
Someone knows what is going on with this? I need a solution...

Handrews

  • Playmaker Newbie
  • *
  • Posts: 36
  • 3D Artist & Game Developer
    • Thetra Games Artstation
Re: Help with Show Ads
« Reply #12 on: August 28, 2020, 04:53:21 AM »
No one?

Hokichi

  • Playmaker Newbie
  • *
  • Posts: 1
Re: Help with Show Ads
« Reply #13 on: November 03, 2020, 04:14:49 AM »
I am having the same problem..

Christoph

  • Beta Group
  • Sr. Member
  • *
  • Posts: 254
Re: Help with Show Ads
« Reply #14 on: November 04, 2020, 09:21:35 AM »
Not sure about those actions, but a lot has changed in the last 5 years regarding advertising on mobile. Privacy related but as well technology wise. There is a big probability that those actions are not compatible anymore.

I suggest you use an asset like Easy Mobile Pro (https://assetstore.unity.com/packages/tools/integration/easy-mobile-pro-75476) or Mobile Ads (https://assetstore.unity.com/packages/tools/integration/mobile-ads-gdpr-compliant-102892) they both come with Playmaker Actions and are very 'easy' to setup and already come with GDPR/CCPA solutions.

Also remember that on iOS the SKANetwork is needed very soon, so you will have to be ready for that too.

Otherwise you can as well write your own ads manager if you have some simple c# skills and just follow the setup of any individual ad provider. I suggest you look at Admob for example.

But as said, it's best just to go with one of those assets and call it a day.