maxCPC Formula Based on Stock Levels
June 4, 2009 in Integration
A new structure for the max CPC, within Integration has been developed. The new structure will allow advertisers to structure bids based on current inventory levels as specified by the data feed.
maxCpc Formulas
Case 1: Single Step
Receive maxCpc value and return it as is (regardless of the quantity).
Example: maxCpc value = 0.15 return value = 0.15
Case 2: Multi Steps
Format: (quantityFrom-quantityTo,maxCpc)
How to: Write in the quantity steps and the corresponding maxCpc value that fits to each step and the formula will return the maxCpc value based on the quantity value.
Example, Quantity steps values + maxCpc formula: If the product is out of stock the bid should be 0.15, for a quantity of 1-10 it should be 0.50 and for 11 and greater 0.75.
Within the Max CPC section in the integration job (AdWords™ Default Values >> Criteria) we would place the following formula, (-0,0.15)(1-10,0.50)(11-,0.75). If the quantity is 0 the maxCpc will be 0.15 (first step), if the quantity value is 14 the maxCpc value will be 0.75 (last step).





