Mutey
Mutey

Reputation: 33

Google Analytics API: Create a new profile

Is it possible to create a new profile via the Google Analytics API?

This way we can automatically register the tracking when we have new landingpages created. I am curious if anyone is working with an automated way of automatically setting up GA tracking.

Upvotes: 0

Views: 867

Answers (2)

ne0
ne0

Reputation: 51

Yes! The Google Analytics Management API has changed... As you can see from the documentation, available methods for profiles are delete, get, insert, list, patch and update.

You can even insert new Web Properties, but beware of the 20 properties per account limit.

Upvotes: 2

Greg
Greg

Reputation: 781

No - the Google Analytics Management API is read-only. As you can see from the documentation, the only available method for accounts, properties, and profiles is list.

Upvotes: 0

Related Questions