Skip to main content

Connecting with AdobeCommerce

Here you'll find guides on how to get your product feed and how to set up the tracking pixel. The feed uploads your products to Tanganica, and the pixel then tracks your ad performance and unlocks advanced features.

Set up your product feed (XML)

To advertise your products, we need your product XML feed in Google Shopping format. Adobe Commerce doesn’t generate this feed by default, but you can easily create it using available extensions from the Adobe Commerce Marketplace. Here’s how:


1. Do you already have a product XML feed?

A product XML feed is a file that contains details about your products (name, price, stock availability, images, etc.). Before creating a new feed, check if you already have one generated via an extension.

How to check:

  1. Log in to your Adobe Commerce admin.

  2. Open your installed extensions list.

  3. Look for any product feed extension.

    • If you already have one installed, it’s likely that the feed is already generated.

    • Copy the feed URL and paste it into our app — no need to create a new one.

👉 If no feed exists yet, follow the steps below to create one.


2. How to create a product XML feed?

Step 1 – Install an extension

  1. Visit the Adobe Commerce Marketplace.

  2. Search for “product feed”.

  3. Choose an extension that suits your needs.

  4. Click Add to Cart / Install and follow the instructions to install it in your Adobe Commerce store.

Step 2 – Generate your feed

  1. Open the extension you just installed in your admin.

  2. Configure all the required settings.

  3. Make sure the feed is in XML format and set up for Google Shopping.

  4. After generation, you’ll receive a feed URL, usually in this format:
    https://www.myshop.com/media/feed/google_shopping.xml

3. Upload the feed URL to the Tanganica app

  1. Copy the feed URL.

  2. Paste it into the designated field in our app.

  3. Confirm.

✅ Done! If the feed is valid and correctly formatted, your products will start syncing into the app.


4. What if you get an error?

  • Wrong format → Feed must be XML, not CSV or JSON.

  • Invalid structure → Some fields may be missing or incorrect (e.g., missing prices or categories).

  • Invalid URL → Try opening the feed in your browser. If no XML shows, there may be an issue with your extension setup.

Activate the Tanganica Pixel

The Tanganica Pixel lets you track ad performance, get detailed statistics, and unlock advanced features. Here’s how to install it on your Adobe Commerce store:

1. Log in to Adobe Commerce admin

  • In the left menu, go to Content → Design → Configuration.

  • Find your active store and click Edit.

2. Add the Tanganica Pixel code

  • Scroll down to Other Settings → HTML Head.

  • In the field Scripts and Style Sheets, paste the following code:

<!-- Tanganica pixel -->

<script>(function(w,d,s,l,i){w[l]=w[l]||[];

w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});

var f=d.getElementsByTagName(s)[0],j=d.createElement(s),

dl=l!='dataLayer'?'&l='+l:'';j.async=true;

f.parentNode.insertBefore(j,f);

})(window,document,'script','dataLayer','GTM-TRS5RSN');</script>

<!-- End Tanganica pixel -->

  • At the top of the page, click Save Configuration.

3. Clear cache

  • In the left menu, go to System → Cache Management.

  • Click Flush Magento Cache.

❗ After saving and clearing cache, test in Tanganica to confirm the Pixel is working correctly.

Troubleshooting if Pixel is not detected:

  • Make sure the code is placed in Scripts and Style Sheets.

  • Clear cache under System → Cache Management and reload the site.

  • Verify all changes were saved.

  • Check that the code has no syntax errors or invalid characters.

  • Ensure your store pages are fully functional.

👉 Still having trouble? Contact our support — we'll be happy to help! 🚀

Did this answer your question?