How would I go about adding all possible user_interests and detailed_demographics to a campaign audience?

2024-08-29 Thread Andrew C
In the UI I can click on a campaign, goto audiences, click add audience segments and add each of them one by one. I would like to replicate this process programatically. Right now i'm finding that there are around 1000 user_interest IDs and applying them via var operation = { create: { resourceN

Re: How to Update or Remove a Campaign Audience in Google ads API PHP

2023-01-23 Thread Vigneshwaran C
On Monday, January 23, 2023 at 4:52:12 PM UTC+5:30 Vigneshwaran C wrote: > i have tried to Remove the campaign audience but not working. can you pls > help me to solve. i tried same thing us campaign language and location its > working. but audience is not working. > > $googleA

How to Update or Remove a Campaign Audience in Google ads API PHP

2023-01-23 Thread Vigneshwaran C
i have tried to Remove the campaign audience but not working. can you pls help me to solve. i tried same thing us campaign language and location its working. but audience is not working. $googleAdsServiceClient = $googleAdsClient->getGoogleAdsServiceClient(); $query =

Re: Can't get Campaign Audience bids through API.

2019-09-19 Thread Google Ads API Forum Advisor Prod
Hello Dariusz, I have used the same search query on my test account and I was able to pull all the details. If you are not seeing any data it might be that the account you are using might not have data. To check this you could share the customer id of the account using reply privately to the au

Re: Can't get Campaign Audience bids through API.

2019-09-18 Thread Dariusz Ciemięga
SELECT campaign_criterion.type, campaign_criterion.bid_modifier, campaign_criterion.campaign, campaign_criterion.status, campaign_audience_view.resource_name FROM campaign_audience_view also empty :/ On Wednesday, September 18, 2019 at 8:11:04 PM UTC+2, adsapiforumadvisor wrote: > > Hello Dari

Re: Can't get Campaign Audience bids through API.

2019-09-18 Thread Google Ads API Forum Advisor Prod
Hello Dariusz, Could you please add the field campaign_audience_view.resource_name in your GAQL query and try? Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UHH8G4:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blo

Re: Can't get Campaign Audience bids through API.

2019-09-18 Thread Dariusz Ciemięga
Thanks for the quick replay. I tried SELECT campaign_criterion.type, campaign_criterion.bid_modifier, campaign_criterion.campaign, campaign_criterion.status FROM campaign_audience_view but I got no results. On Wednesday, September 18, 2019 at 5:02:38 PM UTC+2, adsapiforumadvisor wrote: > >

RE: Can't get Campaign Audience bids through API.

2019-09-18 Thread Google Ads API Forum Advisor Prod
Hello Dariusz, Could you please use campaign_audience_view instead to fetch audiences targeting to your campaign? Please give it a try and let me know if you have any further questions. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UHH8G4:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Can't get Campaign Audience bids through API.

2019-09-17 Thread Dariusz Ciemięga
On a test account my campaign has two audiences with set bids [image: Screenshot 2019-09-17 at 14.41.51.png] but I can't get them with *GoogleAdsService* and query *SELECT campaign_criterion.type, campaign_criterion.bid_modifier FROM campaign_criterion .* I receive only types: LANGUAGE, LOCATIO

Re: Campaign Audience

2018-08-29 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
e/v201806/CampaignCriterionService.CriterionUserList> objects you are targeting in your campaign. Let me know if this helps. Thanks and regards, Peter AdWords API Team On Thursday, August 30, 2018 at 3:27:50 AM UTC+8, Ramanajee Kandregula wrote: > > Hi, > Is there anyway to get campaign audi

Campaign Audience

2018-08-29 Thread Ramanajee Kandregula
Hi, Is there anyway to get campaign audience through API call ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the

Re: Can I get the historical data(say 6 months older) for reports like Ad, Campaign, Audience, AdGroup.... using Adwords API

2018-02-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Narendra, Since your questions are specific to BigQuery integration with AdWords API, could you please post it on their community forum ? If you would like to use the AdWords API to pull historic stats, you could use the report types listed

Can I get the historical data(say 6 months older) for reports like Ad, Campaign, Audience, AdGroup.... using Adwords API

2018-02-27 Thread Narendra Kommoju
Currently, I am using BigQuery transfer service for Adwords integration. But there are some limitations for fetching historic data for some tables like Ad, Campaign, Keyword(Ref: https://cloud.google.com/bigquery/docs/working-with-transfers#set_up_a_backfill) Is this restriction from Bigquer

Re: Search Campaign Audience Selector - "Status" is an invalid field name...

2017-08-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dom, On this forum, we address questions related to AdWords API. Since your question is related to AdWords Scripts, I would suggest that you post it in the AdWords Scripts forum as they are better equipped to address this issue. Re

Search Campaign Audience Selector - "Status" is an invalid field name...

2017-08-17 Thread dominic . charlesworth
Hi, I'm trying out *AdWords Scripts *and am trying to modify the audience lists for Campaigns. To do this, I've been using the *AdWords Docs *which suggest that I can get the au

Re: Campaign Audience Exclusions in a Report

2015-07-13 Thread Josh Radcliff (AdWords API Team)
Hi Michael, I just received confirmation that this report will only show audience criterion set up via *AdGroupCriterion*. For *CampaignCriterion*, please use the CampaignCriterionService instead. I'l

Re: Campaign Audience Exclusions in a Report

2015-07-10 Thread Michael Buetow
Thanks for the update Josh. On Friday, July 10, 2015 at 1:24:20 PM UTC-7, Josh Radcliff (AdWords API Team) wrote: > > Hi Michael, > > Based on some experiments, I think you're correct -- it seems that the > AUDIENCE_PERFORMANCE_REPORT is limited to *AdGroupCriterion*. However, > I'm checking wi

Re: Campaign Audience Exclusions in a Report

2015-07-10 Thread Josh Radcliff (AdWords API Team)
Hi Michael, Based on some experiments, I think you're correct -- it seems that the AUDIENCE_PERFORMANCE_REPORT is limited to *AdGroupCriterion*. However, I'm checking with the reporting team and will get back to you once I have confirmation. As an alternative, you could use the CampaignCriteri

Re: Campaign Audience Exclusions in a Report

2015-07-10 Thread Anthony Madrigal
Hi Michael, Could you please give me some of your Campaign IDs you are trying to get back data from through *Reply privately to author?* Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blo

Re: Campaign Audience Exclusions in a Report

2015-07-09 Thread Michael Buetow
My experience thus far with the Audience Performance Report has been that it will not return Campaign Audience Exclusion, only Positive and Negative AdGroup level Audiences. I have tried varying requests and predicates and never seen rows corresponding to the Campaign Audience Exclusions in

Re: Campaign Audience Exclusions in a Report

2015-07-09 Thread Anthony Madrigal
Hello Michael, The *Audience Performance Report *contains a field called isNegative . This shows whether or not the criterion is a negative (exclusion) criterion. Cheers, Anthony AdWords API

Campaign Audience Exclusions in a Report

2015-07-09 Thread Michael Buetow
Hello, I'm trying to determine if Campaign Audience Exclusions (or NegativeCampaignCriterion <https://developers.google.com/adwords/api/docs/reference/v201506/CampaignCriterionService.NegativeCampaignCriterion.html> holding a Criterion of type CriterionUserInter