Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MediaInsights failing for some metrics #21

Open
acarter24 opened this issue Aug 1, 2024 · 0 comments
Open

MediaInsights failing for some metrics #21

acarter24 opened this issue Aug 1, 2024 · 0 comments

Comments

@acarter24
Copy link

acarter24 commented Aug 1, 2024

I can't see anything in the changelog for the API docs, but it looks like some media_insights values (reach etc) no longer supply a title and description. I had to make this change in my fork

            base_item = {
                "name": row["name"],
                "period": row["period"],
                "title": row.get("title"),
                "id": row["id"],
                "description": row.get("description"),
            }

EDIT: Seems to impact StoryInsights too, same fix required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant