Hello team, is there a way to find out filterIDs (...
# gd-beginners
m
Hello team, is there a way to find out filterIDs (maybe by inspect element or a message from iframe) within iframe embeds? I
m
Hi Mustafa, you can find out the filter IDs in GoodData iframes by inspecting the HTML elements. Open the browser’s developer tools. Navigate to the iframe element within the HTML structure. Navigate through the elements within the iframe. Look for elements or scripts that might contain the filter ID information. Look for the
data-filter-id
attribute within the iframe’s HTML content. This should hopefully contain the filter IDs.