Re: Suffix Url Empty

2019-04-20 Thread asaad.awesat via AdWords API and Google Ads API Forum
Hi Peter, Thanks for you response , i've changed and now it looks good , another question that related to the development AdWordsSession adWordsSession = googleAuthenticator.initSession(token,customerId,dsJsonConfig); long adId = Long.parseLong(adId); Ad ad = new Ad(); ad.setId(adId); ad.s

Suffix Url Empty

2019-04-16 Thread asaad.awesat via AdWords API and Google Ads API Forum
Hi , i'm using the google ads library v201806 , i'm trying to change the suffix url for creative the problem that when i'm getting the creatives i got empty url for ads , even with that they really have values . i'm using this code to get the creatives : AdWordsSession adWordsSession = go