Skip to content

Instantly share code, notes, and snippets.

@gurmeetsaran
Last active November 4, 2022 02:15
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Android Event Model
@glue(["parquet", "hourly", "analytic_android_events"])
@swagger([])
/** Tracks all Android related events with Structured Type. */
record AnalyticAndroidEvents {
string anonymousId;
string channel;
com.wealthfront.avro.rudderstack.Context context;
AnalyticEventEnum event;
RudderStackIntegrations integrations;
string messageId;
union {null, RudderStackProperties} properties = null;
string originalTimestamp;
string type;
string sentAt;
string clientIpAddress;
string userId;
/** time when api gateway receives the event */
long gatewayReceivedAt;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment