I am trying to get an ad via the getAd(int adGroupId, long adId)
method of AdService service.
My question is how I can determine the adId as the second parameter of
the above mentioned method for a specific ad which I can see on the UI
of the Google AdWords? In other words, is the id of an ad anywhere on
the UI? I could see an 'adGroupCreativeId=XXXX' in the URL when I
clicked Edit on an ad, but it does not match with the required adId
parameter since the getAd(int adGroupId, long adId) method gives back
an error message about there is no ad with that given id in the
adgroup.
Can anybody help me?
Thanks,
Peter
Hope it will help you