Re: Shopping Campaign

2014-04-04 Thread Mat Scales
Hi Ashish, The AdWords API doesn't have a way to get product data. You could use the Content API for Shoppingto get this data instead. However, the Content API is designed for inserting product information rather than reading it back. There is n

Re: New Google Shopping Performance Report - How to get product title

2014-04-11 Thread Mat Scales
Hi Jeremy, The performance report itself only contains the Merchant Center fields that can be used in product partitions, and title is not one of them. If you have access to the Merchant Center account then you can get the full details of a product programmatically using the Content API for Sh

Re: New Google Shopping Performance Report - How to get product title

2014-04-22 Thread Mat Scales
ort in >> Adwords API, I need to go to the Content Shopping API? >> >> >> On Friday, April 11, 2014 7:51:08 AM UTC-6, Mat Scales wrote: >>> >>> Hi Jeremy, >>> >>> The performance report itself only contains the Merchant Center fields &g

Re: Shopping Campaign - Adgroups - bids - promo text

2014-05-08 Thread Mat Scales
Shopping campaigns, by default, cover all of your products. A Shopping campaign has only one AdGroup with one ProductAd associated. It is true that this means you can only have one promo text per campaign. If you want to run more than one promo text, you must create another Shopping campaign fo

Re: Shopping Campaign

2014-05-09 Thread Mat Scales (AdWords API Team)
I think I just answered this one at https://groups.google.com/forum/#!topic/adwords-api/CUDUBAzi9Nc. I hope that helps. Cheers, Mat On Tuesday, May 6, 2014 11:29:15 AM UTC+1, aroxo...@gmail.com wrote: > > Hi Ashish, > > i need your help, i have worked on PLA campaign ,that treats each product

Re: PLA or Shopping Campaign Questions

2014-05-23 Thread Mat Scales (AdWords API Team)
Hi there, I'm really sorry that due to a technical problem at my end this response did not make it to you originally. 1. & 2. PLA campaigns are considered to have priority 0, so if you create an overlapping Shopping campaign with priority 0 then it will be down to highest bid. You can override

Re: Product Group Tree Paging

2014-07-14 Thread Mat Scales (AdWords API Team)
Hi Ori, You do not actually have to create the full tree in one request. The tree just needs to be *valid* at each stage. You could, for example, do the following in separate calls: 1. Create a single UNIT as the root node 2. Remove the current UNIT. Add a new SUBDIVISION root node. Add

Re: Shopping Sales Channel error for specific countries

2014-07-14 Thread Mat Scales (AdWords API Team)
Hi there, The ProductSalesChannel criterion is only available for some countries, which isn't currently documented. I will raise an issue to get that fixed. The reason is that Local Stores are not available in all countries, so selecting between 'online' and 'local' channels does not make sense

Re: Create biddable ProductPartition without setting CPC on Criterion level (Shopping campaigns)

2014-07-14 Thread Mat Scales (AdWords API Team)
Hi Jakub, David, At the moment every ProductPartition must have it's own bid, or a NegativeAdGroupCriterion in the case that you don't want to bid. There is no way to fall back to the default bid for the AdGroup. Cheers, Mat On Tuesday, July 1, 2014 8:48:06 AM UTC+1, david wrote: > > I have no

Re: Shopping Campaign API support

2014-07-14 Thread Mat Scales (AdWords API Team)
Hi Payal, Sorry for the long delay replying. We don't have any specific resources with a detailed migration plan described. However, when PLA campaigns are retired at the end of August any remaining campaigns will be automatically converted into an equivalent Shopping campaign. Cheers, Mat O

Re: Unmarshalling Error when reading ProductPartition

2014-07-14 Thread Mat Scales (AdWords API Team)
Hi there, No, those features are not Beta, and have been available in the API since v201402. What request are you sending? Both ProductScope and ProductSalesChannel are CampaignCriterion objects, so you should be querying the CampaignCriterionService. Cheers, Mat On Thursday, July 10, 2014 11

Re: Shopping Performance Report - category name change

2014-07-14 Thread Mat Scales (AdWords API Team)
Hi Adam, Rather than rename categories a new category, with a new category ID, will be created, and the original will no longer be available to use. Removed categories cannot be retrieved from getProductBiddingCategoryData. Reports that include a category name will still have the original name

Re: Google Shopping Tracking Product Partition ID Uniqueness

2014-07-28 Thread Mat Scales (AdWords API Team)
Hi Brett, David, product_partition_id is the Id of a Criterion. In AdWords, CriterionIds are global. That is, if two criteria have the exact same other properties, they will have the same ID. They are, in fact, the same criterion. The properties for a ProductPartition are: - type - always P

Re: Google Shopping Tracking Product Partition ID Uniqueness

2014-07-29 Thread Mat Scales (AdWords API Team)
On Monday, July 28, 2014 2:40:46 PM UTC+1, david wrote: > > So is it safe to rely on this? > This has been the case for criteria in general for a long time. However, it is an implementation detail and I would not be comfortable relying on it indefinitely. I'm not sure how best to advise you on

Re: Google Shopping Tracking Product Partition ID Uniqueness

2014-07-29 Thread Mat Scales (AdWords API Team)
s are available to > Shopping URLs. Specifically, I am looking for the {creative} param to be > available and if that is the same kind of ID on Google's end. If it is, > then this could solve our conundrum. Thanks so much. > > --Allison Knoch > > On Monday, July 28, 2014 7:

Re: Reg: Can to get products from Test Account in merchant Center to be displayed in Shopping Campaigns in Adwords

2014-08-13 Thread Mat Scales (AdWords API Team)
Hi there, Unfortunately this isn't possible. If you wish to see values for categories, labels, etc. while creating a campaign in the AdWords UI then you need to have valid product data in your Merchant Center account. Cheers, Mat On Monday, August 11, 2014 2:30:58 PM UTC+1, Ads Developer wrote

Re: AdGroup criterion case value in lower case

2014-08-18 Thread Mat Scales (AdWords API Team)
Hi David, That's correct, we match these strings case-insensitively. On the AdWords side we actually store the strings as lower case, as you noticed. Cheers, Mat On Monday, August 18, 2014 8:14:09 AM UTC+1, David Juarez wrote: > > Well, it took some time until the products were bounded with the

Re: Issues Changing ShoppingSetting for Campaigns

2014-09-17 Thread Mat Scales (AdWords API Team)
Hi there, I am still investigating this issue, but it seems likely that this problem is because you are using MutateJobService, which is not supported. Does making the change directly through CampaignCriterionService work correctly? Cheers, Mat On Friday, September 12, 2014 11:42:19 PM UTC+1,