Amazon Native Shopping Ads

azimbek-esanov

Mar 4th, 2018 11:00 AM

Hi Devdojo team! I am going to add Amazon Native Shopping Ads to image bottom on the product page. How Can I add Amazon Shopping Ads code?

iambuxer

Mar 4th, 2018 12:31 PM

Hi.

In your theme directory go to the folder includes and open the file product.blade.php and you can place your ad code at the bottom of the code between the last two </div> closing tags.

Check if that's the position you want and if not, post a screenshot of where you want it.

azimbek-esanov

Mar 4th, 2018 01:44 PM

@iambuxer thank you for your comment. All product will be different that is why I need different related custom product ads. I think I must to add new product and new Amazon shopping native ads on the admin panel/product page. Can I easily add and update in the admin panel? Where I want to add you can check it https://ibb.co/hYBBHn

I don't understand :/ How does amazon native ads work? Or ads will be changed automatically on every page

iambuxer

Mar 4th, 2018 02:55 PM

I'm not sure if amazon native shopping ads can display related content. If they do then to place the ad code you have to go to your theme directory and open the products folder then open read.blade.php and inside that file search for product_body then you have to place the ad code after the div closing tag

iambuxer

Mar 4th, 2018 03:04 PM

I just looked in Amazon's Native Shopping Ads page and in the Recommendation Ads tab it says:

Place Native Shopping Ads in product article pages to automatically display relevant product recommendations from Amazon based on your page content and visiting users. It's mobile responsive so you can place it at the end of content and it will adapt based on the page container and device type.

So, if you place their code after the closing div tag that I mentioned before, the ads will be related to the product you posted.

azimbek-esanov

Mar 4th, 2018 05:31 PM

Thank you for your help! Recommendation Ads is great idea but it works not good. I tried anything :(( For example on the page is not available, on another page appears one ad. Almost all ads are not related to products. Does it have another way in the Admin panel? Please Devdojo team help me :( Or can I create code box on the Database/Bread?

iambuxer

Mar 4th, 2018 08:52 PM

Sorry, I wouldn't be able to know since my knowledge with DB is limited. I think @devdojo or @mark have the answer for you. I hope they read this and help you.

mark

Mar 5th, 2018 07:56 AM

I would recommend hiring a Laravel freelancer for customizations like this if you are not familiar with Laravel yourself.

mark

Mar 5th, 2018 07:57 AM

Anyhow, you could add a new field for your products table where you could parse in an ad to show.