Questions tagged [audience]
56 questions
1
vote
2 answers
Set "Target Audiences" field with multiple values on a List Item
I am attempting to set the "Target Audiences" field on a list item programmatically. I have been able to set the value programmatically for one audience, but when I attempt to use multiple audiences, SharePoint tries to interpret the value I am…

Kyle Trauberman
- 25,414
- 13
- 85
- 121
0
votes
0 answers
How to setup an Audience on Firebase to match Android 12+ users
I need to create an Audience on Firebase that matches all users with Android 12+.
I tested on an emulator with Android 12, doing it with OS Version for the Audience, didn't work:
Audience settings screen
How should I select the condition to match…

Gelson Schikorski
- 21
- 5
0
votes
1 answer
OpenID Connect multiple audiences in access token
What OpenID Connect provider should do, if client requested scopes for many audiences? For example:
Api Resource A use these scopes: test.read
Api Resource B use these scopes: test.write
Client can request test.read and test.write, he has been…

Szyszka947
- 473
- 2
- 5
- 21
0
votes
1 answer
Azure AD me profile
I have error "Access token validation failure. Invalid audience."
For application set api permissions to offline_access, openid, profile, User.Read.
User start auth, go to MS auth site, ask about login, password and grand.
After exchange code to…

Alexey Panevin
- 597
- 5
- 11
0
votes
1 answer
SharePoint Online - audience targeting - group id
Where / how can I find the id from OData__ModernAudienceTargetUserFieldId or _ModernAudienceTargetUserFieldStringId - the displayed id is not identifiable with groups from await graph.groups();
img

Christopher O
- 3
- 1
0
votes
2 answers
AccessToken does miss critical audience after update to IdentityServer4 3.1.3
We've implemented an Identity-Provider using IdentityServer4. Recently we upgraded the application to .net core 3.1 (from 2.1) and with it, we upgraded IdentityServer4-Nuget-Packages from Version 2.2.0 to 3.1.3.
These are the actual contents of an…

Ravior
- 561
- 2
- 9
- 30
0
votes
1 answer
JWT: correct way to verify AUD claim
I'm in context of managing an openId jws, and I'm not sure about how to verify the aud claim.
In details, suppose that I've an application id myapp.site.com and I receive an aud which value is myapp.site.com|*|ANY. I've not found specifications…

Sim Sca
- 413
- 7
- 18
0
votes
1 answer
Agora & Unity. How make audience for one Broadcaster
How todo this task:
I have a task, I need one person only to be able to broadcast all connected their web camera. ie. other connected do not broadcast video, and see only one (admin).
I just trying to studie it.
Please help help help!
And if it can,…
0
votes
1 answer
.NET Core 2-3 JWT Multiple Audiences
I have a .NET Core 2 (soon to be upgraded to 3) API with JWT. This API serves several specific companies under a parent company. The parent company generates the JWT, and they set the audience specific to the requesting company (multi-company APIs…

emery.noel
- 1,073
- 1
- 9
- 24
0
votes
1 answer
Twitter Tailored Audiences User
I am using this api end to post user in audience list id(which i am creating dynamically).
Here is code i am using -:
require '../vendor/autoload.php';
require 'config.php';
$api = TwitterAds::init(CONSUMER_KEY,…
0
votes
2 answers
Multiple DEX error using AdMob and audience network SDK in Unity3D
I wanted to implement AdMob for rewarded video and Facebook audience network for interstitial in my unity game.
I have already tried to delete the support.v4.jar and support.annotations.jar but the result is still the same.
I am using Unity 2018.1…

ABHAY NIGAM
- 3
- 3
0
votes
1 answer
Real life example of high cohesion and loose coupling for presentation
I need to do a presentation about high cohesion and loose coupling. To explain this to my audience, I need to come up with a real life example (not code-based) of those 2 terms and I kinda have difficulties to find one. Therefore I would like to ask…

Remo
- 1,112
- 2
- 12
- 25
0
votes
1 answer
Fail to get access token in Django oauth toolkit client-credentials grant with Postman
As title says, i have an issue. I have no problem in getting access token via Postman in password grant by providing (username, password, grant_type, client_id, and client_secret). Access token was received successfully.
But, when come to…

Byao
- 35
- 9
0
votes
1 answer
facebook python api add users to CustomAudience
By following https://developers.facebook.com/docs/marketing-api/audiences-api, I was able to add few users (MOBILE_ADVERTISER_ID) to a Custom Audience using cURL. However, since my goal is to do bulk loading (tens of thousands), I switched to use…

CLO
- 103
- 8
0
votes
1 answer
Audience information for a twitter handle
Sorry if my question to too naive. But i wish to find audience level information for a particular twitter handle. Lets consider @BarackObama, i wish to find his followers by gender, age, language, location etc. I used python scripts in this link…

Sundaresh Prasanna
- 35
- 4