TobyLoby
TobyLoby

Reputation: 342

Create GA4 property and webstream using code

I'm wondering if it's possible to create a property and webstream in GA4 using code. I have taken a look at the Analytics Data API, but my understanding is that this library is not capable of performing such a task.

Upvotes: 0

Views: 486

Answers (1)

dikesh
dikesh

Reputation: 3125

Analytics Data API is used for data extraction from GA4 properties.

In order to perform administrative tasks, have a look at Admin API and following are the methods you are looking for:

Upvotes: 3

Related Questions