Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi @lli
How to extract all the dimensions and metrics using this component any idea on how to do that ?
Thanks and Regards,
Kasthuri Rengan
Could you please a bit more concrete?
There are 2 modi:
Plain mode: here you define your dimensions and metrics and configure the schema according to them (first the dimensions, than the metrics).
Normalized mode: Here you will get dimensions and metrics as separate flows with a row-number to join both. This allows you to define a query and you do not have to configure the schemas with the knowledge of the requested dimensions or metrics.
Both ways are described in the documentation (linked in the component in Talend Exchange.
I have just added the documentation here as attachment.
If you want to get all available dimensions and metrics please checkout the component tGoogleAnalyticsManagement (also available in Talend Exchange).
This component provides all necessary information about your account, views and properties and also about all dimensions and metrics.
Hi @lli
I went through the documentation as per the document the metrics field seems to compulsory but according to the google Analytics API for some of the attributes they didn't give any kind of metrics how to process that kind of attributes using tgoogleanalytics input component .Please find the below link of Google Analytics API
Thanks and Regards,
kasthuri
I did not recognize your problem. You have dimensions and metrics - thats it. You can combine them.
I guess you missunderstand what the API explorer want to tell you. You can always add the dimensions like platform to you query as dimension, there are simply no platform dedicated (or specialized) metrics. But this does not mean you can only combine dimensions and metrics of the same category.
Play a bit with the API explorer and test your query there.