What’s the Deal with Daily Activity Stream?

Comments

2 comments

  • Nathan Martin

    I am using boto3 (Python package) to download the files. Since the file format is .parquet, I use pandas + pyarrow (Python packages) to convert them to .csv.

    List of fields:
    audiences
    audiencesNames
    browser
    contextData
    contextType
    device
    deviceBrand
    dyid
    engagementType
    eventId
    eventName
    eventProperties
    eventType
    eventValue
    experimentId
    isGoalHit
    landingContext
    landingPage
    operatingSystem
    procTimestamp
    productIds
    referringDomain
    reqTimestamp
    screenResolution
    sectionId
    sessionId
    timestamp
    trafficSource
    uniqueTransactionId
    url
    urlClean
    userAgent
    userType
    variationIds
    versionId

    Comment actions Permalink
  • Raphael Richter

    Hi there,

    for accessing the S3 bucket and manual download the parquet-Files we use "S3 Browser" or "CyberDuck".

    But now we configured a "Google Big Query" scheduled transfer using a Big Query dataset and exploring it via Google Data Studio.

    Best,

    Raphael.

    Comment actions Permalink

Please sign in to leave a comment.