google play console ad section blank - google-app-maker

Im trying to finish the todos so I can rollout my app but the ad section is just blank
If I try to go to target audience it tells me to go back to ads
heres the image

Try turning off your ad blocker if you are using one.

Related

How does Google Keep fetch link preview?

My websites (which are just recovered from an attack) are fetched like this in Google Keep. However testing with Facebook Open Graph Debugger they appear normal. So is there a way to know what mechanism GK uses to fetch link preview?
Also asked in Google Help Center
This is a sign of a cloaking hack. See Fixing the Japanese keyword hack | Web Fundamentals for more

Can't get a value from an URL parameter

I'm trying to integrate the Google+ API in my web application which is developed in Angular2 so I can login to the home page using my Google account credentials and without the need to create a new account. I made a clickable html link that has the following href
https://accounts.google.com/o/oauth2/v2/auth?response_type=code&client_id=**********.apps.googleusercontent.com&scope=email&redirect_uri=http://localhost:3000/home
Once clicking on it, it demands for permission through my google account and when i authorize, it redirect me to the http://localhost:3000/home?code=4 the problem is that I need the whole code's value so that I can use it to get the Access Token but I don't know why the value appeared then it went hidden in less than a second and just keeping the first letter of the code (which is 4 in this case). The problem that if I go back to the previous page of the browser it will appear again.
Any help please? Or Is there any Function in Angular2 that tells the browser to go back to the previous page so I can get the whole code ?

Does the Facebook Pixel only work when an ad is clicked on?

I am new the whole Facebook Pixel thing....
I have put the Facebook Pixel code into the header of my WordPress site - that is not a problem. But I was under the impression that the 'conversions' would only show up in the Ad Manager if the viewer was coming from an ad that was clicked on.
It appears that the Facebook Pixel Conversion reports are showing all traffic, regardless if they clicked an ad link or not.
Is this normal behavior?
Cheers!
I have the same problem.
The facebook pixel analytic page shows all traffic, regardless if they clicked an ad link or not.
What are we doing wrong.?

Chartboost shows video when showInterstitial() is called

I am using the latest version of Chartboost ANE with my Starling based game. I call
Chartboost.getInstance().showInterstitial(location);
on the home screen. Chartboost starts playing a video ad. Shouldn't it show a regular static interstitial ad instead? Where does this video come from?
Make sure the campaigns that your app is using for interstitials have their type set to "static interstitial"
To check, open your developer dashboard and select the app, then select "Campaigns", then select "Publishing". Under "Ad Type", the campaign should say "static".
(Also, is you app currently in test mode? This is just speculation, but I recall having seen a video ad sneak through while testing.)

How to debug Google DFP?

The standard ?google_console=1 isn't working for us at the moment. We're using the Google Publisher Tag (asynchronous).
The Google publisher console is OK for spot checks, but I'd highly suggest moving away from that method. Sometimes the Google pub console will list partial data for ad units...and I have had rough experiences with using the Google pub console for debugging sync GPT.
If you're using Chrome, a stronger method would be the following:
Load the page.
Open the Chrome Developer Tools, and click on the Network tab.
In the filter field, enter "doubleclick" (minus the quotes).
Ctrl+R to refresh the page.
All the DFP ad calls will begin populating (typically have ads and gampad references in the name).
Click on an ad call. The info should display in the right panel.
For quick reference:
iu: (the ad unit portion of the string)
Cust_params or scp: typically most custom criteria targeting values should display in either of these two, depending on tag implementation
Additionally, in the Response tab, under Headers, the Google Line Item ID and Google Creative ID will be listed....this is extremely helpful for debug/troubleshooting. You can also see XML returns for video creatives.
Also, if you need to debug outside of Chrome, Charles/Fiddler are good debug alternatives. Keep am eye out for the Query String and Header tabs, but the same info should pass thru. Filtering is key.
Hope this helps.
Just try to run the following command in JS console:
googletag.openConsole();
Note: You can also specify ID of the div element containing the ad slot in the function argument.
Or paste the following code into the bookmark in Bookmark Manager:
javascript:googletag.openConsole();
then navigate to the website and click on newly created bookmark.
Or use the following HTML code to create a link on your content page, e.g.:
Open console
See also:
Enable the Google Publisher Console
GPT Reference

Resources