-
Bitly Connector - How to pull scans by QR Code by Month?
How can I use the Bitly Connector to pull in data that shows the number of QR code scans by month? Is it even possible? I only see an option for link clicks.
-
What is the "Forecast Value" doing when using the last value prediction property?
-
Can you include video in an HTML table?
Hi there, I have created an HTML table card that displays images (not links to the images but the actual images themselves). I've used a case statement because the dashboard the HTML table card is on gets filtered by category. Here is the generalized beast mode I made to display the images: CASE WHEN 'Category' = 'C1' THEN…
-
Shouldn't a co-owner of a data set have the same permissions for that data set as an owner?
Hi there, One of our users is no longer seeing the option to restore their data to a previous version (the data set was just shared with them). I made them a co-owner and they were still unable to use this feature. Is this something only owners can do?
-
YouTube Connector
Hi there! I'm having trouble figuring out how to pull video views from the YouTube connector. It's not clear what metrics each report has. Thanks!
-
Stories Background Image
What are the maximum dimensions that an image fill can be for the background of a story? Can it be any image type file? Thanks!
-
How to get number of followers each month from Twitter advanced connector?
Hi there! I can't seem to figure out how to pull the number of followers my account has each month. If I use the followers report, it returns a list of current followers. Should I append each month and just do a count as the number of followers? That seems kind of crazy as the dataset will get huge and there's a…
-
Is it possible to add a hyperlink to an image in an HTML table?
Hi there, I'm trying to build an HTML card that has images with clickable links. I know that it's possible to add a clickable hyperlink to text in an HTML table, but is it possible to do so with an image as well? I tried: CONCAT( '<div><a href="CLICKABLE LINK"','"target="_blank">', '<img align="center" src="IMAGE ADDRESS"…
-
What URL do I use when setting up a Google Analytics property for CourseBuilder?
Do I use the instance URL or the app page URL?
-
Hiding Page-Level Filter For All Users
Hi, We sometimes have several (9+) different data sets on a page.There are certain filters, like beast mode filters, that I would like to hide from all end users to avoid confusion and filter-overload. Is there any way to do this? Thank you!