I have a problem with setting up & showing Google Analytics Custom Dimensions. I have successfully setup a dimension in the web interface called "Client" In code I am sending a view properly like this:
[tracker setCustom:1 dimension:@"Client"];
[tracker sendView:@"my view"];
GAI dispatch says that data has been sent successfully. But when I try to view my data in reporting - Screens tab and apply "Client" dimension. All my data disappear from table saying "There is no data for this view." Also there are some bugs when switching number of rows per page.
Anyone who has custom dimensions successfully applying, how you do that?