Strange ProductBiddingCategory (1630781044279653237, for example)

13 views
Skip to first unread message

David Antunes

unread,
Oct 25, 2017, 11:54:27 PM10/25/17
to AdWords API Forum
Hi,

I'm getting a strange ProductBiddingCategory though the adwords api:
ProductBiddingCategory{productDimensionType=ProductBiddingCategory, type=BIDDING_CATEGORY_L1, value=1630781044279653237}

Is value "1630781044279653237" a valid id? There seems to be something wrong with that value, but I don't see anything I'm doing wrong since the value seems to come from google...

Thanks!
David

Vincent Racaza (AdWords API Team)

unread,
Oct 26, 2017, 1:50:51 AM10/26/17
to AdWords API Forum
Hi David,

I can confirm that there is a ProductBiddingCategory with that value/ID. If you'll run the GetProductCategoryTaxonomy example (in Java), you'll see that this is being returned:

<rval>
   
<ConstantData.Type>ProductBiddingCategoryData</ConstantData.Type>
   
<dimensionValue>
       
<ProductDimension.Type>ProductBiddingCategory</ProductDimension.Type>
       
<type>BIDDING_CATEGORY_L1</type>
       
<value>1630781044279653237</value>

   
</dimensionValue>
   
<parentDimensionValue>
       
<ProductDimension.Type>ProductBiddingCategory</ProductDimension.Type>
   
</parentDimensionValue>
   
<country>US</country>
   
<status>ACTIVE</status>
   
<displayValue>
       
<key>en</key>
       
<value>Business &amp; Industrial</value>
   
</displayValue>
</rval>
<rval>
     
<ConstantData.Type>ProductBiddingCategoryData</ConstantData.Type>
     
<dimensionValue>
         
<ProductDimension.Type>ProductBiddingCategory</ProductDimension.Type>
         
<type>BIDDING_CATEGORY_L3</type>
         
<value>5362051926411047990</value>
     
</dimensionValue>
     
<parentDimensionValue>
         
<ProductDimension.Type>ProductBiddingCategory</ProductDimension.Type>
         
<type>BIDDING_CATEGORY_L2</type>
         
<value>88270227757468221</value>
     
</parentDimensionValue>
     
<country>US</country>
     
<status>ACTIVE</status>
     
<displayValue>
         
<key>en</key>
         
<value>Extension Cords</value>
     
</displayValue>
</rval>

Let me know if you have further clarifications.

Thanks,
Vincent
AdWords API Team
Reply all
Reply to author
Forward
0 new messages