Re: Set budget (not shared) and location (PHP)

2014-03-27 Thread Mike Young
Was there an answer that would set a budget for a single campaign? (if I have budget ID and campaign name in a variable stored already in a DB) I'm using AWQL method.. Is it as Rick says...something like: - $mycampaignname= "abctaxis"; $campaign->budget = 50.00; $budget = new Budget();

Re: Dry run when executing Mutate operations

2014-03-27 Thread Michael Cloonan (AdWords API Team)
Hi Luca, You're right, the validateOnly feature is exactly what you should be using for this. You can read more information about it on our developer site. It looks like you're using Python, and you

Expected return value MaxCpc field in reports

2014-03-27 Thread Robert Borkowski
We have migrated to API versions v201402 When pulling Keywords Performance Report we're getting MaxCpc field Docs are stating: Name: "MaxCpc" Type: "Bid" Behavior: "Attribute" Notes: "Usually a number in the format "x.xx", but may return "auto: x.xx" or just "auto" if automatic bidding is used." w

How To get Country,Zipcode,postalcode,State and DMA code from geo_criteria_id

2014-03-27 Thread Veera Reddy
Hi, We are trying to get Country,Zipcode,postalcode,State and DMA code from geo_criteria_id(which comes from BidRequest). As per the documentation, We can retrieve from canonical hierarchy but we were not able to get the Zipcode and DMA(metro code) code from that file and here is the link to