Re: trying to get all keywords reports for all ad groups at one time.

2011-02-28 Thread Xr4ti
adGroupId = (float) 'INSERT_AD_GROUP_ID_HERE'; // $startDate = '20110227'; // $endDate = '20110228'; // Create ad group predicate. //$adGroupPredicate = new Predicate(); //$adGroupPredicate->field = 'AdGroupId'; // $adGroupPredicate->operator = 'EQU

Re: Urgent! a question about KeywordMatchType?

2011-02-28 Thread James604
I have figured this thing out. Thank you for your input. Google Adwords saves + , and treat them as two keywords with same match type "Broad", so Google will do better job if he sees the "+" sign. James - http://www.myclapperboard.com Buy More, Save M

Re: Urgent! a question about KeywordMatchType?

2011-02-28 Thread James604
so furthermore, google adwords will treat "Buy +Cheap Movie ticket" , "Buy Cheap +Movie ticket" and "Buy Cheap Movie ticket" as different keywords with same match type? How google Adwords to save those keywords, Google keywords will save "Buy +Cheap Movie ticket" [will save + sign] in their d

Re: Urgent! a question about KeywordMatchType?

2011-02-28 Thread James604
Ok. So how does google to save the keywords? The Adwords will save "Buy +Cheap Movie ticket" with its Id, while google will have "Buy Cheap Movie ticket" keyword with its Id? am I right? Really appreciate your prompt reply. James - http://www.myclapperboard.com Buy

Re: Urgent! a question about KeywordMatchType?

2011-02-28 Thread Navneet
Yes, Keyword Id will be different for both the keywords but match type will be same ("Broad").. On Feb 28, 5:20 pm, James604 wrote: > My client wants to try this type, and he wants to differential the > broad match with modified match, because he wants to know those two > keyword performance. > >

Oauth example in php SDK

2011-02-28 Thread Wilson MacGyver
Do any of the examples in the php SDK work with oAuth? all the example code I try to run, still keep wanting developer token and email address. Thanks -- Omnem crede diem tibi diluxisse supremum. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group

Re: Urgent! a question about KeywordMatchType?

2011-02-28 Thread James604
My client wants to try this type, and he wants to differential the broad match with modified match, because he wants to know those two keyword performance. so "Buy +Cheap Movie ticket" and "Buy Cheap Movie ticket" should be not the same keyword,their keywordId should be different or same Ja

Re: Urgent! a question about KeywordMatchType?

2011-02-28 Thread Navneet
Hi James, I am sure that you are aware of 3 standard match types which are Broad, Phrase and Exact. "-Keyword" is not a match type but it denotes the Negative keyword. Also, "+Keyword"is not an actual match type and it is called "Modified Broad" Text (you can find the documentation of this

Urgent! a question about KeywordMatchType?

2011-02-28 Thread James604
Recently, I have noticed that the keyword match type has 5 types: keyword = broad match "keyword" = match exact phrase [keyword] = match exact term only -keyword = don't match this term +keyword = broad match keyword with modifier but in the API document only has 3 types, my question is that

Re: Missing entries in responses from the Targeting Idea Service

2011-02-28 Thread Eric Koleda
Hi Martin, I think the culprit in this case is the CompetitionSearchParameter. You are including all possible values (LOW, MEDIUM, and HIGH), but it appears that LOW doesn't cover a zero competition value, which is what the EXACT keyword is returned with. If you want to include all possible c

Re: How to add filters to GetTargetingIdeaService('v201008') ?

2011-02-28 Thread Eric Koleda
Hi Marc, Filtering in the TargetingIdeaService is done via SearchParametes: http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.SearchParameter.html Unfortunately there are no search parameters for the number of words. The TargetIdeaService doesn't return CPC valu

Re: CANNOT_SET_SITE_MAX_CPC Error!

2011-02-28 Thread Eric Koleda
Hi Bryan, The change was rolled back on the 23rd, but let us know if you see it come up again. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=

Re: Questions about Managed Placement Bid Change - March 15th

2011-02-28 Thread Eric Koleda
Hi, After the change is complete, the default placement level bid will be pulled from keywordContentMaxCpc. http://adwordsapi.blogspot.com/2010/11/changes-to-managed-placement-bidding-on.html Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

trying to get all keywords reports for all ad groups at one time.

2011-02-28 Thread Xr4ti
I'm using AddKeywordsPerformanceReportDefinition.php to make a keyword report but it will only build a report for one adgroup id at a time. I'm wondering if there is a way to run one report to get all the keyword reports for all campaigns at one time? I would like the report to include every

Re: Data in ManagedPlacementReport doesn't match UI

2011-02-28 Thread AdWordsAPIAdvisor
Hi MM, When did this mismatch start? Is it just for this one placement, or are others affected as well? Best, - Eric Koleda, AdWords API Team Original Message Follows: From: mm Subject: Re: Data in ManagedPlacementReport doesn't match UI Date: Mon, 28 Feb 2011 08:24:50

Re: KeywordText returned as Keyword in Keyword Performance Report

2011-02-28 Thread HK
Eric, According to the documentation for the keyword report (http://code.google.com/apis/adwords/docs/appendix/reports.html#keywords), it looks like the name field will still be 'keywordText' while the returned XML attribute field will be 'keyword'. Can you confirm that we still need to contin

Re: Data in ManagedPlacementReport doesn't match UI

2011-02-28 Thread mm
For what it's worth, I'm seeing the same mismatch with both a V13 report and a V201008 report On Feb 28, 10:16 am, mm wrote: > Hey guys - > I programatically defined and downloaded a ManagedPlacementReport > which pulls yesterday's placement info along with Impressions, Clicks, > Cost, Conversion

Data in ManagedPlacementReport doesn't match UI

2011-02-28 Thread mm
Hey guys - I programatically defined and downloaded a ManagedPlacementReport which pulls yesterday's placement info along with Impressions, Clicks, Cost, Conversions(1-per), Conversions(Many Per) & TotalConversionValue. In trying to validate my processing of the report, I noticed that my totals for

Re: Search Query Reports v13 - yesterday's data not available anymore.

2011-02-28 Thread Alexander Parij
Hi , We are also downloading Ad(Creative) Performance daily reports and they are just fine, they contain yesterday's data. Alexander Parij -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com

[no subject]

2011-02-28 Thread Robert Johansson
-- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Group

Prepaid payment option in India?

2011-02-28 Thread JP
Hi, According to the docs, prepaid payment option is available in India (for adwords api/mcc account). Now, I have been able to prepay for my normal adwords account, but no such option is seen on my MCC account. Can you tell how do I make a prepaid payment to start using adwords api? I don't wa