Re: MAXCPC

2024-04-01 Thread Troy Hartenstine
I am also looking for this answer regarding set keyword bids at the keyword level (not adgroup level, not campaign level). How do I query (get) and manually update keyword MaxCPC. Im specifically looking for an answer regarding shopping campaigns, but any campaign type is relevant if specified

RE: HELP REQUIRED - Google Ads REST API - Update MaxCPC Bid

2023-03-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Regarding the error that you are getting, based on this Set a bid on a listing group unit node guide, kindly note that you can set bids on unit nodes by setting the percent_cpc_bid_micros field or the cpc_bid_micros field of

Re: HELP REQUIRED - Google Ads REST API - Update MaxCPC Bid

2023-03-01 Thread 'Sales HotPOS' via Google Ads API and AdWords API Forum
74~315771655572", "cpcBidMicros": 100 } }] } ERROR: Listing group SUBDIVISION nodes cannot have bids On Wednesday, March 1, 2023 at 7:33:42 PM UTC+10 Sales HotPOS wrote: > Hey Guys, I need to update the MaxCPC of an Adgroup via v12 REST API. > But I

Re: Update MaxCPC Problem

2022-08-10 Thread Werner Reyneke
Good day May I please have an update on my query below? Thanks Werner Reyneke On Thu, 28 Jul 2022, 09:25 Werner Reyneke, wrote: > Good day > > The list of keywords we'd like to update are simply a selected set of > keywords(criterionid's) manually selected that we would like to update. >

Re: Update MaxCPC Problem

2022-07-28 Thread Werner Reyneke
Good day The list of keywords we'd like to update are simply a selected set of keywords(criterionid's) manually selected that we would like to update. However these ones don't appear in the GAQL query. What could be the reason that they don't come through in the query? Kind regards Werner On

Re: Update MaxCPC Problem

2022-07-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Werner, I’ve tried to use your GAQL and it seems it’s returning correct data. With regards to your statement “There are matches on the add campaign platform and it's a live campaign, but the Google Ads API doesn't return Criterion IDs even with that wide date range.”, could you help us to

Re: Update MaxCPC Problem

2022-07-25 Thread Werner Reyneke
Good day Thanks for your reply. Ok, so basically we have a list of keywords IDs (AdGroupCriterion.CriterionId) for which we need to update the CpcBidMicros values. The problem is that when I use the GAQL query below, which in theory is supposed to return a bunch of criterion id's that would

Re: Update MaxCPC Problem

2022-07-22 Thread Werner Reyneke
Good day So I was using this query below to find a matching keyword to update its MaxCPC: select segments.date, ad_group.id,ad_group.status,ad_group_criterion.status, campaign.id, ad_group_criterion.criterion_id, ad_group_criterion.keyword.text from keyword_view where segments.date between '2022

Re: Update MaxCPC Problem

2022-07-21 Thread Werner Reyneke
Hi there Here is the header output. Does this help in troubleshooting as to why the customer id and keywords don't match up? [image: image.png] On Fri, Jul 15, 2022 at 6:00 AM Google Ads API Forum Advisor wrote: > Hi Werner, > > Thank you for posting your concern. Allow me provide support to

RE: Update MaxCPC Problem

2022-07-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Werner, Thank you for posting your concern. Allow me provide support to your concern. To investigate the issue and to address it, please provide the complete request and response logs with request ID and request header generated on your end. You can provide it via Reply privately to author

Update MaxCPC Problem

2022-07-14 Thread Werner Reyneke
Good day, I'm using this query below to find a matching keyword to update its MaxCPC: select segments.date, ad_group.id,ad_group.status,ad_group_criterion.status,campaign.id, ad_group_criterion.criterion_id, ad_group_criterion.keyword.text from keyword_view where segments.date between '2022

RE: adGroup maxCPC

2022-03-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising this concern to the Google Ads API team. Moving forward to your concern, "Is there any way to change maxCPC with float number?", I am afraid that there's no possible way to change this to float number because as you mentioned the data type of the

adGroup maxCPC

2022-03-24 Thread jubap...@gmail.com
Hi I found that in adgroup libray, I can only input int datatybe for max CPC cpc_bid_micros: int64 references: https://developers.google.com/google-ads/api/reference/rpc/v10/AdGroup Is there any way to change maxCPC with float number? Cause it's really a huge different between one dollar though

Re: Update MaxCPC C# code sample

2022-03-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Werner, Thank you for the update. We are glad to hear that. If you have further questions, please feel free to add those in this thread. Our team will be happy to assist and give support to you. Regards, Carmela Google Ads API Team ref:_00D1U1174p._5004Q2YpeYa:ref -- --

Re: Update MaxCPC C# code sample

2022-03-23 Thread Werner Reyneke
Great I got the correct code and it's working. Thanks. On Monday, March 21, 2022 at 9:26:19 AM UTC+2 adsapi wrote: > Hi Werner, > > Thank you for reaching out to our API support team. > > We currently do not have a code example specific to what you are looking > for. However, you should be

RE: Update MaxCPC C# code sample

2022-03-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Werner, Thank you for reaching out to our API support team. We currently do not have a code example specific to what you are looking for. However, you should be able to use the AdGroupCriterionService.MutateAdGroupCriteriaRequest, and using the update operation, to pass the new value for

Update MaxCPC C# code sample

2022-03-20 Thread Werner Reyneke
Good day I'm looking for the code how to update the AdGroupCriterion.CpcBidMicros and AdGroupCriterion.Status for a specific CustomerId and AdGroupCriterion.CriterionId. I only found sample code that adds a new Bidding strategy record, but no sample code on how to update an existing record.

Re: MAXCPC

2022-02-21 Thread Werner Reyneke
Good day, I would require to read and update the MaxCPC on either Canpaign level or Keyword level please. On Mon, 21 Feb 2022, 08:47 Google Ads API Forum Advisor, wrote: > Hi Werner, > > Thank you for posting your concern. > > Could you clarify on what level you want to get the

RE: MAXCPC

2022-02-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Werner, Thank you for posting your concern. Could you clarify on what level you want to get the max CPC and set max CPC as well so that I can provide the right report type and service that you can use? Regards, Ernie John Google Ads API Team ref:_00D1U1174p._5004Q2Wwxkr:ref -- --

MAXCPC

2022-02-18 Thread Werner Reyneke
God day, Which field would give me the MaxCPC and how do I update the MAXCPC via the API please? Kind regards, Werner Reyneke -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Re: Get keywords details (Status, MaxCPC, AgvCPC etc...)

2021-12-31 Thread abubakar a muhammad
etails (Status, MaxCPC, AgvCPC etc...) Hi Matt, Is there a way to achieve this using the Google Ads Api instead of the Adwords Api as I understand this will be depreciated in the future. Thanks! On Wednesday, September 1, 2021 at 7:56:43 PM UTC+5:30 adsapi wrote: Hi Sam, Thanks for reachi

Re: Get keywords details (Status, MaxCPC, AgvCPC etc...)

2021-12-29 Thread SANJAY SRINIVAAS M R
Thanks a lot. On Wed, 29 Dec, 2021, 3:14 pm Google Ads API Forum Advisor, wrote: > Hi Sanjay, > > If you are also looking to get the max Cpc of each keywords, then you can > use the keyword_view > and > include the

Re: Get keywords details (Status, MaxCPC, AgvCPC etc...)

2021-12-29 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Sanjay, If you are also looking to get the max Cpc of each keywords, then you can use the keyword_view and include the ad_group_criterion.cpc_bid_micros. Let me know if you have further questions. Regards, Ernie John Blanca Tacata Google Ads API Team ref:_00D1U1174p._5004Q2Mji1V:ref --

Re: Get keywords details (Status, MaxCPC, AgvCPC etc...)

2021-12-29 Thread SANJAY SRINIVAAS M R
Hi Matt, Is there a way to achieve this using the Google Ads Api instead of the Adwords Api as I understand this will be depreciated in the future. Thanks! On Wednesday, September 1, 2021 at 7:56:43 PM UTC+5:30 adsapi wrote: > Hi Sam, > > Thanks for reaching out. In the Keywords Performance

Re: Get keywords details (Status, MaxCPC, AgvCPC etc...)

2021-12-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi cv, Thanks for posting the solution to your own inquiry. Please let us know if you have any other questions. Regards, Matt Google Ads API Team Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API Annual Survey Matt Google Ads API

Re: Get keywords details (Status, MaxCPC, AgvCPC etc...)

2021-12-28 Thread cv
Hi, I am able to get Max CPC with ad_group_criterion.effective_cpc_bid_micros. Thanks On Tuesday, 28 December 2021 at 15:09:21 UTC+5:30 cv wrote: > Hi, > > How we can get MaxCPC for keyword_view? > > Thanks, > > On Wednesday, 1 September 2021 at 19:56:43 UTC+5:30 adsa

Re: Get keywords details (Status, MaxCPC, AgvCPC etc...)

2021-12-28 Thread cv
Hi, How we can get MaxCPC for keyword_view? Thanks, On Wednesday, 1 September 2021 at 19:56:43 UTC+5:30 adsapi wrote: > Hi Sam, > > Thanks for reaching out. In the Keywords Performance Report > <https://developers.google.com/adwords/api/docs/appendix/reports/keywords-per

RE: Get keywords details (Status, MaxCPC, AgvCPC etc...)

2021-09-01 Thread Google Ads API Forum Advisor
Hi Sam, Thanks for reaching out. In the Keywords Performance Report, you can use the Criteria attribute to retrieve a keyword's text. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2Mji1V:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Get keywords details (Status, MaxCPC, AgvCPC etc...)

2021-08-29 Thread Sam K.J
I am trying the same endpoint (KEYWORDS performance report) and could not get the keyword name value. Is there any way to retrieve the keyword name value? I am getting all other information but somehow cannot get my head around this. On Tuesday, December 20, 2011 at 1:16:45 PM UTC+5:30 Nikhil

RE: How to update keyword MaxCPC via api in php

2020-11-16 Thread Google Ads API Forum Advisor Prod
Hello, You can refer to this example which updates a keyword's bid in PHP. Cheers, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q27u6Mf:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

How to update keyword MaxCPC via api in php

2020-11-16 Thread Thom Ho
Hi How can I update the keyword MaxCPC in php via google ads api? I am using following code, but nothing was changed after trying. if (!is_null($cpcAmount)) { $bid = new \Google\AdsApi\AdWords\v201809\cm\CpcBid(); $money = new \Google\AdsApi\AdWords\v201809\cm

Re: TrafficEstimatorService issue with maxCPC

2019-12-02 Thread Pradeep Datla
Thank you Mitchell for the response, Is there a default value (recommended) i can set so that we can get right number of impressions, as the results vary based on maxCPC being set. On Monday, December 2, 2019 at 12:11:25 PM UTC-8, adsapiforumadvisor wrote: > > Hi Pradeep, > &g

RE: TrafficEstimatorService issue with maxCPC

2019-12-02 Thread Google Ads API Forum Advisor Prod
Hi Pradeep, Thank you for reaching out. Please see here for information about maxCpc in the KeywordEstimatorService. As it says, the value is required if there isn't a maxCpc set for the AdGroupEstimateRequest or a default value set by the ad group. You must set this value for the estimate

TrafficEstimatorService issue with maxCPC

2019-12-01 Thread Pradeep Datla
Hi Support Team, we are trying to implement TrafficEstimatorService to get Impressions per day for the keywords added while creating a new campaign (Proposed Campaign). We dont have maxCPC to be sent to this service while getting keyword traffic. If i remove maxCPC property during api request

Re: Difference in MaxCPC between the Keyword Performance Report and the Change History

2017-10-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Victor, The CpcBid field in Keywords Performance Report is of type attribute, which means that the value returned will always reflect the *current* Max CPC for the Keyword, ignoring the timespan

Difference in MaxCPC between the Keyword Performance Report and the Change History

2017-10-23 Thread Victor Landeau
Hello everyone, I can observe differences between the MaxCPC I get in the Keyword Performance Report I downloaded through the API, and the values I get in the Change History interface on Adwords. For example, there is one Keyword which, according to the Performance Report, had a MaxCPC

Re: MaxCPC change history through api?

2017-04-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Marc, Unfortunately, getting the history of Max CPC is still not available via the API. Please keep an eye on our blog for any announcements. Thanks, Sreelakshmi, AdWords API Team -- --

Re: MaxCPC change history through api?

2016-09-12 Thread marc . tanahoe
. You can use >>>>> these values later for analysis. >>>>> b) Use the ReportService to determine the Average CPC on a given day. >>>>> This won't match the Max CPC exactly, but it should correlate. >>>>> >>>>

Re: MaxCPC change history through api?

2016-09-12 Thread marc . tanahoe
>>> ReportService to obtain the Max CPC on a given day. I think your two >>>>> best options would be to either: >>>>> >>>>> a) Make an API call each day and record the Max CPC. You can use >>>>> these values later for analysis.

Re: Set MaxCpC for shopping partition doesnt work any more in v201506

2015-08-21 Thread Alex
Hi Josh, you are completely right. It was a SUBDIVISION. It works for UNIT nodes without problems. Thank you very much. A more pointed error-message would be helpfull. INVALID_BID sounds like something wrong with the bid. I was looking in the wrong direction. But now its solved. Thanks Alex

Re: Set MaxCpC for shopping partition doesnt work any more in v201506

2015-08-19 Thread Josh Radcliff (AdWords API Team)
Hi Alex, I see that the partition in your request is a SUBDIVISION partition. I think this is what's leading to the error, since bids can only be set on UNIT partitions. Please try updating the bid on a UNIT partition and let me know if you still encounter issues. Thanks, Josh, AdWords API

Re: Set MaxCpC for shopping partition doesnt work any more in v201506

2015-08-19 Thread Alex
Hi Anthony, thank you for your help. As suggested I replaced keyword by productPartition. The only required field for ProductPartition is Id. For ADD-operations partitionType is also requried, but I do an SET-operation. Just to be sure, I added a partitionType to my request, but it didnt help

Set MaxCpC for shopping partition doesnt work any more in v201506

2015-08-18 Thread Alex
In v201502 it was possible to set MaxCpc for shopping product partions. In v201506 we get BiddingErrors.INVALID_BID. I found nothing relevant in https://developers.google.com/adwords/api/docs/guides/migration/v201506 or https://developers.google.com/adwords/api/docs/reference/ . What can we do

Re: Set MaxCpC for shopping partition doesnt work any more in v201506

2015-08-18 Thread Anthony Madrigal
Hey Alex, Based on your SOAP request, it seems that your criterion type is Keyword. Since you want to set the bid for product partitions, try setting the criterion type to ProductPartition

Re: How to get Keyword-level Biddingstrategies and MaxCPC with Keyword Performance Report

2015-06-26 Thread Brett Baggott
keyword-level bidding strategies. Firstly: I can not get MaxCPC wich keywords of Campaigns has BiddingStrategry type : ManualCMP. How to get MaxCPC keyword in case? You can get the CPC bid for each keyword (if present) by selecting the CpcBid https://developers.google.com/adwords/api/docs

Re: How to get Keyword-level Biddingstrategies and MaxCPC with Keyword Performance Report

2015-06-26 Thread Josh Radcliff (AdWords API Team)
, 2015 at 5:36:18 AM UTC-4, Orangevn wrote: Hi all, I have some problems when using keyword performance report service(V201502) for download keyword-level bidding strategies. Firstly: I can not get MaxCPC wich keywords of Campaigns has BiddingStrategry type : ManualCMP. How to get

Re: How to get Keyword-level Biddingstrategies and MaxCPC with Keyword Performance Report

2015-06-26 Thread Josh Radcliff (AdWords API Team)
API Team On Friday, June 26, 2015 at 5:36:18 AM UTC-4, Orangevn wrote: Hi all, I have some problems when using keyword performance report service(V201502) for download keyword-level bidding strategies. Firstly: I can not get MaxCPC wich keywords of Campaigns has BiddingStrategry type

Re: How to get Keyword-level Biddingstrategies and MaxCPC with Keyword Performance Report

2015-06-26 Thread Brett Baggott
, Josh, AdWords API Team On Friday, June 26, 2015 at 5:36:18 AM UTC-4, Orangevn wrote: Hi all, I have some problems when using keyword performance report service(V201502) for download keyword-level bidding strategies. Firstly: I can not get MaxCPC wich keywords of Campaigns has

Re: How to get Keyword-level Biddingstrategies and MaxCPC with Keyword Performance Report

2015-06-26 Thread Brett Baggott
questions below in blue. Cheers, Josh, AdWords API Team On Friday, June 26, 2015 at 5:36:18 AM UTC-4, Orangevn wrote: Hi all, I have some problems when using keyword performance report service(V201502) for download keyword-level bidding strategies. Firstly: I can not get MaxCPC wich

How to get Keyword-level Biddingstrategies and MaxCPC with Keyword Performance Report

2015-06-26 Thread Orangevn
Hi all, I have some problems when using keyword performance report service(V201502) for download keyword-level bidding strategies. Firstly: I can not get MaxCPC wich keywords of Campaigns has BiddingStrategry type : ManualCMP. How to get MaxCPC keyword in case? Secondly, How to get

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)
,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+: https://googleadsdeveloper.blogspot.com

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: Invalid field name for report 'MaxCpc' while using the api v201409

2014-10-15 Thread henrik . niklaus
Hi, ok the documentation I see (in German) is not up-to-date. Changing my accept-language header to 'en-US' did the trick. Thanks, Henrik Am Dienstag, 14. Oktober 2014 15:23:19 UTC+2 schrieb Oliver: I don't actually see MaxCpc in the keywords report anymore. There is this one instead

Re: Invalid field name for report 'MaxCpc' while using the api v201409

2014-10-15 Thread Michael Cloonan (AdWords API Team)
the documentation I see (in German) is not up-to-date. Changing my accept-language header to 'en-US' did the trick. Thanks, Henrik Am Dienstag, 14. Oktober 2014 15:23:19 UTC+2 schrieb Oliver: I don't actually see MaxCpc in the keywords report anymore. There is this one instead: CpcBid Oliver

Invalid field name for report 'MaxCpc' while using the api v201409

2014-10-14 Thread henrik . niklaus
Hi, after upgrading the google adWords api version from v201406 to 09, requesting a report with the fieldname 'MaxCpc' results in an error stating 'ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT'. I am using the google ads java client (https://github.com/googleads/googleads-java-lib

Re: Invalid field name for report 'MaxCpc' while using the api v201409

2014-10-14 Thread Oliver
I don't actually see MaxCpc in the keywords report anymore. There is this one instead: CpcBid Oliver On Tuesday, October 14, 2014 11:37:59 AM UTC+1, henrik@s24.com wrote: Hi, after upgrading the google adWords api version from v201406 to 09, requesting a report with the fieldname

Re: MaxCPC change history through api?

2014-05-09 Thread Ray Tsang (AdWords API Team)
. Best, - Eric Koleda, AdWords API Team On Aug 12, 6:25 am, Giovanni giovanni.fe...@gmail.com wrote: Hi, Marketing wish analyze how is related the revenue and the change to MaxCPC. Through my AdWord account, I can access to the change history of MaxCPC. Into the tab Tools

Re: MaxCPC change history through api?

2014-05-08 Thread Thibault Quillard
and the change to MaxCPC. Through my AdWord account, I can access to the change history of MaxCPC. Into the tab Tools I can request a report on maxcpc change history following the link My Change History. It is possible to have the same information though api? I am not able

Re: MaxCPC change history through api?

2014-05-08 Thread Thibault Quillard
the revenue and the change to MaxCPC. Through my AdWord account, I can access to the change history of MaxCPC. Into the tab Tools I can request a report on maxcpc change history following the link My Change History. It is possible to have the same information though api? I am not able

Re: maxCpc of Placements

2014-04-07 Thread GrueneOrchidee
Is there anybody who can help me solving this problem? Am Freitag, 14. März 2014 08:41:18 UTC+1 schrieb GrueneOrchidee: It seems to me that the update handling of maxCpc of placements changed some weeks ago. I'm not shure if this is a result of updating from v201306 to v201309. If I want

Re: Expected return value MaxCpc field in reports

2014-03-31 Thread Robert Borkowski
Hi, Does anyone have an idea how I should handle the data that comes in MacCPC field in api v201402? Thanks On Wednesday, 26 March 2014 18:37:52 UTC, Robert Borkowski wrote: Notes: Usually a number in the format x.xx, but may return auto: x.xx or just auto if automatic bidding is used.

Re: Expected return value MaxCpc field in reports

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi, I'll update the docs so they state that the format depends on the value of the returnMoneyInMicros headerhttps://developers.google.com/adwords/api/docs/guides/reporting-concepts#money. Another point to be aware of is that the default value for this header changed between v201309 and

Expected return value MaxCpc field in reports

2014-03-27 Thread Robert Borkowski
We have migrated to API versions v201402 When pulling Keywords Performance Report we're getting MaxCpc field Docs are stating: Name: MaxCpc Type: Bid Behavior: Attribute Notes: Usually a number in the format x.xx, but may return auto: x.xx or just auto if automatic bidding is used. whereas when

maxCpc of Placements

2014-03-14 Thread GrueneOrchidee
It seems to me that the update handling of maxCpc of placements changed some weeks ago. I'm not shure if this is a result of updating from v201306 to v201309. If I want to update the maxCpc of some placements with API, nothing happens. That means the maxCpc is the same as the old maxCpc, I

Re: Getting cannot find class ManualCPCAdGroupCriterionBids when trying to set maxCPC of keywords that are being added to an adgroup

2014-03-13 Thread jaison . directi
, 2014 2:33:44 AM UTC-4, jaison@gmail.com wrote: Hi Josh, I'm using version v201309 of the Adwords API. Shown below is the code I'm using to add keywords with maxCPC. function addKeywordsToAdGroup(AdWordsUser $user, $adGroupId, $keywords){ $user-SetClientCustomerId($_SESSION

Re: Getting cannot find class ManualCPCAdGroupCriterionBids when trying to set maxCPC of keywords that are being added to an adgroup

2014-03-12 Thread jaison . directi
Hi Josh, I'm using version v201309 of the Adwords API. Shown below is the code I'm using to add keywords with maxCPC. function addKeywordsToAdGroup(AdWordsUser $user, $adGroupId, $keywords){ $user-SetClientCustomerId($_SESSION['adwordClientId']); $adGroupCriterionService = $user

Re: Getting cannot find class ManualCPCAdGroupCriterionBids when trying to set maxCPC of keywords that are being added to an adgroup

2014-03-12 Thread Josh Radcliff (AdWords API Team)
using to add keywords with maxCPC. function addKeywordsToAdGroup(AdWordsUser $user, $adGroupId, $keywords){ $user-SetClientCustomerId($_SESSION['adwordClientId']); $adGroupCriterionService = $user-GetService('AdGroupCriterionService', ADWORDS_VERSION); $operations

Getting cannot find class ManualCPCAdGroupCriterionBids when trying to set maxCPC of keywords that are being added to an adgroup

2014-03-11 Thread jaison . directi
Hi, I'm using the PHP library of adwords API. Addition of keywords to AdGroup works properly. If I try to set the maxCPC of a keyword during the addition process I get an error stating that the ManualCPCAdGroupCriterionBids class could not be found. I have been referring

Re: Getting cannot find class ManualCPCAdGroupCriterionBids when trying to set maxCPC of keywords that are being added to an adgroup

2014-03-11 Thread Josh Radcliff (AdWords API Team)
. Addition of keywords to AdGroup works properly. If I try to set the maxCPC of a keyword during the addition process I get an error stating that the ManualCPCAdGroupCriterionBids class could not be found. I have been referring to the AddKeywordsExample example provided in the library

Re: MaxCPC from DISPLAY_KEYWORD_PERFORMANCE_REPORT unexpected behaviour

2014-03-03 Thread Anash P. Oommen (AdWords API Team)
? :-( On Thursday, February 27, 2014 6:17:01 PM UTC+1, Luca Fiaschi wrote: Hi, I am querying the maxCPC for some adgroups from the DISPLAY_KEYWORD_PERFORMANCE_REPORT over a period of 2 months requested day by day. Then I aggregate the information at adGroupId and CampaignId level. From my current

Re: MaxCPC from DISPLAY_KEYWORD_PERFORMANCE_REPORT unexpected behaviour

2014-02-28 Thread Luca Fiaschi
Hi is there anybody who could answer this question? :-( On Thursday, February 27, 2014 6:17:01 PM UTC+1, Luca Fiaschi wrote: Hi, I am querying the maxCPC for some adgroups from the DISPLAY_KEYWORD_PERFORMANCE_REPORT over a period of 2 months requested day by day. Then I aggregate

MaxCPC from DISPLAY_KEYWORD_PERFORMANCE_REPORT unexpected behaviour

2014-02-27 Thread Luca Fiaschi
Hi, I am querying the maxCPC for some adgroups from the DISPLAY_KEYWORD_PERFORMANCE_REPORT over a period of 2 months requested day by day. Then I aggregate the information at adGroupId and CampaignId level. From my current understanding of the maxCPC field (based on previous posts

Re: problem displaying the right MaxCPC

2014-01-22 Thread Josh Radcliff (AdWords API Team)
Hi, I see that you are creating a *Cpm*Bid but your campaign's bidding scheme is MANUAL_*CPC*. If you change your bid to a CpcBid then you should see your changes applied as expected. Per the BiddingStrategyConfiguration

problem displaying the right MaxCPC

2014-01-19 Thread karima Mechergui
Hi Team, I have to see the right *max cpc* in my ads adgroup,*it is always € 0.01 instead of € 0.79.* So i use php API google adwords version v201309, here are my code: $campaignId = '62349681'; $adGroupService = $user-GetService('AdGroupService', ADWORDS_VERSION); $numAdGroups = 0;

Re: Keyword Performance Report segmented by Date: maxCPC bid changes not reported

2013-12-20 Thread Danial Klimkin
side. It is available in the UI though. -Danial, AdWords API Team. On Monday, December 16, 2013 4:27:46 PM UTC+4, Christian Borck wrote: Hi everybody, I was wondering, why the maxCPC isn't reported historically (i.e. the bid changes)? When I generate a Keyword Performance Report segmented

Re: Keyword Performance Report: maxCPC / Bid change history not reported?

2013-12-20 Thread Danial Klimkin
days segmented by Date, inlcuding maxCPC. However, only the last Update of maxCPC is reported. Is there a way to get the change history? That is, what maxCPC was set on which day for every keyword? Regards, Christian -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Keyword Performance Report segmented by Date: maxCPC bid changes not reported

2013-12-17 Thread Christian Borck
Hi everybody, I was wondering, why the maxCPC isn't reported historically (i.e. the bid changes)? When I generate a Keyword Performance Report segmented by Date for one month, I see statistics for every keyword. As I am interested in investigating the gap between maxCPC and avgCPC, I need

Keyword Performance Report: maxCPC / Bid change history not reported?

2013-12-17 Thread Christian Borck
Hi everyone, i was wondering if the bid changes are not reported within the API? I generated a Keyword Performance Report for the last 30 days segmented by Date, inlcuding maxCPC. However, only the last Update of maxCPC is reported. Is there a way to get the change history? That is, what

Re: MaxCpc --- Is it possible to extract the historical values of your MaxCpc on keyword level?

2013-09-11 Thread David Torres (AdWords API Team)
hard to find a solid answer for this question. There was one message in this forum that seemed to have some kind of answer to this question, but im not quite sure. Here's that question: https://groups.google.com/forum/?fromgroups=#!searchin/adwords-api/maxcpc/adwords-api/3fJUNsUcDaU

MaxCpc --- Is it possible to extract the historical values of your MaxCpc on keyword level?

2013-09-06 Thread timvluxemburg
/forum/?fromgroups=#!searchin/adwords-api/maxcpc/adwords-api/3fJUNsUcDaU/ZOC-FaVGexQJ I find it hard to believe that in fact it is not possible to extract data from the API that is telling you what the MaxCpc was at a certain point in time. Could someone please provide me the correct answer

Re: MaxCpc --- Is it possible to extract the historical values of your MaxCpc on keyword level?

2013-09-06 Thread Dorian Kind
/?fromgroups=#!searchin/adwords-api/maxcpc/adwords-api/3fJUNsUcDaU/ZOC-FaVGexQJ I find it hard to believe that in fact it is not possible to extract data from the API that is telling you what the MaxCpc was at a certain point in time. Could someone please provide me the correct answer

Re: Actual CPC much higher than criterion set maxCpc??

2013-08-27 Thread Anash P. Oommen (AdWords API Team)
. For several adgroups, I see that there is a group criterion which has the bid for maxCPC set to $0.65. Then, when I pull a report of the ads from adGroupAdService, I see many days where the CPC is $2.00 or even $4.00. Clearly, there is a major discrepancy here. How is this possible? Thank You

Re: Actual CPC much higher than criterion set maxCpc??

2013-08-26 Thread Noah Silverman
has the bid for maxCPC set to $0.65. Then, when I pull a report of the ads from adGroupAdService, I see many days where the CPC is $2.00 or even $4.00. Clearly, there is a major discrepancy here. How is this possible? Thank You

Re: Actual CPC much higher than criterion set maxCpc??

2013-08-14 Thread David Torres (AdWords API Team)
wrote: Hello, I'm analyzing the past few months adwords data for an account. For several adgroups, I see that there is a group criterion which has the bid for maxCPC set to $0.65. Then, when I pull a report of the ads from adGroupAdService, I see many days where the CPC is $2.00 or even

Actual CPC much higher than criterion set maxCpc??

2013-08-08 Thread Noah
Hello, I'm analyzing the past few months adwords data for an account. For several adgroups, I see that there is a group criterion which has the bid for maxCPC set to $0.65. Then, when I pull a report of the ads from adGroupAdService, I see many days where the CPC is $2.00 or even $4.00

Re: update keyword maxcpc

2013-04-10 Thread David Torres (AdWords API Team)
keywords. I downloaded all the information i need about them and i want to update their maxCpc. Ive written the following code, but there is no obvious way for me to set the maxCpc attribute: [code] // create client login token String clientLoginToken = new ClientLoginTokens.Builder

Re: update keyword maxcpc

2013-04-04 Thread Aere
EXISTING keywords. I downloaded all the information i need about them and i want to update their maxCpc. Ive written the following code, but there is no obvious way for me to set the maxCpc attribute: [code] // create client login token String clientLoginToken = new

Re: update keyword maxcpc

2013-03-31 Thread F.Per
downloaded all the information i need about them and i want to update their maxCpc. Ive written the following code, but there is no obvious way for me to set the maxCpc attribute: [code] // create client login token String clientLoginToken = new ClientLoginTokens.Builder

Re: update keyword maxcpc

2013-03-31 Thread Oliver
? Am Mittwoch, 27. März 2013 09:35:52 UTC+1 schrieb F.Per: Hi im using java (v201302) and i want to update a list of already EXISTING keywords. I downloaded all the information i need about them and i want to update their maxCpc. Ive written the following code, but there is no obvious way

update keyword maxcpc

2013-03-27 Thread F.Per
Hi im using java (v201302) and i want to update a list of already EXISTING keywords. I downloaded all the information i need about them and i want to update their maxCpc. Ive written the following code, but there is no obvious way for me to set the maxCpc attribute: [code] // create client

Re: update keyword maxcpc

2013-03-27 Thread Oliver
) and i want to update a list of already EXISTING keywords. I downloaded all the information i need about them and i want to update their maxCpc. Ive written the following code, but there is no obvious way for me to set the maxCpc attribute: [code] // create client login token

Re: Keyword MaxCPC

2012-07-18 Thread Dorian Kind
Hi Brandon, here's an exemplary selector (in Python) that will download a number of interesting fields for all keywords of a given campaign, including maxCPC: selector = { 'fields': ['Id', 'AdGroupId', 'KeywordText', 'KeywordMatchType', 'MaxCpc', 'Status', 'CpcBidSource'], 'predicates

Re: MaxCPC values on Keywords Performance Report (AdHoc)

2012-01-12 Thread TompiT
Hi Eric, Thanks for your reply, this happens sometimes for few Keywords. The MaxCPC value -- is also visible from Adwords WebGUI (cf attachment). Currently this case has been handled to ignore the value and retrieve the Adgroup MaxCPC value during our parsing. If you need further

Re: MaxCPC values on Keywords Performance Report (AdHoc)

2012-01-12 Thread Simon Day
Hi, For what It's worth I'm getting the same thing on the keywords performance report too. Thanks Simon -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: MaxCPC values on Keywords Performance Report (AdHoc)

2012-01-12 Thread TompiT
Hi Eric, Thanks for your reply, this happens sometimes for few Keywords. The MaxCPC value -- is also visible from Adwords WebGUI (cf attachment). Currently this case has been handled to ignore the value and retrieve the Adgroup MaxCPC value during our parsing. If you need further information

Re: MaxCPC values on Keywords Performance Report (AdHoc)

2012-01-11 Thread Eric Koleda
Hi, In general a value of -- means null for reports. However the maxCpc field should pull in the ad group's default maxCpc if there is none set for the keyword. Are you seeing this behavior consistently? Best, - Eric Koleda, AdWords API Team

MaxCPC values on Keywords Performance Report (AdHoc)

2012-01-09 Thread TompiT
Hi there, I have noticed that some MaxCPC values returned by the Keywords Performance Report (AdHoc) are formed like the following one : maxCPC=-- There is no information regarding this value on the Documentationhttp://code.google.com/intl/en/apis/adwords/docs/appendix/reports.html#keywords

Re: How do I get the MaxCpc Amount for a Content AdGroup that only uses Placement targeting (not Keyword targeting) ??

2011-12-20 Thread Eric Koleda
Hi Michael, It is my understanding that keywordContentMaxCpc will be null whenever there isn't a separate Display Network bid set, irregardless of if the ad group contains keywords or not. If you see otherwise please provide the relevant SOAP request and response. Best, - Eric --

Re: Get keywords details (Status, MaxCPC, AgvCPC etc...)

2011-12-19 Thread Eric Koleda
Hi Nikhil, Please take a look at the KEYWORDS performance report: http://code.google.com/apis/adwords/docs/appendix/reports.html#keywords Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: How do I get the MaxCpc Amount for a Content AdGroup that only uses Placement targeting (not Keyword targeting) ??

2011-12-19 Thread Eric Koleda
Hi Michael, The field names are a little misleading, but essentially: keywordMaxCpc = default bid keywordContentMaxCpc = default display network bid (optional) Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

  1   2   >