Unable To Get Google Analytics ViewID Value
Hello Everyone
(Version: 8.2.5.10151 )
Our goal is to pull in the "ViewID" and not the "View Name"(Site)
The current Google Analytics integration with Sisense has "Site" as the value to be joined to our own data. However "Site" which is actually the Google Analytics "View Name" is a value we can accurately join to as it does not contain unique values.
There is detailed documentation on how to add new Dimensions or Metrics to this integration, but no documentation or community posts that I can find on adding Account values.
We have attempted the below, mimicking what was done to pull in "Site"(View Name), but with no luck, all we receive is "N/A" in this new column.
Existing format for "Site"(View Name):
<field id="Site" name="Site" type="System.String" size="100" class=""></field>
Our Attempts:
<field id="id" name="ViewID" type="System.String" size="100" class=""></field>
<field id="id" name="ViewID" type="System.Int32" size="100" class=""></field>
<field id="viewId" name="ViewID" type="System.String" size="100" class=""></field>
<field id="viewId" name="ViewID" type="System.Int32" size="100" class=""></field>
This could be caused by not having proper Permissions set up for the API, as I View Name is also available in the Management API
However "Site" (View Name) comes over just fine.
Any help obtaining the goal above would be greatly appreciated!
Please sign in to leave a comment.
Comments
0 comments