I tried to create a new in-feed ad with default parameters (no design customisation) from Adsense. I am now able to configure this kind of ad with your plugin. There is no error during configuration and no barred or unsupported status. However, no ads appear on my page. What would I do ?
Hi aandrianina,
thanks for reaching out.
Which customizations did you do on the code so that Advanced Ads did not accept it?
The page you linked above is not an article archive in a technical sense. It looks like one but is just a static page. The In-feed add-on is not able to add ads in there due to that fact.
The Custom Position or Post List placements in Advanced Ads Pro are able to help in this case.
Please let me know if you need anything else.
Best regards,
Thomas
Hi,
Thanks a lot for your quick answer.
I tried to modify text color/ font: size and add some margin. All these modifications are done from AdSense configuration page. Just before code is generated.
I will have a look on your others add-on to correct my problem. May I buy these add-on separately or do I need to buy all access ?
Thanks for the details regarding the ad customizations.
> May I buy these add-on separately or do I need to buy all access ?
Both placements I mentioned are part of the single Advanced Ads Pro add-on. You don’t need All Access.
If you have further (pre-sale) questions regarding an add-on then please refer to our customer support.
Thanks,
Thomas
And is there any other solution using manual placement ? And how to do it?
Yes, you can use the Manual placement if the script that generates the feed page allows you to place a shortcode between the posts in the list or you have access to the PHP file to add it. I would not suggest that if you are not familiar with PHP though.
I also just tested various versions of the In-feed ads and can’t reproduce an issue with them.
If you still have the ad code, could I ask you to send it to me through customer support. You can also post it here, but need to remove the individual information like the publisher ID first.
Thanks,
Thomas
here is the code of my in-feed ads (this one is without customisation and doesn’t generate error on your plugin):
<script async src=\”https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\”></script>
<ins class=\”adsbygoogle\”
style=\”display:block\”
data-ad-format=\”fluid\”
data-ad-layout-key=\”-dd+95-30-bo+wc\”
data-ad-client=\”ca-pub-xxxxxxx\”
data-ad-slot=\”1054913874\”>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
And this is th code that generate a error :
<script async src=\”https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\”></script>
<ins class=\”adsbygoogle\”
style=\”display:block\”
data-ad-format=\”fluid\”
data-ad-layout-key=\”-fl+3v+b0-f0-2x\”
data-ad-client=\”ca-pub-xxxxxx\”
data-ad-slot=\”4819146485\”>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Thank you. Both codes are working for me. What was the error message saying?
Thanks,
Thomas
When I create a new ad, I clicked on create new and your plugin list to me all my ads from my AdSense profile I have an array like this this one :
Name Slot ID Type Size
ad1 2609584410 Text, Image Responsive
ad2 9879901473 Text, Image Responsive
ad3 1054913874 Text, Image Responsive
ad4 4819146485 unsupported unsupported
Ah, yes. The problem is that AdSense doesn’t allow us to import some ad types even though they list it. It is indeed annoying.
So for In-feed, In-article and Matched Content you would need to get the code from your AdSense account and add it manually.
Best regards,
Thomas