RE: extract search keyword status displayed in ui through api

2023-05-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Atul, Thanks for reaching out to Google Ads API Forum. With regards to your concern, you may refer to our keyword_view report and keyword_view query builder to build and validate your request body. You may also refer to this code to Get Keyword Stats. However, if this is not what you are lo

Extract search keyword status displayed in UI through API

2023-05-17 Thread Atul Shukla
Hello, I want to extract the *search keyword status* displayed in UI through API to use in analysis but I don't get any attributes using which I can extract it. Please suggest ways to extract it. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: How to get keyword status (eligible, eligible limited, Not Eligible, Paused, Removed) from the Google Ads API?

2022-12-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ariful, Thank you for getting back to us. I am Sherwin from Google Ads API. I work with Nirmita and I hope that you are doing well today. Moving forward to your concern, I think what you are looking for is the campaign.primary_status and the campaign.primary_status_reasons. However, for us

Re: How to get keyword status (eligible, eligible limited, Not Eligible, Paused, Removed) from the Google Ads API?

2022-12-02 Thread ariful Islam
Thank you for your replay. I have tried your suggestion. the problem is getting every status are ok like ( campaign.status= ENABLED, campaign.serving_status=SERVING, ad_group.status= ENABLED) but keyword status is 'Not Eligible' due to Low search volume. Now I need to know the

RE: How to get keyword status (eligible, eligible limited, Not Eligible, Paused, Removed) from the Google Ads API?

2022-12-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ariful, The UI's about keyword status has a list of status states. 'Not eligible' keyword status has to do with the campaign and adGroup status causing this keyword to not serve and there's no field in keyword_view that will combine this information into one. To

How to get keyword status (eligible, eligible limited, Not Eligible, Paused, Removed) from the Google Ads API?

2022-12-01 Thread ariful Islam
Hello I am using the following query for keyword stats, it ok but I want to keyword status (eligible, eligible limited, Not Eligible, Paused, Removed). $query = "SELECT campaign.id, " . "campaign.name, "

RE: Matching Search keywords report using API with Keyword status filter Enabled

2022-08-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Calin, Thanks for reaching out to the Google Ads API Forum. I understand that you are trying to pull the search keywords report data using an api call and to replicate the data from the UI. Since you are getting 4 rows in API as compared with 1700 rows with Ads UI, for us to investigate

Matching Search keywords report using API with Keyword status filter Enabled

2022-08-12 Thread Calin Lupoiu
Hello, I am trying to pull the search keywords report data using an api call and to replicate the data from the UI. The problem I have is that I need to replicate the Search Keyword Report in the UI with the Keyword Status filter set to Enabled in GAQL in my api call. Has anyone been able

RE: Keyword status

2022-02-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Werner, I could see that you've created a new thread with the same concern mentioned on this thread. Please refrain from opening multiple forum threads with the same content for better tracking of the issue. Let's continue our conversation on the other thread you've created. Best regards,

Keyword status

2022-02-18 Thread Werner Reyneke
Good day Which field in the API do I use to get the Keyword Status ID? Not the Status as in for example "Enabled" or "Paused", but it's Id. Thanks in advance, Werner Reyneke -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

Re: How to change keyword status via the Python libraries

2018-09-03 Thread tom . wagstaff
Hi Milind, That's fixed it - works as expected now - thank you! Cheers, Tom On Friday, August 31, 2018 at 9:21:46 PM UTC+1, Milind Sankeshware (AdWords API Team) wrote: > > Hi Tom, > > To change the keyword status, you will need to set the UserStatus > <https://develo

Re: How to change keyword status via the Python libraries

2018-08-31 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tom, To change the keyword status, you will need to set the UserStatus <https://developers.google.com/adwords/api/docs/reference/v201806/AdGroupCriterionService.BiddableAdGroupCriterion#userstatus> of your BiddableAdGroupCriterion <https://developers.google.com/adwords/api/docs/

How to change keyword status via the Python libraries

2018-08-31 Thread tom . wagstaff
Hi community, I am struggling to work out how to change keyword status via the Google Ads API using the Python library. I have no problem pausing and enabling AdGroups, or adding new keywords, but there is no exact model for this in the sample code, and my alterations are not working as

Re: How to get keyword status information from adwords api

2018-05-30 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sergey, The keywords status that you are seeing from the UI is represented a little differently via the AdWords API. For the status that is available via the AdWords API, you can retrieve it via the Status

How to get keyword status information from adwords API?

2018-05-30 Thread Sergey Kharitonov
Hello all, Can I get information about the status of a keyword from the adwords API using the statuses listed here https://support.google.com/adwords/answer/2453978?hl=en (such as Campaign paused, Campaign pending, etc.)? Where can I find the description? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

How to get keyword status information from adwords api

2018-05-30 Thread Sergey Kharitonov
Hello, Can I get information about the status of a keyword from adwords api with the statuses specified as here https://support.google.com/adwords/answer/2453978?hl=en -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =

Re: change keyword status on certain day and hours

2018-02-08 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Bhairavi, Updating the status of the keywords is supported in the AdWords API. You may check this sample code for reference. However, updating the status of the keywords with a scheduling feature

change keyword status on certain day and hours

2018-02-07 Thread Bhairavi
Hi, I am using api client library in PHP. I only want to change keyword status on certain days or hours ,is that possible from API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com

Re: get keyword status from getkeywords api in php

2018-01-30 Thread 'Peter Oliquino' via AdWords API Forum
Hi, My apologies for the confusion and allow me to update my previous response. Also, for the benefit of those following our thread, I will be responding publicly to your follow up question regarding my previous suggestion not working as expected. >From the results that you will retrieve or fo

Re: get keyword status from getkeywords api in php

2018-01-30 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Since you have already included the *Status * field in your selector, you will just need to include the sample code snippet below inside your loop : *$adGroupCrite

get keyword status from getkeywords api in php

2018-01-30 Thread Bhairavi
I am using google adwords client library for php.I am using getKeywords api to fetch keywords and related info.How to get keyword status in api. I have added 'Status' in selector field as follows- $selector->setFields( ['Id', 'CriteriaType', 'Ke

Re: Getting Keyword Status through the JAVA API

2016-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can include the SystemServingStatus field in the predicate to filter keywords based on serving status of the keyword. You can use the code below to add a predicate to filte

Getting Keyword Status through the JAVA API

2016-09-28 Thread Aba
Hi all, I am trying to get the list of all keywords with a specific status per account. For instance, I would like to retrieve all keywords that are flagged as "Low search volume". I checked the KeyPerformance Report, and fetching the Keyword objects, but I can't seem to find a way to get to

Re: Keyword Status of "Below first page bid estimate" or "Rarely shown due to low quality score" in Performance Reports via API

2016-06-20 Thread 'Peter Oliquino' via AdWords API Forum
Hello Akiko, I am not entirely sure that those statuses are supported in the AdWords API. Although, if you wish to see or gauge keyword performance, you could use TrafficEstimatorService and refer to th

Keyword Status of "Below first page bid estimate" or "Rarely shown due to low quality score" in Performance Reports via API

2016-06-20 Thread Akiko Matsuzawa
Hi all, We can see some keyword status on AWUI as the following page. https://support.google.com/adwords/answer/2453978?hl=en How can we get these keyword status? For example "Below first page bid estimate" , "Rarely shown due to low quality score". "SystemSer

Re: Keyword status and max cpc are not changing !

2015-02-09 Thread Josh Radcliff (AdWords API Team)
Hi, A few things you may want to check: 1. Are you setting validateOnly when sending your request? If so, the API will just validate the request, but won't actually apply your changes. 2. What's the biddi

Keyword status and max cpc are not changing !

2015-02-04 Thread Shobhan Babu
Hi, I using the UpdateKeyword.php file to change the status of the keyword and maxcpc of the keyword but the changes are not reflecting in my google adwords dashboard can you please tell me the procedure to find it out ! The file is executing but the status is not changing and amount also i

Re: How to update the keyword text ,keyword status and maxCpc of keyword using API ?

2015-01-21 Thread Anash P. Oommen (AdWords API Team)
o update keyword text,keyword status and maxCPC of the keyword > using API,is there any way to these things through API ,if it is available > please provide the code in php > > > Thank you.. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

How to update the keyword text ,keyword status and maxCpc of keyword using API ?

2015-01-19 Thread Shobhan Babu
Hi, I want to update keyword text,keyword status and maxCPC of the keyword using API,is there any way to these things through API ,if it is available please provide the code in php Thank you.. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google

Re: Perform Keyword Status Change in a Single SOAP Request

2014-12-29 Thread Michael Cloonan (AdWords API Team)
, os...@ebay.com wrote: > > Hi all, > I want to perform a task which changes keyword status to PAUSED whose name > is equal to the given text, in all current active campaigns in a single > soap request. > Thanks. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

Perform Keyword Status Change in a Single SOAP Request

2014-12-29 Thread osucu
Hi all, I want to perform a task which changes keyword status to PAUSED whose name is equal to the given text, in all current active campaigns in a single soap request. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https

Re: How to get keyword status information from adwords api

2014-02-12 Thread Ray Tsang (AdWords API Team)
Silver, The Status field is documented in: https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201309-AdGroupCriterionService It's right beneath QualityScore and above SystemServingStatus. Hope this helps, -- Ray Tsang (AdWords API Advisor) On Tuesday, February 11, 2014 10

Re: How to get keyword status information from adwords api

2014-02-12 Thread Silver Moôn
Hi Ray where is the Status field ? link ? On Tuesday, February 11, 2014 10:33:16 PM UTC+5:30, Ray Tsang (AdWords API Team) wrote: > > Silver, > > It seems like you are on the right track. The documentation does have a > field called "Status" that should get you what you want. Hope this helps.

Re: How to get keyword status information from adwords api

2014-02-11 Thread Ray Tsang (AdWords API Team)
Silver, It seems like you are on the right track. The documentation does have a field called "Status" that should get you what you want. Hope this helps. -- Ray Tsang (AdWords API Advisor) On Monday, February 10, 2014 11:03:13 AM UTC-5, Silver Moôn wrote: > > I am using the adwords php api ho

How to get keyword status information from adwords api

2014-02-10 Thread Silver Moôn
I am using the adwords php api hosted here https://github.com/googleads/googleads-php-lib It has got examples and I am using this one https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201309/BasicOperations/GetKeywords.php that particular example fetches keywords in

SET operation on Keyword status (AdGroupCriterionService) ENABLED => PAUSED does not have any effect

2013-09-26 Thread Tim Jonischkat
Hey everyone, I am trying to update some of my existing keywords by setting their status to PAUSED. The API tells me the operation has succeeded and returns the right values in it's response, but the AdWords interface on adwords.google.com tells me the keyword is still ENABLED, even after a ful

Re: Keyword status (v201209, C# library)

2013-01-24 Thread Zweitze
You also need to check the keyword approval state and campaign serving state. On Wednesday, January 23, 2013 4:16:53 PM UTC+1, Jeremy Aube wrote: > > The keyword level status does not reflect the ad group or the campaign > status. You have to check a keyword's ad group and campaign as well to >

Re: Keyword status (v201209, C# library)

2013-01-23 Thread Jeremy Aube
The keyword level status does not reflect the ad group or the campaign status. You have to check a keyword's ad group and campaign as well to determine its state. On Thursday, January 17, 2013 4:10:12 AM UTC-5, Rasmus Ladekjær Pedersen wrote: > > Hi. > > It seems to me that the statuses in the

Re: Keyword status in report [Low Search Volume]

2013-01-20 Thread John Lister
Hi, I was wondering if there was any progress with adding this (and also if possible the "states" such as "Below First Page Bid") to the reporting functionality in the API. I note that these are available via the website reporting which I would have thought used the same underlying technology?

Keyword status (v201209, C# library)

2013-01-17 Thread Rasmus Ladekjær Pedersen
Hi. It seems to me that the statuses in the web interface maps poorly to the API. Especially I am hoping to get the statuses of my keywords. Do anyone know how I obtain this information? Regards, Rasmus Ladekjær -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: php code examples update keyword status

2012-07-03 Thread Steve
TC-7, opalepatrick wrote: >>> >>> HI, >>> >>> be appreciated if someone can point me at a current link with php >>> examples showing how to update keyword status. >>> >> >> >> Hi. >> >> Here is a function (in

Re: php code examples update keyword status

2012-07-03 Thread opalepatrick
p >> examples showing how to update keyword status. >> > > > Hi. > > Here is a function (in PHP) I use to perform basic updates to keywords... > like CPC updates, activate, url, etc. > > public function updateKeywords($ary) { > >

Re: php code examples update keyword status

2012-07-03 Thread Steve
On Tuesday, July 3, 2012 8:30:40 AM UTC-7, opalepatrick wrote: > > HI, > > be appreciated if someone can point me at a current link with php examples > showing how to update keyword status. > Hi. Here is a function (in PHP) I use to perform basic updates to keywords...

php code examples update keyword status

2012-07-03 Thread opalepatrick
HI, be appreciated if someone can point me at a current link with php examples showing how to update keyword status. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Keyword status in report [Low Search Volume]

2012-02-21 Thread Eric Koleda
Hi Chirag, Unfortunately this data isn't available in reports. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=

Keyword status in report [Low Search Volume]

2012-02-07 Thread Chirag
Hello All, How i can get low search volume for keywords using report? Thanks, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Keyword report showing wrong keyword status

2011-12-22 Thread Eric Koleda
Hi Nikhil, I'm interested to know if you see this error in other accounts that you manage. Please run some brief tests and let me know what you find. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Keyword report showing wrong keyword status

2011-12-21 Thread Nikhil Gaur
Hi Eric I have sent you an email by clicking 'Send an email' button on your profile. Please check and let me know if you are able to find any issue. Thanks On Dec 21, 9:05 pm, Eric Koleda wrote: > Hi Nikhil, > > Please send me the customer ID of the account, using the message feature of > my pr

Re: Keyword report showing wrong keyword status

2011-12-21 Thread Eric Koleda
Hi Nikhil, Please send me the customer ID of the account, using the message feature of my profile: https://plus.google.com/u/0/103231502413952116096/posts Thanks, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspo

Re: Keyword report showing wrong keyword status

2011-12-20 Thread Nikhil Gaur
Eric Koleda, So far I am getting this issue in only one account and this issue seams to be with changes made by API only. Some times this problem occurs with changes made in UI also but with API change this problem always occurs. On Dec 21, 2:39 am, Eric Koleda wrote: > Hi Nikhil, > > Are you no

Re: Keyword report showing wrong keyword status

2011-12-20 Thread Eric Koleda
Hi Nikhil, Are you noticing this only on certain accounts? Does it only affect changes made in the UI, or does it also affect changes made in the API? Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Keyword report showing wrong keyword status

2011-12-19 Thread Nikhil Gaur
Hi Eric, I am still getting old data in Keyword reports as well as adgroups reports. Changes are shown in reports after 1-3 hours. Don't know what is the reason please suggest what to do. On Dec 19, 10:09 pm, Eric Koleda wrote: > Hi Nikhil, > > We have heard some scattered reports of this happe

Re: Keyword report showing wrong keyword status

2011-12-19 Thread Eric Koleda
Hi Nikhil, We have heard some scattered reports of this happening, but I am not sure of the cause. My guess was that this was a temporary issue. Can you confirm if the problem is persisting? Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Keyword report showing wrong keyword status

2011-12-13 Thread Nikhil Gaur
I am migrating my migrating my application from Adwords API v201101 to v201109. I am using .NET Client library. But in keywords reports I am facing a problem. Here are the steps which I followed and faced this issue. 1. Fetch keyword report. 2. Pause and change MaxCPC for some selected keywords b

Re: Keyword status 201101 API value doesn't match AdWords UI keyword status value

2011-11-08 Thread David Torres
Hi Kevin, There is already a feature request to add this field to the criteria and keyword reports, but I can't give you any date for it to be live at this time. Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Re: Keyword status 201101 API value doesn't match AdWords UI keyword status value

2011-11-02 Thread Kevin
Hi Anash, Is there any plan to include approval status in keyword performance report or criteria report? V13 supports this but not v201109. As for the API, it would save us lots of time trying to figure out why keywords were disapproved if we could get the reasons through the API/Report. I know

Re: Keyword status 201101 API value doesn't match AdWords UI keyword status value

2011-11-02 Thread Kevin
Hi Anash, Is there any plan to include approval status in keyword performance report or criteria report? V13 supports this but not v201109. As for the API, it would save us lots of time trying to figure out why keywords were disapproved by getting the reasons through the API. I know that it's cu

Re: Keyword status 201101 API value doesn't match AdWords UI keyword status value

2011-09-07 Thread Anash P. Oommen
Hi Alex, The keywordState column gives you the user status for the keyword, not its approval status. The keyword performance report doesn't expose approval status through API reports. See http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCriterionService.BiddableAdGroupCriterion.

Keyword status 201101 API value doesn't match AdWords UI keyword status value

2011-09-07 Thread Alex
Hi everybody, Just want to report the following disagreement between 201101 API and AdWords UI keyword status. For the same keyword: UI shows "Keyword disapproved" in status column on keyword tab in AdWords 201101 API returns keyword status "enabled" when yesterday's k

Re: How can i get 'Keyword Name', 'QualityScore','Keyword Status' and 'Keyword Match Type' columns in "Ad Performance" report.

2011-07-20 Thread Zweitze
Why do you need CreativeID, since you don't need it for your objective? And why do you need columns 1) through 5) as that isn't related to your objective either? On Jul 19, 12:52 pm, Sachin wrote: > Hi. > > Objective :- Get Unique record(CampaignID,AdGroupId,KeywordID,Date) from > Keyword Perform

How can i get 'Keyword Name', 'QualityScore','Keyword Status' and 'Keyword Match Type' columns in "Ad Performance" report.

2011-07-19 Thread Sachin
Hi. Objective :- Get Unique record(CampaignID,AdGroupId,KeywordID,Date) from Keyword Performance Report. I understand from reading Google forums that the only way to get creativeID is to change our report request from "Keywords Performance" to "Ad Performance". And i have transfered form Keyw

Re: change keyword status

2011-07-01 Thread Eric Koleda
Hi All, We wrote up a blog post on deleting a while back which should clear up any confusion: http://adwordsapi.blogspot.com/2010/06/different-ways-to-delete.html Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Re: change keyword status

2011-06-29 Thread jstedman
I don't think this is what they intended you to use this field for... You cannot set the status of something to deleted if it is not actually deleted. If the deleted status value was handled like the paused status value your keyword would actually get deleted when you set that as its status just li

Re: change keyword status

2011-06-29 Thread kush
hi, In API just like paused status, there is deleted status. I'm trying to use it. But it throws an exception. But, when i use remove operator it permanently removes the keyword rather than just setting status to deleted. I need the keyword, but just want to set the status to deleted.Please help me

Re: change keyword status

2011-06-28 Thread mm
While "Deleted is a valid status, I don't believe that you can set the status of something to "Deleted", I think you actually have to delete it. After you do, it's status will be returned as "Deleted". On Jun 27, 4:22 pm, kush wrote: > Ya i tried the above method in php. But, it throws > "Invalid

Re: change keyword status

2011-06-27 Thread kush
Ya i tried the above method in php. But, it throws "Invalid_user_status" exception. But, it is a valid user status according to the API document. Please suggest if there is any alternative for this. On Jun 27, 3:12 pm, jstedman wrote: > If you are using the Java libraries, you may try setting it

Re: change keyword status

2011-06-27 Thread jstedman
If you are using the Java libraries, you may try setting it using the enum in the UserStatus class, something like: biddableAdGroupCriterion.setUserStatus(UserStatus.DELETED); If that doesn't work, setting a keywords status to deleted may not be supported as it could have unintended results, lik

change keyword status

2011-06-24 Thread kush
hi, i'm trying to change the keyword status to 'deleted' using adgroupcriterion service(userStatus field)(v201008) It throws an exception "Invalid_user_status". But, the same thing works when i set the status to 'Paused'. I know there is a chance to delete a key

Re: Keyword status in report [Low Search Volume]

2011-03-15 Thread Eric Koleda
Hi Rafal, The systemServiceStatus is not currently exposed in the KEYWORDS report, but I can talk with the team about adding it. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.c

Re: Keyword status in report [Low Search Volume]

2011-03-14 Thread rafal
Hi Eric, Via AdGroupCriterionService 201101 once can download systemServingStatus. Do you forsee such an option in ReportService? Best -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group

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 wrote: > We want to pull keyword performance reports f

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

2011-01-13 Thread AdamWalsh
We want to pull keyword performance reports from the API for all our accounts. We intend to include the three status fields above in these reports. Does anyone know if the contents of these fields are limited to a set number of variations, and if so, what those variations would be (ie Paused, Activ

Re: v201008 Reports Keyword Status "Active" value does not match Enum values in Doc

2010-12-28 Thread AdWords API Advisor
Hi Hans, We understand that customers are already using the human-readable values, and we will ensure that any changes won't break this. MM, We are working on including this information in our documentation, and hope to have this feature in our next release. Best, - Eric On Dec 23, 12:43 pm, m

Re: v201008 Reports Keyword Status "Active" value does not match Enum values in Doc

2010-12-23 Thread mm
Eric - A really great first step would be to simply document the corresponding report value. When parsing these reports, it is particularly frustrating to have to determine the return values by trial and error. Cheers - mm On Oct 29, 4:30 pm, AdWords API Advisor wrote: > Hi Joel, > > The enum va

Re: v201008 Reports Keyword Status "Active" value does not match Enum values in Doc

2010-12-22 Thread HK
As I'm sure most people are aware of by now, this appears to be affecting all enum values, not just Status. I'm glad to see that Google is considering ways to address this, but wanted to express our strong preference for not having reports change until a future release of the APIs. We are curren

Re: v201008 Reports Keyword Status "Active" value does not match Enum values in Doc

2010-10-29 Thread AdWords API Advisor
Hi Joel, The enum values returned by getReportFields() are the values you need to use when creating predicates. To filter for only active keywords you would use Status=ACTIVE. However, the enum values don't necessarily correspond to the output values, which in this case is "enabled". The same r

Re: keyword status

2010-07-09 Thread AdWords API Advisor
can you change the keyword status through the API? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this mess

keyword status

2010-07-08 Thread axum
can you change the keyword status through the API? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

AdWords API Re: Keyword status change not getting reflected.

2009-12-09 Thread rohit a
It was silly of me to miss the setPaused attribute. Thank You. Regards Rohit A -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email t

AdWords API Re: Keyword status change not getting reflected.

2009-12-07 Thread AdWords API Advisor
Hi Rohit, You cannot update the status field directly, it is a read-only field that reports the system status of the keyword. If you want to pause a keyword set the field paused to "true". http://code.google.com/apis/adwords/docs/developer/CriterionService.html#updateCriteria http://code.go

AdWords API Keyword status change not getting reflected.

2009-12-07 Thread rohit a
Hi, When i change the status of the keyword in the adwords UI, and then use the v13 api to get the keyword object, the status change is not reflected in the object. Also if i change the status of the keyword using keyword.setStatus () using the adwords v13 api, no exception is returned, howev

AdWords API Re: Keyword status in report [Low Search Volume]

2009-09-08 Thread AdWords API Advisor
Hi, Unfortunately it is not possible to retrieve this special status via the API or the reports. These keywords are still in an active status from the ad group / campaign point of view, but the AdWords system has temporarily decided not to run them. I can see how this information would be usefu

AdWords API Keyword status in report [Low Search Volume]

2009-09-07 Thread ElManuel
Hi all, is it possible to retrieve the special status "Low Search Volume" of a keyword in a keyword-report (v13) ? All my keywords, which are temporarily disabled due to a low search volume are flagged as "active" in the report's status field (siteKwStatus)... --~--~-~--~~~

AdWords API Re: keyword status report taking forever

2008-09-03 Thread AdWords API Advisor
Hello Tim, That sounds like a reasonable solution for the time being. I'm going to leave the bug issue open with the reports team though, and will see if I get anywhere with following up on that. The discrepancy in the amount of time it takes the reports to finish is bad, and I'd rather have it

AdWords API Re: keyword status report taking forever

2008-09-02 Thread tozor
So I ended up building some defensive logic into my application. Basically if a report takes longer than 20 minutes, I nuke the thread which is polling for the results, and issue a new report call. So far I have seen four cases where this logic triggered and each time the subsequent report comple

AdWords API Re: keyword status report taking forever

2008-09-02 Thread AdWords API Advisor
> doesn't let > > > > > > > > > the resource cost from a single user exceed a certain limit.   > > > > > > > > > It seems > > > > > > > > > like the jobs which get queued up as a result of the resou

AdWords API Re: keyword status report taking forever

2008-08-29 Thread j.e.frank
re I had to kill it. > > > > > > > > > > > I will say that the accounts in question are very large and > > > > > > > > > > this may > > > > > > > > > > be a contributing factor. From my black box perspective it

AdWords API Re: keyword status report taking forever

2008-08-28 Thread tozor
ike > > > > > > > > > you folks have code which predicts the cost of reports and > > > > > > > > > doesn't let > > > > > > > > > the resource cost from a single user exceed a certain limit. > > > > > >

AdWords API Re: keyword status report taking forever

2008-08-28 Thread tozor
he > > > > > > > > queue when the session goes away when I kill the process. > > > > > > > > Clearly I > > > > > > > > am guessing here but this is the type of behavior I see on my > > > > > > > > end. > > > >

AdWords API Re: keyword status report taking forever

2008-08-27 Thread AdWords API Advisor
ids to this thread if that is > > > > > > > useful > > > > > > > for you.  If not let me know so that I don't spam the group too > > > > > > > much. > > > > > > > >     Tim > > > > > > >

AdWords API Re: keyword status report taking forever

2008-08-26 Thread tozor
> much. > > > > > > > Tim > > > > > > > On Aug 15, 4:33 pm, AdWords API Advisor <[EMAIL PROTECTED]> > > > > > > wrote: > > > > > > > > Hello Tim, > > > > > > > > 421168971 compl

AdWords API Re: keyword status report taking forever

2008-08-23 Thread tozor
he result > > > > > > of > > > > > > any special intervention on our end, no. How long did it take before > > > > > > it finally was marked as complete? And what about 471606181? > > > > > > > Okay, thank you for the debuggin