Hello. I try to migrate URL with Strategy 2 according with the guide <https://developers.google.com/adwords/api/docs/guides/upgrade-destination-urls#strategy_2_use_tracking_url_template> . AdGroupAds works fine, but when I try to update AdGroupCriterion I receive
> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ > com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro Code looks very similar to example: $service = $user->GetService('AdGroupCriterionService', 'v201502'); $page = $service->query('SELECT AdGroupId, Id, DestinationUrl where Status in [ENABLED, PAUSED]'); foreach ($page->entries as $criterion) { if ($criterion instanceof BiddableAdGroupCriterion) { $criterion->finalUrls = new UrlList(array('http://begun.ru/')); $criterion->trackingUrlTemplate = $criterion->destinationUrl; $criterion->destinationUrl = null; $operation = new AdGroupCriterionOperation(); $operation->operand = $criterion; $operation->operator = 'SET'; try { $res = $service->mutate(array($operation)); } catch (Exception $e) { var_export($e->getMessage());die; } } } Can you help me? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. 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/48d1cfcf-d20e-4c51-aeb1-fbf10775af3c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.