Re: Create real estate feed google ads api

2019-12-09 Thread Adhub manager
Sorry i seemed to have posted the same question, it worked, thank you for your time! On Monday, December 9, 2019 at 9:34:33 PM UTC+1, adsapiforumadvisor wrote: > > Hi, > > Thank you for reaching out. You can mimic this Java example >

RE: Create real estate feed google ads api

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. You can mimic this Java example or follow this guide for performing this action. Mapping to the RealEstatePlaceholderField should allow the proper type to be set. If this doesn't work, please share your detailed request and response logs via reply privately to

Re: Create real estate feed google ads api

2019-12-09 Thread Adhub manager
On Monday, October 21, 2019 at 1:10:10 AM UTC+2, Adhub manager wrote: > > Hello! > > Ive been trying to copy a real estate feed with the google ads nuget > package for c# > > [image: feeedquestion.PNG] > > My approach is > > > >1. Get feed from query : "SELECT feed.attributes FROM feed

RE: Create real estate feed google ads api

2019-10-21 Thread Google Ads API Forum Advisor Prod
Hello, You will be able to set the schedules to the FeedItems using the AdScheduleInfo. Please find the sample code snippet in Java as a reference. AdScheduleInfo adScheduleInfo = AdScheduleInfo.newBuilder() .setDayOfWeek(DayOfWeek.FRIDAY) .setStartHour(Int32Value.of(0))

Re: Create real estate feed google ads api

2019-10-21 Thread Adhub manager
> > I figured out i had to create a feed mapping for my feed and add the id's > i got as a placeholder for the feed then the type showed up and i could > select it in campaigns. > > However i run into another problem when using the google ads api c# package i cant find any information on

Re: Create real estate feed google ads api

2019-10-21 Thread Adhub manager
This is for google ads api. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and