RE: Keyword CPC Bid Update on Adgroup

2022-04-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, We're glad to hear that your concern has been resolved. To confirm, you can indeed use the response_content_type and MUTABLE_RESOURCE feature so that the mutable fields / attributes can be included in the response. Should you have additional clarifications, feel free to write back so our te

Re: Keyword CPC Bid Update on Adgroup

2022-04-20 Thread cv
This is resolved now. On Thursday, 21 April 2022 at 11:36:13 UTC+5:30 cv wrote: > Hi, > I have the added 'response_content_type' => 2 to mutateAdGroupCriteria but > still getting only resource_name > But It should print ad_group_criterion as well. > > > https://developers.google.com/google-ads

Re: Keyword CPC Bid Update on Adgroup

2022-04-20 Thread cv
Hi, I have the added 'response_content_type' => 2 to mutateAdGroupCriteria but still getting only resource_name But It should print ad_group_criterion as well. https://developers.google.com/google-ads/api/reference/rpc/v10/MutateAdGroupCriterionResult On Wednesday, 20 April 2022 at 15:12:00 UTC

Keyword CPC Bid Update on Adgroup

2022-04-20 Thread cv
Hi, Once we change cpcbid for keywords the response will return resource name only. In Adwords API we used to get what type of change we did along with result object. For example $result = $adGroupCriterionService->mutate($operations); foreach ($result->getValue() as $adGroupCriterion)

Re: Multiple keyword CPC update

2016-09-20 Thread Wizard Meccup
Thank you понедельник, 19 сентября 2016 г., 21:10:03 UTC+3 пользователь Vishal Vinayak (Adwords API Team) написал: > > Hi, > > You can use the BatchJobService > > to > group multiple operations into a single req

Re: Multiple keyword CPC update

2016-09-19 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, You can use the BatchJobService to group multiple operations into a single request, to speed up your bid modification process. Our Batch Processing Guide

Re: Multiple keyword CPC update

2016-09-19 Thread Wizard Meccup
I asked for multiple keyword bid update. This can be done only with the help BatchJobServise? For example I need to update bids for up to 1,000 keywords, how to do it easier? пятница, 16 сентября 2016 г., 0:12:54 UTC+3 пользователь Vishal Vinayak (Adwords API Team) написал: > > Hi, > > You can

Re: Multiple keyword CPC update

2016-09-15 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, You can update the bid of a keyword using AdGroupCriterionService . Please refer to this example

Multiple keyword CPC update

2016-09-15 Thread Wizard Meccup
I am looking at to change many keywords bid periodically. Which service should I use? MutateJobService and BulkMutateJobService are not exists in v201607 (current), but many links on page https://developers.google.com/adwords/api/docs/use-cases point to them. Where to find them and how to use

Re: Unsupported operand types error while updating keyword cpc bid

2015-08-11 Thread Anthony Madrigal
Hi Sabri, Money is of type long. When defining money values, you need to append an "L" at the end of your value. Once you change *100* to *100L, *your code should not give you

Unsupported operand types error while updating keyword cpc bid

2015-08-10 Thread Sabri Karagönen
Hi, I want to update a bulk of keywords in a mutate. My code is like, define("MICROS_PER_DOLLAR", 100); // Create criterion using an existing ID. Use the base class Criterion // instead of Keyword to avoid having to set keyword-specific fiel

Re: How to access keyword cpc bid from AdGroupCriterion

2015-02-19 Thread Sam
This worked - thank you for your help. On Thursday, 19 February 2015 16:28:50 UTC, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > I'm not familiar with this language specifically, but it looks like bids[] > is an array. Maybe try > adgroupcriterion['biddingStrategyConfiguration']['bid

Re: How to access keyword cpc bid from AdGroupCriterion

2015-02-19 Thread Michael Cloonan (AdWords API Team)
Hello, I'm not familiar with this language specifically, but it looks like bids[] is an array. Maybe try adgroupcriterion['biddingStrategyConfiguration']['bids'][0]['bid']['microAmount'] Regards, Mike, AdWords API Team On Thursday, February 19, 2015 at 10:34:06 AM UTC-5, Sam wrote: > > I can s

How to access keyword cpc bid from AdGroupCriterion

2015-02-19 Thread Sam
I can see that when i pull my report my entries look like below (for keywords anyway): (BiddableAdGroupCriterion){ adGroupId = 10498715 criterionUse = "BIDDABLE" criterion = (Keyword){ id = 11298522 type = "KEYWORD" Criterion.Type = "Keyword" tex

Re: Finding keyword CPC

2015-01-07 Thread Josh Radcliff (AdWords API Team)
hich will do exactly what you asked. Cheers, Josh, AdWords API Team On Tuesday, January 6, 2015 1:36:00 AM UTC-5, Odelya Holiday wrote: > > Hi! > I saw a question from 2010 related to mine, however maybe thins were > changed and I am asking again. > > How can I get in general

Finding keyword CPC

2015-01-06 Thread Odelya Holiday
Hi! I saw a question from 2010 related to mine, however maybe thins were changed and I am asking again. How can I get in general what is a keyword CPC without having active campaigns? Just in general? in order to know which keyword is popular now e.g iphone 5 or iphone 4

Re: updating keyword cpc : Fault occurred while processing

2014-12-02 Thread Josh Radcliff (AdWords API Team)
I should have mentioned -- if you're not sure how to set up logging or where to find the files, see the How Do I Enable Logging section of the README . -Josh, AdWords API Team On Tuesday, December 2, 2014 6:3

Re: updating keyword cpc : Fault occurred while processing

2014-12-02 Thread Josh Radcliff (AdWords API Team)
Hi, Do the logs provide any more details about the fault? Thanks, Josh, AdWords API Team On Tuesday, December 2, 2014 6:28:20 PM UTC-5, Adrien VIELLIARD wrote: > > thanks for your answer > > tried this already, > I've got many things working, like adding keywords, negatives etc. > I just don't g

Re: updating keyword cpc : Fault occurred while processing

2014-12-02 Thread Adrien VIELLIARD
thanks for your answer tried this already, I've got many things working, like adding keywords, negatives etc. I just don't get what I'm doing wrong in this particular case. On Tuesday, December 2, 2014 11:55:09 PM UTC+1, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > I'm not a PHP expert

Re: updating keyword cpc : Fault occurred while processing

2014-12-02 Thread Josh Radcliff (AdWords API Team)
Hi, I'm not a PHP expert so I may be off base here, but it looks to me like you are setting the *bids* attribute to a single bid, but that attribute should be an array. Could you try modifying: $biddingStrategyConfiguration->bids = $bid; to: $biddingStrategyConfiguration->*bids[]* = $bid; an

updating keyword cpc : Fault occurred while processing

2014-12-02 Thread Adrien VIELLIARD
after several hours can't get this to work and the error is not the most helpful. simply trying to update the bid for a keyword : using the php client library and api version 201409 $adGroupCriterionService = $user->GetService('AdGroupCriterionService', ADWORDS_VERSION); $operations = array(

Keyword CPC

2011-05-30 Thread Marry Hasanova
Hello, I would like to get Approximate CPC of a keyword, like the one returned from Keyword Tool. I'm using TrafficEstimatorService but the value returned from that service is different from the value in Keyword Tool. For example the keyword: Keyword:artwerkstudios Country code: DE Language code:

Re: Forecasted keyword CPC look very low

2011-02-15 Thread AdWords API Advisor
Hi Vincent, The returned CPC values are in micros, which are one millionth the fundamental currency of the account. For an account in US dollars, 1M micros = $1. Best, - Eric Koleda, AdWords API Team On Feb 10, 7:35 pm, datashaping wrote: > I've extracted the price for a large number of medium

Forecasted keyword CPC look very low

2011-02-10 Thread datashaping
I've extracted the price for a large number of medium to high value keywords (> 50,000) and the average CPC of 2,823,595 units. I guess I need to divide by 10MM to transform into dollars (my account is a US account), which would be an average of 28 cents (exact match), well below the average Google

Re: Keyword CPC bids

2010-07-15 Thread AdWords API Advisor
Hi, Please see your existing thread on this topic: http://groups.google.com/group/adwords-api/browse_thread/thread/3ed87103d98ef924/ Best, - Eric Koleda, AdWords API Team On Jul 14, 4:55 pm, axum wrote: > Is there an C# example on how to change a bid for a keyword in an > adgroup? -- =~=~

Keyword CPC bids

2010-07-14 Thread axum
Is there an C# example on how to change a bid for a keyword in an adgroup? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2010-04-23 Thread HB
Hi Eric, with the new api v200909 everything works fine. Harald On Mar 26, 10:54 pm, AdWords API Advisor wrote: > Hi Harald, > > From what I can tell this bug has not yet been fixed in the v13 > version of the API.  Given the sunset of the v13 campaign management > services on April 22nd, I wou

Re: AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2010-03-26 Thread AdWords API Advisor
Hi Harald, >From what I can tell this bug has not yet been fixed in the v13 version of the API. Given the sunset of the v13 campaign management services on April 22nd, I would urge you to migrate your code to the v200909 version of the API which doesn't have this issue. Best, - Eric On Mar 25,

Re: AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2010-03-25 Thread HB
Hi Eric, the link: http://www.mail-archive.com/adwords-api@googlegroups.com/msg02065.html Thanks, Harald On Mar 23, 5:39 pm, AdWords API Advisor wrote: > Hi Harald, > > Can you link to the original thread so I can get more background > information on this problem?  Do you have the SOAP XML from

Re: AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2010-03-23 Thread AdWords API Advisor
Hi Harald, Can you link to the original thread so I can get more background information on this problem? Do you have the SOAP XML from your request that generates this error? Best, - Eric Koleda, AdWords API Team On Mar 22, 2:41 pm, Harald Bartel wrote: > Hello, > > this bug seems not to be fi

Re: AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2010-03-23 Thread AdWords API Advisor
Hi Harald, Can you link to the original thread so I can get more background information on this problem? Do you have the SOAP XML from your request that generates this error? Best, - Eric Koleda, AdWords API Team On Mar 22, 2:41 pm, Harald Bartel wrote: > Hello, > > this bug seems not to be fi

AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2010-03-22 Thread Harald Bartel
Hello, this bug seems not to be fixed. What shoud I do if I have this problem? best regards Harald On Mar 4, 1:44 pm, AdWords API Advisor wrote: > Hello Xavier, > > This is a bug that the engineering team is going to have to resolve. > > I'll update this thread with more information when I

AdWords API Re: Keyword CPC in v2009

2010-03-17 Thread AdWords API Advisor
Hi, The TrafficEstimatorService is not yet available in the v2009 version of the API. For now we recommend using the v13 version of this service for getting traffic estimates. Best, - Eric On Mar 16, 6:37 pm, iGods wrote: > chiming in late in the game... has this functionality been restored to

AdWords API Re: Keyword CPC in v2009

2010-03-16 Thread iGods
chiming in late in the game... has this functionality been restored to the API in v2009? thanks. On Feb 26, 8:36 am, AdWords API Advisor wrote: > Hi, > > The TargetingIdeaService does not return estimated CPC values.  This > can be done using the TrafficEstimatorService, which hasn't yet been >

AdWords API Re: Targetingideaservice keyword cpc, avgpos, clicks, impressions

2010-03-12 Thread AdWords API Advisor
Hi, For keywords in your account you can use the AdGroupCriterionService to get stats on how they have performed for you. To do this, set the statsSelector field of the AdGroupCriterionSelector and choose a date range. For generated keyword ideas you can use the TargetingIdeaService to get some

AdWords API Re: Targetingideaservice keyword cpc, avgpos, clicks, impressions

2010-03-11 Thread Raj
can you please tell me how to use criterion service to get keyword informaion? On Mar 11, 10:05 am, Raj wrote: > Hello Adwords team, > > Please help me in getting keywords information like cpc, average > position, clicks, and impressions using > TargetingIdeaService. > We can get this information

AdWords API Targetingideaservice keyword cpc, avgpos, clicks, impressions

2010-03-11 Thread Raj
Hello Adwords team, Please help me in getting keywords information like cpc, average position, clicks, and impressions using TargetingIdeaService. We can get this information in KeywordToolService but in New TargetingIdeaService what AttributeTypes do I need to use to get this information? Thanks

AdWords API Re: Keyword CPC in v2009

2010-02-26 Thread AdWords API Advisor
Hi, The TargetingIdeaService does not return estimated CPC values. This can be done using the TrafficEstimatorService, which hasn't yet been migrated to v2009. Best, - Eric Koleda, AdWords API Team On Feb 25, 4:49 am, Evgeniy Bogdanov wrote: > Hi. > I didn't found the way to get Cost-per-Click

AdWords API Keyword CPC in v2009

2010-02-25 Thread Evgeniy Bogdanov
Hi. I didn't found the way to get Cost-per-Click values for keyword as it does estimateKeywordList in v13. Is where any method to get this data in v2009? -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to a

AdWords API Re: How can I know a keyword CPC is from its AdGroup default CPC?

2010-02-18 Thread James604
Ok. I got it. Thanks as always. James http://www.myclapperboard.com On Feb 16, 3:05 pm, AdWords API Advisor wrote: > HiJames, > > The ManualCPCAdGroupCriterionBids object contains a bidSource field > that indicates if the bid came from the ad group or the criterion: >

AdWords API Re: How can I know a keyword CPC is from its AdGroup default CPC?

2010-02-16 Thread AdWords API Advisor
Hi James, The ManualCPCAdGroupCriterionBids object contains a bidSource field that indicates if the bid came from the ad group or the criterion: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.ManualCPCAdGroupCriterionBids.html#bidSource Best, - Eric Koleda, A

AdWords API How can I know a keyword CPC is from its AdGroup default CPC?

2010-02-12 Thread jamesJ
Hi I am able to pull down all of AdGroupCriterion with manual bid CPC, how can I differentiate this CPC value is from AdGroup level or just AdGroupCriterion level. Because I set AdGroup Level, leave blank on AdGroupCriterion level then it will take AdGroup default CPC, but when i call the service,

AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2009-03-11 Thread bryanjj
Thanks Jeff! I was on vacation last week, but just catching up now. We still see this error daily, so if there is any more info you need, just let me know. Bryan Jacobs Marin Software On Mar 4, 1:44 pm, AdWords API Advisor wrote: > Hello Xavier, > >  This is a bug that the engineering team is

AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2009-03-04 Thread AdWords API Advisor
Hello Xavier, This is a bug that the engineering team is going to have to resolve. I'll update this thread with more information when I have it, but they are actively looking into the issue. Cheers, -Jeff Posnick, AdWords API Team On Mar 4, 2:14 pm, Xavier wrote: > Thanks a lot Jeff, I was

AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2009-03-04 Thread Xavier
Thanks a lot Jeff, I was able to reproduce the problem with the campaign that didn't had the problem, I created a new adgroup with only site placement, and this reproduced the error. I can remove those ad groups from the campaigns we own, but for other customers, I think we can't touch those ad g

AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2009-03-04 Thread AdWords API Advisor
Hello, So this appears to be a new variation on an old issue. The common thread here seems to be that there is an ad group in the same campaign that contains only placement criteria (no keywords) and that ad group only has its siteMaxCpc bid set (no keywordMaxCpc). The presence of this ad group

AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2009-03-02 Thread AdWords API Advisor
Hello, Hmmm... that is an old issue, and now that you mention it I do remember it cropping up last year. I'm going to dig a little and see if this appears to be the same cause. If so, it would explain why Xavier is seeing inconsistent behavior across different accounts. Cheers, -Jeff Posnick, A

AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2009-02-27 Thread bryanjj
Jeff, We also saw this error yesterday for the first time in over a year. Before this was caused by a data issue on Google servers (support #246301284): "The corrupt ad groups were due to a problem on our end; they were basically incomplete ad groups, incorrectly created due to a bug which shoul

AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2009-02-27 Thread Xavier
I set it zero and the content bid gets set to Auto when I see it through the web, if I'm not wrong Auto is not the same as using the search bid (it's an average of keyword bids). I solve this by editing the bids entering them manually through the web, but the idea is to use the API to turn this i

AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2009-02-27 Thread AdWords API Advisor
Hello Xavier, If you don't have a value set for keywordContentMaxCpc (or you set it to 0) then the value of keywordMaxCpc will be used for content network CPC bids instead. So setting keywordMaxCpc will be enough to determine your content bid in that scenario. Cheers, -Jeff Posnick, AdWords API

AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2009-02-26 Thread Xavier
Hi, setting only keywordMaxCpc works fine, but it sets the search max cpc, not the content one, and what I want to do is to set the content max cpc. The request id that succeeded is: http://schemas.xmlsoap.org/soap/actor/next"; soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ ad

AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2009-02-26 Thread AdWords API Advisor
Hello Xavier, The request you just referenced shows the same behavior as the previous request, in that you're trying to set keywordContentMaxCpc on an ad group that has search disabled. Could you please try just setting keywordMaxCpc for that type of ad group, and if it fails, provide a requestI

AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2009-02-26 Thread Xavier
I created a new campaign and ad group with the same settings, and I cannot reproduce the problem, it seems it happens only on the account I'm working. So, I don't know what's going on here with this error (I already tried setting the keywordMaxCpc only too). The SOAP request id is: http://sche

AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2009-02-25 Thread AdWords API Advisor
ax cpc bid for search to "off" and only the content to > "on". > > So, the "Separate content keyword bids is only applicable in campaigns > with keyword cpc bids" message should mean that I can't set the > keywordcontentmaxcpc if search if off, so

AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2009-02-24 Thread Xavier
rks selected in the campaign, and it fails for another customer which has search "off" and content "on", thus the ad group has the max cpc bid for search to "off" and only the content to "on". So, the "Separate content keyword bids is only applicable in camp

AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2009-02-23 Thread AdWords API Advisor
27;s for adding an adgroup (not updating like I want), but it only > sets the keyword content cpc, and not the other (the keyword cpc), > which according to the API docs: > > http://code.google.com/apis/adwords/docs/developer/AdGroup.html > > if we set keywordContentMaxCpc we are o

AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2009-02-23 Thread Xavier
ke I want), but it only sets the keyword content cpc, and not the other (the keyword cpc), which according to the API docs: http://code.google.com/apis/adwords/docs/developer/AdGroup.html if we set keywordContentMaxCpc we are overriding keywordMaxCpc, so I'm afraid that setting keywordMaxCpc too

AdWords API Re: Got this error "Separate content keyword bids is only applicable in campaigns with keyword cpc bids."

2009-02-23 Thread AdWords API Advisor
t; >     AdGroup newAdgroup = new AdGroup(); >     newAdgroup.setId(THE_ID_VALUE); >     newAdgroup.setKeywordContentMaxCpc(THE_CONTENT_BID); > > And when I call updateAdGroup(newAdgroup), I got this error: > > "Separate content keyword bids is only applicable in campaigns