Re: V201309 Placement Performance Report - Managed & Automtic

2013-10-18 Thread okiebug1...@gmail.com
OK, thanks Danial. If possible, please let me know results of your inquires into this issue, eta for update/solution or the bad news. Have a wonderful weekend, David On Monday, October 14, 2013 11:12:56 AM UTC-4, Danial Klimkin wrote: > > Hello DK, > > > Thanks for bringing this up. I'll chec

Re: getCriterionBidLandscape

2013-10-18 Thread Josh Radcliff (AdWords API Team)
Hi Gabriel, The *totalNumEntries* indicates the total number of *CriterionBidLandscape* objects. Each *CriterionBidLandscape* can contain multiple * BidLandscapeLandscapePoint* objects (one per specific bid amount). Please see the following documentation for details: https://developers.googl

Re: Internal API error when requesting feed items

2013-10-18 Thread frans
Hi Anash, Any news on the fix? Just tested syncing feeditems of the feed, we still get the unexpected API error. Thank you! Kind regards, Jaap-Jan Frans bGenius Op vrijdag 4 oktober 2013 08:46:27 UTC+2 schreef Anash P. Oommen (AdWords API Team): > > Hi, > > Looks like we have a fix in pla

Re: AuthorizationError.USER_PERMISSION_DENIED Test MCC using a Production Developer Key

2013-10-18 Thread Danial Klimkin
Hello Mike, Sorry but I have to double-check this. The cloud console user is not relevant here, the important one is the user you was logged in when you did OAuth authorization flow. Can you please log off any Google account, and re-try the OAuth flow making sure to log in with the correct use

Re: Ads device preference value

2013-10-18 Thread Danial Klimkin
Hello, It is "HighEndMobile" from the Platforms reference you've linked (30001). -Danial, AdWords API Team. On Thursday, October 17, 2013 1:48:08 PM UTC+4, GrueneOrchidee wrote: > > Thank you for your answer. > Maybe I asked the question not exact enough. I want to know which ids I > can se

Re: error 400 bad request client unauthorized

2013-10-18 Thread Danial Klimkin
Hello Taras, Are you able to retrieve an access token? Refresh token is the one you need to store for long-term, while you need an access token for the actual request. In this case, please send us the reporting request you are sending, including HTTP headers. Make sure to replace your access

Unable to authenticate using Python adwords library

2013-10-18 Thread nitesh malhotra
Hi All, I am following the instruction from the link: https://developers.google.com/adwords/api/docs/first-request here. But I am stuck in the first step itself. In python the documentation states to authenticate use the snippet 1. from adspygoogle.adwords.AdWordsClient

Re: What should I set into dveloperToken(v201302~09)

2013-10-18 Thread adword . aatest
Thank you very much. I didn't fill billing info. I'll try this!! 2013年10月16日水曜日 15時24分37秒 UTC+9 Taras: > > Have you fill billing info in test account? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://gr

ManagedCustomerService.get() sometimes returns inconsistent results

2013-10-18 Thread Jon Oler
You read my mind. I actually just posted to that forum. I also reported an issue from the thing that Morten emailed about in the Adwords UI awhile back. My forum posting doesn't appear to be showing up yet--maybe the forum is moderated, so it will take a little while to make it. It is kind

"[QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']"

2013-10-18 Thread Viking Xie
Hi, We've been getting this error for a couple of days. MCC ID:681-400-8614 test account customer id: 277-894-4771 Request XML: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201306";> 277-894-4771 xxx Test (AwAp

Re: AuthorizationError.USER_PERMISSION_DENIED Test MCC using a Production Developer Key

2013-10-18 Thread postmaster
Danial, Thanks for your reply.The test mcc and cloud console are both the same user (develo...@aardvarkads.com). So, the user has rights in test mcc as it is the default user (in adwords test mcc UI: My Account->Account Access, right?). At any rate, I tried the same code with a different test

Re: Ads device preference value

2013-10-18 Thread GrueneOrchidee
Thank you for your answer. Maybe I asked the question not exact enough. I want to know which ids I can set as device preferences, e.g. 3 or 1 or something like this, when I add a new ad. Is there somewhere an overview where I can find all possible ids? Am Donnerstag, 17. Oktober 2013 11:3

Adwords v201306 - ManualCPCAdGroupBids

2013-10-18 Thread marsgetit
I integrated Adwords v201209 in my C# application. And I used ManualCPCAdGroupBids class to create an object. Now I am trying to upgrade the API to v201306. Now I am getting error like The type or Namespcae Name 'ManualCPCAdGroupBids could not be found. Can you please tell me what is the altern

ManagedCustomerService.get() sometimes returns unreliable results

2013-10-18 Thread Jon Oler
We are seeing strange behavior with ManagedCustomerService.get(). We have a large MCC (over 1400 child AdWords accounts). We are periodically calling ManagedCustomerService.get() to detect newly linked/unlinked child AdWords accounts. In other words, we are periodically calling ManagedCustom

How to extract campaign name from gclid parameter?

2013-10-18 Thread Marco Cabboi
Hi, is it possible to extract campaign name from glicd parameter? I'm tracking click on a button, if the user came from an AdWords campagin my system add " - Adwords" to the label of the tracking. In need to add also the name of the campaign the user came from. I'm not tracking with GA, the clie

Unable to authenticate using OAuth 2.0

2013-10-18 Thread nitesh malhotra
I am trying to use the google adwords Python library and for authentication I am using the client_secrets.json, which I have downloaded from here: https://code.google.com/apis/console/ All the examples I have found in python use the following line for authentication: client = AdWordsClient(p

Re. AdWords - ManualCPCAdGroupBids

2013-10-18 Thread marsgetit
We have used ManualCPCAdGroupBids in v201209. What is the alternate in v201306. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: ForwardCompatibilityMap missing from response campaignservice

2013-10-18 Thread Danial Klimkin
Hello Jeff, Thank you for the feedback. I will follow up internally with the teams to improve the way we make changes to the FCMaps. -Danial, AdWords API Team. On Thursday, October 17, 2013 11:14:23 PM UTC+4, Jeff Theroux wrote: > > Danial, it is well documented and understood that new attr

PyXML is dead project!!

2013-10-18 Thread Wendy Zhou
I am stuck at PyXML as I Googled PyXML is a dead project. Is there any way substitute this? any help? as I run easy_install PyXML it popup this ' Unable to find vcvarsall.bat'!! --

Re: CampaignService returns

2013-10-18 Thread Danial Klimkin
Hello Hans, The fix is ready and in testing now. I'll update this thread once we have it live. -Danial, AdWords API Team. On Thursday, October 17, 2013 8:29:07 PM UTC+4, HK wrote: > > Hi, guys > > Any ideas when this will be addressed? We have a release sitting waiting > to go out with supp

Re: Getting Access Token from $_REQUEST["code"] is very slow (PHP)

2013-10-18 Thread Paul Matthews (AdWords API Team)
Hi, It looks a lot like there's a network connectivity issue between your servers and the AdWords servers. Can you try running the code examples on a different network to confirm this. You can also use networking tools such as traceroute to diagnose net

Re: Getting Access Token from $_REQUEST["code"] is very slow (PHP)

2013-10-18 Thread g12
I noticed that not just the "getting the acess_token" process is slow, but every call made against the adwords account. Like getting the customerIDs from adwords test MCC account. I get them all, but taking serious time. 2013. október 17., csütörtök 13:10:58 UTC+2 időpontban g...@mediasales.hu