Re: Ruby client -- download_report.rb failed

2011-06-20 Thread google314
Hi Danial: Not really, the report that want to pull down is only the one named as "Geoperformance report", but I found the downloaded report contains some error code by using the "download_report.rb", could you tell how could I solve the problem, or do I need to reload some api files? Thanks

Re: How do I get API access?

2011-06-20 Thread Doug
I think it was easy enough to understand that you need an MCC account, what confused me is why a 2nd login (whole seperate account from the one associated with an AdWords account) is necessary? It would be ideal (an much more understandable) to have the API access directly associated with an Ad

Re: Date error

2011-06-20 Thread Doug
The way to get rid of is warning is to open up the Util/Logger.php file and put in this line of code (where "UTC" is a string that represents the timezone) date_default_timezone_set('UTC'); Put that before the line that reads: class Logger { Friendly suggestion: perhaps Google should include

Re: Getting started Sandbox AdWords

2011-06-20 Thread Doug
@SOCPO Are you using PHP? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 subscr

Awaiting developer token approval

2011-06-20 Thread Doug
Hi! It's been about 2 weeks now and I still haven't received my developer token, is there anything I can do to expedite the process? I tried calling the support line last Thursday and the support guy said it would be a few more days. My email is doug dot molineux dot gmail dot com Thanks! --

Cannot Add Campaign in Sandbox

2011-06-20 Thread Doug
Why am I unable to add a campaign to my sandbox account? Here are my SOAP Headers and response, I took out my email + CUR already: [Jun 20 2011 19:59:32.00 - INFO] POST /api/adwords/cm/v201101/CampaignService HTTP/1.1 Host: adwords-sandbox.google.com Connection: Keep-Alive User-Agent: PHP-SO

Report Content in V201101 versus V13

2011-06-20 Thread cbmamherst
We have been using the "Creative" report for some time, across several versions of the API up through v13. We are in the middle of figuring out what needs to be done to upgrade our report retrieval code to V201101 and the actual mechanics of creating reports seems to be straight forward and this p

Re: Campaign Optimizer via API

2011-06-20 Thread David Torres
Hi, There is no API to automatically apply changes to your campaigns based on suggestions, though is something that can be build using the API along with the suggestions retrieved via the BulkOpportunityService. Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ [Ljava.lang.StackTraceElement;@1e01de6]

2011-06-20 Thread Doug
I see this error: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ [Ljava.lang.StackTraceElement;@1e01de6] When I run php GetKeywordOpportunities.php in examples of v201101 PHP What is this error? I seem to be getting successful responses from the other examples -- =~=~=~=~=~=~=~=~=~=~

GetRelatedKeywords.php Example

2011-06-20 Thread Doug
I am trying to get all the "adwords" from the sandbox, what I see when I run getRelatedKeywords.php is this: Keyword with text 'sample keyword 2142632987 0', match type 'BROAD', and average monthly search volume '196929' was found. Keyword with text 'Red Herring 1', match type 'BROAD', and avera

Re: how to find newly added keywords using customer sync service

2011-06-20 Thread David Torres
Hi Bilal, To obtain monthly search volumes you should use the TargetingIdeaService and to retrieve average CPCs you should use the TrafficEstimatorService

Re: RE: Re: Missing content network data for keyword reports

2011-06-20 Thread David Torres
Hi All, I'll make sure all this information is communicated to my team, we are in talks right now on how to correctly solve the concerns expressed in this thread and some solutions surround the idea of creating a dedicated report for criteria, please bear with us for a bit more and I'll communi

Re: Can we get conversion data associated with a particular UserList

2011-06-20 Thread David Torres
Hi, Your assumptions are correct .conversionTypes[x].id = .id, I also recommend you to see the following code example that retrieves the conversion tracker code snippet associated to a user list. http://www.google.com/codesearch/p?hl=en#9RD3n1d8sRQ/trunk/examples/v201101/AddUserList.java Best

Feature Request: Link existing accounts via API

2011-06-20 Thread oseemann
There have been a couple of questions in the forum in the past about the ability to link existing accounts into an MCC via the AdWords API. The most recent reply by Anash P. Oommen from February states that it's still not available and apparently there is not even a feature request, yet: http:

Re: getting at the headline and description of ads using the .net API libraries

2011-06-20 Thread Mikko
I've got it. I just need to cast the Ad as TextAd and go from there. On Jun 20, 5:08 pm, Mikko wrote: > Hi, > > How do I get at the Headline and Description of TextAds using the API? > > I created some ads in my sandbox using AddAds.cs but GetAllAds.cs only > returns the id and status of those a

getting at the headline and description of ads using the .net API libraries

2011-06-20 Thread Mikko
Hi, How do I get at the Headline and Description of TextAds using the API? I created some ads in my sandbox using AddAds.cs but GetAllAds.cs only returns the id and status of those ads. It's not obvious to me how to get at the Headline and Description of the TextAd via the AdGroupAds returned by

Re: Setting The Network Type

2011-06-20 Thread David Torres
Hi Michael, You can also make a test of requesting a campaign that you created via the UI, using the configuration you just had in the screenshot, via the API. You'll notice that when requesting that specific campaign via the API only targetContentNetwork will be set to true other targets will

Re: Getting content network's keywords using the reports

2011-06-20 Thread Eric Koleda
Hi Alexander, Impressions and clicks on the content network that come from contextual keyword matching are not assigned to any one keyword in particular. Instead, all the keywords in an ad group contribute to contextual matching. For this reason the KEYWORDS report will not be able to provide

Re: KEYWORDS_PERFORMANCE_REPORT patch time frame

2011-06-20 Thread Eric Koleda
Hi David, The v201101 KEYWORDS report currently only returns data about actual keywords, which some would argue is the correct behavior. This does differ from the v13 Keywords report, which returned data for all types of criteria, including user list criteria. We understand that this per-crit

Re: Efficient use of InfoService to get method-level usage data?

2011-06-20 Thread Eric Koleda
Hi, We also recommend that you use the header in the SOAP response to keep track of units as you use them. This allows you to have more fine grained data about how many units were used for a given task, client, etc. http://code.google.com/apis/adwords/docs/bestpractices.html#track_units Best

Re: Show customer balance

2011-06-20 Thread Eric Koleda
Hi, It is possible that Alerts may not trigger in the sandbox, but I'm not certain. Testing in production would be a better option here. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups

Re: Setting The Network Type

2011-06-20 Thread Eric Koleda
HI Michael, If you want to disable the search network also make sure to set targetGoogleSeach = false and targetSearchNetwork = false. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blog

cannot retrieve Purchase and Signup per Ad

2011-06-20 Thread ShayBarChen
Hey , I have found a way to retrieve the Purchase and Signup per AD, but why i cannot retrieve this data with the following fields : cost , imps , ctr and etc' ? the mining of this change is that in need to create the same report - Ad performance Twice. one without "ConversionCategoryName" field

Re: Date error

2011-06-20 Thread Eric Koleda
Hi, This is a common PHP issue and not related to the AdWords API: http://drupal.org/node/691648 Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/grou

Re: v201101 cross-client reports

2011-06-20 Thread ACE
I am also curious to know when this is close to completion. This is the only thing holding us back from switching all of our processes to use v201101. Thanks, Max -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com ht

Re: Unexpected Internal API Error

2011-06-20 Thread ACE
Hi Anash, They were sent to the production server. The issue was resolved though. It was an issue of the request being built incorrectly. Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.goog

Re: HOW TO UPDATE AD PARAMETER?

2011-06-20 Thread Sanju
Can u provide the code how U r updating the fields. On Jun 19, 2:09 pm, Reeta Malik wrote: > Hi, > > I am using v11 to update all text ads. > > When I update status field of my text ad, then it updated successfully, but > when try to > update others ad parameters like headline, description1, desc

Want to get all fields of Keyword performance report

2011-06-20 Thread Sanju
Can I know all the fields what can i give setFields() on selector object so that I can get averagePosition, conversions, Cost, impressions and many more. my code flows as like: Selector selector = new Selector(); selector.setFields(new String[] {...want

Re: Want to get all the fields for keyword performance report for setFields() on selector

2011-06-20 Thread Sanju
Thanks , I got "CampaignId", "AdGroupId", "Id", "KeywordText", "Status", "IsNegative", "KeywordMatchType" , but I need to get conversions,AvgPosition fi

Re: AuthenticationError.NOT_ADS_USER

2011-06-20 Thread kath
Hi Danial, I am already using v201101 and the latest official ruby client. Will send debug output tomorrow. Cheers On Jun 20, 6:45 pm, Danial Klimkin wrote: > Hello kath, > > Can you give official Ruby AdWords library a try? It can produce more > helpful details in debug mode. > It is available h

Re: Inernal Server Error

2011-06-20 Thread Danial Klimkin
Hello reverso13, Please send us full XML code of the request and response. Make sure to remove sensitive information like developer and auth tokens. BR, Danial, AdWords API team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwords

Re: GeoTarget

2011-06-20 Thread Danial Klimkin
Hello Claudio, GeoTargetList and ProvinceTargets are type definitions, not nested structures. You should check out $targetList->targets array, like: $targetList->targets[0]->ProvinceCode -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

Re: Login Failed Error

2011-06-20 Thread Danial Klimkin
Hello Chip Ram, Did you try to log in into the User Interface with the same login and password? If it succeeds please send us the full output of the error. BR, Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http:

Re: Ruby client -- download_report.rb failed

2011-06-20 Thread Danial Klimkin
Hello google314, Are you trying to pull AdWords or DFP report? Network code is only relevant to Google's DoubleClick for Publishers product. -Danial. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://group

Re: AuthenticationError.NOT_ADS_USER

2011-06-20 Thread Danial Klimkin
Hello kath, Can you give official Ruby AdWords library a try? It can produce more helpful details in debug mode. It is available here: http://code.google.com/p/google-api-ads-ruby/downloads/list or via: rake install google-adwords-api Please enable debug mode (see README) and send us the ou