Re: Getting a budget object from a campaign object - v201209?

2013-08-02 Thread pramod . i2k2
Hi Danial, I am developing with API v201306. If you can share a piece of code that shows how to retrieve and modify budget of a campaign then it would help me a lot. Thanks, Pramod On Friday, October 19, 2012 6:49:24 PM UTC+5:30, Danial Klimkin wrote: > > Hello Alex, > > > Budget is not, but B

Re: newbie - my first ad hoc report request - getting a 400 response

2013-08-02 Thread Jason Stedman
Keith, That is unlikely. A 400 error suggests the request is bad. A 403 would be expected for a permissions issue. AdHoc report requests are read only operations also. I don't see anything obvious wrong with your request. Just on a hunch, try changing the Id field to AdGroupId which is also l

Re: Undocumented click types

2013-08-02 Thread David Torres (AdWords API Team)
Hi Rob, I'm investigating right now why those types are not documented and what other types should be, please bear with me for bit. Thanks, - David Torres - AdWords API Team On Friday, August 2, 2013 4:10:46 AM UTC-4, Rob wrote: > > Hi, > > We've seen a number of undocumented click types retur

Cannot get the Keywords Ideas working on PHP

2013-08-02 Thread Nick Bloor
Hi, I have had to upgrade my API to version adwords_api_php_4.5.1 I am trying to run the example (using version v201306) program /scripts/adwords_api_php_4.5.1/examples/AdWords/v201306/Optimization/GetKeywordIdeas.php but am receiving the following error: *Warning*: Error parsing /adwords_api

Re: Unmarshalling Error with Selector in v201302 (aw_api_php_lib_4.1.1)

2013-08-02 Thread Nick Bloor
Hi, I am also experiencing this issue. I applied Paul Matthew's update (to adwords_api_php_4.5.1) but when I run /adwords_api_php_4.5.1/examples/AdWords/v201306/Optimization/GetKeywordIdeas.php I get the following error: Warning: Error parsing /adwords_api_php_4.5.1/src/Google/Api/Ads/AdWords/

Getting a campaign's upgraded sitelinks

2013-08-02 Thread Peter Kingswell
Hi, I have a campaign with one sitelink extension that belongs to an account with 5 sitelinks. However when I download the sitelinks for the campaign, all 5 sitelinks are returned. All the sitelinks in question are upgraded. Can someone spot the problem with the code below? The code attempt

Re: No End date set in Create a campaign

2013-08-02 Thread Danial Klimkin
Hello Akhilesh, As per documentation: https://developers.google.com/adwords/api/docs/reference/v201306/CampaignService.Campaign#endDate "To set an existing campaign to run indefinitely, set this field to 20371230" -Danial, AdWords API Team. On Thursday, August 1, 2013 1:25:24 PM UTC+4,

Re: No statistics in reports

2013-08-02 Thread Danial Klimkin
Hello Ilya, This data looks like Analytics reporting. This group is for technical questions regarding AdWords API only. -Danial, AdWords API Team. On Thursday, August 1, 2013 2:47:49 PM UTC+4, Ilya Chukhlayev wrote: > > Hi colleagues! > > I have a question about the absence of statistics in

Re: State of AdParams

2013-08-02 Thread Danial Klimkin
Hello Dorian, Thank you for your feedback. I've logged it internally to include in our review. Currently we do not have any timeframe for ad param related changes but this service is definitely on our radar for upgrade in future versions. -Danial, AdWords API Team. On Wednesday, July 31, 2

Re: TargetingIdeaService return keywords stats not matched with Web UI.

2013-08-02 Thread Danial Klimkin
Hello Chirag, The UI number is an average for past several month (see the description under "?" button) while API data is monthly. They can match for some months but likely to be different. -Danial, AdWords API Team. On Thursday, August 1, 2013 10:58:51 AM UTC+4, Chirag eReportz wrote: > >

Re: Campaigns Limited by Budget

2013-08-02 Thread Danial Klimkin
Hello Rob, I can't share exact calculation unfortunately but I'll check if we can add this flag in the future API versions. -Danial, AdWords API Team. On Friday, August 2, 2013 12:04:52 PM UTC+4, Rob wrote: > > Could somebody at Google please let me know how the "Limited by Budget" > status

.Net Client Library App.config issue with soap extension types.

2013-08-02 Thread Chris Jenkins
Having a small issue here. I'm trying to run the following code: using System; using Google.Api.Ads.AdWords.v201306; using Google.Api.Ads.AdWords.Lib; namespace CodeTest2 > { > class Program > { > static void Main(string[] args) > { > // Create an AdWordsUser with whatever configuration is availa

Re: newbie - my first ad hoc report request - getting a 400 response

2013-08-02 Thread Keith
Just in case anybody else is monitoring this thread (I'm in touch offline with Jonathan Shalz): I just recalled something that I think might be the explanation for the 400 response: the manager of the Adwords account I was using was reluctant to give my Google account full access to the API; so

Entities Limit

2013-08-02 Thread Kenny Chung
Hi there, I've been trying to add proximity based bid modifiers to a campaign using AdWords Scripts. It is currently complaining that I've reached an entity limit. What is this entity limit and is there a way to raise it? Regards, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

CampaignFeedMapping: matching function error

2013-08-02 Thread Yury Tolochko
Hi, I have feed for sitelinks. This feed contains attribute `campaign_id` (type INT64). For each feed item I specify campaign_id where it should be used. Finally, I'm trying to add CampaignFeedMapping like: // PHP $matchingFunction = new FeedFunction() $matchingFunction->lhsOperand = array(new F

Re: No statistics in reports

2013-08-02 Thread Jörn Steinhauer
Same problem here. We track a lot of websites, some of them are counted, others display Zero... Am Donnerstag, 1. August 2013 12:47:49 UTC+2 schrieb Ilya Chukhlayev: > > Hi colleagues! > > I have a question about the absence of statistics in all reports for last > two days. > > I have no stat

OAuth2 with AdHoc

2013-08-02 Thread Brandon
Hi, I'm migrating v201302 to v201306. But there are so many troubles around with me. The first one is that I can't use "setAccessType" when I want to new a Credential. In your document which used GoogleCredential credential = new GoogleCredential.Builder().setTransport( new NetHttpTransport()

Undocumented click types

2013-08-02 Thread Rob
Hi, We've seen a number of undocumented click types returned in reports recently. Could you please add these to the documentation? Are there any others? So far we've seen "Email subscription", "Image Ad image click" and "Mobile app extension". The criteria report shows the following list: Pre

Re: Campaigns Limited by Budget

2013-08-02 Thread Rob
Could somebody at Google please let me know how the "Limited by Budget" status is calculated in the AdWords UI? We can guess, but our clients expect us to report things in the same way as the UI so that's not good enough in the long term. Thanks, Rob. On Wednesday, 24 July 2013 15:54:48 UTC+1,

Re: AdGroupCriterionService Bug? - EntityNotFound.INVALID_ID for CriterionId that exists

2013-08-02 Thread Rob
Looks like you're trying to change the bid on a deleted criterion (DELETED). That could explain why it doesn't work. On Monday, 22 July 2013 12:13:01 UTC+1, Akil Burgess wrote: > > Hi All, > > We're seeing a reproducable issue where we receive an > EntityNotFound.INVALID_ID (trigger - CriterionI