Sorry, had to work one something else for a while. Now back to this. Unfortunately the NetworkTarget field does not appear to be working correctly. This screenshot shows that I have Display Network only selected as the Network target in the Adwords UI
<https://lh3.googleusercontent.com/_EYrtxVNHoGk/TaJgyiJyzxI/AAAAAAAAAAU/F52dvVMw6Po/google-network-display.png> But in the SOAP XML below you can see that it is saying the NetworkTarget is ALL. Am I missing something here (looking at thw wrong field) or is this broken? <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201101"> <requestId>6956041ad94eed8686cdac89a3bd2fcb</requestId> <operations>1</operations> <responseTime>401</responseTime> <units>1</units> </ResponseHeader> </soap:Header> <soap:Body> <getResponse xmlns="https://adwords.google.com/api/adwords/cm/v201101"> <rval> <totalNumEntries>1</totalNumEntries> <Page.Type>CampaignPage</Page.Type> <totalBudget> <period>DAILY</period> <amount> <ComparableValue.Type>Money</ComparableValue.Type> <microAmount>200000</microAmount> </amount> <deliveryMethod>STANDARD</deliveryMethod> </totalBudget> <entries> <id>56790531</id> <name>Gerbs Camp2222</name> <status>ACTIVE</status> <servingStatus>SERVING</servingStatus> <startDate>20100623</startDate> <endDate>20371231</endDate> <budget> <period>DAILY</period> <amount> <ComparableValue.Type>Money</ComparableValue.Type> <microAmount>200000</microAmount> </amount> <deliveryMethod>STANDARD</deliveryMethod> </budget> <biddingStrategy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ManualCPC"> <BiddingStrategy.Type>ManualCPC</BiddingStrategy.Type> <positionPreference>OFF</positionPreference> </biddingStrategy> <conversionOptimizerEligibility> <eligible>false</eligible> <rejectionReasons>CONVERSION_TRACKING_NOT_ENABLED</rejectionReasons> </conversionOptimizerEligibility> <campaignStats> *<network>ALL</network> *<Stats.Type>CampaignStats</Stats.Type> </campaignStats> <adServingOptimizationStatus>ROTATE</adServingOptimizationStatus> <frequencyCap> <impressions>0</impressions> </frequencyCap> </entries> </rval> </getResponse> </soap:Body> </soap:Envelope> -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
