Please reply to this post or directly to my email. We've just upgrade to the latest API version (v201109) and are having an issue that is adversely affecting campaign performance. We’ve noticed that if one keyword/match type exists in multiple adgroups, changing the destinationURL for the keyword in one adgroup will reset the same named keyword/match type across all adgroups. This is affecting our clients in a negative way since now we can no longer track performance of a keyword present in multiple adgroups.
Here’s the soap trace for v201008 (only changes the destinationURL for a single adgroup): -----------------BEGIN API CALL--------------------- Request ------- <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><!--POST /api/adwords/cm/ v201008/AdGroupCriterionService User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.239) VsDebuggerCausalityData: uIDPo7MAIhDtSJBLq7rf9/XSQE4AAAAAxbsBsoLc/ UqM2MkMO4lAHPAMwbXQmhZKk7rKPE48VGUACQAA Content-Type: text/xml; charset=utf-8 SOAPAction: "" Host: adwords.google.com Content-Length: 2086 Connection: Keep-Alive TimeStamp: Fri, 17 Feb 2012 12:03:23 GMT --><soap:Header><RequestHeader xmlns="https://adwords.google.com/api/ adwords/cm/v201008"><authToken xmlns="https://adwords.google.com/api/ adwords/cm/v201008">******</authToken><developerToken xmlns="https:// adwords.google.com/api/adwords/cm/v201008">******</ developerToken><userAgent xmlns="https://adwords.google.com/api/ adwords/cm/v201008">AwApi-DotNet-0.0.0|webmetro</userAgent></ RequestHeader></soap:Header><soap:Body><mutate xmlns="https:// adwords.google.com/api/adwords/cm/v201008"><operations><operator>SET</ operator><Operation.Type>BiddableAdGroupCriterion</ Operation.Type><operand xsi:type="BiddableAdGroupCriterion"><adGroupId>2449241057</ adGroupId><criterion xsi:type="Keyword"><id>114041230</ id><Criterion.Type>Keyword</Criterion.Type><text>mikasa</ text><matchType>PHRASE</matchType></ criterion><AdGroupCriterion.Type>BiddableAdGroupCriterion</ AdGroupCriterion.Type><userStatus>ACTIVE</ userStatus><destinationUrl>http://tracking.dsmmadvantage.com/redirect/ redirect.aspx? wm_ctID=360&wm_kwID=22222222&wm_mtID=2&wm_DefaultURL=http %3a%2f%2fwww.mikasa.com&wm_content={ifsearch:0}{ifcontent:1} &wm_g_crID={creative}&wm_g_kw={keyword} &wm_g_pcmt={placement}&wm_g_cnt={ifsearch:0}{ifcontent:1}</ destinationUrl><bids xsi:type="ManualCPCAdGroupCriterionBids"><AdGroupCriterionBids.Type>ManualCPCAdGroupCriterionBids</ AdGroupCriterionBids.Type><maxCpc><amount><ComparableValue.Type>Money</ ComparableValue.Type><microAmount>810000</microAmount></amount></ maxCpc><enhancedCpcEnabled>false</enhancedCpcEnabled></bids></ operand></operations></mutate></soap:Body></soap:Envelope> Response -------- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/ envelope/"><!--X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block Transfer-Encoding: chunked Cache-Control: private, max-age=0 Content-Type: text/xml; charset=UTF-8 Date: Fri, 17 Feb 2012 20:03:22 GMT Expires: Fri, 17 Feb 2012 20:03:22 GMT Server: GSE TimeStamp: Fri, 17 Feb 2012 12:03:23 GMT --><soap:Header><ResponseHeader xmlns="https://adwords.google.com/api/ adwords/cm/v201008"><requestId>0004b92e6fd156b80a420427000045a3</ requestId><operations>1</operations><responseTime>334</ responseTime><units>3</units></ResponseHeader></ soap:Header><soap:Body><mutateResponse xmlns="https:// adwords.google.com/api/adwords/cm/ v201008"><rval><ListReturnValue.Type>AdGroupCriterionReturnValue</ ListReturnValue.Type><value xmlns:xsi="http://www.w3.org/2001/ XMLSchema-instance" xsi:type="BiddableAdGroupCriterion"><adGroupId>2449241057</ adGroupId><criterion xsi:type="Keyword"><id>114041230</ id><Criterion.Type>Keyword</Criterion.Type><text>mikasa</ text><matchType>PHRASE</matchType></ criterion><AdGroupCriterion.Type>BiddableAdGroupCriterion</ AdGroupCriterion.Type><userStatus>ACTIVE</ userStatus><systemServingStatus>ELIGIBLE</ systemServingStatus><approvalStatus>PENDING_REVIEW</ approvalStatus><destinationUrl>http://tracking.dsmmadvantage.com/ redirect/redirect.aspx? wm_ctID=360&wm_kwID=22222222&wm_mtID=2&wm_DefaultURL=http %3a%2f%2fwww.mikasa.com&wm_content={ifsearch:0}{ifcontent:1} &wm_g_crID={creative}&wm_g_kw={keyword} &wm_g_pcmt={placement}&wm_g_cnt={ifsearch:0}{ifcontent:1}</ destinationUrl><bids xsi:type="ManualCPCAdGroupCriterionBids"><AdGroupCriterionBids.Type>ManualCPCAdGroupCriterionBids</ AdGroupCriterionBids.Type><maxCpc><amount><ComparableValue.Type>Money</ ComparableValue.Type><microAmount>810000</microAmount></amount></ maxCpc><bidSource>CRITERION</bidSource><enhancedCpcEnabled>false</ enhancedCpcEnabled></ bids><firstPageCpc><amount><ComparableValue.Type>Money</ ComparableValue.Type><microAmount>10000</microAmount></amount></ firstPageCpc><qualityInfo><isKeywordAdRelevanceAcceptable>true</ isKeywordAdRelevanceAcceptable><isLandingPageQualityAcceptable>true</ isLandingPageQualityAcceptable><qualityScore>10</qualityScore></ qualityInfo></value></rval></mutateResponse></soap:Body></ soap:Envelope> -----------------END API CALL----------------------- Here’s the soap trace for v201109 (changes the destinationURL for all adgroup): Request ------- <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><!--POST /api/adwords/cm/ v201109/AdGroupCriterionService User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.239) VsDebuggerCausalityData: uIDPo3j1/ oadhIdNobFkF9mOEqUAAAAA28Jd9LioCkewxaLRXcpOSpQfDzVF6d9Alfg334Qp4JIACQAA Content-Type: text/xml; charset=utf-8 SOAPAction: "" Host: adwords.google.com Content-Length: 2143 Accept-Encoding: gzip Connection: Keep-Alive TimeStamp: Fri, 17 Feb 2012 11:47:16 GMT --><soap:Header><RequestHeader xmlns="https://adwords.google.com/api/ adwords/cm/v201109"><authToken xmlns="https://adwords.google.com/api/ adwords/cm/v201109">******</authToken><developerToken xmlns="https:// adwords.google.com/api/adwords/cm/v201109">******</ developerToken><userAgent xmlns="https://adwords.google.com/api/ adwords/cm/v201109">AwApi-DotNet-0.0.0|webmetro</userAgent></ RequestHeader></soap:Header><soap:Body><mutate xmlns="https:// adwords.google.com/api/adwords/cm/v201109"><operations><operator>SET</ operator><Operation.Type>BiddableAdGroupCriterion</ Operation.Type><operand xsi:type="BiddableAdGroupCriterion"><adGroupId>2449241057</ adGroupId><criterionUse>BIDDABLE</criterionUse><criterion xsi:type="Keyword"><id>114041230</id><type>KEYWORD</ type><Criterion.Type>Keyword</Criterion.Type><text>mikasa</ text><matchType>PHRASE</matchType></ criterion><AdGroupCriterion.Type>BiddableAdGroupCriterion</ AdGroupCriterion.Type><userStatus>ACTIVE</ userStatus><destinationUrl>http://tracking.dsmmadvantage.com/redirect/ redirect.aspx? wm_ctID=360&wm_kwID=30039293&wm_mtID=2&wm_DefaultURL=http %3a%2f%2fwww.mikasa.com&wm_content={ifsearch:0}{ifcontent:1} &wm_g_crID={creative}&wm_g_kw={keyword} &wm_g_pcmt={placement}&wm_g_cnt={ifsearch:0}{ifcontent:1}</ destinationUrl><bids xsi:type="ManualCPCAdGroupCriterionBids"><AdGroupCriterionBids.Type>ManualCPCAdGroupCriterionBids</ AdGroupCriterionBids.Type><maxCpc><amount><ComparableValue.Type>Money</ ComparableValue.Type><microAmount>810000</microAmount></amount></ maxCpc><enhancedCpcEnabled>false</enhancedCpcEnabled></bids></ operand></operations></mutate></soap:Body></soap:Envelope> Response -------- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/ envelope/"><!--Content-Encoding: X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block Content-Length: 904 Cache-Control: private, max-age=0 Content-Type: text/xml; charset=UTF-8 Date: Fri, 17 Feb 2012 19:47:16 GMT Expires: Fri, 17 Feb 2012 19:47:16 GMT Server: GSE TimeStamp: Fri, 17 Feb 2012 11:47:16 GMT --><soap:Header><ResponseHeader xmlns="https://adwords.google.com/api/ adwords/cm/v201109"><requestId>0004b92e36333f480a420427000045a3</ requestId><serviceName>AdGroupCriterionService</ serviceName><methodName>mutate</methodName><operations>1</ operations><responseTime>395</responseTime><units>3</units></ ResponseHeader></soap:Header><soap:Body><mutateResponse xmlns="https:// adwords.google.com/api/adwords/cm/ v201109"><rval><ListReturnValue.Type>AdGroupCriterionReturnValue</ ListReturnValue.Type><value xmlns:xsi="http://www.w3.org/2001/ XMLSchema-instance" xsi:type="BiddableAdGroupCriterion"><adGroupId>2449241057</ adGroupId><criterion xsi:type="Keyword"><id>114041230</ id><type>KEYWORD</type><Criterion.Type>Keyword</ Criterion.Type><text>mikasa</text><matchType>PHRASE</matchType></ criterion><AdGroupCriterion.Type>BiddableAdGroupCriterion</ AdGroupCriterion.Type><userStatus>ACTIVE</ userStatus><systemServingStatus>ELIGIBLE</ systemServingStatus><approvalStatus>PENDING_REVIEW</ approvalStatus><destinationUrl>http://tracking.dsmmadvantage.com/ redirect/redirect.aspx? wm_ctID=360&wm_kwID=30039293&wm_mtID=2&wm_DefaultURL=http %3a%2f%2fwww.mikasa.com&wm_content={ifsearch:0}{ifcontent:1} &wm_g_crID={creative}&wm_g_kw={keyword} &wm_g_pcmt={placement}&wm_g_cnt={ifsearch:0}{ifcontent:1}</ destinationUrl><bids xsi:type="ManualCPCAdGroupCriterionBids"><AdGroupCriterionBids.Type>ManualCPCAdGroupCriterionBids</ AdGroupCriterionBids.Type><maxCpc><amount><ComparableValue.Type>Money</ ComparableValue.Type><microAmount>810000</microAmount></amount></ maxCpc><bidSource>CRITERION</bidSource><enhancedCpcEnabled>false</ enhancedCpcEnabled></ bids><firstPageCpc><amount><ComparableValue.Type>Money</ ComparableValue.Type><microAmount>10000</microAmount></amount></ firstPageCpc><qualityInfo><isKeywordAdRelevanceAcceptable>true</ isKeywordAdRelevanceAcceptable><isLandingPageQualityAcceptable>true</ isLandingPageQualityAcceptable><qualityScore>10</qualityScore></ qualityInfo></value></rval></mutateResponse></soap:Body></ soap:Envelope> -----------------END API CALL----------------------- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
