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 Documentation<http://code.google.com/intl/en/apis/adwords/docs/appendix/reports.

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 Nikhil Gaur
Hi Eric, I am getting wrong (old) data in keywords reports that why I want to fetch keyword by its id. I'll just take id of the keyword from report and then fetch its status, max and average cpc by fetching keyword object if possible. Please tell me if there is any way to fetch keyword details by

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

2011-12-19 Thread Michael Caldwell
Eric, Please see my original post: "ManualCPCAdGroupBids.getKeywordContentMaxCpc() seems to only return a value when keyword targeting is being used for a Display campaign adgroup. But if the adgroup does not use keyword targeting, but rather, targets only specific placements regardless of keywo

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 grou

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: http://adwordsapi.b

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

2011-12-13 Thread Nikhil Gaur
Hi, I need complete keyword details (Status, MaxCPC, AgvCPC, adgroupid, campaignid etc). I have searched in .net samples but didn't get any sample code. I am using .Net client library. If anyone knows the solution please tell me. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

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

2011-12-11 Thread Michael Caldwell
Hi David. Thanks for your reply. I'm not using the Reporting API for the application we're having this issue with, but rather the AdGroupServiceInterface, calling get(), which returns an AdGroupPage, which returns an AdGroup array when you call getEntries(). Then I cast the getBids() object (after

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

2011-12-09 Thread David Torres
Hi Michael, In this case either keywordMaxCpc or keywordContentMaxCpc should return you the value (I just tried it on my side), it depends if the ad group is using the default bidding or has a display network specific bidding. What is the adgroup id you are querying? Are you sure you are includ

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

2011-12-05 Thread Michael Caldwell
ManualCPCAdGroupBids.getKeywordContentMaxCpc() seems to only return a value when keyword targeting is being used for a Display campaign adgroup. But if the adgroup does not use keyword targeting, but rather, targets only specific placements regardless of keyword, getKeywordContentMaxCpc() ret

Re: getting keywords maxCPC using php from GetAdGroupCriterionService

2011-10-18 Thread Anash P. Oommen
Hi, The column name you need is "MaxCpc". See http://code.google.com/apis/adwords/docs/appendix/selectorfields.html#v201101-AdGroupCriterionService for all the selector fields and mappings. Cheers, Anash P. Oommen, AdWords A

getting keywords maxCPC using php from GetAdGroupCriterionService

2011-10-17 Thread iateadonut
d group criteria. if (isset($page->entries)) { foreach ($page->entries as $ad) { var_dump($ad); echo $ad->criterion->text . $ad->adGroupId . "\n "; } How do I get the current maxCPC to appear in the object? I think I have to add a field t

Re: Setting MaxCpc and ad at keyword level

2011-09-21 Thread Kevin Winter
Hi Joseph, Short answer: no. At the very least it would be two separate API calls (one to the AdGroupCriterionService for the maxCpc change) and a second to the AdGroupAdService to create the ad. Furthermore, the only way to accomplish a specific keyword for a specific ad is to put that

Re: Setting MaxCpc and ad at keyword level

2011-09-20 Thread joseph thomas
Thank you Kevin. I would also like to know whether one can assign a corresponding ad to a keyword while adding it. regards, Joseph On Sep 19, 11:19 pm, Kevin Winter wrote: > Hi Joseph, >   The AdGroupCriterionService allows you to create a > BiddableAdGroupCriterion for which you can specify bi

Re: Setting MaxCpc and ad at keyword level

2011-09-19 Thread Kevin Winter
Hi Joseph, The AdGroupCriterionService allows you to create a BiddableAdGroupCriterion for which you can specify bids at the Criterion level (i.e. keyword): http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCriterionService.BiddableAdGroupCriterion.html - Kevin Winter AdWords A

Setting MaxCpc and ad at keyword level

2011-09-15 Thread joseph thomas
Hi, Is it possible to set maxCpc and ad for a particular keyword using the API. Any info on this would be helpful. Thanks Joseph -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group

Re: Cost, MaxCPC and other currency columns coming in multiples of 1,000,000,000,000

2011-08-01 Thread TJ
Our mistake, this was an internal processing error. We'll be more careful about debugging before posting here next time. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=

Re: Cost, MaxCPC and other currency columns coming in multiples of 1,000,000,000,000

2011-08-01 Thread AdWords API Advisor
Hello TJ, Can you confirm the value is '247900' in the raw XML report returned by AdWords API *before* any processing by your system? -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogsp

Cost, MaxCPC and other currency columns coming in multiples of 1,000,000,000,000

2011-07-29 Thread TJ
We're pulling an ad performance report using V201101 and today are seeing all currency values in multiples of 1,000,000,000,000 instead of the normal 1,000,000. For example, the top spending keyword/ad combination in this particular day was $24.79. This is how the # came in the API report. 247900

Re: Keyword performance report MaxCpc field value

2011-07-18 Thread jstedman
Something I forgot to clarify: "auto: #.##" happens when google has already established what the auto bid is. "auto" only happens for new targets which have not been bid on yet and use Google managed bids. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discuss

Re: Keyword performance report MaxCpc field value

2011-07-18 Thread jstedman
This is how Google represents bids that they have made on your(or your clients) behalf. If you use BudgetOptimized, ConversionOptimized, or any Optimized by Google bidding, you will get these as the bids returned. If a bid gets returned with "auto: " then the bid cannot be set through the API unle

Keyword performance report MaxCpc field value

2011-07-18 Thread Sanju
Sir, When I download Keyword Performance report XML file, I got MaxCpc value as "auto: 15.00". What is this 'auto' value. Is they any scenario where we get different from above other than 'auto' and why they get that type

Re: CustomerSyncService: not recognizing change to MaxCPC

2011-07-13 Thread bgraves
Thanks. It looks like I used AM instead of PM for the date in my first example...so that example wasn't valid. I can't recreate the issue now when using the correct date: using "20110630 131132 -07:00" gives me the criteria change. I'm not sure why I didn't get the change back on 6/30 and I can't

Re: CustomerSyncService: not recognizing change to MaxCPC

2011-07-12 Thread jstedman
Yeah, that is a very good point. I just noticed something about your request that might be causing your issue: https://adwords.google.com/api/adwords/cm/ v201008">20110630 110309 -07:00 https://adwords.google.com/api/adwords/cm/ v201008">20110630 011132 -07:00 Since the time is listed in 24 ho

Re: CustomerSyncService: not recognizing change to MaxCPC

2011-07-12 Thread bgraves
The precision is due to the fact that I need to get all the changes since the last time that the CustomSyncService ran a get operation. I don't see why the precision matters since the very next call to the service takes a dateTimeRange starting from the last precise dateTimeRange. Since neither o

Re: CustomerSyncService: not recognizing change to MaxCPC

2011-07-08 Thread jstedman
Have you tried not being quite so precise with the dateTimeRange. For instance, try using 1 PM-1:30 PM and see if it shows up. Asking it to be exact down to the second could result in errors due to time drift, system propagation time and database replication delays. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Get traffic estimates conditions or filters for maxCPC and dailyBudget

2011-02-22 Thread phpfarmer
Total Estimated Clicks 14 - 18 = 16 Total Estimated Cost $25.56 - $48.09 using the same keywords, maxCPC, blank daily budgets, US, en, type:Broad etc please help On Feb 22, 2:01 pm, phpfarmer wrote: > Thank you for your reply > > One question: > I am using a verified adwords account

Re: Get traffic estimates conditions or filters for maxCPC and dailyBudget

2011-02-22 Thread phpfarmer
is not same Can you please confirm me is there any difference for returning result? I used $5 as maxCPC without setting any daily budgets. for TrafficEstimatorSandbox i used $5 as maxCPC with submitting blank field on daily budgets. is there any filtering condition on adwords verified account? I

Re: Get traffic estimates conditions or filters for maxCPC and dailyBudget

2011-02-21 Thread AdWords API Advisor
Hi, When you set $adGroupEstimateRequest->maxCpc = new Money(100), you are restricting the max bids for estimates for this ad group to $1 ($1 = 10^6 micros). If you change the value to 500, then max bid for estimates become $5. See http://code.google.com/apis/adwords/docs/refere

Re: Get traffic estimates conditions or filters for maxCPC and dailyBudget

2011-02-17 Thread phpfarmer
Hi, Thank you very much for your reply. Another question please If i set $adGroupEstimateRequest->maxCpc = new Money(100); what does it mean Maximum CPC (Click Per Cost) for that specific keyword USD 1 or What else? If i set it $adGroupEstimateRequest->maxCpc = new Money(500);

Re: Get traffic estimates conditions or filters for maxCPC and dailyBudget

2011-02-17 Thread AdWords API Advisor
Hi, The MaxCPC is set via this line: $adGroupEstimateRequest->maxCpc = new Money(100); It's not currently possible to set the budget via the API, and an unlimited budget is used for calculations. Best, - Eric Koleda, AdWords API Team On Feb 15, 4:57 am, phpfarmer wrote: > H

Get traffic estimates conditions or filters for maxCPC and dailyBudget

2011-02-15 Thread phpfarmer
requests. $adGroupEstimateRequest = new AdGroupEstimateRequest(); $adGroupEstimateRequest->keywordEstimateRequests = $keywordEstimateRequests; $adGroupEstimateRequest->maxCpc = new Money(100); $adGroupEstimateRequests = array($adGroupEstimateRequest); // Create campaign estim

Re: Account Performance Reports - maxCpc not always a valid field?

2011-01-18 Thread AdWords API Advisor
Hi Reed, The MaxCpc field isn't valid for an account report: http://code.google.com/apis/adwords/docs/appendix/reports.html#account Some work is being done to improve the validation during report definition creation, and the new errors may be a result of that. Best, - Eric Koleda, Ad

Account Performance Reports - maxCpc not always a valid field?

2011-01-16 Thread Reed
Under what account setup conditions would "maxCpc" be an invalid field to request in an account performance report in the v201008 reporting service (CSV format), and is this something that has changed recently? I pull these reports every morning for all of our client accounts, and no

Re: How to set the maxCpc of a keyword while adding new Keywords to the adGroup

2011-01-05 Thread AdWords API Advisor
: > I am trying to add new Keywords using the adwords api to my adGroup. I > am using the KeywordBiddableAdGroupCriterion to set the bid for the > keyword but i do not know how to set the maxCpc using > adGroupCriterionBids. Please someone reply fast.

How to set the maxCpc of a keyword while adding new Keywords to the adGroup

2011-01-03 Thread NICK
I am trying to add new Keywords using the adwords api to my adGroup. I am using the KeywordBiddableAdGroupCriterion to set the bid for the keyword but i do not know how to set the maxCpc using adGroupCriterionBids. Please someone reply fast. ThankYou

Re: behavior of unset adgroup level *MaxCpc bids?

2010-12-08 Thread AdWords API Advisor
is added.  If a criteria level bid is present then it will always be > > used in place of the ad group level default bid.  Only the > > keywordMaxCpc field is used in the SEARCH_NETWORK. > > > Best, > > - Eric Koleda, AdWords API Team > > > On Nov 24, 6:00 pm

Re: behavior of unset adgroup level *MaxCpc bids?

2010-12-07 Thread J
place of the ad group level default bid.  Only the > keywordMaxCpc field is used in the SEARCH_NETWORK. > > Best, > - Eric Koleda, AdWords API Team > > On Nov 24, 6:00 pm, J wrote: > > > anyone? > > > On Nov 23, 4:13 pm, J wrote: > > > > what would

Re: behavior of unset adgroup level *MaxCpc bids?

2010-11-29 Thread AdWords API Advisor
in the SEARCH_NETWORK. Best, - Eric Koleda, AdWords API Team On Nov 24, 6:00 pm, J wrote: > anyone? > > On Nov 23, 4:13 pm, J wrote: > > > > > > > > > what would be the behavior of not passing in any *MaxCpc params when > > setting up a manual cpc adgroup

Re: behavior of unset adgroup level *MaxCpc bids?

2010-11-24 Thread J
anyone? On Nov 23, 4:13 pm, J wrote: > what would be the behavior of not passing in any *MaxCpc params when > setting up a manual cpc adgroup? > > http://code.google.com/apis/adwords/docs/reference/latest/AdGroupServ... > > i plan on having criterion level bids set for sure

behavior of unset adgroup level *MaxCpc bids?

2010-11-23 Thread J
what would be the behavior of not passing in any *MaxCpc params when setting up a manual cpc adgroup? http://code.google.com/apis/adwords/docs/reference/latest/AdGroupService.ManualCPCAdGroupBids.html i plan on having criterion level bids set for sure though. is the relationship between a

Re: What maxCpc is needed for AdGroupRequest to get the Cpc Results form the Keyword Tool UI

2010-09-08 Thread AdWords API Advisor
's predicted to place a ad. To compare in > the Tool Traffic Estimator is it possible to leave the field maxCpc > blank and the results are according to the Keyword Tool but it is not > possible to leave it blank in the AdGroupRequest, in that case it > throws an exception. > So,

What maxCpc is needed for AdGroupRequest to get the Cpc Results form the Keyword Tool UI

2010-09-08 Thread jabychan
edicted to place a ad. To compare in the Tool Traffic Estimator is it possible to leave the field maxCpc blank and the results are according to the Keyword Tool but it is not possible to leave it blank in the AdGroupRequest, in that case it throws an exception. So, what value is needed for the max

Re: how to estimate maxCpc on new campaigns

2010-07-09 Thread AdWords API Advisor
l be using the Adwords API to help new Adwords clients and > clients running campaigns on new keywords/ad groups. > > How do we get the estimated maxCpc to input into the > TrafficEstimatorService in order to get the following results > estimated for our clients: > lowerClicksPerDay

how to estimate maxCpc on new campaigns

2010-07-08 Thread penaz
Hi all. Please help. We will be using the Adwords API to help new Adwords clients and clients running campaigns on new keywords/ad groups. How do we get the estimated maxCpc to input into the TrafficEstimatorService in order to get the following results estimated for our clients

Re: follow-up question on retrieving maxCPC data

2010-05-05 Thread AdWords API Advisor
. > Best, > - Eric Koleda, AdWords API Team" > > I hired a programmer to create a tool that retrieves the maxCPC from > the AdWords API for any keyword input but the numbers being returned > do not match (at all) what the keyword tool says. > > I want to be sure I have

follow-up question on retrieving maxCPC data

2010-05-03 Thread Deeter
eparate service will exist for that information, similar to the v13 TrafficEstimatorService, but it isn't yet available. Best, - Eric Koleda, AdWords API Team" I hired a programmer to create a tool that retrieves the maxCPC from the AdWords API for any keyword input but the numbers being

AdWords API Re: how can I set maxCpc in Keyword object?

2010-03-18 Thread Brian Graves
Yes, I know that the classes are completely different...but the Per- Call Migration documenatation only gives any examples in Python. I was hoping that switching to the client libraries would make things easier but I didn't know a new class was required for setting the maxcpc. Is ther

AdWords API Re: how can I set maxCpc in Keyword object?

2010-03-18 Thread Peer Jakobsen (AdWords API Guru)
Based on your other post it looks like you think that migrating to v2009 is as simple as migration from V12 to V13 was. The classes in V2009 have completely different structures, so I suggest you use the documentation to get a good overview of the changes. Nothing can be reused. For example bids

AdWords API how can I set maxCpc in Keyword object?

2010-03-18 Thread Brian Graves
I am trying to use the com.google.api.adwords.v200909 client library to set the maxCpc for a Keyword object. Unfortunately, the only properties of this object are id, matchType, and text. Is there supposed to be a bid subclass? How can a set the maxcpc on a Keyword

AdWords API Re: Best way to modify MAXCPC of a keyword PHP

2010-02-19 Thread AdWords API Advisor
17, 9:57 pm, dadonk wrote: > I'm new to the AdWords API and would like to be pointed in the right > direction. > > I'm using the PHP client library v2009. > > I need to retrieve all the keywords for a particular campaign check > their maxcpc and adjust it. > >

AdWords API Best way to modify MAXCPC of a keyword PHP

2010-02-18 Thread dadonk
I'm new to the AdWords API and would like to be pointed in the right direction. I'm using the PHP client library v2009. I need to retrieve all the keywords for a particular campaign check their maxcpc and adjust it. What is the best way to do that? Are their any scripts already wr

Re: AdWords API Define the MaxCpc of a Keyword

2010-01-14 Thread Rich Johns
Guillaume wrote: > Hi, > > i succeeded in creating keywords for a campain, but i don't understand > where and how i can define the MaxCPC for each keyword i create with > the code below : > >  // Create keyword. >  $keyword = new Keyword(); >  $keyword->text = &

AdWords API Define the MaxCpc of a Keyword

2010-01-14 Thread Guillaume
Hi, i succeeded in creating keywords for a campain, but i don't understand where and how i can define the MaxCPC for each keyword i create with the code below : // Create keyword. $keyword = new Keyword(); $keyword->text = 'mars cruise'; $keyword->matchType =

AdWords API Re: V200909 CampaignCriterionService SET maxCpc?

2009-12-30 Thread AdWords API Advisor
Biddable operations in the CampaignCriterionService.  Is > it possible to set the maxCpc at the Campaign Level using the Api? -- 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 un

AdWords API V200909 CampaignCriterionService SET maxCpc?

2009-12-29 Thread Ralph Heimburger
In reading through the v200909 documentation, I don't see any reference to Biddable operations in the CampaignCriterionService. Is it possible to set the maxCpc at the Campaign Level using the Api? -- You received this message because you are subscribed to the Google Groups "AdWords

AdWords API Re: MaxCPC change history through api?

2009-08-12 Thread AdWords API Advisor
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 I can request a report on maxcpc change > history following the link "My Change History". It is possible to have &

AdWords API MaxCPC change history through api?

2009-08-12 Thread Giovanni
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 I can request a report on maxcpc change history following the link "My Change History". It is possible to hav

AdWords API Re: Question about the keywords' maxCpc

2009-02-12 Thread rickey
o something other than what it's set to in > Production (as recently happened regarding the minimum accepted value) > the engineers should be able to change it to match. > > Cheers, > -Jeff Posnick, AdWords API Team > > On Feb 9, 10:41 pm, rickey wrote: > > > H

AdWords API Re: Question about the keywords' maxCpc

2009-02-10 Thread AdWords API Advisor
to match. Cheers, -Jeff Posnick, AdWords API Team On Feb 9, 10:41 pm, rickey wrote: > Hi > Got some questions about the keywords maxCPC > a keyword maxCpc is in micros, and a multiple of 1. > According to my test there is also a maximun value for the keyword > maxCpc, but i

AdWords API Question about the keywords' maxCpc

2009-02-09 Thread rickey
Hi Got some questions about the keywords maxCPC a keyword maxCpc is in micros, and a multiple of 1. According to my test there is also a maximun value for the keyword maxCpc, but i didn't find any documentation for this. Is anybody could help me about : What is the maximun value ? is sa

AdWords API Re: How to use PHP5 Ext/SOAP to change maxCpc?

2008-09-04 Thread AdWords API Advisor
/ > next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ > adwords/v12">1 > http://schemas.xmlsoap.org/soap/actor/ > next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ > adwords/v12">3 >

AdWords API Re: How to use PHP5 Ext/SOAP to change maxCpc?

2008-09-03 Thread digibread
/api/ adwords/v12">1 http://schemas.xmlsoap.org/soap/actor/ next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ adwords/v12">3 http://schemas.xmlsoap.org/soap/actor/ next" soapenv:mustUnderstand="0" xmlns="https://ad

AdWords API Re: How to use PHP5 Ext/SOAP to change maxCpc?

2008-09-03 Thread AdWords API Advisor
and token information before posting it. Cheers, -Jeff Posnick, AdWords API Team On Sep 3, 9:23 am, digibread <[EMAIL PROTECTED]> wrote: > Hi: > > How can I use PHP 5 Ext/SOAP Function to change maxCpc? > I can use PHP 5 Ext/SOAP Function to change destinationUrl value, but > can&#

AdWords API How to use PHP5 Ext/SOAP to change maxCpc?

2008-09-03 Thread digibread
Hi: How can I use PHP 5 Ext/SOAP Function to change maxCpc? I can use PHP 5 Ext/SOAP Function to change destinationUrl value, but can't change maxCpc value. my code is below https://adwords.google.com/api/adwords/'); /** SOAP Header Parameters **/ $aSoapArguments = array(

<    1   2