How to get Google API code for brand account? - google-api

I'm wondering whether there is a simple way to get an Google API key for a YouTube brand account It seems that you can only get an API code for the main account. Any help would be appreciated. Thanks!

Related

News sample skill returns unauthorized error

I am trying to use the experimental skills provided by the bot framework. I downloaded the code for the news skill and created all azure resources. I got the bing key from here and placed it in my appsettings.json I also updated all my config values to my Luis app.
I am testing through emulator. When I run the code I go through the dialog successfully, it asks me for the topic I want to get news about and my country and then at the point where it has to get the news articles I get the following error.
Does anyone have any idea what am I missing? I tried the bing API through postman using the same key I have in my appsettings and it is working fine.
Should I do an additional step other than just download the code and update all the config values?
I don't know what is causing this error.
If you have created bing using new marketing portal.
Here are endpoints for Bing news using REST API.
Doc Location: https://learn.microsoft.com/en-us/bing/search-apis/

Behance API not let me create API key

Behance isn't giving me the option to create an API key at all. I've tried logging in from a free and paid account.
The manage apps section isn't giving me the option to create an app either.
Screenshot of behance.net/dev/apps
I'm super confused. How do I register an app on Behance so I can get an API key?
I got some feedback from Behance Help Center. Hope it's helpful for you!
The public Behance API is no longer accepting new clients.
If you are a current API user you will still be able to edit and
access the content returned by the API. Anything you have already
built that uses the API will continue to function as it always has and
our developer documentation can still be found by navigating to
https://www.behance.net/dev.

How can we access the Ads Action Stats list in the Facebook Marketing API, using the Python SDK?

I have been trying to access the list on the Facebook Ads API for a few days now but haven't been able to make any headway.
I need to pull the purchase_roas field which is part of the Ads Action Stats List. However, I'm not able to do so.
I'm using the Python SDK and have been looking all over the place for some examples but haven't been able to find any!
Any directions or sample code would really help here. Thanks so much in advance.
This is an example code of fetching the ROAS on an ad account:
insights = FBAdAccount(fbid=adaccount_fb_id).get_insights(
params={'date_preset':AdsInsights.DatePreset.lifetime},
fields=[AdsInsights.Field.actions,
AdsInsights.Field.website_purchase_roas,
AdsInsights.Field.mobile_app_purchase_roas,
])
Note that the website_purchase_roas returns a list rather than a number. In addition - if your ad account has no ROAS no list would be returned.

Get the creation date of a Google or Gmail account

I scanned through the Google API library and it looks like there's no way to get the date on which a Gmail address or Google account was created.
Could you please add that? It will help identify fake accounts that people create just before signing up for your service.
Google has a website called Google Issue Tracker where you can create an issue, such as a feature request.
Before filing an issue, have a look if a similar feature request
exists already.

Add user review to Google map from my application(Android)

I am trying to create a location-based services Android application. I had successfully getting the user reviews from Google Places API by following the guidance from this link.
https://developers.google.com/places/documentation/details
I also found many posts regarding how to get user reviews from Google Places. But Now I want to create a function which user can insert reviews from my application. Is there anyway to do that?
Thanks.
No. There is no API for writing review. Also the Google+ mobile URL doesn't have the write review option from last year. Its a bug , but Google is not fixing this.
There is only one way to write review is through desktop URL. I have a similar location base app in play store where I have done some workaround to show desktop site to write review.

Resources