Questions tagged [adgroup]

A set of keywords, ads, and bids that is a key part of how your account is organized. Each ad campaign is made up of one or more ad groups.

  • An ad group consists of one or more ads, keywords, placements, or other targeting methods. You also set a default bid for each ad group.
  • We recommend that you create a separate ad group for each theme such as for each product you offer (like wedding catering and party catering), selling points (like free consultation and gourmet menus), or ways to describe your business (like caterer and on-site food service).
  • The ads and keywords in each ad group should directly relate to that group's theme.
62 questions
8
votes
3 answers

What are Facebook Ad Group Keyword Stats?

Right at the end of the Ad group graph documentation, it mentions keyword stats. Having managed to find an example of where we're using this, I'm not entirely sure what the stats are I'm recieving. For example, I get keywords stats (retrieved at…
kͩeͣmͮpͥ ͩ
  • 7,783
  • 26
  • 40
3
votes
2 answers

c# active directory temporary groupmembership?

Is there any way to add a user to a group for an exact time and then delete the user from the group automatically? e.g.: CN=testuser1 and CN=testgroup1 Now I want to add the CN=testuser1 to the CN=testgroup1 for 1 day. After that 1 day the user…
ov4rlrd
  • 33
  • 5
3
votes
2 answers

Powershell script to display all Users in a Group AD

I have created the below Get-ADGroup -Filter * -SearchBase "DC=Domain,dc=.com" -properties name, members | Select-Object *,@{Name='Member';Expression={$_.Members -replace '^CN=([^,]+).+$','$1'}} | FT Name, Member -Autosize | out-file…
Phil Skinner
  • 45
  • 1
  • 5
2
votes
1 answer

update creative in existing ad group

We are trying to update\replace the creative of existing adgroup with no success. According to the documentation is supported: Updating and deleting ad groups *Using the ad group ID, you can update the following fields in an ad…
Tal Cohen
  • 23
  • 5
2
votes
1 answer

How to call graph AD api from Angular 7

after AD authentiction the returned JWT token does not have the group names, it just shows "Has groups"="true". When searching on this topic i understood that if there are multiple group it will send only this rather than group list and we need to…
2
votes
1 answer

Unable to create groups using ldap through java. Creating user works

I am trying to create an AD group through my java application. I have succesfully created a user, and now I am trying to create a group. I have the following code: public class ProjectActiveDirectoryUserGroupHandling extends…
Niklas
  • 131
  • 1
  • 10
2
votes
0 answers

Getting error while finding AD Groups of a user using PrincipalContext

I have a situation where I need to find AD groups of a user recursively. For Example : I have such group hierarchy - Group1 |_ Group2 |_ Group3 |_ UserA According to the hierarchy, Groups of UserA are…
raunakchoraria
  • 358
  • 2
  • 15
2
votes
0 answers

How to obtain both Ad-Group and AdId for every conversion w/o using AdWords SDK?

In our iOS app we use both Firebase and AdWords SDKs. We use Firebase for app installs and in-app events and we use Adwords SDK for the sole purpose of pinging to AdWords on first app launch. This ping triggers a pre-configured postback URL to our…
Got99Errors
  • 328
  • 3
  • 11
2
votes
1 answer

Facebook ad statistics - can't get facebook keyword stats

I have created a campaign, specified the interests in the ad and successfully executed the campaign which lasted 2 days. I have got around 9 website clicks and the reach was approximately 35000. I am trying to retrieve keyword stats through api but…
1
vote
1 answer

How to only select specific columns to export from an AD group through Powershell

I'm trying to get a list of group members from a single AD group and export them to a csv file. I had an issue where I was getting an error Get-ADGroupMember : The size limit for this request was exceeded since my data is over 5k. I fixed this by…
noobCoder
  • 89
  • 7
1
vote
2 answers

Replacing a string with a variable in Get-ADGroup

I'm trying to use PowerShell to search AD for Group Names. Why don't either of these work, the param or the Read-Host? Both are passing strings, but the results are empty. However, if I replace the variable $ADGroup in the command with an actual…
1
vote
0 answers

How could i get Bid adjustment actual % value from Adgroup -Device level - MOBILE from Google Adword API?

How could i get Bid adjustment actual % value from Adgroup -Device level - MOBILE? I have tried to use Python code from Google Adword API Github. Example folder: 'get_ad_group_bid_modifiers.py' to get bid value, whereas it returns bid in scale value…
1
vote
1 answer

User AD groups not returned when deployed to IIS

I want to authorize a page in C# web application. This page should only be accessed by a users in a particular AD group. I have the following code and it works perfectly when I run this in debug mode (IIS Express). But when I deploy it to my local…
RN92
  • 1,380
  • 1
  • 13
  • 32
1
vote
1 answer

Nested Group Owner - LDAP Query

let's assume I have the user CN=testuser1,OU=Users,DC=corp,DC=com and I want to receive all groups where the user is registered as the owner. I am currently using the following…
1
vote
2 answers

How to merge 2 properties into single output of AD Objects?

I need to merge two properties into one column, name of user is in DisplayName while Name of group is stored in Name how ever both types of objects has DisplayName, Name properties so I need to show them in one column. Suppose Group is 'Test…
user10682825
1
2 3 4 5