Andrew Ellis
Andrew Ellis
I found a work around for this, since we're using Backstage to scaffold microservice repos. We're using `release-type: simple`: 1. Create the repo with version.txt containing `0.0.0`. 2. Cancel the...
Any insight on this issue? Just ran into this myself.
Hey Tyler, It appears this is working fine now. Might have been an issue with Google... Wouldn't surprise me any. ha Cheers, -Andrew
Hey Tyler, I just sent you an email. It actually appears this is still happening when you try to set a fitler (_ga:pagePath==/TEST_) on Pie or Bar graphs. Cheers, -Andrew
@tshaddix Take a look at the Timeline implementation though. Here is a screenshot: http://d.pr/i/xfNv So there is data coming back for the graphs. Can you see anything on the request...
@tshaddix Take a look at the Gist; I have updated it to include the Timeline as well.
@tshaddix I do receive results. It currently is showing "Americas: 1" on the Query Explorer. I also am running into issues where the Bar chart fails when setting it to...
@tshaddix Cool, I'll try again in the morning since my day is coming to a close. I'll let you know if I continue to receive issues.
@tshaddix Doesn't look promising. I'm toying around and changing the `ga:pagePath==` filter to different pages on my blog to force a new query. Each page I try to change the...
@tshaddix Hey man, so this seems to be working correctly, but there is for sure a bug when an empty result set comes back. To test, simply use: ``` bar.query.setFilter("ga:pagePath==/-1")...