How to know when a campaign status is changed.

2023-08-22 Thread Muhammad Murtza
Hello google ads team, Is there a way to know whenever a google campaign status is changed via some callback or webhook url? Because else will have to periodically get campaign and check its status. Regards, M Murtaza -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

The status field in the campaign table is "campaign. status".

2023-07-05 Thread static bin
The status field in the campaign table is "campaign. status". The document says the type is ENUM, but the data I requested from the API is INT, such as 1, 2, and 3. Why? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.bl

Re: Understanding UI vs API behavior for campaign status

2023-02-22 Thread 'Hoshank Ailani' via Google Ads API and AdWords API Forum
I have provided the response and request id in a private response can you please have a look ? On Tuesday, 21 February 2023 at 00:14:16 UTC+5:30 Google Ads API Forum Advisor wrote: > Hi Hoshank, > > Thanks for reaching out to the Google Ads API Forum. > > Note that the field

Understanding UI vs API behavior for campaign status

2023-02-19 Thread 'Hoshank Ailani' via Google Ads API and AdWords API Forum
Hey Google Ads Team with introduction of primary status, we are seeing a behavior on Google Ads UI where when we select campaign's status as Enabled on UI we see less number of campaigns as we are getting more number of campaigns in APi when campaign.status = 'ENABLED'. To match the number of

RE: Campaign Status showing as "No Ads"

2022-10-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
screenshot: I’ve verified using API that campaign status is pulling correctly. You may check below GAQL: SELECT campaign.id, campaign.name, ad_group.status, ad_group.name, ad_group_ad.status, ad_group_ad.resource_name, campaign.status, campaign.serving_status

How do I select both campaign status ENABLED and PAUSED.

2022-10-10 Thread 'Rannie John Lopez' via Google Ads API and AdWords API Forum
Current query "SELECT campaign.id, " . "campaign.name, " . "segments.date, " . "metrics.cost_micros " . "FROM campaign " . "WHERE segments.date = '$date' " . "AND campaign.status = 'ENABLED' " . "AND metrics.cost_micros > 0 " . "ORDER BY segments.date DESC"; I want to select campaign.status =

RE: Rest Api call to pull Campaign Status from an account

2022-07-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, Could you privately send us a full screen screenshot of the report in the UI where you want to replicate these fields in the API? Regards, Aryeh Google Ads API Team ref:_00D1U1174p._5004Q2cVAZC:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Rest Api call to pull Campaign Status from an account

2022-07-12 Thread gadsm wiley
Hi Team, When I am trying to pull campaign status from rest api call using query, I am getting data discrepancy. The possible values in report are eligible (limited), eligible(learning) etc but from my rest call i was using campaign.status where eligible values are missing, It has values like

Campaign status vs Campaign serving status

2022-03-28 Thread jubap...@gmail.com
Hi, I am wondering what is different between campaing status and campaing serving status? Is there any method to show why campaign status is 'enabled' but the campaing serving status is 'suspended'? I found that some of my campaing status is enabled but the changed to suspend this week

RE: Campaign Status

2021-11-24 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Jayant, Thank you for reaching out to us. Can you please provide the complete request and response logs with request ID so we can have a closer look at your concern? You can send these to us via Reply privately to author option. If this option is not available, please send it directly

Campaign Status

2021-11-24 Thread Jayant Meshram
Hello, I am getting campaign.status values as 2 in response to query. campaign.status values are enable paused and removed in campaign table. So my question what value 2 signifies , enabled paused or removed? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Campaign status mismatch between UI and API

2020-09-09 Thread denma test
HI Great, *ServingStatus *working fine thanks. On Wednesday, September 9, 2020 at 12:58:47 AM UTC+5:30 adsapiforumadvisor wrote: > Hi Denma, > > Thanks for reaching out. With regards to your concern, you can use > servingstatus >

RE: Campaign status mismatch between UI and API

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Denma, Thanks for reaching out. With regards to your concern, you can use servingstatus field. Let me know if this what you are looking for. If not can you please provide complete request and response logs so that i can further investigate the issue. Thanks, Nirmitabahen Gaurav Patel

Campaign status mismatch between UI and API

2020-09-06 Thread denma test
Hi I have a campaign which is shown as *Ended *in Google Ads UI but in API it shows as* enabled*. FYR attached screenshot please check. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Filter AdGroups by campaign status

2020-08-11 Thread denma test
Hello Yes, done with AdGroup Performance Report, it looks fine to work it. Thanks. On Tuesday, August 11, 2020 at 9:11:22 PM UTC+5:30, adsapiforumadvisor wrote: > > Hello, > > Unfortunately, there is no CampaignStatus field in the AdGroupService. You > will either need to use the AdGroup

Re: Filter AdGroups by campaign status

2020-08-11 Thread Google Ads API Forum Advisor Prod
Hello, Unfortunately, there is no CampaignStatus field in the AdGroupService. You will either need to use the AdGroup Performance Report or call a GET method on the CampaignService to get all your enabled and paused then pass those campaigns to the AdGroupService. Regards, Anthony Google Ads

Re: Filter AdGroups by campaign status

2020-08-10 Thread denma test
Hi Anthony, Actually am not using Adgroup Performance Report service, am using AdGrup services to list all my adgroups as mentioned in previous code. Only thing is that service is returns all adgroups even from removed campaigns too, i just need to eliminate that part alone. Please correct me

RE: Filter AdGroups by campaign status

2020-08-10 Thread Google Ads API Forum Advisor Prod
Hello, You can filter ad groups by their campaign statuses by using the field CampaignStatus. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q23IfL2:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Filter AdGroups by campaign status

2020-08-08 Thread denma test
public function getAdGroups(){ $session = self::setSession(); $adWordsServices = new AdWordsServices(); $adGroupService = $adWordsServices->get($session, AdGroupService::class); $adGroupData = array(); // Create selector. $selector = new Selector();

RE: Campaign status Misconfigured

2020-07-29 Thread Google Ads API Forum Advisor Prod
Hi Dunog, Thanks for reaching out. With regards to your concern, can you please provide customer id so that i can further investigate the issue. Please ensure you "Reply privately to author" when providing this information. Thanks, Nirmita Patel Google Ads Team

Campaign status Misconfigured

2020-07-28 Thread duong xuan toi
Hi, I found this on UI: [image: Screen Shot 2020-07-28 at 5.05.37 PM.png] How to get this status via adwords API or google ads API ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: Eligible campaign status update returns error code 2 'No status received'

2020-01-10 Thread Google Ads API Forum Advisor Prod
Hi Michael, Thank you for reaching out. Can you please provide the complete detailed request and response logs via reply privately to author so that I can further investigate the issue? You can find information on enabling logging here. Regards, Mitchell Google Ads API Team

Eligible campaign status update returns error code 2 'No status received'

2020-01-10 Thread Michel Mulder
Hi, I have an enabled campaign whit the status eligible. When i try to update this campaign using the new grpc api, the api returns the following result: { "message": "No status received", "code": 2, "status": "UNKNOWN", "details": []} I am using the following libraries to contact the api:

RE: Campaign status update error - AdWords API 201809

2019-12-23 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. The error OperationAccessDenied.MUTATE_ACTION_NOT_PERMITED_FOR_CLIENT occurs when the attempted operation cannot be performed through the API. The video campaign creation and management are not yet supported through the API. Please find the list of campaigns

Campaign status update error - AdWords API 201809

2019-12-22 Thread AdwAPI-TR
hi, I also get this error when I want to stop video ads. What is the reason? How can I solve. Ver : AdWords API 201809 ERROR: OperationAccessDenied.MUTATE_ACTION_NOT_PERMITED_FOR_CLIENT@operations[0] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Webhook for Campaign Status changes

2019-11-25 Thread Google Ads API Forum Advisor Prod
Hi Pradeep, On this support channel, we address technical concerns specific to AdWords API/Google Ads API implementation. The Webhook implementation is outside the expertise for my team. I found this support page which might be helpful to address this concern. If you're using AdWords

Webhook for Campaign Status changes

2019-11-25 Thread Pradeep Datla
Hi, We want to send emails whenever the status of a Campaign is changed( Start,Pause, End), Ads get rejected. Is there a way to configure webhook to achieve this functionality? If there is no webhook, is there a way to achieve this. Thank You, Pradeep Datla. -- --

Re: Doubt about campaign status

2019-06-14 Thread Fede Serbin
Ok, I will do it like this then. Thank you! On Thursday, June 13, 2019 at 5:15:02 PM UTC-3, adsapiforumadvisor wrote: > > Hi Fede, > > Yes, the campaigns have Status and a Serving Status attributes and both > are independent as campaign Serving Status indicates if the campaign is > serving Ads

Re: Doubt about campaign status

2019-06-13 Thread Google Ads API Forum Advisor Prod
Hi Fede, Yes, the campaigns have Status and a Serving Status attributes and both are independent as campaign Serving Status indicates if the campaign is serving Ads which is different from the status of the campaign. It is possible to have campaign with ACTIVE status and ENDED service

Re: Doubt about campaign status

2019-06-13 Thread Fede Serbin
, 2019 at 6:21:17 PM UTC-3, adsapiforumadvisor wrote: > > Hi Fede, > > Thank you for reaching support. The campaign status from the shared link > indicates the status of the campaign when serving. You can get the campaign > serving status using campaign.servingStatus. Let us kn

RE: Doubt about campaign status

2019-06-07 Thread Google Ads API Forum Advisor Prod
Hi Fede, Thank you for reaching support. The campaign status from the shared link indicates the status of the campaign when serving. You can get the campaign serving status using campaign.servingStatus. Let us know if you need any other information. Regards, Nikisha Patel, Google Ads API Team

Doubt about campaign status

2019-06-07 Thread Fede Serbin
Hi everybody! I have an app where I want to store Googla campaigns and their status. I see that the campaigns status of the API are these: https://developers.google.com/adwords/api/docs/reference/v201809/CampaignService.CampaignStatus So the status are ENABLED, UNKNOWN, PAUSED and REMOVED.

Re: Actual Campaign Status

2019-04-16 Thread cv
Okay, But tis should required to update all the files under Google\Ads\GoogleAds\V1\Enums\, so no use of Library. Yes, I am already following that thread, lets hope in future release this should be fixed. Thanks On Tuesday, 16 April 2019 19:33:58 UTC+5:30, googleadsapi-forumadvisor wrote: >

RE: Actual Campaign Status

2019-04-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, The process you are using to pull the enum name 'ENABLED' looks good. If you are still facing the issues, please share the details on the github issue mentioned. Our client library owners are better equipped to answer client

Re: Actual Campaign Status

2019-04-16 Thread cv
Hello Sai, Thanks for pointing out the gitHub page. But that is not a feasible solution. Because 1) I need to add extra github page "marc-mabe/php-enum": "^3.1" 2) I need to have my own class or I need to extend current CampaignStatus, I am doing any wrong here please let me know. class

Re: Actual Campaign Status

2019-04-16 Thread cv
No, Not possible. I always get the error some or other function not found. I think issue lies with PHP library as said over here Thanks On Monday, 15 April 2019 21:32:33

RE: Actual Campaign Status

2019-04-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, You have to use the CampaignStatusEnum and get the enum by the value you get with the CampaignStatus

Re: Actual Campaign Status

2019-04-11 Thread cv
Hello Sai, No it is not possible using PHP client Library. I was using this reflection property only, but not possible. Thanks, On Thursday, 11 April 2019 21:51:22 UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello Chirag, > > You can try something like* $Campaign_Status =

RE: Actual Campaign Status

2019-04-11 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, You can try something like* $Campaign_Status = CampaignStatus ::getByValue(2);* to get the campaign enum by the

Re: Actual Campaign Status

2019-04-11 Thread cv
Can you please give me example how I can use? I am not finding any. Thanks, On Thursday, 11 April 2019 00:37:30 UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello Chirag, > > I am able to see the code snippets you have shared. Since the > campaign.status >

RE: Actual Campaign Status

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, I am able to see the code snippets you have shared. Since the campaign.status represents the ENUM value of the status. You have to get the field name type CampaignStatus

Re: Actual Campaign Status

2019-04-10 Thread cv
Hi, My Reply is automatically get deleted when I try to post query. Any Idea how I can put the code? Thanks, On Wednesday, 10 April 2019 18:11:46 UTC+5:30, cv wrote: > > Hi, > > How I can get Actual Campaign Status when I run the query. > > For example I need campaign st

Re: Actual Campaign Status

2019-04-10 Thread cv
ign()->getStatus() This will give me value as 2 instead ENABLE. Thanks, On Wednesday, 10 April 2019 18:11:46 UTC+5:30, cv wrote: > > Hi, > > How I can get Actual Campaign Status when I run the query. > > For example I need campaign status in words like ENABLE instead digits

Actual Campaign Status

2019-04-10 Thread cv
Hi, How I can get Actual Campaign Status when I run the query. For example I need campaign status in words like ENABLE instead digits like 1, 2 Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Re: Campaign Status on Ad Performance Report

2018-10-25 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Douglas, I'm afraid that campaign status is represented differently via the AdWords API reports. That said, the "Ended" and "Serving" status is not available via the AdWords API. However, you should be able to determine whether a campaign is still serving by referr

Campaign Status on Ad Performance Report

2018-10-24 Thread Douglas Silva
It is possible to get the campaign status ( Ended, Serving ) while using Ad Performance Report Currently on my application it only return 'Enabled' or 'Paused' -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Re: How to get all adgroups with campaign status enable and pause?

2018-01-18 Thread Ken Dan Tinio
Magnificent! Thank you very much! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: How to get all adgroups with campaign status enable and pause?

2018-01-18 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ken, For your reporting error (QueryError.PARSING_FAILED ), it means that there maybe some incorrect syntax in your AWQL query. Kindly double check on your end if your syntax and spacing is correct.

Re: How to get all adgroups with campaign status enable and pause?

2018-01-18 Thread Ken Dan Tinio
Switching back to AWQL haha This one works good for me *WHERE AdGroupStatus NOT_IN ["REMOVED"] AND CampaignStatus NOT_IN ["REMOVED"]* How do you convert this into Selector Method? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: How to get all adgroups with campaign status enable and pause?

2018-01-18 Thread Ken Dan Tinio
EMOVED'])], * *[new Predicate('CampaignStatus', PredicateOperator::NOT_IN, ['REMOVED'])]* *);* Doesn't work. Only the first array works fine. I am retrieving adgroups without removed status, but campaign status with removed is included. The thing that I am trying to do is,

Re: How to get all adgroups with campaign status enable and pause?

2018-01-18 Thread Ken Dan Tinio
OKay im using AWQL, works fine. BUt *WHERE CampaignStatus != 'removed'* gives me an error Details: [fieldPath: ; trigger: ; errorString: QueryError.PARSING_FAILED] Full code of AWQL: * $reportQuery = 'SELECT '.$imploded_fields.' FROM '.self::$report_type.' '* *.

Re: How to get all adgroups with campaign status enable and pause?

2018-01-18 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ken, Could you confirm if you have tried filtering the AdGroupService.get() by CampaignStatus as I have suggested? In regards to your latest question, you can examine first what is the content of the String object by the *getAsString()* method (see this line

Re: How to get all adgroups with campaign status enable and pause?

2018-01-18 Thread Ken Dan Tinio
I *getAsString() *method, I have already seen it. Thats like sounds difficult... how to do it? can you give me a term or word of the function for me to research about.. thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: How to get all adgroups with campaign status enable and pause?

2018-01-18 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ken, Upon further checking, you can filter by CampaignStatus in AdGroupService.get() but you cannot get its actual value as field. You can try the code snippet below and let me know if this works:

Re: How to get all adgroups with campaign status enable and pause?

2018-01-18 Thread Ken Dan Tinio
I did try that. But the problem is this: $reportDefinition->setDownloadFormat(DownloadFormat::CSV); How do I get reports as array or json? I don't want to generate a csv. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: How to get all adgroups with campaign status enable and pause?

2018-01-18 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ken, The CampaignStatus is not a supported field in the AdGroup entity of AdGroupService . If you really wish to get

How to get all adgroups with campaign status enable and pause?

2018-01-17 Thread Ken Dan Tinio
$selector = new Selector(); $selector->setFields(['Id', 'Name', 'Status', 'CampaignId', 'CampaignName']); $selector->setOrdering([new OrderBy('Name', SortOrder::ASCENDING)]); $selector->setPaging(new Paging(0, self::PAGE_LIMIT)); I have this so far. I have already retrieved all

Re: Campaign status

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Please see my answers below: 1. A Campaign may have the status "limited by budget" when its budget is lower than the recommended daily budget . I'm afraid its not possible to get the recommended daily budget using AdWords API

Re: Campaign status

2017-09-27 Thread adwordsapi
/-Jn_WHd9l2_4/WcxjuviQfuI/ABI/tSQ0uiHMQ8gbDfexkeD2T2iScX-GmGEQwCLcBGAs/s1600/QQ%25E5%259B%25BE%25E7%2589%258720170928105025.png> As you see above,“M-GDN-全球”-this campaign status show "budget limit" at 2017-09-27. it's budget is ¥50.0/day. Actually , it just cost ¥34.17 at 2017-09

Re: Campaign status

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to use the ServingStatus field in Campaign Performance Report to check if

Campaign status

2017-09-27 Thread fishli1986
Hi , 1.Are these statuses from those fields reported in the campaign report (CAMPAIGN_PERFORMANCE_REPORT)? (For the time being, from CAMPAIGN_PERFORMANCE_REPORT.ServingStatus, CAMPAIGN_PERFORMANCE_REPORT.CampaignStatus, SearchBudgetLostImpressionShare, ContentBudgetLostImpressionShare can

Re: how to get Campaign status (Limited by Budget/campaign budget constrained) using API

2016-04-27 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Vivek, Currently, the only way to get the value of a status as "limited by budget" is through the UI. You can follow our blog regarding this being added to the API. Regards, Anthony AdWords API Team -- --

how to get Campaign status (Limited by Budget/campaign budget constrained) using API

2016-04-27 Thread Vivek Tiwari
Hi, I am using API to know my campaign status , here i am trying to know all my previous day campaign which are limited by budget. for the same what i have done is - reportType = 'CAMPAIGN_PERFORMANCE_REPORT

Re: Change Campaign Status [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]

2015-04-20 Thread Danial Klimkin
Hello Michael, It doesn't look the request was formed properly. Are you using any of our client libraries? https://developers.google.com/adwords/api/docs/clientlibraries -Danial, AdWords API Team. On Monday, April 20, 2015 at 4:08:07 PM UTC+3, Michael D wrote: Hello Daniel, Ok, so I

Re: Change Campaign Status [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]

2015-04-20 Thread Michael D
Hello Daniel, Ok, so I can just change the status of a paused or an active campaign. When I try to pause a Campaign this is what my sniffer shows me: But there is no value for the status in it. In my first the first Post you can see how this soap is created. Looks ike this is a Problem of

Re: Change Campaign Status [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]

2015-04-20 Thread Michael D
Ok, I solved it. It was a Problem with the serialization. Thank you for your help ;) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Change Campaign Status [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]

2015-04-20 Thread Danial Klimkin
Hello Michael, No, removed objects can not be re-enabled. It was possible in the older API versions but not anymore. -Danial, AdWords API Team. On Friday, April 17, 2015 at 6:30:21 PM UTC+3, Michael D wrote: Yes you are right. Im trying to change the status of a removed campaign. So

Re: Change Campaign Status [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]

2015-04-17 Thread Michael D
Yes you are right. Im trying to change the status of a removed campaign. So its not possible to change the status of a removed campaign back to paused or enabled? But this is what fiddler gives me. There is no operation in it. POST

Re: Change Campaign Status [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]

2015-04-16 Thread Danial Klimkin
Any chance you are trying to change the status of a REMOVED campaign? -Danial. On Thursday, April 16, 2015 at 4:54:23 PM UTC+3, Michael D wrote: If I use Operation.SET instead of Operation.REMOVE the same Error occurs! Are there some other mistakes? Am Mittwoch, 15. April 2015 17:06:07

Re: Change Campaign Status [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]

2015-04-16 Thread Michael D
If I use Operation.SET instead of Operation.REMOVE the same Error occurs! Are there some other mistakes? Am Mittwoch, 15. April 2015 17:06:07 UTC+2 schrieb testm...@gmail.com: Hi, Im trying to change Campaignstatus. But i always get the Error: [OperatorError.OPERATOR_NOT_SUPPORTED @

Change Campaign Status [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]]

2015-04-15 Thread Michael D
Hi, Im trying to Change CampaignStatus. But I get the Error: [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]] Does anyone know what Im doing wrong here? var client = new CampaignService.CampaignService(); //create Campaign with Status Campaign

Re: Change Campaign Status [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]

2015-04-15 Thread Danial Klimkin
Hello, You need to use the SET operator if you want to update any field, including the 'status' field. -Danial, AdWords API Team. On Wednesday, April 15, 2015 at 6:06:07 PM UTC+3, testm...@gmail.com wrote: Hi, Im trying to change Campaignstatus. But i always get the Error:

Change Campaign Status [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]

2015-04-15 Thread testmccdpm3
Hi, Im trying to change Campaignstatus. But i always get the Error: [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]] This is how I do it: Does someone know what I am doing wrong here? var client = new CampaignService.CampaignService(); //create

Re: CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT returns error with campaign status predicate

2015-04-14 Thread Anash P. Oommen (AdWords API Team)
Hi John, I've asked the reporting team to see if we can reintroduce this field in the report. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, April 9, 2015 at 3:26:43 PM UTC-4, John Pickard wrote: Got a response, in case anyone else runs into this: The *CampaignStatus* field is

Re: CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT returns error with campaign status predicate

2015-04-09 Thread John Pickard
Got a response, in case anyone else runs into this: The *CampaignStatus* field is not available in CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT, which is why filtering by that field on that report fails. Please see the list of report fields here

Re: Getting campaign status - Deleted.

2013-02-26 Thread ShayBarChen
Well , it didn't worked. I have added Predicate to the selector - GA.v201209.Predicate statusPredicate = new GA.v201209.Predicate(); statusPredicate.field = CampaignStatus; statusPredicate.@operator = GA.v201209.PredicateOperator.EQUALS; statusPredicate.values = new string[] { DELETED };

Re: Getting campaign status - Deleted.

2013-02-26 Thread Zweitze
Since you're querying an ad performance report, make sure that that deleted campaign contains at least one ad, and that ad has at least one impression in the period of the report. If that isn't possible, use a different report type, eg. campaign performance report (when the campaign has no

Re: Getting campaign status - Deleted.

2013-01-18 Thread John Lister
Yes, add a predicate of status in [active, paused, deleted], the default is to not return deleted elements in reports John On Thursday, 17 January 2013 13:43:13 UTC, ShayBarChen wrote: Hey , Is it possible to get Campign in status deleted in AD_PERFORMANCE_REPORT with the following fields

Getting campaign status - Deleted.

2013-01-17 Thread ShayBarChen
Hey , Is it possible to get Campign in status deleted in AD_PERFORMANCE_REPORT with the following fields included : Id, AdGroupId, AdGroupName, AdGroupStatus, CampaignId, CampaignName,CampaignStatus,Status. If it's possible , when it will be occurred ? ( Cause now I'm getting only : active

Re: keyword performance report shows incorrect/misleading campaign status

2012-02-22 Thread Simon Day
I'm having the same problem. From what I can see v13 excluded 'Ended' campaigns but v201109 doesn't which is causing issues. Calling the CampaignService is an option but not ideal, surely this should be available on one of the reports. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

keyword performance report shows incorrect/misleading campaign status

2012-02-21 Thread Reed
for a couple of campaigns in an account was showing the campaign status as active. In the v13 structure report pulled on the same day (today) the campaign status was ended and when I logged into the UI, the campaign status was enabled but the campaign serving status was ended. This is a zero

campaign status in report service

2011-07-27 Thread Tomasz Pajor
Hello, Can You please update the campaign statuses in docs? Because I'm getting Ended status which is not in the docs. -- Best regards Tomasz Pajor -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: campaign status in report service

2011-07-27 Thread jstedman
There are two different status fields in a campaign, theres Campaign.status which can be one of (ACTIVE,DELETED,PAUSED) and refers to the status of the campaign from what you can control directly, then there is Campaign.servingStatus which could be one of (SERVING,NONE,ENDED,PENDING,SUSPENDED)

Re: Keyword Status, Ad Group Status and Campaign Status fields in KW Performance Report

2011-01-18 Thread AdWords API Advisor
Hi Adam, The statuses in reports will be the same as in the API, although the wording may differ. For example, it might be ACTIVE in the API but Enabled in reports, etc. Best, - Eric Koleda, AdWords API Team On Jan 13, 5:26 am, AdamWalsh adam.wa...@groupm.com wrote: We want to pull keyword

Re: Update campaign status via bulkmutatejobService

2010-07-07 Thread AdWords API Advisor
Hi, The BulkMutateJobService is best used when making a large number of updates to an account, such as adding thousands of keywords, etc. To pause a campaign you should use the synchronous CampaignService instead. Best, - Eric Koleda, AdWords API Team On Jul 2, 10:56 am, axum

Update campaign status via bulkmutatejobService

2010-07-02 Thread axum
Is there some c# code samples on how to update(pause) a campain status using the bulkmutatejobservice? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Campaign Status, End Date Serving Status

2010-05-19 Thread AdWords API Advisor
Hi Pete, Changing the endDate to a date in the future will reactivate your campaign, and allow you to perform other operations against it. Best, - Eric Koleda, AdWords API Team On May 18, 11:00 am, Pete Lavetsky (AdWords API Guru) pete.lavet...@gmail.com wrote: I have a question related to a

AdWords API Campaign Status and ServingStatus

2009-12-14 Thread j.e.frank
I'm in the process of upgrading some code from v13 to v2009. I'm trying to get a handle on the meaning of a Campaign's status and its serving status. Is there an explanation of these fields anywhere, other than the list of the enumerated values for each? My sense is that status refers to

AdWords API Re: unable to update campaign status in sandbox account

2009-10-09 Thread AdWords API Advisor
logs for the respective requests? Best, - Eric Koleda, AdWords API Team On Oct 7, 8:50 pm, Kevin kevin.matchcr...@gmail.com wrote: Hi, In some circumstances, the campaign status I got from CampaignServiceInterface.mutate() doesn't match with the campaign status I got from

AdWords API Re: unable to update campaign status in sandbox account

2009-10-09 Thread Kevin
the request IDs or SOAP XML logs for the respective requests? Best, - Eric Koleda, AdWords API Team On Oct 7, 8:50 pm, Kevin kevin.matchcr...@gmail.com wrote: Hi, In some circumstances, the campaign status I got from CampaignServiceInterface.mutate() doesn't match

AdWords API Re: unable to update campaign status in sandbox account

2009-10-08 Thread AdWords API Advisor
circumstances, the campaign status I got from CampaignServiceInterface.mutate() doesn't match with the campaign status I got from CampaignServiceInterface.get().  This has happened about 2/10 times when I'm trying to unpause a campaign that is currently SERVING

AdWords API Re: unable to update campaign status in sandbox account

2009-10-08 Thread Kevin
, - Eric Koleda, AdWords API Team On Oct 7, 8:50 pm, Kevin kevin.matchcr...@gmail.com wrote: Hi, In some circumstances, the campaign status I got from CampaignServiceInterface.mutate() doesn't match with the campaign status I got from CampaignServiceInterface.get().  This has happened

AdWords API unable to update campaign status in sandbox account

2009-10-07 Thread Kevin
Hi, In some circumstances, the campaign status I got from CampaignServiceInterface.mutate() doesn't match with the campaign status I got from CampaignServiceInterface.get(). This has happened about 2/10 times when I'm trying to unpause a campaign that is currently SERVING

AdWords API Campaign status

2009-09-30 Thread harroot
Hi all I'm using adwords API v13, how can I find out which campaign are in google seted status(pending,ended, suspended ), and can anybody tell me when google sets this statuses? Best regards, Harut. --~--~-~--~~~---~--~~ You received this message because you

AdWords API Re: Campaign status

2009-09-30 Thread AdWords API Advisor
Hi Harut, Please see my response in your other thread: http://groups.google.com/group/adwords-api/browse_thread/thread/6528936fed0bcf2f/7ebff1bed8b44f18?show_docid=7ebff1bed8b44f18. Best, - Eric Koleda, AdWords API Team On Sep 30, 10:32 am, harroot harr...@gmail.com wrote: Hi all I'm

AdWords API Re: Snapshot, Suggested as campaign status

2009-03-16 Thread AdWords API Advisor
Thanks for sharing that, Peer--it's good to know for the future. Cheers, -Jeff Posnick, AdWords API Team On Mar 13, 4:33 pm, Peer peer.jakob...@gmail.com wrote: Hi, Some AdWords customers have their Google Account Manager propose campaign setups. If you login on the Adwords Interface you

AdWords API Snapshot, Suggested as campaign status

2009-03-13 Thread Aihua
Hi, We tried to download the account structure using Adwords report services. For some downloaded campaign, the status is in Snapshot or Suggested. I looked at the document, there are 6 other campaign status but not those two. Also those campaigns with Snapshot and Suggested campaigns

AdWords API Re: Snapshot, Suggested as campaign status

2009-03-13 Thread AdWords API Advisor
: Hi, We tried to download the account structure using Adwords report services. For some downloaded campaign, the status is in Snapshot or Suggested. I looked at the document,  there are 6 other campaign status but not those two. Also those campaigns with Snapshot and Suggested campaigns

AdWords API Re: Snapshot, Suggested as campaign status

2009-03-13 Thread Aihua
...@gmail.com wrote: Hi, We tried to download the account structure using Adwords report services. For some downloaded campaign, the status is in Snapshot or Suggested. I looked at the document,  there are 6 other campaign status but not those two. Also those campaigns with Snapshot