Re: CampaignService and AdGroupService changes only

2012-01-17 Thread Anash P. Oommen
Hi Ken, You should take a look at CustomerSyncService ( http://code.google.com/apis/adwords/docs/reference/latest/CustomerSyncService.html) which can give you the change history for your account. You could use that detail to decide what campaign / adgroup to retrieve. See http://code.google.co

Re: Reporting: v13 has way more rows than v201101

2012-01-17 Thread BeeGeez
I need to relate ad performance to keyword and placement. The Criteria Report doesn't seem to offer this. Any other suggestions? On Jan 11, 7:13 pm, jstedman wrote: > If you want data aggregated by keyword or placement url, you might want to > check out the Criteria Report. > > https://code.goo

Could we create MCC account below current MCC using API?

2012-01-17 Thread Hudar
Hi, Wondering if we have an MCC with api access, could we create another MCC/manager account below our account with API? So then we could create few more account below that manager , so the manager will only have access to account below them. If possible, could point me to the reference? Thank yo

How to set AdScheduleTarget?

2012-01-17 Thread Dave L
I want to set AdScheduleTarget, but I cannot find enough information for this.According to the specification. Under CampaignTargetService, there is a note: Note: As of v201109, only AdScheduleTarget is available in CampaignTargetService; for all other campaign-level target types, refer to the Cri

Re: How to set ReportID for downloading report? (v201109)

2012-01-17 Thread K D
Hey MM Thanks ! On Jan 18, 12:39 am, mm wrote: > Hey KD - > Now that only AdHoc reporting is supported, you are no longer able to > download a report with just an id - you have to supply a full report > definition in your request. Look > athttp://code.google.com/p/google-api-adwords-java/sour

Re: Bug in v201109 CampaignCriterionService ignores geo targets every other call?

2012-01-17 Thread Jim McCabe
Update - we implemented a "diff" algorithm, and only post operations to mutate() if we absolutely have to. This bypasses the problem. Therefore this issue is not of critical importance to us anymore. For more details... To recap the problem - if you REMOVE a target and then ADD it again short

v201109 Ad Hoc Keyword Performance Report Display Network Performance

2012-01-17 Thread LE Max
When running a Keyword report in v13, the data for both the Search and Display Network will be returned in the same report. I have tried running the v201109 Ad Hoc Keyword Performance Report and it never returns the Display Network data. I have added a predicate (where AdNetworkType1 is CONTENT or

Re: best method for getting customerId in v201109?

2012-01-17 Thread yagmur
David, it's actually not only the sandbox. I've been waiting for the fix for a few weeks now... For now, you might have to ask your customers for their customer number, of course you can limit that to customers who are not part of an mcc... figuring that out is another story too :) This is an a

Selector->searchParameters in v201109 TargetingIdeaService

2012-01-17 Thread Jai
Hello, When I tried to use LanguageSearchParameter as a selector searchparameter for TargetingIdeaService (v201109) with the language code I got an invalid_criterion_id error. However when I switched to using ID, the searchparameter started working. Can someone help me figure out the reason, pleas

Re: sandbox using

2012-01-17 Thread Evgeniy Bogdanov
I understand that you mean some web URL from Google which is looks like Adwords, but connected with Sandbox. Where is not such URL (at least for public, may be Google have it for own purposes). Regards, Evgeniy. On 17 янв, 22:46, Dmitry Orlov wrote: > Not the same I meant but thanks for a respo

Re: best method for getting customerId in v201109?

2012-01-17 Thread David Bonner
It's a known bug in the sandbox server, it always returns a customerId of 0 for the mcc account. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~

Re: validateOnly seemingly has no effect

2012-01-17 Thread David Bonner
It's on the client api site. http://code.google.com/p/google-api-ads-python/issues/list -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Accessing the account changes - how can I get the email address of the login that made the change?

2012-01-17 Thread Ty.Roden
Using the get_account_changes.pl example application (in Perl) and examining the documentation for the API I cannot seem to find how to access the change information that will allow me to poll the account login that made each particular change? Within the Adwords UI I can see when different logins

Converting V13 Structure Reports Ad_Performance_Report "Budget"?

2012-01-17 Thread Reed
In the V13 Structure Report if I got ad info via Creative I could include a column for budget information DailyBudget which was returned as an element named "budget" I cannot find this option in the v201109 Ad_Performance_Report. Also, in the docs for v201109 Ad_Performance_report the item "AdTy

Re: sandbox using

2012-01-17 Thread Dmitry Orlov
Not the same I meant but thanks for a response. On Jan 17, 10:33 am, Evgeniy Bogdanov wrote: > Hi Dmitry. > > Yes, Google have Adwords APISandboxViewer > project:http://adwordsapi.blogspot.com/2010/05/sandbox-account-viewer-release... > or you can > usehttp://code.google.com/p/google-api-adword

best method for getting customerId in v201109?

2012-01-17 Thread sms_adwords
Hello AdWords folks, Just as the topic says, I'm trying to migrate from v13/v201101 to v201109 and am curious about the suggested method for getting customerId in a non-mcc account. If I use the method suggested here http://code.google.com/p/google-api-ads-python/source/browse/trunk/examples/ad

Re: validateOnly seemingly has no effect

2012-01-17 Thread mm
Hey David - Where's the issue tracker? Thanks - mm On Jan 17, 12:36 pm, David Bonner wrote: > Yeah, we do the same approach pretty much everywhere, and after switching > to 15.x, campaign creation fails with a name collision, presumably because > validateOnly is being ignored. > > Thanks for iso

Re: validateOnly seemingly has no effect

2012-01-17 Thread David Bonner
Yeah, we do the same approach pretty much everywhere, and after switching to 15.x, campaign creation fails with a name collision, presumably because validateOnly is being ignored. Thanks for isolating this and posting it to the issue tracker, I see they've already at least accepted the bug. --

Re: How to add GeoLocation to Campaign (version 201109)

2012-01-17 Thread Minh Le
Alex: Please be notified that you have to remove unwanted targets before adding the new ones. You cannot use operator SET to update targets for CampaignCriterionOperation. On Jan 17, 10:01 am, Minh Le wrote: > Don't try to use ProximityTarget when it is not supported in v201109. > You should use

Re: How to add GeoLocation to Campaign (version 201109)

2012-01-17 Thread Minh Le
Don't try to use ProximityTarget when it is not supported in v201109. You should use Proximity instead. I don't know what programming language you're using, but you can take a look at these snippets in C#: List criteria = new List(); //Language criterion Langua

Re: v201109 "Email cannot be null" issue

2012-01-17 Thread Jared Barden
Anash, Just so I'm clear, AuthenticationMode should be set in the App.config, right? Thanks, Jared On Jan 17, 5:12 am, "Anash P. Oommen" wrote: > Hi Jared, > > Depends on how you are creating the AdWordsUser object. If your > application's App.config/Web.config has Email key set and you have >

Re: How to set ReportID for downloading report? (v201109)

2012-01-17 Thread mm
Hey KD - Now that only AdHoc reporting is supported, you are no longer able to download a report with just an id - you have to supply a full report definition in your request. Look at http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201109/DownloadAdHocReport.java inst

Re: validateOnly seemingly has no effect

2012-01-17 Thread mm
Oh, interesting... have you tried it with partialFailure=true for these requests? On Jan 16, 6:45 pm, Peter wrote: > Hey mm, > > Yeah this was working before. I did afew follow up tests and it looks > like validateOnly doesn't work period. I tested both add, delete and > update keyword operation

Disapproved keywords returned as enabled by AdHoc reports?

2012-01-17 Thread veseo
Hi there, we've almost migrated to the new AdHoc version of the keywords report but I have a question about the differences between the results, returned by the two different versions about the status of the keyword - old version (v13) would return "Disapproved" as a separate status, while the

Mobile Ad Extension with Show Google forwarding phone number

2012-01-17 Thread Christian Blunden
We're trying to add call extensions to our campaigns in bulk using the API, but having some issues doing so. We're able to add these extensions successfully, but only with the 'Show my business phone number only on high-end mobile phones (CPC)' option selected. Instead, we want the call extens

Re: Alert service don't return any ACCOUNT_ON_TARGET alerts.

2012-01-17 Thread Тарас Бунык
Yes, I checked this twice now. Same issue. On Jan 16, 3:31 pm, "Anash P. Oommen" wrote: > Hi Tapac, > > I'll investigate this issue and update this thread. Just to be sure, you > are using the MCC login for OAuth authentication, right? > > Cheers, > Anash P. Oommen, > AdWords API Advisor. -- =~

Re: Which Web method can give me SiteTargeted, Conversions, ViewThroughConversion

2012-01-17 Thread Anash P. Oommen
Hi Hardik, When downloading the report using ad hoc reports, you can choose the type of report, and the columns you need in the report. See http://code.google.com/apis/adwords/docs/appendix/reports.html for the list of supported report types and columns. Cheers, Anash P. Oommen, AdWords API Ad

Re: v201109 "Email cannot be null" issue

2012-01-17 Thread Anash P. Oommen
Hi Jared, Depends on how you are creating the AdWordsUser object. If your application's App.config/Web.config has Email key set and you have AuthenticationMode = ClientLogin, then the error shouldn't happen. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

v201109 "wi-fi traffic" mobile carrier target CriteriaId

2012-01-17 Thread Denis Melnik
Hello, when creating campaign using AdWords UI I can check mobile carrier target "wi-fi traffic" in carrier list, but when I try to get campaign targets via API, I cannot see this one coming. I also cannot see this carrier's CriteriaId in this list: http://code.google.com/apis/adwords/docs/append

Re: How to set ReportID for downloading report? (v201109)

2012-01-17 Thread K D
One way is to look at code of reportUtils.downloadReport which will allow downloading of report without reportID, is there any other way (downloading using reportID)? On Jan 17, 4:01 pm, K D wrote: > Hi > > Migrating to v201109, from the example > at,http://code.google.com/p/google-api-adwords-j

Re: sandbox using

2012-01-17 Thread Evgeniy Bogdanov
Hi Dmitry. Yes, Google have Adwords API Sandbox Viewer project: http://adwordsapi.blogspot.com/2010/05/sandbox-account-viewer-released.html or you can use http://code.google.com/p/google-api-adwords-php/wiki/SampleWebApp as your Sandbox viewer. Regards, Evgeniy. On 17 янв, 05:19, Dmitry Orlov w