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
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