BigQuery GA360 linked dataset not in a project - google-analytics

We have a Google Analytics 360 link to BigQuery, but the ga_sessions_* tables are showing up in a new project that is in between the selected project and the Public Datasets. This new project has the name of the project ID instead of the GCP project name as usual. Like below (details changed);
We cannot create any new datasets in this new project and it is not visible to us in Data Studio (even though we have the necessary credentials).
Normally, a project allows you to create a dataset:
But with this project there are no such options:
If anyone could shed some light on this situation it would be great. We would really like to create more datasets in our project.
ps. I was also not able to query this GA360 project until I entered a billing account into my own personal project which is not related to this GA360 project.

I think the problem is that you are trying to interact with the project ("project-id-182938") from the display panel, and not as the project actually selected in BigQuery.
Make it the selected project by switching to it:
Then you should all the options appear normally (as long as you have the right permissions as you say you do).

Related

Will I have problems if I publish an app with a packagename different of bundle id?

Recently I had to change the package name of my android project because I had to disable an old app to change some pieces of information and some of the UI of it. But the business logic are pretty the same. So I wonder, can I use the same solution with a different package name for Android (for create another app in google play with the same name but different package name) and then keep the bundle id the same for iOS to not have to recreate another one in the app store? Will I have problems with it?
Thanks very much.
In my knowledge, there should not be any issues if you make sure about the following pointers:
Everything that was registered on the old bundle id is now registered for the new one and replaced with the new one all over your project. eg: if you have a firebase product used then you replace the old googleservices.json with the new one.
The old app that you have on the store is removed(To avoid confusion for users)
You can use the same key to sign the key but you cannot use the same App that you added on store earlier.
Make sure you do not have any dependency of any sort on the old bundle id.
Note: Your old app will not be replaced by this new one even though they would have the same name as the bundle id is the unique identifier for this.
There should not be any problems if you use the same bundle id for the new iOS app as you had earlier but usually, both apps have the same bundle just to keep it standard. But you can always opt. not to.
Goodluck feel free to get back if you have any more queries

Cannot find namespace in project oxford name space in sample app of microsoft cognitive services

I am trying to create a simple app that shows near real time emotions with a live web cam. I am using this guide:
https://www.microsoft.com/cognitive-services/en-us/emotion-api/documentation/emotion-api-how-to-topics/HowtoAnazlyzeVideo_Emotion
I've Downloaded the sample app:
https://github.com/Microsoft/Cognitive-Samples-VideoFrameAnalysis/
but I am unsure how I could make it run. the README says:
. Get API keys for the Vision APIs.
2. Open the sample in Visual Studio 2015, build and run the sample applications:
- For BasicConsoleSample, the Face API key is hard-coded directly in BasicConsoleSample/Program.cs.
- For LiveCameraSample, the keys should be entered into the Settings pane of the app. They will be persisted across sessions as user data.
I've got the API keys and inserted the Face API key to the Program.cs code and all of the API's into the settings.
It say's that it cannot find some namespaces as seen in the image:
Why does it say that the namespaces are not included in the Microsoft.ProjectOxford namespace ? Thanks
Edit: This was solved. After updating Nuget and all it still didn't work and the problem was that the pathname was too long.
What I did was downloading the project to desktop and than pressed extract files.
It created a folder with a long name and inside was another folder with a long name so the path was big.
Just put it in D or just extract here and not it will extract the folder inside the zip and not create another one with the folder inside.
You're seeing red squiggles because you're missing some dependent assemblies. These are provided via NuGet, so you should download it by right-clicking on the project, and selecting Manage NuGet packages.... The UI thereafter is hopefully self-explanatory.
Once the missing packages are pulled in from NuGet, you should be able to build+run the application. Once you run it, there should be UI presented where you'd enter the requisite key. The XAML for it is here.

How to ship a Windows Universal App with a predefined SQLite database?

I have a predefined SQLite database and want to ship it with my App, so I can access it at runtime.
How do I achieve this?
Moreover, I want to Unit Test my app. So far the database file is referenced with the Unit Test Project as basis. Hence, my paths get broken.
How do I test a app like described above?
I've answered to the similar question at MSDN forum. It may help you.
I'm creating UWP app with SQLite.Net-PCL  I already have a SQLite db
that I want to use (I do not want to create a new one in the app).
I've copied it to the root of my project folder. How do I access it?
https://social.msdn.microsoft.com/Forums/windowsapps/en-US/b6d7a970-0088-4bd4-aaa8-c86bca4387df/

How to create hierarchy of projects in MS Project Server PWA?

I need to create a hierarchy of projects as well as projects access rights within MS-PWA.
the idea is to have a "Corporate Project" , of which underneath it resides our R&D, Finance, Marketing projects.
Restricitions off course should apply per project (some will have access to the root project - while others only access to their specific projects (sales people, marketing dept, etc.)
Is it possible to create such Hierarchy in MS-Project Server 2010 PWA?
Answer to your question is: No, you cannot insert project into another project using PWA, you cannot define cross project links using PWA. This can be done only using Project Pro.
And btw we also started with the same idea: to have a master project and manage security on a level of sub projects. That idea failed because it took too long to open the master - Project Pro opens all subproject together with master to update progress; another problem was high integration of the subprojects - too many cross project links.
One of reasons why you may want to create such structure is to see a progress of the whole company using data from departmental subprojects. Here is another problem - only Project Pro can update status of the master.
I would recommend to create a view(s) in PWA just to see all of the projects grouped somehow together - this will be easier and faster.

How to take reference from crystal report project to Main project

In my project we are using many crystal reports files(rpt), when we are compiling my application showing error like No disk space error so now i want to divide crystal reports into separate project.
How can i do this as separate project , when how can i take a reference in main project.
Although I have not separated out my Crystal Reports from any of my projects it does appear doable according to this SO thread.
To do this you would create a new solution. Then create one project for CR reporting and add your exisiting one that contains your business logic. You can then reference your reporting project within your business logic project.
hmk - Please let me know if this works as I might have to do this myself in the near future!

Resources