So, I've tried searching around the existing campaings, but there aren't
any specific ones for my site.I did find something interesting in the
code. Failing pages have (xxx = content removed): $CQ(function() {
CQ_Analytics.Engine.loadTeaser({ targetID:
"_xxx-jp_ja_jp_products_allproducts_xxx_jcr_content_container_columns_control_0_item-two_title",
teasers:
[{"path":"/content/xxx-jp/ja_jp/products/allproducts/xxx/jcr:content/container/columns_control_0/item-two/title/default","url":"/content/xxx/ja_jp/products/allproducts/xxx/jcr:content/container/columns_control_0/item-two/title.default.html","name":"default","title":"Default","campainName":"","thumbnail":"/content/xxx/ja_jp/products/allproducts/xxx/jcr:content/container/columns_control_0/item-two/title.thumb.png"}],
strategy: "", trackingURL:
"http://localhost:4502/libs/wcm/stats/tracker"}); }); If I
remove this node
/content/xxx/ja_jp/products/allproducts/xxx/jcr:content/container/columns_control_0/item-two
or rename it the sidekick shows as expected. However I can't find
anything in this or the contained node that produces any campaign
reference. Any suggestions on where to look?UPDATE: ok, ther...