Forum Discussion
Anonymous
9 years agoNot applicable
Google Analytic - Campaign name
Hi,
I am connected to my Google Analytics account with Power BI. I can find clicks, cpc and so on. But my problem is to find the campaign name. I find Campaign IDs, but thats only numbers. I dont find the Name of it. Is that possible to find?
Thanks.
/H
2 Replies
- joshuashaakRegular Visitor
Thanks v-chuncz-msft . The Dimensions & Metrics Explorer is very useful. To help save time for others looking for this answer, you want to look under "Traffic Sources" and find the "Campaign" dimension. Below is a screen shot of where to find it, and here is what the line of code looks like when you add it to your query:
{Cube.AddAndExpandDimensionColumn, "ga:campaign", {"ga:campaign"}, {"Campaign"}}
- v-chuncz-msft
Community Support