What do you want to automate

with Google Analytics and SumUp?

Prompt, edit and deploy AI agents that connect to Google Analytics, SumUp and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Create GA4 Property with Google Analytics API on New Transaction from SumUp API
SumUp + Google Analytics
 
Try it
Create Key Event with Google Analytics API on New Transaction from SumUp API
SumUp + Google Analytics
 
Try it
Get Merchant Profile with SumUp API on New Page Opened from Google Analytics API
Google Analytics + SumUp
 
Try it
List Transactions with SumUp API on New Page Opened from Google Analytics API
Google Analytics + SumUp
 
Try it
Retrieve DBA with SumUp API on New Page Opened from Google Analytics API
Google Analytics + SumUp
 
Try it
New Page Opened from the Google Analytics API

Emit new event when a page is viewed

 
Try it
New Transaction from the SumUp API

Emit new event when a new transaction is posted in SumUp. See the documenation

 
Try it
Create GA4 Property with the Google Analytics API

Creates a new GA4 property. See the documentation

 
Try it
Get Merchant Profile with the SumUp API

Retrieves merchant profile data. See the documenation

 
Try it
Create Key Event with the Google Analytics API

Creates a new key event. See the documentation

 
Try it
List Transactions with the SumUp API

Lists detailed history of all transactions associated with the merchant profile. See the documenation

 
Try it
Run Report with the Google Analytics API

Return report metrics based on a start and end date. See the docs here

 
Try it
Integrate the Google Analytics API with the SumUp API
Setup the Google Analytics API trigger to run a workflow which integrates with the SumUp API. Pipedream's integration platform allows you to integrate Google Analytics and SumUp remarkably fast. Free for developers.

Overview of Google Analytics

The Google Analytics API unlocks the power of your analytics data, enabling automated access to custom reports, real-time statistics, and user behavior analysis. With it, you can extract actionable insights, push data to other platforms, and tailor your business strategy with precision. Leveraging Pipedream's serverless platform, these capabilities can be seamlessly integrated into workflows that trigger actions in other apps, send alerts, or even feed data warehouses for deeper analysis.

Connect Google Analytics

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    google_analytics: {
      type: "app",
      app: "google_analytics",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://www.googleapis.com/oauth2/v1/userinfo`,
      headers: {
        Authorization: `Bearer ${this.google_analytics.$auth.oauth_access_token}`,
      },
    })
  },
})

Overview of SumUp

The SumUp API allows you to integrate your payment processing operations with SumUp's payment platform, creating seamless financial transactions for your business. With Pipedream, you can automate payment flows, sync transaction data with other tools, and build custom notifications based on payment events. You can use Pipedream’s serverless platform to trigger workflows on various SumUp events, process the data, and connect with countless other apps to extend functionality.

Connect SumUp

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    sumup: {
      type: "app",
      app: "sumup",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.sumup.com/v0.1/me`,
      headers: {
        Authorization: `Bearer ${this.sumup.$auth.oauth_access_token}`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo