Hi!
What is correct version of integration guide for Unity Ads for 2019.2.6 version?
Issue:
In Package manager for ver 2019.2.6 shows only old 2.x Ads package
In the same time in my other project for same 2019.2.6 I use Advertisement package 3.x but looking for ‘Advertisement’ in package manager in first project shows up nothing…
What to do?
P.S.
Looks like its time to update sticky topic ‘How should I install Unity Ads in my game: Asset Store Package, Package Manager or Services Window?’
because first point ‘Download the Unity Monetization package from the Asset Store.’ shows you a page with ‘Unfortunately, Unity Monetization Legacy (Please get from Package Manager) is no longer available.’ text.
Hi @alex1st1 , sorry for the confusion!
Please perform the following:
- Open package manager (on Mac, click “Window” > “Package Manager” from the toolbar at the top)
- Filter by all packages
- Find “Advertisement” and click on the little arrow icon to expand the drop-down
- Click “See all versions”
- Locate 3.7.5 and install it
From here, you can use our current integration guide found here: Unity developer integration guides
Please let me know if you encounter any issues with this.
Have a great day!
Thanx!
I want to note that you still see ‘Ads’ only until…
…you open the arrow and click on 3.7.5:
one more question regarding App-ads.txt please:
here app-ads.txt support is written this:
- Enter the URL of the website where your game is listed on the App Store. This is usually simple, for example, https://www.unity3d.com. This field should contain only the root of the Publisher/Developers website. For example, you can find this website on the Developer page of Google Play, and in settings on the Apple store.
- but what if I have a free hosting where my site looks like https://somename.wixsite.com/somefolder?
Does thie mean Advertisement 3.7.5 library can be compiled only for SDK 19+ (KitKat)?
Why most (not all) of banners are of such bad quality (no pictures , poor colors)?
- but what if I have a free hosting where my site looks like https://somename.wixsite.com/somefolder?
Unfortunately, it needs to be a base URL.
Does thie mean Advertisement 3.7.5 library can be compiled only for SDK 19+ (KitKat)?
Correct.
Unfortunately, I’m not able to reproduce the issue you’re experiencing with banners. Would you be able to provide me with a device log or a Charles log of this happening?
Would you be able to provide me with a device log or a Charles log of this happening?
Actually, that could be an Ads provider issue.
OK, how to do that (any guide)?
Device Logs iOS: How To - Capturing Device Logs on iOS
Device Logs Android: How To - Capturing Device Logs on Android
Collecting Charles logs is much more complicated if you aren’t already familiar with the product (which is really cool once you get the hang of it, by the way). If you’re looking for a challenge, I’d recommend starting here Getting Started • Charles Web Debugging Proxy.
Thank you for your help with this!