Re: call to undefined function curl_init() in google adwords api library

2012-09-12 Thread Mahesh
I enabled it from php.ini file... even open ssl also enabled On Tuesday, 11 September 2012 19:54:09 UTC+5:30, Evgeniy Bogdanov wrote: > > Hi. > > As you can see - cURL is not enabled in you PHP configuration. > > Try to enable it directly in PHP.ini. > > Also I suggest you to enable OpenSSL e

Re: Migration to Adwords api v201206: New vs Old java client library?

2012-09-12 Thread cefc
K D, I'm not asking when the current API version will be made obsolete. I'm trying to find out if I should switch from using the old java client library (https://code.google.com/p/google-api-adwords-java/) to the "new" java client library (https://code.google.com/p/google-api-ads-java/) at the

Re: latest OAuth2Example.java using JacksonFactory not found in 1.9.1 client libraries

2012-09-12 Thread Lynn
Oh ... I used maven with this: com.google.api-ads ads-lib 1.9.1 com.google.api-ads adwords-axis 1.9.1 and it's giving me the client-1.11.0-beta jars should it be? The release notes for 1.9.0 say: 1.9.0 - 09/06/2012 ==

latest OAuth2Example.java using JacksonFactory not found in 1.9.1 client libraries

2012-09-12 Thread Lynn
Trying to look into the latest OAuth2 examples and I believe I've got the latest of everything. But, OAuth2Example.java is using com.google.api.client.json.jackson2.JacksonFactory and I can't seem to find that in 1.9.0 or 1.9.1 client libraries. Is 1.9.0 or 1.9.1 really ready for prime tim

How to get Details of API Activity (quota units)

2012-09-12 Thread Jason Stedman
Raphael, The InfoService might be what you need. Hope this helps! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You re

LOST_RESULT error for MutateJobService in Sandbox

2012-09-12 Thread Jeremy Aube
We're working on migrating our services over to MutateJobService. While testing in sandbox, I noticed that many operations were coming back with errors. In particular, exactly 2,000 operations in Job ID -8483456177585865438 came back with a LOST_RESULT error, though the rest were fine. Is this

Re: Getting AdID of product listing ad clicked for Google Merchant Center product

2012-09-12 Thread HK
Hi, Eric It's almost been another year - thought I'd check if there has been any progress on allowing reports to be broken down by the product ID that was displayed by the PLA? With Google's focus on PLA, it seems like something that a lot of people would want. On Friday, November 18, 2011 2:2

Is the RelatedToKeywordSearchParameter present in v201206?

2012-09-12 Thread ChrisB
I have been unable to locate the class RelatedToKeywordSearchParameter in the v201206 AdWords Java API. We presently use this class and I need to know where to find it. Can anyone help, please? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Compressing SOAP messages?

2012-09-12 Thread mm
Hey Anash - Has the old java client library been updated to support this? It didn't previously. Thanks - mm On Thursday, August 23, 2012 11:21:41 AM UTC-5, Oliver wrote: > > The best practices guidelines recommends compressing the SOAP messages. > > > https://developers.google.com/adwords/api

Re: Changing keyword to negative

2012-09-12 Thread mm
Hey Artur - I don't believe you can do this in one call - and I would not expect the id's to be the same. Especially if this is a keyword with some historical data, then even after you delete it, it will still be in the system as a deleted keyword. hth - margaret On Tuesday, September 11, 2012

Re: Search Query Performance Data for Product Listing Ads

2012-09-12 Thread mm
Hey Laura - The KeywordId field in the Search Query Performance report is not just for Keywords - from the doc:"The ID can be for any type of criterion, including placements, verticals, etc. Cross-reference with the Criteria Report to determine the criteria type and details." - so in this case,

Re: AdImages??

2012-09-12 Thread Adele Robots
Thx Danial! Any contact or group for AdWords team ? Best regards 2012/9/12 Danial Klimkin > Hello Adele Robots, > > > Are you looking for the image Ads? > > > https://developers.google.com/adwords/api/docs/reference/latest/AdGroupAdService.ImageAd > > From the question it looks like you need

Re: Adwords API pending approval, Can I use my developer Token?

2012-09-12 Thread Eli Rosenberg
Hi, I have the same problem, My developer needs badly the developer token approval since my site can't go on without any real data, so far we have been using the sandbox, but we can't go live with fake data. Please take a look at my case. Customer ID: 496-163-0183 thank you very much. -- =~=

Talk to the API Team - AdWords API Office Hours

2012-09-12 Thread Danial Klimkin
We are holding AdWords API Office hours tomorrow (Sep 13, 2012) for Europe. The timings are 2PM Moscow, 12 PM Frankfurt, 11AM London. You can join the video chat tomorrow from hangouts on Google Plus .

Re: Can I run a report that contains the "Product Target" field using the API?

2012-09-12 Thread mm
Hey Paul - I think that you can get what you want from a Criteria Performance report with a selector that limits the returned values to criteria of type "Product" - hth - margaret On Wednesday, September 12, 2012 8:41:01 AM UTC-5, Paul Groetzner wrote: > > At the moment, we are downloading repo

Re: Using API to change PLA bid?

2012-09-12 Thread mm
Hey Reed - No difference - you can update the two of them with the same code if you use BiddableAdGroupCriterion... hth - margaret On Tuesday, September 4, 2012 9:18:53 AM UTC-5, Reed wrote: > > Maybe a odd question, but: Is there any difference between the API call I > would make to change t

Can I run a report that contains the "Product Target" field using the API?

2012-09-12 Thread Paul Groetzner
At the moment, we are downloading reports via the web to get our auto targets which contain a field call "product target" among others. We'd like to be able to automate this using the API but there doesn't appear to be any way to get this key field that I need. I was hoping the Automatic Placem

Re: Where is Java API for v201206 ReportDefinitionService?

2012-09-12 Thread ChrisB
Oliver - Thanks for your reply. I have changed the failing imports to ...v201206.jaxb.cm.*, and that works. I still would like to look at the Java API docs, so if anyone can help locate a URL for this then please post it here. On Wednesday, September 12, 2012 11:20:11 AM UTC+1, Oliver wro

Re: Using MCC login to pull reports in

2012-09-12 Thread Dorian Kind
Hi Reed, this is definitely intended behavior, as otherwise there would be no way for agencies to pull reports from their customers' accounts without asking for their login credentials. Cheers, Dorian On Tuesday, September 11, 2012 7:48:11 PM UTC+2, Reed wrote: > > I was suprised to see that t

Re: AdImages??

2012-09-12 Thread Danial Klimkin
Hello Adele Robots, Are you looking for the image Ads? https://developers.google.com/adwords/api/docs/reference/latest/AdGroupAdService.ImageAd >From the question it looks like you need to check with the AdWords team on the product capabilities first. This forum is for technical API-specifi

Re: Can I use the Customer Sync Service to find newly created ads?

2012-09-12 Thread Danial Klimkin
status=>"FIELDS_UNCHANGED", :changed_ads=>[16803933045]}], :campaign_targeting_changed=>false}], :last_change_timestamp=>"20120912 112513 UTC"} The ad was just created and it is listed in the changedAds array. It only works though if the ad group was created

Re: Where is Java API for v201206 ReportDefinitionService?

2012-09-12 Thread Oliver
Looking at my developer's code, he's using this one: import com.google.api.ads.adwords.lib.jaxb.v201206.ReportDefinition; I've also been confused by the fact that some v201206 classes exist in BOTH these packages: com.google.api.ads.adwords.axis.v201206.cm.* com.google.api.ads.adwords.lib.jaxb.

Where is Java API for v201206 ReportDefinitionService?

2012-09-12 Thread ChrisB
I can see the WSDL API for the ReportDefinitionService at https://developers.google.com/adwords/api/docs/reference/latest/ReportDefinitionService . But I cannot find the Java API documentation for ReportDefinitionService. And when I try to change my Java programs from v201109 to v201206, as be

Support for bidMultiplier with Criterion Type AdSchedule

2012-09-12 Thread Shweta Shirguppe
Hi All, I am using the Adwords-API with v201109 in our application. Recently we have started with the migration to v201206 as the other is getting deprecated very soon. With v201109 there is bid multiplier available in 'AdScheduleTarget' along with the day, starthour, startminute, endhour and

Re: the creation date of a campaign to show?

2012-09-12 Thread Zweitze
I use a different, slightly better method: Use campaignservice, just get campaigns and make sure you ask for the campaign start date. The campaign start date is NOT the date the campaign was created, still, it is usual earlier than the date of the first impression. To get the earliest date o

How to get Details of API Activity (quota units)

2012-09-12 Thread Raphael
I have a serious bug in our Campaign generator, it needs huge amounts of units. I am trying to trace that somehow and found only the method: UnitsUtils.getMethodUsage(..) but his seems not to be working anymore, is there any replacement for it or another way to find out, which Operations used h