RE: How To Set Scheduling To Feed Item on .Net Client

2020-05-04 Thread Google Ads API Forum Advisor Prod
Hi Mehmet, When you create your ExtensionFeedItem, you set its scheduling to a FeedItemScheduling object. You should see a scheduling field for all of the ExtensionFeedItem types. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UaT6Nw:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How To Set Scheduling To Feed Item on .Net Client

2020-05-01 Thread Mehmet Sealytics
Thanks for reply, but it is using Campaign extension setting. I am doing it like in the link I shared below with campaign feed. I found and set all fields but I could not find scheduling. In the link I shared docs says that use schedules field. But there is no schedules field on feed item. htt

How To Set Scheduling To Feed Item on .Net Client

2020-04-30 Thread Mehmet Sealytics
Hi, I am using v201809 .NetClient. I have to set scheduling to a FeedItem. In a sample for Java client that I found It is using setScheduling method of FeedItem. But in net client there is not method or property for scheduling. How can I set it? Java sample and setScheduling method is here: h