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: Upload and connect html 5 ad in google ads api

2019-12-09 Thread Adhub manager
Hi Mitchell I tried doing as you said i changed my method to upload it like an asset: public static MutateAssetResult UploadHtml5(string filepath) { AssetServiceClient assetService = client.GetService(Services.V2. AssetService); MutateAssetsRequest req = n

Upload and connect html 5 ad in google ads api

2019-12-09 Thread Adhub manager
Hi friends! I am currently trying to get html5 upload to work, but im running into an issue when i try to create an ad i can connect to an adgroup. Let me explain. 1. Create a campaign 2. Create an adgroup 3. Upload html 5 4. Create ad with html 5 ad. Im stuck on 4 where i am trying to use

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 qu

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 Feedit

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 Googl

Create real estate feed google ads api

2019-10-20 Thread Adhub manager
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 WHERE feed.id = 'ID'" 2. then i create a new feed with the data i get returned however t