Google play link in Android game

I have a button that opens a link to my apps on Google play in my android game.
However it only works on android 7, on devices with lower version of Android it show games from other developers.
My code is Application.OpenURL(“https://play.google.com/store/apps/developer?id=…+…”);
I havent included my real developer id but you get the idea.

I want to add that on lower versions of Android all the games in the link are from other developers, not just ads, because sometimes when i open the link on Android 7 there are 2 games from other developers being advertised in front of my own apps.
I use Unity 5.5.2 f1

can you share the full link…?

i dont see any ads or other games on mine (at least on pc… no android device to test at the moment)
https://play.google.com/store/apps/developer?id=unitycoder

Ads only appear on mobile device.
On pc and unity editor the link works with no problems, but i get different results depending on android version from the same app and same code.