Re: Cannot read credentials from ads.properties on GAE devserver

2014-01-14 Thread Anders Hansen
Hi Ray, I am using Eclipse for development and have placed the ads.properties file in src/main/resources, which is in the Java Build Path. I use Maven for compilation from the cmd prompt and the applicatioin is packed as a .war file. To start the development server I use mvn appengine:devserver

Re: No Max CPC being returned for Managed Placements

2014-01-14 Thread david
From ploughing though the docs, I think it's looking like we cannot now set bids on individual managed placements unless it is part of a Display Network Only campaign. Can anyone confirm this in fact the case? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: AWQL -- query only Records with Impressions, Clicks, or Conversions 0

2014-01-14 Thread Rasmus Ladekjær Pedersen
You can see the formal grammar here https://developers.google.com/adwords/api/docs/guides/awql under Formal Grammar. There is no support for OR i AWQL. A solution could be to use node-gawrhttps://github.com/ladekjaer/node-gawr to fetch the data and then filter with grep (on Linux/Mac OS X) or

Re: Do I need to link clients to MCC to access their accounts via API?

2014-01-14 Thread naman jindal
Hi Guys, I am also looking for an answer to this question. I want my API application to get access to client accounts as soon as they authorize the application, so that the application can generate reports for their accounts. Can you please assist how is that done? Thanks and Regards, Naman

Re: problème de ajouter character Eure (€)

2014-01-14 Thread KAMOUN Ilyess
i have a problem while uploading creatives which contain the EUR sign ( ). So on trying to upload the following description1 A partir de 1,68€. En stock. and i use this code $price = html_entity_decode('A partir de #8364;1,68. En stock.', ENT_QUOTES, 'UTF-8'); in my script of php API

Re: problem add character Eure (€)

2014-01-14 Thread KAMOUN Ilyess
i have a problem while uploading creatives which contain the EUR sign ( ). So on trying to upload the following description1 A partir de 1,68€. En stock. and i use this code $price = html_entity_decode('A partir de #8364;1,68. En stock.', ENT_QUOTES, 'UTF-8'); in my script of php API

Re: Junk characters in 'Dynamic ad target' column in Criteria Performance report

2014-01-14 Thread Anash P. Oommen (AdWords API Team)
Hi, Could someone send me a private reply with a report attachment to adwordsapiadvisor+an...@google.com? I could take a look at the reports. Cheers, Anash On Thursday, January 9, 2014 8:05:10 AM UTC-5, sc...@bgenius.com wrote: Hi Anash, Do you have an update for this issue? Thanks,

Re: MultiplierError.BID_LESS_THAN_MIN_ALLOWED_BID_WITH _MULTIPLIER

2014-01-14 Thread Josh Radcliff (AdWords API Team)
Hi, The fix for this is now live and the work around is no longer necessary. Please let me know if you encounter any further issues around this. Thanks, Josh, AdWords API Team On Wednesday, December 11, 2013 6:22:25 PM UTC-5, Josh Radcliff (AdWords API Team) wrote: Hi, We're working on

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201109/CampaignService?wsdl' : failed to load external entity https://adwords.google.com/api/adwords/cm/v2

2014-01-14 Thread Ray Tsang (AdWords API Team)
Mehul, I've replied to this on the other thread at: https://groups.google.com/forum/#!searchin/adwords-api/from$3A$20mehul/adwords-api/2yHFB3jHH6A/jydzPXaK0msJ Let's continue the discussion there. Thanks! On Wednesday, January 8, 2014 10:07:17 AM UTC-5, Mehul HvInfotech wrote: *Even

Re: Adwords API Error (in Python)

2014-01-14 Thread Ray Tsang (AdWords API Team)
Jimmy, The error doesn't sound like it's authentication related. Do you have logs turned on? Could I trouble you to use the Reply to Author function and send me a sanitized log file (full XML request/response without sensitive information). Thanks, -- Ray Tsang (AdWords API Advisor) On

Re: Duplicate Geo Target Locations

2014-01-14 Thread Ray Tsang (AdWords API Team)
Gopi, Could I trouble you to use the Reply to Author feature to send me directly the full SOAP request/response (without sensitive information). Thanks! -- Ray Tsang (AdWords API Advisor) On Friday, January 10, 2014 2:58:28 PM UTC-5, Gopi wrote: Hi, Recently we are facing an issue in

Re: Error: redirect_uri_mismatch and Error: invalid_grant

2014-01-14 Thread Ray Tsang (AdWords API Team)
Deepak, In your use case, I feel you should create a client ID / secret pair for Installed application. Please see our OAuth 2.0 authentication guidehttps://developers.google.com/adwords/api/docs/guides/authenticationfor more detail. Once you are using an Installed application - PHP's

Re: Duplicate Geo Targetting locations

2014-01-14 Thread Ray Tsang (AdWords API Team)
Gopi, I noticed that you have another thread with similar issues. Let's continue the discussion there: https://groups.google.com/forum/#!topicsearchin/adwords-api/messageid$3a%2213209b99-871a-4475-94f9-2976808dc...@googlegroups.com%22/adwords-api/_YzQ1PP_uZE Thanks! -- Ray Tsang (AdWords API

Re: Log Files for Python Adwords API

2014-01-14 Thread Ray Tsang (AdWords API Team)
Jimmy, In config.py, it is configured with the LOG_HOME variable. https://github.com/googleads/googleads-python-lib/blob/master/adspygoogle/scripts/adspygoogle/adwords/config.py?source=cc#L33 Thanks! -- Ray Tsang (AdWords API Advisor) On Friday, January 10, 2014 10:52:43 AM UTC-5, Jimmy Xie

Creating a MCC test account.

2014-01-14 Thread Adwords Test
Hello, I follow this page (https://developers.google.com/adwords/api/docs/test-accounts) to create a MCC test account. But the given link (https://adwords.google.com/um/StartNewMccAccount?testAccount=true) takes me to another page which creates a live account. Any ideas what I've done wrong

.NET - access with service account

2014-01-14 Thread keith
I am trying to build my first app that pulls campaign data from AdWords, but I am having a bit of trouble. Here is where I'm at: 1. Installed the AdWords API NuGet package 2. Created an MCC Test account and an AdWords Test account 3. Created an AdWords API developer account (on LIVE

.NET - Using service account to access test data

2014-01-14 Thread keith
I apologize if this ends up being a duplicate, but my first attempt didn't appear. I am trying to build my first app that pulls campaign data from AdWords, but I am having a bit of trouble. Here is where I'm at: 1. Installed the AdWords API NuGet package 2. Created an MCC Test account

Re: Reporting Stats for an MCC

2014-01-14 Thread Mike C
Thanks for the response Ray! I've taken a look at your links - Do I need to actually download reports and parse them for this data or can I get an XML response (or any other format I can parse) to the request? I have users that will be changing their date range in the app dash and it doesn't

QuotaCheckError.INCOMPLETE_SIGN_UP

2014-01-14 Thread cetin
I get this error message(QuotaCheckError.INCOMPLETE_SIGN_UP) when i try to get or add campaigns. Developer Token says reviewed. I wanna get information about approval stage. Can you inform me about my approval stage? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Ad Hoc Reporting to migrate to 309

2014-01-14 Thread Mike C
Currently I have an app utilizing the Adwords API in which clients can login and see their Adwords Campaign stat in a dashboard. I'm using v201206 and utilizing CampaignService.CampaignStats to get stats, impressions, conversion, etc. values. I see that is being removed in v201309. Is my

Re: Discrepancy between API and UI Cost Data - Placement Performance Report

2014-01-14 Thread Michael Cloonan (AdWords API Team)
Hi Charlie, I know that supporting app placement data via the API is something we want to do, but unfortunately I cannot provide any kind of estimate as to when that would be available. We announce new features on our bloghttp://googleadsdeveloper.blogspot.com/, so subscribing to that will

Re: How to incrementally fetch Campaign, AdGroup Ads with date range Batch the calls.

2014-01-14 Thread Bikram Bhuyan
Hi Ray, Thanks a lot for the information. I got the required information from this and it is really helpful. But I am finding it little difficult how to create the AWQL for this service call. Not sure how to pass the date range. If you have a sample example, could you please send me or you

Re: Do I need to link clients to MCC to access their accounts via API?

2014-01-14 Thread Ricardo Buitrago
Thanks for backup Naman, I hope someone can help us out with this soon. Good luck. On Tuesday, January 14, 2014 10:41:08 AM UTC-5, naman jindal wrote: Hi Guys, I am also looking for an answer to this question. I want my API application to get access to client accounts as soon as they

Re: How to incrementally fetch Campaign, AdGroup Ads with date range Batch the calls.

2014-01-14 Thread Bikram Bhuyan
Hello, I could figure out how to make a call to this service. But I am facing one issues. When I make a call to this service for a date range for a campaign, I am getting the error *[CustomerSyncError.TOO_MANY_CHANGES @ selector]*. Any information what does this mean. I am trying to make a

Re: How to incrementally fetch Campaign, AdGroup Ads with date range Batch the calls.

2014-01-14 Thread Bikram Bhuyan
Hello, Does the CustomerSyncService returns the newly added adgroups and newly added ads? The below link does not specifically says about new ads. So wanted to confirm. https://developers.google.com/adwords/api/docs/reference/v201309/CustomerSyncService.AdGroupChangeData If this service does

Re: calls from ads conversion casing

2014-01-14 Thread GregT
Don't want to be a pain, but pinging again about whether this is a bug on Google's end, and if so, any timeline for a fix? Thanks, Greg On Friday, December 20, 2013 2:58:18 PM UTC-6, GregT wrote: Ping again -- wondering whether this is a bug on Google's end, and if so, any timeline for a

Re: Do I need to link clients to MCC to access their accounts via API?

2014-01-14 Thread John Kushmerick
Hi Guys, We setup OAuth 2.0 for our API access a couple months back, and you should not need to link the client account to your MCC account. That being said, we had a login for the client account that we were able to use to grant the API access when prompted by OAuth. The way OAuth works is

Ad Performance Information from API

2014-01-14 Thread Bikram Bhuyan
Hello Guys, I need to fetch the following information for each ad. Could you please let me know which API call can be used to get these information. 1. Clicks 2. Impressions 3. CTR 4. Avg. CPC 5. Cost 6. Budget Also I wanted to how how much granular data we can get. Our design requires to

Re: Do I need to link clients to MCC to access their accounts via API?

2014-01-14 Thread Ricardo Buitrago
Thanks John, you have been very helpful. On Tuesday, January 14, 2014 6:15:00 PM UTC-5, John Kushmerick wrote: Hi Guys, We setup OAuth 2.0 for our API access a couple months back, and you should not need to link the client account to your MCC account. That being said, we had a login for

Adding CampaignCriterion Webpage results in CriterionError.CANNOT_ADD_CRITERIA_TYPE

2014-01-14 Thread b . kanbach
Hi there, i am receiving an error while trying to add a Webpage Criterion to my Campaign with CampaignCriterionService. The error i am receiving is: An error has occurred: [CriterionError.CANNOT_ADD_CRITERIA_TYPE @ operations[0].operand.criterion] The following source code shows that