Re: Dynamic destination url tokens/variables?

2010-08-11 Thread Navneet
I discussed this feature with Google developer during the 2009 Launch event and their answer was no. In future, it might be available though. You can assign two variables at Ad text level but you can not do the dynamic insertion at Ad URL. On Aug 10, 3:02 pm, Jonathan Beebe

Re: AdGroupAdService problem

2010-08-11 Thread Navneet
As far as I know, you can only update the status of an Ad copy and cannot change anything else. The work around here is upload a new ad with modified text and delete the old one. I hope that helps!! On Aug 10, 4:10 am, barta goo...@bookline.hu wrote: Hi, I have a TextAd in an AdGroup and I

Request detail for service TargetingIdeaService using original developer token

2010-08-11 Thread Mukut
Sir, I have an original developer token and I want to get keyword Ideas listing through this keyword. Can I use another Adwords Email ID and Password using this developer token ( which is my own User ID and Password and not want to share). And another query is what will be the total settings of

Re: AdGroupAdService problem

2010-08-11 Thread barta
Thank you, I didn't know that. On aug. 11, 01:38, Navneet ng...@allposters.com wrote: As far as I know, you can only update the status of an Ad copy and cannot change anything else. The work around here is upload a new ad with modified text and delete the old one. I hope that helps!! On

Unable to download report created bythe report definition service

2010-08-11 Thread robert.johans...@adwire.se
Hi, I have managed to create a new report definition, but when I'm trying to download it or run it through the Adwords interface, I get Unexpected exception. I use the PHP library to create the report definition: $adGroupSelector = new Selector(); $adGroupSelector-fields =

Re: Could not get ClientLogin token for user: Auth token could not be retrieved because of error: NotVerified ERROR

2010-08-11 Thread bartek.franas...@javatech.com.pl
Thanks Anash, you were right. It tourned out that my client didn't activate his account... Cheers, Bartek Franaszek On 4 Sie, 16:13, AdWords API Advisor adwordsapiadvi...@google.com wrote: HiBartek, Looks like the account you are trying to access hasn't been activated yet. As

Wrong fields returned by v201003 reporting service

2010-08-11 Thread MT
I'm trying to fetch a keyword performance report from the v201003 reporting service with these fields: fieldsQualityScore/fields fieldsPreferredPosition/fields fieldsCost/fields fieldsConversions/fields fieldsClicks/fields fieldsImpressions/fields fieldsConversionsManyPerClick/fields But the

v201003/InfoService access error

2010-08-11 Thread Robert
I POST to https://adwords.google.com/api/adwords/info/v201003/InfoService the following data: ?xml version=1.0 encoding=UTF-8? SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/ envelope/ xmlns:ns1=https://adwords.google.com/api/adwords/cm/v201003;

Re: Get all Ads by MCC

2010-08-11 Thread Taylor Lilley
Yeah, I'm guessing there is something about our account setup or maybe even some strange value in the headline field of one or more of our ads that is causing the barf. I'm not sure what you mean by requestid. Here is the reportDefinitionId value returned when the definition is created. I did not

Re: Get all Ads by MCC

2010-08-11 Thread Taylor Lilley
As a further bit of information, we have 37 accounts under 1 MCC. Out of curiosity, I pulled the All Ads report for a different account than the one for which I sent you the definition id earlier. The result was the same. Here is the report definition id for that test: 1298290 Here is a

Clarification on BulkMutateJobService costs

2010-08-11 Thread dshevnock
Based on the following information on http://code.google.com/apis/adwords/v2009/docs/ratesheet.html: Using BulkMutateJobService to perform campaign data management operations reduces the operation costs by 50%. Am I correct in saying that when adding a new AdGroupAd through the mutate method of

Get Keywords Based on Their PPC Cost

2010-08-11 Thread Omick
I was wondering if I could be able to extract keywords given only a range of ppc cost (without providing any initial keywords)? Basically what I want to do is I would set a range of PPC cost and it would list keywords within the cost range... I was wondering if this is possible? --

Re: Clarification on BulkMutateJobService costs

2010-08-11 Thread Navneet
That seems to be correct. If you use mutate method using BulkMutateJob service, the cost will be 50% (which is 20 tokens in this case). On Aug 11, 12:02 pm, dshevnock dshevn...@gmail.com wrote: Based on the following information onhttp://code.google.com/apis/adwords/v2009/docs/ratesheet.html:

Re: About keyword ID.

2010-08-11 Thread AdWords API Advisor
Hi, There is no explicit guarantee that keyword IDs will remain the same for the same keyword text and match type, although this is usually the case. You should ensure your software is able to handle any ID for a given keyword. Best, - Eric Koleda, AdWords API Team On Aug 10, 5:03 am, Heyii Xu

Re: Yahoo and Alexa query string for 50 search result in a page

2010-08-11 Thread AdWords API Advisor
Hi Mukut, This question is not related to the AdWords API. Please try asking your question on another forum. Best, - Eric Koleda, AdWords API Team On Aug 10, 5:35 am, Mukut Kandar muk143kan...@gmail.com wrote: how can I get 50 records in a Yahoo and Alexa (SEO tool) search result page

Re: Problems creating a demographic report using the API

2010-08-11 Thread AdWords API Advisor
Hi Hans, It isn't documented clearly, but a Demographic report must contain the column DemographicAge and/or DemographicGender in addition to the required columns listed. Best, - Eric Koleda, AdWords API Team On Aug 10, 3:34 am, Hans h.dub...@yonego.nl wrote: Hello, I'm trying to create a

Re: Auto Placement Data

2010-08-11 Thread AdWords API Advisor
Hi, Stats for automatic placements is currently only available through reports. Information on the freshness of report data is available here: https://adwords.google.com/support/aw/bin/answer.py?hl=enanswer=14052 Best, - Eric Koleda, AdWords API Team On Aug 10, 2:21 pm, ADM

Re: Request detail for service TargetingIdeaService using original developer token

2010-08-11 Thread AdWords API Advisor
Hi Mukut, A developer token is not tied to a specific account and can be used with the credentials of any AdWords account. An example of how to use the TargetingIdeaService in .NET is available here:

Re: .Net sample of PolicyViolationError handling needed

2010-08-11 Thread AdWords API Advisor
Hi Ramon, Nice to know the code works for you. As for adding operation index to exception, can you file a feature request at http://code.google.com/p/google-api-adwords-dotnet/issues/list so I can track and fix it for the upcoming releases? Cheers, Anash On Aug 12, 4:50 am, RamonPV

Re: Get all Ads by MCC

2010-08-11 Thread AdWords API Advisor
Hi Taylor, I've brought this to the attention of the AdWords team and asked them to investigate why the report service behaves this way. I'll update on the thread once I hear from them. Cheers, Anash On Aug 11, 9:22 pm, Taylor Lilley taylor.lil...@gmail.com wrote: As a further bit of

Re: Wrong fields returned by v201003 reporting service

2010-08-11 Thread AdWords API Advisor
Hi, Could you please clarify your question? Are you referring to the fact that the requested column names are different from the response column names? Or is it that the server returned columns you didn't request? Cheers, Anash P. Oommen, AdWords API Advisor. On Aug 11, 2:05 pm, MT