Forum
Welcome, Guest
Please Login to access forum.
How can i integrate adsense? (1 viewing) 
Go to bottom
TOPIC: How can i integrate adsense?
#5973
wolfgang rolke
Fresh Boarder
Posts: 5
User Offline
How can i integrate adsense? Karma: 0  
Is it possible to integrate adsense?
I cannot find a Way, to do this.

Best regards
Wolfgang
 
Logged Logged  
  The administrator has disabled public write access.
#5974
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:How can i integrate adsense? Karma: 79  
It's not a feature of the plugin as of now, probably it will be in the next release.
However it's possible to add custom code for AMP adsense. You could use a custom module to add for example:

Code:

<script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"></script> <amp-ad width=300 height=250 type="adsense" data-ad-client="ca-pub-2005682797531342" data-ad-slot="7046626912"> </amp-ad>
Best regards John
 
Logged Logged  
  The administrator has disabled public write access.
#5976
wolfgang rolke
Fresh Boarder
Posts: 5
User Offline
Re:How can i integrate adsense? Karma: 0  
Ok, thank you, it works
 
Logged Logged  
  The administrator has disabled public write access.
Go to top