How can I get the ad group id for a PLA

2011-11-18 Thread HK
Hi, I'm using the {creative} ValueTrack parameter to get the ad id for a Product Listing Ad, which is working fine. However, as an ad id is not unique by itself, I need the addgroupid as well. But I don't see any value track parameter for that on http://adwords.google.com/support/aw/bin/answ

Is there an API to fetch Countries, Metros and Cities

2011-11-18 Thread Dickens Nyabuti
What is the best way to fetch the Geo Targeting System Codes? I am finding myself having to maintain a list locally and something tells me that this is a really bad idea. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.

Re: Search Funnels Report

2011-11-18 Thread Eric Koleda
Hi Subhash, No, this information is not available via the API. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=

Re: Keyword Performance Report Lag

2011-11-18 Thread Eric Koleda
Hi Tim, I don't have any information on when quality score information changes, and that would not be API-specific. You can use a Predicate in your Selector to only include keywords where the status is ACTIVE or PAUSED. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Search Volume for mobile searches?

2011-11-18 Thread Eric Koleda
Hi Calford, That's correct. If you don't specify that parameter you'll be receiving volume across all devices types. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/ad

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

2011-11-18 Thread Eric Koleda
Hi Hans, Unfortunately there haven't been any advances that would make this possible. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=

Re: Keyword Category Suggestion

2011-11-18 Thread Eric Koleda
Hi Mani, I haven't heard any updates on this issue. Are you still having trouble retrieving the IDs? Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~

Re: V201109 csv report format re quote characters?

2011-11-18 Thread Eric Koleda
Hi Reed, Are the quotes returned differently for other report types? Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How do we calculate imprShare related values on the client side over date range?

2011-11-18 Thread Eric Koleda
Hi Peter, Additionally, it may make sense to let our servers calculate this data rather than try to do it client-side. If you made a new report that covered the specific date range you were interested in you wouldn't have to do this extra math. Best, - Eric Koleda, AdWords API Team -- =~=~=

Re: Issue setting keywordContentMaxCpc

2011-11-18 Thread webspade
Any thoughts? On Nov 17, 12:46 pm, webspade wrote: > Hi, > > I am trying to update keywordContentMaxCpc and it is not getting > updated. Heres the outgoing/incoming SOAP - > > *** Outgoing HTTP headers > ** > POST /api/adwords/cm/v201101/AdGroupService

Re: AccountService is only available on a whitelist basis

2011-11-18 Thread carlinda
Thank you! I will check then. - Carlita On Nov 11, 7:58 am, Danial Klimkin wrote: > Hello carlinda, > > In most cases ServicedAccountService is a new replacement for the > AccountService. Please migrate to SAS before Feb. If there is any > functionality missing please let us know. > > -Danial, A

Re: Howto : please help me starting

2011-11-18 Thread Anash P. Oommen
Hi Jeremy, Yes, it is possible to generate reports of campaigns, adgroups, ads, etc. You would need to run multiple reports though. See http://code.google.com/apis/adwords/docs/appendix/reports.html for report types and relevant fields. Yes, you can request various cost metrics by requesting r

Re: dotnet api and sitelinks take 2

2011-11-18 Thread Anash P. Oommen
Hi Paigey, I'd recommend you move to v201109. That would require some changes in your code though. I don't have a handy example for getAllSiteLinks, you could try http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/csharp/v201109/GetAllCampaignAdExtensions.cs as a

Re: Failed to retrieve Campaign(s). Exception says "ClientEmail header is not supported in v201109."

2011-11-18 Thread Anash P. Oommen
Hi Nitin, What Brilliant Media says is correct. You can use the GetAccountHierarchy.cs code example to get your customer Id, and then use the ClientCustomerId header instead of ClientEmail header to make calls. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: from Start to End

2011-11-18 Thread Anash P. Oommen
Hi, I know that this is a delayed response, I didn't notice this post earlier since I was on vacation / travelling for a month. Are you still facing issues using the AdWords API .NET library and AdWords API in general? If you have specific questions, feel free to ask them on this thread and I'l

Policy Violation Error with any keyword: operand.criterion.text; trigger:' '

2011-11-18 Thread johnvv
When trying to add keywords to an adgroup, I get the error message: PolicyViolationError.POLICY_ERROR @ operations[0].operand.criterion.text; trigger:' ' What's going on? It seems it's flagging the very end of the string. More info here's a add keyword fail for a 8 character keyword "my keywo

Is there a hard limit on the number of AuthTokens I can generate per day?

2011-11-18 Thread Adam Svanberg
My application uses the python client library and the ReportDownloader to fetch AdHocReports. We're using an MCC account that has about 1000 clients under it, and for each client the ReportDownloader requests a new generates a new auth token (as far as I can tell). Today I have probably made a l

Re: How to get the list of ads of the campaign without knowing adgroupid

2011-11-18 Thread Reed
Just use the adhocreporting to get a zeroimpiressions ad performance report and give it filter on the campaignID that you are affter. Include the columns for all of the ad details in the report definition. If you care, you can also get the adgroup information for each of the ads within the campaig

Re: API for Call Metrics

2011-11-18 Thread Reed
Call Metrics data was part of the advertised featureset for v201109 campaign performance report. If you look in the report definition, the columns are there, although not exactly the same as in the existing UI reports. Numcalls, etc, are tehre, and duration, but in the UI reports you can get one

Re: How to get the list of ads of the campaign without knowing adgroupid

2011-11-18 Thread iateadonut
Why not just loop through all the ad group id's through GetAllAds after you receive them from GetAllAdGroups? On Nov 16, 12:18 am, dummy one wrote: > Hi , > > How to get the list of ads of the particular campaign , without > passing the adgroup id . Do google api v201101 provides this feature

Error handling in Perl

2011-11-18 Thread Neil Kirk
Hi I am trying to catch errors returned back from Adwords in my program, but am unsure how to do it. With an expired authentication tekon in the client, the lines: $page = $adClient->CampaignService()->get({ serviceSelector => $selector, }); which output: Error deserializing message: A fault w