AdWords API MCC details for setMaxCpc

2009-01-28 Thread dyutiman
Hi, When I was trying to set maxCpc for a keyword I was getting the following error : "This adgroup is accessible to the user, but does not belong to the current customer, set the clientEmail header to an appropriate login". Its produced particularly for 'createCriterionObject' call. In my authent

AdWords API Re: Category placements and the {placement} tag

2009-01-28 Thread AdWords API Advisor
Hello Peer, As you say, this isn't an AdWords API issue, as ValueTrack (the official name for those URL replacement macros) is a function of the basic AdWords system. As such, I have limited exposure to its inner workings. (And I don't know why there's very little public documentation about it.)

AdWords API Re: Determine account creation date?

2009-01-28 Thread Don Spaulding
Hi Jeff, Thanks for the info. I was afraid of that. We've ditched the code that made this a requirement, but we still wanted to know what the creation date is. For future reference, here's what we came up with. It's a bit hackish, but what I did was to get the list of all campaigns for each ac

AdWords API Re: Creative Summary report MaximumCPM and CPM column error

2009-01-28 Thread Eric
Here is another request that fails on different columns. The only difference is the client email header: http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> https://adwords.google.com/api/adword

AdWords API Category placements and the {placement} tag

2009-01-28 Thread Peer Jakobsen (AdWords API Guru)
Hi Support Team, I know this might not be an API error, but you might know to whom this bug report can be passed. We are starting to have quite a lot of clients that use category placements. First of all I am glad to see that the previous bug where categories showed up as "vertical::108" in the

AdWords API Re: Sandbox Speed

2009-01-28 Thread AdWords API Advisor
Hello Phil, The Sandbox is not intended for load testing or for getting an accurate sense of how quickly operations will complete in the Production environment. I don't think you can read very much into Production performance one way or another from it. It is, however, a good place to test var

AdWords API Creative Summary report MaximumCPM and CPM column error

2009-01-28 Thread Eric
I'm getting the following when validating a Creative Summary DefinedReportJob under v13: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/} Server.userException faultSubcode: faultString: One or more report job parameters is invalid. faultActor: faultNode: faultDetail:

AdWords API Re: The request did not contain a header named 'email'.

2009-01-28 Thread AdWords API Advisor
Hello Khan, I can see a few issues with your code. First of all, you're setting the SOAP header values on the service object, but you're not doing anything with the service object after that--your call is being made on a new object, kts. I can't tell whether you're using one of the official clie

AdWords API Re: Account Performance Report

2009-01-28 Thread AdWords API Advisor
Hello KVRVR, As was the case before, could you please post a SOAP log illustrating the issue? I'd like to confirm that the changes you made to your code are actually reflected in the new SOAP request that is being generated. Cheers, -Jeff Posnick, AdWords API Team On Jan 28, 4:28 am, kvrvr w

AdWords API Sandbox Speed

2009-01-28 Thread Phil
Hi, I have done some searching but can't find any info on if the sandbox is any slower than the 'real' Adwords API. Please just repoint me if I have missed something blatant. I can't find any docs on relative speed. I am currently averaging 2 seconds per adgroup (with keywords and text ads). Whic

AdWords API The request did not contain a header named 'email'.

2009-01-28 Thread Gulzar
Hi Friend I m using the below code to get the Keyword from a website by passing the URL. But generate the Error Message "The request did not contain a header named 'email'. " Is there any one who can help me. service.emailValue = new email(); service.emailValue.Text = new

AdWords API Re: Account Performance Report

2009-01-28 Thread kvrvr
Hi Jeff, Thanks for the directions. I tried with your suggestions but its the same old story. Regards, KVRVR On Jan 28, 1:00 am, AdWords API Advisor wrote: > Hello KVRVR, > >  Could you try the following? Leave out the clientEmail SOAP request > header entirely. Instead, set the crossClient at