I have used the UrlUpgrade.java as mentioned
here(https://developers.google.com/adwords/api/docs/guides/upgraded-urls)
for normal migration.
But I need to change a few urls due to special characters in them and hence
can't use Upgraded Url method for that.
How do I used AdGroupAdService.mutate for this?
This is my existing code.
adGroupAd.set(adGroupId)
adGroupAd.set(status)
ad.setUrl(")
ad.setFinalUrl(finalUrl.com)
ad.setTrackingTemplate(trackingTemplate)
adGroupAd.setAd(ad)
AdGroupAdOperation operation = new AdGroupAdOperation();
operation.setOperator(Operator.SET);
operation.setOperand(adGroupAd);
Is this the wrong way to proceed?
Note(I am unable to use finalUrl here because the urls are NOT equivalent)
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/8047a9f1-2405-4daf-8fdf-827a3b8f0d56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.