How to pull all Google analytics data into Azure blob storage using azure services specifically ADF ?

Anonymous
2023-09-11T07:57:55.6333333+00:00

Hi, I have a connection from ADF into the Azure bob storage with a JWT token but the JSON output does not serve much information about the customer purchasing analytics that I can use in Power BI. Please have a look at the output file which I have collected from GA analytics.

User's image

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,559 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,373 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,514 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
{count} votes

Accepted answer
  1. Smaran Thoomu 24,110 Reputation points Microsoft External Staff Moderator
    2023-09-12T15:13:53.2766667+00:00

    Hi @Anonymous
    Welcome to Microsoft Q&A platform and thanks for posting your question here.
    Based on your query, it appears that you are trying to extract data from Google Analytics and store it in Azure Blob Storage using ADF.

    If the JSON output from Google Analytics does not provide much information, there are a few things you can try to get more information:

    1. The Google Analytics API provides a lot of flexibility in terms of the data that can be extracted. You can try modifying the API query to include additional dimensions and metrics that provide more information about the customer purchasing analytics. 
    2. If the JSON output format does not provide the required information, you can try using a different output format, such as CSV or Avro. Azure Data Factory supports multiple output formats, and you can choose the format that best fits your requirements.
    3. If the data in the JSON output needs to be transformed to provide more information, you can use data transformation activities in Azure Data Factory to transform the data. Azure Data Factory provides a wide range of data transformation activities, such as mapping, aggregation, and filtering, that can be used to transform the data.

    Kindly refer to this article for your reference Extract data from Google Analytics with Azure Data Factory
    I hope this information is useful! Feel free to ask if you have any more questions.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.