Most voted "ad" questions
26 questions
Sort by count of
-
9
votes1
answer610
viewsHow to set up mopub ads?
When you install the plugin mopub in the Android Studio you choose the type of banner ad and it gives you all the code to go pasting in the right place. You perform works right appears in the test…
-
3
votes2
answers282
viewsLike timing an Interstitial ad?
How to Time an Interstitial Ad? Example:. @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); interstitialAd = new InterstitialAd(Main.this);…
-
3
votes1
answer35
viewsControl daily image views
I don’t want the script ready, just know the best strategy. Guys, I’m having a hard time figuring out how best to control the amount of daily banner views. For example: I have a comic with 500…
-
3
votes1
answer1479
viewsPHP 7 - Logged in user(AD) and hostname
I’ve already searched the Stackoverflow En and PT, google and only found things like getenv(), $_SERVER['user'],shell_exec() or anything that returns me data from the Web server, nothing from the…
-
3
votes1
answer705
viewsPHP Return AD user
I have the query below, which searches the full name of the registered AD user: <?php //Conexao com AD $ldapconfig['host']= '192.168.203.99'; //AD-001 $ldapconfig['port']= '389'; //Porta Padrão…
-
2
votes1
answer392
viewsPHP x Proxy Authentication
I have a network with proxy authentication which I do not have access to settings and a system in the internal network via PHP. The users and passwords of the PHP system are the same as AD and…
-
2
votes1
answer187
viewsWhat is Rootdse
The manager of my company, gave me a file talking very little about "rootDSE", and told me that it is a way to integrate LDAP with programming languages. I’ve never heard of it this way, and I don’t…
-
2
votes1
answer60
viewsAuthenticating user by AD returns server user instead of local user
I have a web application that validates the user logged in to the machine, loads their permissions and opens the screens you are allowed, without using login screen. Caught the user with…
-
1
votes0
answers30
viewsApple can’t see my Ad
I sent my app for review, because they say they can’t locate my ad: Your submitted IAP indicate that your app serves Advertisements. However, we Were Unable to locate ads in your app. Please reply…
-
1
votes0
answers174
viewsflow to login with web api with AD users returning token per profile
We are setting up an Api for our internal systems, we enter a paradigm in the best way to create a login of users validated by AD returning token with profile being the Profile the group that the…
-
1
votes0
answers101
viewsUse Admob or similar for Windows Phone [Construct 2]?
I’m using Construct 2 to create games, after Unity gave problem. I want to export mainly to the Microsoft platform (Windows and Windows Phone) but I’m facing a problem when monetizing Windows Phone…
-
1
votes1
answer165
viewsJava + Active Directory - Single Sign On
I was asked to do SSO for a web application in Java. The idea is that through computer information, the application check in the AD and according to the OR user, he has access to certain modules of…
-
1
votes0
answers477
views -
1
votes0
answers12
viewsHelp between two separate Adwords campaigns
I have two online stores with two separate Adwords accounts. It intended to make an Adwords campaign in which the two online stores were always appearing at the top (so far easy) and find a way that…
-
1
votes0
answers252
viewsVideo Html5 with advertisement
I have a code to put an ad in video 5 seconds, but I can’t put it on top of the video in the right corner, I can use css but with full screen it doesn’t work, someone has an idea var media =…
-
1
votes1
answer264
viewsPHP Ldap AD - Recognize user data automatically without login
I intend to make an application in PHP that does not need the user already beaten and password to login. As we have Active Directory here in the company, at first I thought to make the user when…
-
1
votes1
answer20
viewsCompare SQL Server users to AD users
I need to raise users of an instance that no longer exist in the AD for cleaning these. Is there any way to compare AD users with windows Authentication users of an SQL instance?
-
1
votes0
answers38
views -
0
votes1
answer64
viewsAd error adbuddiz Android
At the time you call the ad displays this error and does not show the ad E/AdBuddiz: Can't show Ad: NETWORK_TOO_SLOW. Current network is too slow. it displayed a few times and now appears this…
-
0
votes1
answer392
viewsAccess permission for a PHP + AD + Oracle system
Good morning, I’m new to PHP and I’m starting a system for the company I work for, generating reports. Currently my PHP code authenticates with an Active Directory normally, and when connecting, it…
-
0
votes0
answers191
viewsPowershell Get-Aduser -Ldapfilter command for searching all users outside a group
What is the command to search all domain users that do not belong to a certain GG? I’ve tried using: Get-ADUser -ldapfilter {(&(name*)(!memberof=*GG_DI-ADM))} -properties * | select name,…
-
0
votes2
answers62
viewsSimilar to Admob for Desktop?
Is there? I want to do a free program but I would like to have ad in specific locations of it. And charge the license to be able to remove this, as it works in apps today. Unfortunately Google (as…
-
0
votes1
answer77
viewsDo I need to add all ads to the.xml string?
I already know that I should create a block for every actvity of my application that I want to display ads, but I don’t know how do I modify the string.xml (if any) after the first ad block has been…
-
0
votes1
answer109
viewsFilter AD User - Powershell/CSV
Dear colleagues, I need to read a CSV file and filter the users within the AD with the information contained in the CSV. I need to compare the CSV field with the Userprincipalname inside the AD. My…
-
0
votes1
answer62
viewsHow do I get the interfacial ad between an Activity and another?
I think I did everything correctly, but the application jumps to the next Activity without appearing anything. public class... private FirebaseAnalytics mFirebaseAnalytics; private AdView adView01;…
-
0
votes0
answers96
viewsFuckadblock only recognizes that Adblock is turned off after many refresh on the page
Hello, I’m trying to implement the ebit banner but I’m having problems with adblocks. In my previous question (ebit banner with 404 error and infinite loop with Adblock on) I was able to implement…