Questions tagged [target-audience]

34 questions
1
vote
1 answer

Facebook Website Custom Audiences: Multiple URLs?

Is it possible to create a custom audience based off of multiple different URLs? For example- We sell tickets to events. Certain events use 1 shopping cart system, while others use another. Hence, they have different URLs. I would like to create a…
0
votes
1 answer

how to retrieve target security group for a SharePoint list item?

I am developing a web part in C# which is reading the contents of a SharePoint list. I can retrieve the values in all the fields I need, except the Target Audience field (which uses AD security groups). I have tried various ways to access this…
Mark Leighton
  • 101
  • 1
  • 2
  • 10
0
votes
2 answers

How can implement audience targeting for a text on a SharePoint site

I wanted to know if there is a way I can do audience targeting for text on a SharePoint online site. I do not have access to SharePoint designer or PowerApps. The text is as follows: Protocol for Emailing Tickets When emailing the PMO, please use…
DDLearn
  • 21
  • 4
0
votes
3 answers

How to parse Audiences from list item

I have a SPList which is audience aware and I need to parse it's audiences from a SPListItem. string Audiences; public Class1(SPListItem item) { this.Audiences = item[FieldId.AudienceTargeting] as string; } I've come to this so far. I've been…
Pedro Fonseca
  • 198
  • 1
  • 16
0
votes
1 answer

.NET Core 3.1 - Bearer error="invalid_token", error_description="The audience 'xxxx-xxxx-xxxx-xxxx' is invalid"}

I am getting this error (Bearer error="invalid_token", error_description="The audience 'xxxx-xxxx-xxxx-xxxx' is invalid"}) when attempting to access information from a registered API. The audience is the clientId of the registered API in Azure…
0
votes
0 answers

Event Action is not found while creating Audience in Google Analytics

I created 2 events for submitting of two buttons "Yes" (with outbound click) and "No" (to close optin form) i added tags to both of these buttons and they fire events accordingly in real-time events however when I try to create two audiences for…
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
0 answers

Firebase Analytics Audiences are not logged

I can't see statistics for my user in Firebase Analytics Audiences. Audiences are built before fetching events. I can see those logs in Logcat and DebugView. Over 24h have passed. This is what I do in my Android App: // in onCreate firebaseAnalytics…
0
votes
0 answers

The New Segments do not detect traffic

Goodmorning everyone. I write because I have a problem with Google Analytics. I created 2 new segments of traffic going up (in Italian): Analytics> Public> Overview> then from the "+" button (photo 1) then I clicked on button "New Segment" (photo 2)…
0
votes
2 answers

unable to Start Profile Synchronization in sharepoint 2010

i am unable to Start Profile Synchronization in sharepoint 2010 from central admin due to which the Compile Audiences does not work an error message pop up when i click on Start Profile Synchronization " " can not navigate to the requested page…
Ishaan Puniani
  • 646
  • 2
  • 10
  • 23
0
votes
1 answer

How can we reset Liferay Audience Targeting Score

I am using Liferay DXP EE SP6 Tomcat bundle with Audience Targeting EE plugin. I have been able to deploy, setup and configure Audience Targeting. I created user segments and a campaign after watching the demo…
VC1
  • 1,660
  • 4
  • 25
  • 42
0
votes
1 answer

Facebook Ads Api : Remove users from Custom Audience does not have any effect to its matching size

I am using facebook python's ads api to add and remove user's emails from custom audience. I have successfully added user's emails to audience using these lines of code (based on Facebook examples): #Add users #users is a dataframe. I am creating a…
0
votes
1 answer

How to get assigned Target Audiences from List or WebPart?

I have added my List as a webpart to a web page, and I set a specific 2 target audiences for it (Owner, Customer). However, now I would like to use C#, JS, REST to get assigned audiences from list or web part. Please help. Thanks
JoT
  • 301
  • 1
  • 3
  • 10
0
votes
1 answer

Sharepoint 2013: Display Secondary navigation menu URL Links based on current user group membership

Hi I'm new to this and have searched but couldnt quite find the solution. I believe SP Sercices will be the tool, but no examples satisfied my requirement, hope you can help. What I have -Custom Publishing site with main nav and sub nav (store…
Andre
  • 3
  • 2
0
votes
1 answer

set audience when posting on friend's wall

I am having feature in my app where user can post on his/her friends's wall. I have added this feature and it will display dialog to user to post. But I want to set audience to me and that user only using code. But I am not able to do so. Can we…