Switch between 2 AdSense accounts based on the author post
-
We are two managers for one website , each of us have an AdSense account
Can our ad code display in the articles we write, based on the author ID?
I tried to use this code in head section , but it did not work :
<?php if (is_author('author 1');) : ?> <script data-ad-client="ca-pub-?????1????" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>; <?php else : ?> <script data-ad-client="ca-pub-?????2????" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <?php endif; ?>
any ideas to switch automatically between the accounts
thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Switch between 2 AdSense accounts based on the author post’ is closed to new replies.