Re: C# program like https://adwords.google.com/select/KeywordToolExternal

2011-02-07 Thread myry2000
file soap_xml.log : -BEGIN API CALL- Request --- POST /api/adwords/o/v201008/TargetingIdeaService User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.4927) VsDebuggerCausalityData: uIDPo16wY+899mVHn0m3fnCJ/ hEAap46H

Re: CampaignStats data is empty

2011-02-07 Thread Xr4ti
This is for the sandbox.. not a live account -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message bec

CampaignStats data is empty

2011-02-07 Thread Xr4ti
Hello - I have created a few campaigns, added ads which are set with the approval status UNCHECKED and added keywords that are set with the approval status PENDING_REVIEW. I have downloaded the Sandbox Account Viewer and when I check the campaign level all the CampaignStats data is empty. How d

Pulling Average CPC and CTR data

2011-02-07 Thread Xr4ti
Hello - Is there any way to retrieve the CPC and CTR data without pulling a report? Also when we create a new ad the approval status is set to UNCHECKED. Does this ever change and if not will it affect how we get the CPC data? Sorry in advance if these are stupid questions. I'm new to the API

Re: How can I sign up for Google Adwords API, I get an "access denied" message.

2011-02-07 Thread Mike MacCana
Hey all, If 'API Access' is missing in the UI, and the words 'My Client Center' do not appear in the top right of your green AdWords page, you're using AdWords with a Google Account, rather than a My Client Center account. You can sign up for an MCC account here, but as we've been discussing rece

Re: "Other domains" figure is not included in Automatic Placement Report

2011-02-07 Thread skam...@cstonecanada.com
FYI, I am using the api v201008 to pull this report On Feb 7, 2:36 pm, "skam...@cstonecanada.com" wrote: > Hi, > > I tried to create an Automatic Placement Report. In the result set, I > only get the data which has domain names in them. However, in the UI, > there is an additional row titled "Oth

Re: Sandbox with GetRelatedKeywords.php

2011-02-07 Thread AdWords API Advisor
Hi, Please ensure you make at least one request to CampaignService.get() to initialize your account. If that doesn't revolve your issue, please post the sanitized SOAP XML request and response so that we can debug the issue. Best, - Eric Koleda, AdWords API Team On Feb 3, 5:59 pm, dangoru wrot

Re: different values for conversionTrackingPurpose?

2011-02-07 Thread AdWords API Advisor
Hi Tejesh, Unfortunately I don't have this information, but I imagine they are the same or similar as what was provided in v13. Best, - Eric Koleda, AdWords API Team On Feb 3, 4:06 pm, codeninja wrote: > we are pulling ad performance report with conversion columns and want > to know what values

Re: Vertical placements data in managed placements performance report?

2011-02-07 Thread AdWords API Advisor
Hi Reed, This change was intentional, and I apologize that it wasn't messaged out properly. You can expect verticals to be returned in the managed placement performance report from now on. Best, - Eric Koleda, AdWords API Team On Feb 3, 3:50 pm, Reed wrote: > A few weeks ago I asked about supp

Re: customerId = 0 on fresh Sandbox clients

2011-02-07 Thread AdWords API Advisor
Hi, Perhaps this was due to a transient error. Can you try initializing a new sandbox account and see if the behavior is the same? Best, - Eric Koleda, AdWords API Team On Feb 4, 4:51 am, "ABO.MCC" wrote: > Anyone? I  found reports of similar occurences ranging back to last year and > earlier.

Re: Error "The user configured in the account is invalid" when using MCC api login access

2011-02-07 Thread AdWords API Advisor
Hi Mike, I haven't seen this error before. What service and version are you using? Can you post the request ID of a request that shows this error? Best, - Eric Koleda, AdWords API Team On Feb 3, 10:36 am, Mike Warwick wrote: > We are currently using 1 root MCC level login to update all of our

"Other domains" figure is not included in Automatic Placement Report

2011-02-07 Thread skam...@cstonecanada.com
Hi, I tried to create an Automatic Placement Report. In the result set, I only get the data which has domain names in them. However, in the UI, there is an additional row titled "Other domains" which is not included in the result set. How can we get this data so that the result set matches the UI

Which Access Level I need to use the API?

2011-02-07 Thread Dymytry
Hello Gentlemen! I am trying to set my first Adwords API app and have a worry about some security issues. At the moment I have a read-only access to my company account in Adwords. I even cannot see the developer token, though it was emailed to me. A question is: which access level should be assig

DefinedReportJob Geographic , what am I doing wrong?

2011-02-07 Thread w...@nextanalytics.com
In a reply to another user, Eric Koleda posted a snippet of code like this: DefinedReportJob myJob = new DefinedReportJob(); myJob.name = "Geographic Report"; myJob.selectedReportType = "Geographic"; myJob.aggregationTypes = new string[] { "AdGroup", "Daily" }; myJob.endDay = DateTime.Today; myJob

Strange bug with KeywordsReport and formatting in XML

2011-02-07 Thread Vitālijs Silins
I'm getting Keyword data with KeywordReport, and formatting it in XML. I'm using PHP. What is strange – I get keywords, which don't exist and never existed. For example, if I have campaign with name "Microsoft First Content network banners", then i get some keywords with text "Content", but in MCC

C# program like https://adwords.google.com/select/KeywordToolExternal

2011-02-07 Thread myry2000
Hi all Anyone help me please ? How can I get kewords like on the site https://adwords.google.com/select/KeywordToolExternal My button has method : private void button6_Click(object sender, EventArgs e) { TargetingIdeaService targetingIdeaService; long adG

automating reports?

2011-02-07 Thread diep
Hi, not sure if this is the right place to ask but we have the following problem. We'd like to send customized reports of campaigns to our customers. I know you can schedule reports in adwords but this requires giving access to a specific address which is a lot of work if you have many customers an

ReportDefinitionService(v201008)

2011-02-07 Thread hiro
Hi! I would like to update from the v13 to v201008(java). I have a question about the report. (http://code.google.com/intl/en/apis/adwords/docs/reference/latest/ ReportDefinitionService.html) 1: Is the field 'includeZeroImpression' of DefinedReportJob(v13) available in v201008? 2: Is the field '

Mutate Call Failed

2011-02-07 Thread Nick Hibberd
Hi, When running a bulk update on a number of adgroups I frequently come across the following error, which will prevent me from running the update for a minute or two, after which I can run it again without changing anything AdWords::Error::GoogleInternalError: mutate Call Failed: # Am I doing s

Re: 'API Center' in MCC documentation out of date. How to get developer token?

2011-02-07 Thread Mike MacCana
Apparently many AdWords customers have this problem - there's a very long thread here that AdWords customer support has not resolved but still closed to new replies: http://www.google.com/support/forum/p/AdWords/thread?tid=03a1e0aafa876e3c&hl=en There's some unofficial help here that customers ar

Can I get Competitor domain names for particular keyword

2011-02-07 Thread sana
Hi, I am new to this API. I need to get competitor url for a particular keyword.Is there any possibility to get those urls through this API. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.goog