For example:
Now my client wants to show Hair Care related products from Amazon in all the posts related to Haircare.
Again If the post category is vegetarian we want to show all the vegetable-related products from Amazon.
Could you tell us is this is achievable from your plugin? If yes, the could you tell us how can we do it?
Thanks
Nazmul Hassan
]]>Status indicator is always grey.
I’ve tried clearing the unit cache and recreating them, however nothing seems to resolve this issue or is this a limitation?
]]>I have added a contextual unit to display on all posts on my site, on the side widget and at the bottom of the posts but the products being shown are mostly totally unrelated to the content on the page – see https://ticketyniches.com/test/the-best-common-landscaping-tools-to-get-the-job-done/ for example
Why are the products shown not relevant?
]]>Is it possible to display products on each page/post, depending on the post title?
For eg. if the title of the blog is “Xyz”, can the Amazon ads display a search result of “xyz” ?
Please advise.
]]>Much Obliged.
]]>I would greatly appreciate any help to get it to work.
Many thanks
Tony
Can you enable a filter by \”SearchIndex\”
https://webservices.amazon.com/paapi5/documentation/locale-reference/united-states.html#search-index
Or Add Unit by scratchpad payload
https://webservices.amazon.com/paapi5/documentation/play-around-using-scratchpad.html
$payload=”{”
.” \”Keywords\”: \”veevus\”,”
.” \”Resources\”: [”
.” \”Images.Primary.Large\”,”
.” \”ItemInfo.ContentRating\”,”
.” \”ItemInfo.Title\”,”
.” \”Offers.Listings.DeliveryInfo.IsFreeShippingEligible\””
.” ],”
.” \”SearchIndex\”: \”SportsAndOutdoors\”,”
.” \”PartnerTag\”: \”###############\”,”
.” \”PartnerType\”: \”Associates\”,”
.” \”Marketplace\”: \”www.amazon.com\””
.”}”;
Thanks
]]>