Re: returnMoneyInMicros: true but totalConvValue still in currency

2012-12-09 Thread Zweitze
I hope that request will be rejected. As I understand totalConvValue is just the sum of the *exact* values that were posted by the conversion scripts. If you want micros in totalConvValue then your conversion scripts should set the values in micros instead of something else. BTW: *It's quite

Re: Identifying Accounts using MDS/MDO Budgets via AdWords API

2012-12-09 Thread Zweitze
You can do that with BudgetOrderService.GetBudgets() Unfortunately, at least when you're using v201206, calling BudgetOrderService.GetBudgets always gives an error, since it does not support the current budgets - see

Re: Get automatic placement exclusions on ad group level

2012-12-09 Thread Zweitze
Anyone? Op vrijdag 16 november 2012 15:36:30 UTC+1 schreef Zweitze het volgende: Searching further, I found the article Mapping Report to the UI which describes the placement exclusions as

OAuth2 service account for Adwords api

2012-12-09 Thread OzChad
We are currently on the schedule to update clientLogin authentication to new OAuth2 in our window service (running on schedule to exchange data with adwords, there is no user interaction). However after searching around I couldn't find any clear answers for the parameters required to construct

how to retrieve google calender Id in .net

2012-12-09 Thread sajith tg
Hi, How can i retrieve particular Calender Id of a calender from useraccount.currenty googleAPI is providing AtomId class but it only supplies the url not CalenderId. ---Code--- private void createEvent(AtomId atom) { try

Difference in Search Query and Keyword Performance Report

2012-12-09 Thread PPC London
Hi I downloaded SearchQuery report and keyword performance report using api as well as from the adwords website for the date 28th Nov 2012 For one of my adgroup I have 3 impressions and 1 click in keyword performance report But in searchquery report when I search for this adgroup Id I cannot

Re: URGENT: What should I enter to clientId?

2012-12-09 Thread hardik
I am facing the same problem as well ... How did you solve it ... Right now the api version available is v201209. I read that whenever there is a new api released the older one gets defunct in 4 months. At the same time the official client libraries at

Re: API is slow when accessing GetService requests

2012-12-09 Thread Dave
Hi Paul, Thank you for replying quickly to our issue. After further testing we are thinking it's an issue with routing to and from our provider. We currently use Linode and after testing multiple locations with them and an Amazon EC2 it seems isolated to an issue between Google and the Linode

Re: New Remarketing Tag

2012-12-09 Thread Kamil
Hey, Did you find any solution for this? I also can't figure out how to manage rule-based remarketing list by API. Kamil W dniu poniedziałek, 5 listopada 2012 16:42:36 UTC+1 użytkownik Jon napisał: Paul, Thanks for the links. It's clear how to create the old style remarketing tags,

Google Calender Events for .net

2012-12-09 Thread sajith tg
Hi, Iam creating Google calender Event Programically in .net and i need to share calender to my list of friends .right now it is working fine except how can i retrieve calender id for a particular calender . GoogleApi has a class AtomId but from there i can only retrieve the url not the

Interested in having someone develop our own Adwords API system for our PPC campaigns. i...@evolutionleads.com

2012-12-09 Thread Mohammad Obeidallah
Please feel free to contact me through email. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

How to obtain criterion ID of ad schedule

2012-12-09 Thread robert.johans...@adwire.se
Hi, I'm in the process of migrating from v201109 to v201209, but I have a question regarding how to use the campaign criterion service in order to create or modify ad schedules. All other criterions (languages, countries etc) have static IDs, but it seems to me like this is not the case with

How to obtain adschedule criterion ID

2012-12-09 Thread robert.johans...@adwire.se
Hi, I'm about to migrate from v201109 to v201209 and I'm stuck at making the adschedule work using the CampaignCriterionService. All other criterions (languages, countries etc) have static criterion IDs, but it seems like this is not the case for adschedules? Correct me if I'm wrong, but what

Re: OAuth2 service account for Adwords api

2012-12-09 Thread Anash P. Oommen
Hi Oz, I pushed an updated version of the .NET client library last week, that has support for JWT. I am still working on a guide for the same, but if you want to try it out then let me know and I'll share the rough set of instructions for the same. Just out of curiosity, is there any reason

Re: SOAP-ERROR when using the example provided - unsure about the whole registration and authentication process

2012-12-09 Thread Anash P. Oommen
Hi, This seems like a connectivity issue on your server to the AdWords API sandbox. Could you check if https://adwords-sandbox.google.com/api/adwords/o/v201209/TrafficEstimatorService?wsdl is reachable from your server? Cheers, Anash P. Oommen, AdWords API Advisor On Saturday, 8 December

Re: URGENT: What should I enter to clientId?

2012-12-09 Thread Anash P. Oommen
Hi, The latest version of Adwords API is v201209. If you can point me to the part in documentation where v201109 is mentioned as the latest version, I'll get it fixed. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 7 December 2012 23:56:54 UTC+5:30, hardik wrote: I am facing the

Re: urlFetchApp.Fetch only returns response code 200

2012-12-09 Thread Takeshi Hagikura
Hello Robert, For AdWords Scripts, there is another forum https://groups.google.com/forum/#!forum/adwords-scripts Can you please ask it there? This forum is intended for AdWords API. Best, - Takeshi 2012年12月7日金曜日 3時16分34秒 UTC+9 Robert: Hello If anyone can assist me with this I would be

Re: returnMoneyInMicros: true but totalConvValue still in currency

2012-12-09 Thread MT
I don't see any benefit in having one monetary value returned in a different format than all the others, it's just illogical and makes it more difficult to code. I develop a reporting tool used by hundreds of companies around the world, I can't instruct them all to change their conversion

Re: How to get deleted ads report in ReportDefinitionService

2012-12-09 Thread Takeshi Hagikura
Hello Vlpin, I believe it's not possible to get statistics for deleted ads. Best, - Takeshi, AdWords API Team 2012年12月6日木曜日 20時19分10秒 UTC+9 Vipin: Hello, I am using ReportDefinitionService API for getting keywords performance reports. But I am not getting deleted ads clicks,cost etc