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
1
vote
1 answer

Get-ADGroup with filter isn't working for all

I got a problem with my powershell script, I need to get all users from group, I have the group id which I can use to get the group. The problem I have is that my solution isn't working for all group and I don't get what is wrong. I have some…
mytDRAGON
  • 59
  • 12
1
vote
1 answer

JMX process, is it possible to call an external application to handle access rights when client attempts access

I have an application that is running on localhost:1234, I am using jconsole to connect to this. The application has a password file to handle login. I need to allow logging in based on different AD groups of the windows user. So for example, if…
Loco234
  • 521
  • 4
  • 20
1
vote
1 answer

How to update AD Info attribute to list groups user was deleted from?

I have this script that will only list a user's groups on the ISE screen where the data can be copied and pasted elsewhere, but I'm trying to get the group membership names written into the Telephone Notes tab (or Info field). I'm thinking next that…
MarcGel
  • 299
  • 6
  • 20
1
vote
1 answer

Facebook Ads api, I can't manage to create ad(group)

With Facebook Ad Api, I can't create ad(group) although I have created the Campaign, AdSet, and AdCreative. I have followed instruction of facbook guide(with the all required parameters). I can't find the answer by any googling.... What's wrong? (I…
1
vote
1 answer

Get user groups in AD with nested groups

I don't know if "nested" is the word for what I need, but here's the explanation: I have a user, "John". "John" is member of the group "A". Group "B" has group "A" as a member. So, transitively, "John" should also be member of the group "B". When I…
Nicole
  • 1,356
  • 3
  • 21
  • 41
1
vote
1 answer

powershell script to add computername to AD group

I know the command to add the computer to an AD group, but don't know how to create a script for it using powershell? Here's the command: add-ADGroupMember "BRS-Groupname" -members "BAT-100971$" I would like to get the code and extension to name it…
R0tten
  • 57
  • 1
  • 7
1
vote
1 answer

What is the condition for Mobile app install ad with CPA bideding?

What is the condition to create mobile app install ad with CPA? When I upload Mobile app install ad with CPA bidding, I got this error message: Your account does not have enough install history to start using cost per action (CPA) bidding for…
Yu Arai
  • 11
  • 3
1
vote
0 answers

How many Facebook ad groups can be created in a given period of time?

I'm receiving more and more often the following error message from Facebook: 1487225 - The number of adgroups you can create in a given period of time has a limit determined by your daily spend level. Higher spend levels allow creation of more…
Margherita
  • 36
  • 5
1
vote
1 answer

How to target interests in ads-api

I'm interested to create an ad which is targeted for "things" that appear in your main like-page at your profile. Some Favorite pages are in organized categories, but some are not - and there's the Like area as well. For instance, three such…
Mark Srulnik
  • 76
  • 1
  • 5
0
votes
1 answer

No paging field for campaign_id level requests

When requesting all adgroups or creatives for an account: GET / adgroups?ids=act_accountid&access_token=... the return includes a paging field, such as: { *id*: { "data": [ { ... }, …
John Pickard
  • 308
  • 1
  • 8
0
votes
0 answers

Need help to extract azure AD group members in azure using powershell and storing in blob storage as csv file

Please I need help with a powershell script that can export all the groups and group members of an azure ad and their attributes to a storage account, table storage Get a list of all Groups in AD first (Get-AzADGroup) Loop through all Groups and get…
0
votes
1 answer

PowerShell script to display users AD groups

I apologise if the question has already been asked. I am slightly new to PowerShell and I was wondering if you guys could help with creating a PS script to display all AD groups of a specific user e.g. being prompted to enter a username then after…
S.Mahmood
  • 129
  • 11
0
votes
1 answer

Export members of multiple groups

Is it possible to change the PS script below in two ways: The group members are now exported horizontally but I want all the users in 1 cell in the column beside the group name. We have a lot of groups and it is not readable this way. The path to…
Sen
  • 3
  • 3
0
votes
1 answer

Need guidance with the below AD Script

I'm having issues trying to pull the members of the security tab of each group in AD.....can someone help pls? Get-ADGroup -filter * -Properties name, security | select security, @{n=’Security’; e= { ( $_.Security | % { (Get-ADObject $_).Name })…
Gino M
  • 3
  • 6
0
votes
2 answers

How do you obtain the click share data on Google Ads API?

How do you obtain the click share data on Google Ads API? https://developers.google.com/google-ads/api/fields/v8/ad_group?hl=en When you see this Google Ads API, it states that 'There's metrics that you can't use ad_group with FROM. ' The click…
Hashimoto
  • 1
  • 1