Re: Predicate Adding and removing Programtically

2011-08-16 Thread Sajan Maharjan
HI, Oh yes i see it.. Thanks a lot Sajan -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message beca

Re: OAuth support - please finish the job

2011-08-16 Thread Eric Koleda
Hi Matt, Unfortunately there aren't any updates. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You receiv

Website Cateogy and Traffic

2011-08-16 Thread Vishal
Is there a way to get the website categorization and traffic via the AdWords API? This information is available via the ad planner website: https://www.google.com/adplanner/#siteSearch?uid=domain%253A%2520facebook.com&geo=US&lp=false (I'm interested in "Content Categories" and "Traffic statistics

Re: OAuth support - please finish the job

2011-08-16 Thread Matt
Is there any news on OAuth support in report downloading? My team just migrated a large amount of code to use OAuth and now we've found it's not supported for downloading a report generated using OAuth. It seems a little strange to have to require our clients to provide 2 authentication methods (OA

Re: State/Province list for Location Extension

2011-08-16 Thread Luke Renn
1) It's pointless to even populate provinceCode. It doesn't come down with the locations anyway (it's always null) and as far as I can tell, is ignored. 2) Right, but what I really wanted was the list countries that don't work as expected. From what I can tell these are the United Kingdom, Eg

Re: השב: Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-16 Thread Kevin Winter
Hi Dmitry, It sounds like you should run some type of Placements report and a Keyword report: http://code.google.com/apis/adwords/docs/appendix/reports.html - Kevin Winter -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blog

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-16 Thread Kevin Winter
Hi, Phone information is not currently supported by the API, therefore the reports will not allow you to download them at this time. - Kevin Winter -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.g

Can I generate report for single client under mcc account

2011-08-16 Thread soumya pathuri
I am using v2011 to generate adperformance report but, Can I generate report for single client under mcc account using customer id. Please advice, Soumya. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://grou

Re: CustomerSyncService: destination URL changes not being returned

2011-08-16 Thread bgraves
12:20 GMT > > xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xmlns:xsd="http://www.w3.org/2001/ > XMLSchema"> xmlns="https://adwords.google.com/api/adwords/cm/v201008";>** ap

CustomerSyncService: destination URL changes not being returned

2011-08-16 Thread bgraves
6 Aug 2011 09:12:20 GMT http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/ XMLSchema">https://adwords.google.com/api/adwords/cm/v201008";>**https://adwords.google.com/api/ adwor

Re: SandBox connection

2011-08-16 Thread Eric Koleda
Hi Mouloud, The PHP client library requires the cURL extension to be installed: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/README#417 Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group

Re: Predicate Adding and removing Programtically

2011-08-16 Thread Eric Koleda
Hi Sajan, The AdWords API .NET client library isn't doing anything special here. The predicates field is an array of Predicate objects, and you can manipulate that array the same way you would manipulate any other array in .NET. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~

Re: Placement Name (PlacementURL) max length or validation

2011-08-16 Thread Eric Koleda
Hi Eric, According to the spec, no portion of a domain name may be longer than 63 characters: http://en.wikipedia.org/wiki/Domain_Name_System#Domain_name_syntax If you want to test the max length use a smaller domain name and add a path. The maximum placement length for the AdWords API is doc

Re: Erroneous behavior of AdParamService.get method

2011-08-16 Thread Eric Koleda
Hi, Please see my response on this related thread: https://groups.google.com/d/msg/adwords-api/zNSZ6yeQ9R4/Ft5n7mE0m_EJ Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http:/

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-16 Thread khanh
So is there no resolution to this? How are we to get the Phone Costs? On Aug 12, 4:32 pm, khanh wrote: > This does NOT solve my problem. > The UI report has a column called Phone Cost. > I can not retrieve Phone Cost (it's not a field available)  from the > API and must generate the column/repor

Re: Random SOAP faults in AdParamService

2011-08-16 Thread Eric Koleda
Hi All, This appears to be a configuration error on Google's side, and we are working to resolve the issue. At this time there is no workaround that can be applied client-side. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Negative keywords lists via the API

2011-08-16 Thread Joshua Chan
Are these negative keyword lists available through the API now by any chance? If the lists themselves cannot be accessed, are the negative keywords in these lists retrievable through other means, perhaps through the campaigns that they're applied on? Thanks, Joshua -- =~=~=~=~=~=~=~=~=~=~=~=~

Customer Sync Service sandbox timeout issue

2011-08-16 Thread andrew branco
i am trying to use the customersync service in the sandbox and i keep getting timeout errors and unexpected internal API errors, however when i used my production account it worked fine ... is the sandbox broken? if so any word on when it would be fixed? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: InfoService with API v201101

2011-08-16 Thread ovikast
Fixed. I was using wrong combination of the emails used for MCC authentication and emails address in the 'clientEmails ' : $selector->clientEmails = array('em...@emailserver.tld'); Thank you On Aug 15, 7:40 pm, ovikast wrote: > Hi, > > I'm getting the following error when trying to get  APi us

Re: השב: Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-16 Thread Kevin Winter
Hi Dmitry, When you choose a field such as Date, the statistics are aggregated for that date. For example, lets say you choose the fields Clicks and Date for the date range of the previous seven days. You might see the following data returned: Date,Clicks 20110809,45 20110810,22 20110811,55

How to enable partial failure in v201101?

2011-08-16 Thread autonomatt
I have read Discover v201008: Partial Failure for AdGroupCriterionServiceand I'm trying to enable partial failure. I am using v201101 in C# and I do not get .setUsePartialFailure() as a property of AdWordsUser afte

Re: problem with getting campaignStats (v201101, php)

2011-08-16 Thread mapki
Thank You VERY much, It took me several hours and I couldn't make it. Everything works great now. greets mike -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~

Re: problem with getting campaignStats (v201101, php)

2011-08-16 Thread mapki
Thank You VERY much, It took me several hours and I couldn't make it. greets mike -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Merging Ad, Keyword, and Managed Placement Performance Reports

2011-08-16 Thread jstedman
I ended up merging them in the update of our system, we do not use .NET and instead use Java, but I'm sure .NET probably supports similar functionality. We do not merge Creative reports with Keywords, but we do merge Keywords, ManagedPlacements, and AdGroup performance data. This was done in our

Re: Exact match keywords

2011-08-16 Thread jstedman
The API could be used to get a similar list of keywords from the TargetingIdeaService, but if the Google Keyword Tool is meeting your needs in that regard there is no reason you require an API token. The API generally is good for managing accounts on a large scale and obtaining reporting on a larg

Re: problem with getting campaignStats (v201101, php)

2011-08-16 Thread jstedman
The individual stats fields have to be selected by name in the selector. It is not obvious in the documentation how this works, but the fields you want are tagged "selectable" on this page: http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.CampaignStats.html If you look to

Re: CPC API?

2011-08-16 Thread jstedman
This could theoretically be done with the traffic estimator service, but it would be a waste of API units and Google probably would not appreciate it. By the time you actually obtained traffic estimates for "every" keyword they would all be out of date anyway. Each single word keyword is actually t

השב: Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-16 Thread Dmitry
Hi, If I understood correct Ad Performance Report doesn't contain "keyword" field anymore but contains "keywordid" field. If immediately after Ad Performance Report I run Keyword Performance Report I may find there the corresponding keyword itself. But what about segment definition (by the way:

problem with getting campaignStats (v201101, php)

2011-08-16 Thread mapki
hey I am trying to get campaigns by api v201101 using php.I create a Selector object and put 'fields' array in it - Everything is working well until I try to get campaign stats. According to API docs (http:// code.google.com/intl/pl/apis/adwords/docs/reference/latest/ CampaignService.Selector.html)

Erroneous behavior of AdParamService.get method

2011-08-16 Thread sm1
Hello Support, While requesting the adParams for the given set of AdGroup Ids, some time we get and interface fault error like Cannot find method [get] version=v201101 in class [interface com.google.ads.api.services.campaignmgmt.adparam.AdParamService] while invoking public abstract com.google.ad

Re: AdGroupAdService not retrieving all the ads

2011-08-16 Thread Brilliant Media
Thanks Eric Its strange that these ads can't be retrieved through the API, as thrdr-party ads I setup on the SandBox are available through the API. I had hoped to be able to manipulate the "Destination Url" (which isn't actually used) so I can correlate this with our customer's conversion trac