Re: problem with big product partitions removal

2014-08-08 Thread Radosław Pociecha
Hi, when we are sending only REMOVE request we are getting this error too: SOAP request: 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/adwords/cm

Re: Is there test merchant center ?

2014-08-08 Thread Shopping API Team
Hi there, Unfortunately there is no testing site, although we are looking at how we can make it easier for developers to test their applications, in the future. In the meantime, your best bet is to create a Merchant Center account and populate it with fake data; your products will get rejected,

Re: Setting CPC bid in shopping campaign

2014-08-08 Thread Shopping API Team
Hi Bill, Oh, I see, sorry I didn't get your question in the first place. Yes, you modify bids in the exact same way as you would ones in normal campaigns, by modifying the BiddingStrategyConfiguration for the ad group criteria. Bear in mind that in this tree structure only the bids on the leave

Re: Unable to delete excluded partition

2014-08-08 Thread Shopping API Team
Hi Eric, I'm afraid I'm having trouble replication your issue locally. I've set up a partition tree with a NegativeAdGroupCriterion and had no trouble deleting the whole thing by just deleting the base node. Perhaps the tree you're testing this with is in an inconsistent state? Could you try c

Re: Unable to Edit Existing Product Partition

2014-08-08 Thread Shopping API Team
Hi Eric, The best approach, if your tree isn't exceptionally large, is to delete the entire tree and re-upload it. IDs will be preserved for items that do not change and have the same parent, so it shouldn't be an issue. If your trees are large enough that you can't upload them in their entiret

How to get adgroups from a multiple of campaigns ?

2014-08-08 Thread murali . pushgroup
Hi, I have tried to get ad groups under a group of campaigns . I am using PHP client library . My code was $campainIds = array(); $groupIds = GetAdGroups($user, $campaignIds) ; function GetAdGroupsExample(AdWordsUser $user, $campaignIds) { $adGro

Re: How to get adgroups from a multiple of campaigns ?

2014-08-08 Thread murali . pushgroup
Sorry there is some mistake in code i have given I was calling the GetAdGroupsExample function like $campaignIds = array($campaignIs1,$campaignIs2,$campaignIs3) ; $groupIds = GetAdGroupsExample ($user, $campaignIds) ; Predicate I have given was $select

Re: Is there test merchant center ?

2014-08-08 Thread 照沼領
Hi there, Thank you for replay. I'll confirm create partition to rejected products in merchant center and try it . Best. 2014年8月8日金曜日 18時24分53秒 UTC+9 Sérgio Gomes (Shopping API Team): > > Hi there, > > Unfortunately there is no testing site, although we are looking at how we > can make it eas

Re: Dynamic price in ads

2014-08-08 Thread Marina Rabovolick
Dear Valerii, We faced with the same problem while trying to update prices in our Ads via AdWords API. I would much appreciate if you could describe more detailed what exactly was wrong in catalogues' structure. Thank you in advance Marina понедельник, 21 октября 2013 г., 13:16:04 UTC+3 поль

Re: problem with big product partitions removal

2014-08-08 Thread Anash P. Oommen (AdWords API Team)
Hi Radosław, Thanks for providing the logs, I've provided the additional details to the team investigating this error. I'll keep you updated. Cheers, Anash On Friday, August 8, 2014 3:06:49 AM UTC-4, Radosław Pociecha wrote: > > Hi, > > when we are sending only REMOVE request we are getting thi

Re: How to get adgroups from a multiple of campaigns ?

2014-08-08 Thread Anash P. Oommen (AdWords API Team)
Hi Murali, Could you please post a requestId for a SOAP request? It should be part of the SOAP response that comes back from the server. I can take a look at the logs and let you know. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, August 8, 2014 7:45:05 AM UTC-4, murali.p...@gmail.c

How to get report on ads and keywords with geo data?

2014-08-08 Thread kostfast
Hello. Currently I use AD_PERFORMANCE_REPORT which gives me data with no geo information I use AWQL query: > SELECT CampaignId,CampaignName, AdGroupId,AdGroupName, Id, KeywordId,Url, > Impressions, Clicks, Cost FROM AD_PERFORMANCE_REPORT > WHERE Status IN [ENABLED, PAUSED] AND Impressions>0 DUR

Human Readable Name in Product Partition Report

2014-08-08 Thread Mike Deck
Is it possible to get a human readable identifier for rows in the Product Partition Report? I'm looking for something akin to the DisplayName field on the Criteria Performance Report. I've looked through all the fields in the docs and don't see anything that looks like it would work. At this po

Re: Getting a list of correct Google Product Bidding Categories

2014-08-08 Thread 'Eshaan Jayalath' via AdWords API Forum
Thanks Josh, please let us know how soon we get this resolved. Regards Eshaan On Friday, August 1, 2014 3:24:08 PM UTC-4, Eshaan Jayalath wrote: > Hi > > > We are working on a product for *Google Shopping Campaign Partition > Creation*. As a requirement for this solution, we tried downloadi

Re: Google PLA Categories vs Partition Categories

2014-08-08 Thread 'Eshaan Jayalath' via AdWords API Forum
Thanks Sergio Are we still on track for deprecating of Google PLA module in September? I am not sure how this is feasible without having the Categories mapped correctly. Is there a definite planed date for PLA deprecation? Everyone seriously wondering about this now. Regards Eshaan On Wedne

Re: Unable to delete excluded partition

2014-08-08 Thread road11
Sergio, Thanks for your response. In all of my trees, I have only 3 partitions: the default subdivision partition, the sku partition that I bid on (type UNIT), and the "everything else" partition, which I've set up to be Excluded, making it a NegativeAdGroupCriterion, which is also a UNIT type.