How to find table id in Google Analytics?

I am doing an example (Java) at this link

https://developers.google.com/analytics/resources/articles/gdataAnalyticsCsv

Tell me how I can get the TABLE_ID in Google Analytics. The code in the link below uses the table identifier (line 37):

https://code.google.com/p/ga-api-java-samples/source/browse/trunk/src/v2/csvprinter/AnalyticsCsvDemo.java

The table identifier should be used for other code. So this “other code” will not work unless I get the table id. Apparently, the table identifier has the form

ha: [your_profile_id]

But this always leads to the application terminating with an error:

Invalid value for ids parameter: [my profile id is here]

, . !

+5
3

ADMIN, View Settings, View ID. ga: .

,

ga:<view-id>
+8

Google Analytics Admin → → .

- . GA api ga:1234455

, , - .

Google Analytics Admin → View → View Settings.

- , - . Google , .

enter image description here

+4

In the panel, Viewselect View Settings, and then in Basic Settingsfront of this identifier will View IDsimply add ga:.

The correct place is below: dDbiG.png

+3
source

All Articles