Is there a reason my tenant is in red text in QnA maker? - qnamaker

I'm in qnamaker trying to find my knowledge base and I was using a free azure account. That has expired, however, I want to get my knowledge base. The tenant is red when i try and select it. All tenants does not pull up a knowledge base either.
Do KB's expire? Is it tied to my subscription? (I re-enabled it today to see if that's it).
I really just need to grab it and move the qna over to a new sub. [enter image description here][1]

Related

Moodle - Any way to get Access logs without plugin or direct DB?

As an instructor, I want to be able to visualise a number of aspects of when my students are accessing my courses and materials. My institution refuses to give me DB access, and won't let me install a plugin. Is there any way I can pull this data? I could easily do it with a few lines of code in Canvas, so using moodle feels like stepping back in time. I've been exploring developing an LTI app as an option (I've got the demo LTIJS app working) Any ideas?
You can access user logs in a course by going to Participants then click on the user you want to track and you will be taken to their course profile. From there, you can choose any option in the "Reports" section. You will need to have the proper capabilities. The reports shown in the screenshot are from a site admin account.

Can't get access token for my Venmo acount

I'm trying to write a simple clientside script that used the venmo api to automate some aspects of my account. The first step is getting an access token by going to the developer tab on the settings page. However, whenever I click, "Get Token", the page just redirects me to my profile settings tab with no further information. Going back to the developer tab, nothing has changed, and I still don't have an access token. I've already filled in every aspect of my profile; my name, phone number, profile image, everything. I can't find anyone else with a similar problem. What am I doing wrong?
Unfortunately, the Venmo API is no longer available to new developers. I was having the same problem and reached out to them directly to confirm. The message I received from one of their support staff yesterday:
Thanks so much for your interest in Venmo! Unfortunately at this time we have discontinued accepting new users of our Developer API. We want to support all of our friends in the development community as much as we can, but at this time we are focusing our efforts towards expanding on our recent launch of the ability to use Venmo to purchase items in select merchant apps. Going forward this will allow us to provide many of the same capabilities previously powered by our Developer API in a more streamlined experience for users and developers alike. I apologize for the inconvenience.
It's too bad.

How to display my organization details on right side of the google SERP?

When searching on Google, some organization details will display on the right side of the search result page that are realetd to my keywords.
Anybody knows how to display our data on that side?
See this example:
I found this great resource that goes into step by step instructions on how to do this. source: https://www.searchenginejournal.com/how-to-optimize-your-site-for-googles-answer-box/166084/
Here are the quick highlights:
To summarize, here’s what you should do if you have a website and want to get clicks from search in relation to a Google Answer Box.
Start by finding out if there is a Google Answer Box that relates to
content on your website or content that you could create for your
website, as shown in the examples above.
Create content that matches the Google Answer Box, goes into more
depth, and make sure it is using the correct markup.
Aim to be either the source of the Google Answer Box or the closest
to the Google Answer Box as you can get.
Make sure your page’s SEO title and meta description tell the
searcher you have even better information than the Google Answer Box
to encourage them to click on your link. Also, make sure it includes
the query the person would search to find the Google Answer Box.
Build links to your Google Answer Box content using anchor text that
matches the Google Answer Box call to action (if you have software)
or the query the person would search to find the Google Answer Box.
I am playing around with some free Wordpress plugins that automatically add schema. You can view more on SEO and other marketing help on my blog here: http://www.renowebdesigner.com
First, you need to have GMB Page for your website and make sure that your profile is 100% updated. It is called a knowledge graph. Basically, there are two types of graph,
Local Knowledge Graph
Branded Knowledge Graph
I hope that you have updated the following things on GMB page:
Business name
Business category & sub-category
Services which your offering
Contact num
Website link & appointment link
Explain about your business
Mark the exact location on the map
Add labels
To implement the knowledge graph for your business. I'm not aware of which website platform you're using.
Case1: If you're using WP website you can directly download knowledge graph plugin and update all your social links. At the same time make sure that your website doesn't have any issues. Check with structured data testing tool.
Case2: If you developed a website on another platform I request you to implement schema.org on the website with the help of the developer. The complete guide is available in webmaster tools.
Hope I have answered your question.
That’s coming from Google’s Knowledge Graph.
If you are the "authority" (e.g., for a search for "google", the authority is Google), structured data on your site can be used by Google to show more information in that sidebar. That would be Knowledge Graph cards (details). An example is Corporate Contacts.

iTunes Connect reports

I have a few questions:
Do the “Sales and Trends report” provides info about in-app purchase and organic traffic?
How can I upload the data from “Sales and Trends report”?
I’ve heard about method through using java classes?
The reports you can download from the Sales & Trends section of iTunes Connect do give you aggregate transactional information about in-app purchases but not about organic traffic. Apple doesn't expose that at all.
Do you mean export? If so you'll want to look into the Auto Ingest tool. It's not an API but it will allow you to access your last 30 daily reports programatically.
Alternatively, you can use a service like appFigures which syncs with iTunes Connect automatically and provides a very simple API to access sales data and much more.
Full disclosure, I'm on the appFigures team
I will be happy to answer those questions.
Question 1) Sales And Trends show you just the money made (so yes to the In-App Purchases), but not the organic traffic. There is just some information that Apple likes to keep a secret, but we don't know why.
Question 2) Import means you put information into that section. You can't do that, but you can export the information, which means you get the information and download it.
This is what "Sales and Trends" should look like, but there should be more information. I blocked out that information by slightly edited it. I put the download button in the black box. Then, you can choose the format you download it.
I hope this helped you get your answers!

How to get user picture using Asana API?

I am trying to display user picture using Asana API, nut the /users/id service just return id, mail, name, workspaces. How can I?
Thanks
(I work at Asana)
The API does not currently provide access to the user profile photo. It is something we are considering adding in the future, but I can't provide any specifics on the timeline.
Until the API provides access to the photo, a useful workaround that we've been using is to get the user's email address out of Asana and then try to pull a picture from Gravatar. Obviously it requires the users to have registered at Gravatar, and they might have different pictures than what it is in Asana... but it's good enough for many situations.
(I work at Asana, too)
We recently added the ability to fetch (but not change) the user's photo. Check out the updated documentation (specifically the "photo" attribute of the user model is what you're looking for).