Hi Hans,

In case others who are staying on v201409 a bit longer encounter this 
issue, we have added forwardCompatibilityMap 
<https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.AdGroupCriterion#forwardCompatibilityMap>
 entries 
to *AdGroupCriterion* and *CampaignCriterion*.

For example, using v201409 to retrieve a campaign's ProductScope 
<https://developers.google.com/adwords/api/docs/reference/v201409/CampaignCriterionService.ProductScope>
 criterion, 
you'll get something like this if the scope includes the new 
*ProductChannelExclusivity* dimension type (this example is for *Channel 
Exclusivity = Multi channel*):

               <campaignId>123456</campaignId>
               <isNegative>false</isNegative>
               <criterion xsi:type="ProductScope" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
                  <id>78901234</id>
                  <type>PRODUCT_SCOPE</type>
                  <Criterion.Type>ProductScope</Criterion.Type>
               </criterion>
               <forwardCompatibilityMap>
                  <key>ProductScope.channel</key>
                  <value/>
               </forwardCompatibilityMap>
               <forwardCompatibilityMap>
                  <key>ProductScope.exclusivity</key>
                  <value>MULTI_CHANNEL</value>
               </forwardCompatibilityMap>
              
 <CampaignCriterion.Type>CampaignCriterion</CampaignCriterion.Type>

Similarly, when retrieving product partitions of an ad group using v201409, 
you'll get the following if a partition uses one of the new 
*ProductDimension* types introduced in v201502:

                    <criterionUse>BIDDABLE</criterionUse>
                    <criterion xsi:type="ProductPartition">
                        <id>123456789</id>
                        <type>PRODUCT_PARTITION</type>
                        <Criterion.Type>ProductPartition</Criterion.Type>
                        <partitionType>UNIT</partitionType>
                        <parentCriterionId>60408125302</parentCriterionId>
                    </criterion>
                    <forwardCompatibilityMap>
                        <key>ProductPartition.exclusivity</key>
                        <value>NULL</value>
                    </forwardCompatibilityMap>
                    <forwardCompatibilityMap>
                        <key>ProductPartition.channel</key>
                        <value>LOCAL</value>
                    </forwardCompatibilityMap>

In both cases, the returned *forwardCompatibilityMap.value* will be one of 
LOCAL, ONLINE, or ALL.

Cheers,
Josh Radcliff, AdWords API Team

On Thursday, March 26, 2015 at 4:06:03 PM UTC-4, HK wrote:
>
> Hi, Mike
>
> Just wanted to let you know that this is not a priority for us anymore as 
> we are moving to v201502 sooner than originally planned as we need this 
> resolved quickly. Other might of course still be affected though.
>
> Thanks,
> Hans
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/edf5fb6c-d4f4-4039-8e4e-fa6ff877f007%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to