Hello, If you haven't already, please take a look at our guide <https://developers.google.com/adwords/api/docs/guides/upgrade-destination-urls#strategy_2_use_tracking_url_template> on how to upgrade ads to use tracking templates.
Specifically relevant is the table that shows what the URL looked like before, and what the URL looks like after. Note that the encoded redirect URL in the original is decoded (once) when used as a new final URL. If you have a wrongly-encoded before URL, in order to have equivalent URLs in the last step, it will still likely need to be wrongly encoded. Try only decoding a single time rather than decoding until there are no encoded symbols left. Regards, Mike, AdWords API Team On Thursday, May 7, 2015 at 7:26:19 AM UTC-4, Udo Gröbner wrote: > > Or to rephrase the problem: > For your check for AdError.URL_NOT_EQUIVALENT, you decode the final URL. > I couldn't reproduce the decoding step in a consistent way for special URL > parameters (especially value track parameters, that were wrongly encoded in > the initial destination url). > This results in URL_NOT_EQUIVALENT errors. > > So some information on that part would be highly appreciated. > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/252c6a73-c118-41bf-b0ca-5882688fd0a5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
