Re: Export Data from Bid Landscape

2018-08-17 Thread YLi
Hi Luis, I figured it out. I need to change the fields in productgroup['criterion'] based on the document. Thanks, Kara On Thursday, August 16, 2018 at 11:08:34 PM UTC-4, Luis Xander Talag (AdWords API Team) wrote: > > Hi Kara, > > I could see in your code that you've already used the PRODUCT_PA

Re: Export Data from Bid Landscape

2018-08-16 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kara, I could see in your code that you've already used the PRODUCT_PARTITION criteria type which I believe is the answer to your question. However, could you clarify if you en

Re: Export Data from Bid Landscape

2018-08-16 Thread YLi
Hi Luis, For the shopping campaigns, since the bid modifier is based on product group, not keywords. Could you please tell me what criteria type I can select? The attachment is the code for the AdGroupCriterionService.get()

Re: Export Data from Bid Landscape

2018-07-31 Thread YLi
Hi Luis, Thanks for the reply. It's very helpful! Kara On Monday, July 30, 2018 at 11:20:39 PM UTC-4, Luis Xander Talag (AdWords API Team) wrote: > > Hi Kara, > > You could use the AdGroupCriterionService.get() >

Re: Export Data from Bid Landscape

2018-07-30 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kara, You could use the AdGroupCriterionService.get() method to retrieve the id of criteri

Re: Export Data from Bid Landscape

2018-07-30 Thread YLi
Hi Luis, This is very great! Would you know where I can find the CRITERION_ID? I only see the ad group ID in the shopping reports. Thanks, Kara On Monday, July 30, 2018 at 1:52:58 AM UTC-4, Luis Xander Talag (AdWords API Team) wrote: > > Hi Kara, > > You may use the DataService.getAdGroupBidLand

Re: Export Data from Bid Landscape

2018-07-29 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kara, You may use the DataService.getAdGroupBidLandscape() method to fetch the bid landscapes for your ad group. You may refer to this guide

Export Data from Bid Landscape

2018-07-29 Thread YLi
Hi, Is there any one can help me on exporting the data with the Bid Landscape API? I want to call the bid and impression estimation for each adgroup in a campaign, then export the data into a google sheet. Would I be able to do so? Can someone help me at the script level? Thank you so much, Kara