Re: Shopping Campaigns

2020-12-12 Thread Chirag eReportz
Thank you for your response. But I am not able to get products details like product price project link product image etc,... How I can get those details based on merchant ID. Thanks, On Fri, Dec 11, 2020 at 10:50 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hel

RE: Shopping Campaigns

2020-12-11 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. You can use the shopping performance view and segment by product item ID to get metrics at the product level. To determine a campaign's type (e.g. shopping) you can use advertising channel type field in the campaign resource. Regards, Matt Google Ads API Team M

Re: Shopping campaigns: can we get Impression Share Lost (Rank) for a Product Partition?

2018-08-07 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi David, I'm afraid that the Impression Share Lost (Rank) is not available for Product Partition Report. The ContentRankLostImpressionShare metric field is currently available only in

Re: Shopping Campaigns: Pausing products temporarily

2018-07-12 Thread David Miguel Antunes
Hi Peter, Ok, thank you! David On 12 July 2018 at 08:16, 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum wrote: > Hi David, > > Being that the ProductParition >

Re: Shopping Campaigns: Pausing products temporarily

2018-07-12 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi David, Being that the ProductParition is an ad group criterion, you should be able to update its status using the AdGroupCriterionService.mutate()

Re: shopping campaigns - how to assemble Ad Group with bids per item id

2016-11-23 Thread oneteste . sem
Hello, Your tips were very important. Apparently it worked perfectly. Thank you very much. Em quinta-feira, 10 de novembro de 2016 00:35:46 UTC-2, Joyce Lava escreveu: > > Hello, > > To update the bids of each itemId, you may go through this previous forum > discussion >

Re: shopping campaigns - how to assemble Ad Group with bids per item id

2016-11-09 Thread 'Joyce Lava' via AdWords API Forum
Hello, To update the bids of each itemId, you may go through this previous forum discussion and let me know if this helps. You would have to generate the Pr

Re: shopping campaigns - how to assemble Ad Group with bids per item id

2016-11-09 Thread oneteste . sem
Hello, It was successful using the example class as follows: $root = $helper->createSubdivision(); $helper->createUnit($root, new ProductOfferId('xxx'), 20); $helper->createUnit($root, new ProductOfferId('yyy'), 30); $helper->createUnit($root, new ProductOfferId('z

Re: shopping campaigns - how to assemble Ad Group with bids per item id

2016-11-06 Thread 'Joyce Lava' via AdWords API Forum
Hello, What I am aware of is you can set the bid at ProductBiddingCategory as you may find in this example code

Re: Shopping Campaigns - Is there a way to fetch Product Feed data / metadata

2016-07-07 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Tim, This question looks better suited for the AdWords Merchant Center Community to handle. Please post your question there. In the future, could you please start a new thread when posting question

Re: Shopping Campaigns - Is there a way to fetch Product Feed data / metadata

2016-07-07 Thread tim
Hello Josh I have a question re Google Merchant Centre meta data - can you help with this? I'd like to know whether meta data production descriptions can be seen by users or Google only. I've seen conflicting information online; looking for a straight answer!! Any help or a point in the right

Re: Shopping Campaigns - Is there a way to fetch Product Feed data / metadata

2015-02-20 Thread Rocky Jaiswal
Thanks Josh for the quick response. Regards, Rocky -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You recei

Re: Shopping Campaigns - Is there a way to fetch Product Feed data / metadata

2015-02-20 Thread Josh Radcliff (AdWords API Team)
Hi Rocky, The only product-level data you can retrieve via the AdWords API are performance stats (and product attribute values) via the SHOPPING_PERFORMANCE_REPORT . Keep in mind, however, that the report will only show

Re: Shopping Campaigns: Destination Domain

2014-11-12 Thread Josh Radcliff (AdWords API Team)
Hi Mahantesh, I don't think you'll be able to get that information from AdWords reports, but you should be able to use the Content API along with the campaign.shoppingSetting.merchantId

Re: Shopping Campaigns: Need Clicks & Search Terms Report

2014-11-05 Thread Josh Radcliff (AdWords API Team)
Hi Mahantesh, You can get clicks from a variety of reports, including the Campaign Performance Report , the Ad Group Performance Report , the Sho

Re: Shopping Campaigns - How to get the image url

2014-10-19 Thread Madhav Kakani
Hi Josh, Thanks for your reply. I appreciate it. I will look into the suggested solution. I hope you can consider adding this as a future enhancement request to the shopping performance report in the AdWords API. Kind Regards Madhav On Saturday, October 18, 2014 5:49:22 PM UTC+2, Josh Radclif

Re: Shopping Campaigns - How to get the image url

2014-10-18 Thread Josh Radcliff (AdWords API Team)
Hi Madhav, The *ImageAdUrl* field (as you suspected) is only for ImageAds , so it won't give you the image URL for your product ads. I'm not aware of an AdWords API report field that will provide the ima

Re: Shopping campaigns bid questions

2014-06-30 Thread Amol Sharma
As per my knowledge, at the moment there is no way to use a default bid. Every ProductPartition must have a separate bid. -- Thanks and Regards, Amol Sharma On Fri, Jun 27, 2014 at 4:11 AM, John Lister wrote: > Hi, I have a couple of questions regarding shopping campaigns while I > migrate al