I think my specific Android device, which has our Android app with the Amplitude Android SDK, is being blocked from sending any events to Amplitude. How can I check that?
Thanks for reaching out here Anthony If you're able to determine your IP address you can use Data Filters see if events are blocked from that IP address. This thread from your Community peers is also a good one to review.
Thanks. We’re not manually blocking/filtering anyone, but I thought I used to be able to see users auto-blocked by Amplitude (not by us) e.g., for abuse/misuse of the Android SDK back before the UI change, but I can’t figure out how to navigate to the page showing those users.
Hi Anthony Just checking in. Were you able to make progress here?
Hi Jeremie,
My device is sending events again and they’re appearing in the dashboard.
I’m still curious if Amplitude has some type of built-in auto-blocking for Devices or User IDs that send an unreasonable amount of events, e.g., DDoS style. I feel like I saw it before, but wth the new UI I don’t see it.
If a device is sending 1,000 events/second… would Amplitude block it eventually or would it just blow through our event limit? If it gets auto-blocked, is there any history available to us to see what was auto-blocked?
We are running an experiment, and in charts seeing a higher number of exposures than assignments. When we drill into users who have an exposure and not an assignment, they do end up having an “Assignment” event in their user event stream. What is preventing them from being included in the roll-up assignment calculation?…
When im creating we experiment, there is option “Saved Pages” here… I searched everywhere and I could not find a single mention of this in docs and i could not figure out how to set this up. My goal is to define a list of pages, ideally by importing a csv. I know i could create rules, but defining that for tens or hundreds…
I am trying to integrate aplitude in my kotlin android application. My dashboad is on US servase zone. I am sure that i copied the right api key for my project but logs shows that the api key is invaled with the staus code 401 Amplitude( Configuration( apiKey = BuildConfig.AMPLITUDE, context = androidContext(), serverZone…
Hi everybody, I am running an experiment using the visual editor. I have made some copy changes to our subheading. However, when I land on the testing page, I can see the change from version A to version B happening in real-time. I already have a few colleagues complaining that it does not look good. Is there anything I…
The redirect from Control to Treatment does not work automatically under the following conditions: * When the user lands on the Control page via a link. * When the user lands on the Control page via a window.location.href redirect. * When the user lands on the Control page via a header('Location: <target_page>') redirect…