AuthorizationError.USER_PERMISSION_DENIED while downloading Sitelinks report.

2013-02-05 Thread Angel
Hi,
 
I am getting AuthorizationError.USER_PERMISSION_DENIED while downloading 
Sitelinks report.
 
Can anybody suggest any solution.
 
 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Testaccount: Problems with Web UI on an Test Account

2013-02-05 Thread Thomas Jez
When I click on Keywords the Website takes very very long to show them. 
And then I get warnings about empty objects (campaigns, adgroups, etc.) But 
I have already deleted all this objects yesterday.
(Two days ago I had done a stress test on a test account, which has gone 
wrong. (Now I know I shouldn't have done this). Don't know if there is a 
connection.)

What can I do about this?

Thank you very much
Thomas


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Import and export campaigns with IDs

2013-02-05 Thread Anash P. Oommen (AdWords API Team)
Hi Marcos,

If you need adgroup and campaign ids only, then 
ADGROUP_PERFORMANCE_REPORThttps://developers.google.com/adwords/api/docs/appendix/reports#ad-group
 should 
be sufficient. If you need adIds too, then go for AD_PERFORMANCE_REPORT 
instead.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Monday, February 4, 2013 2:48:58 PM UTC+5:30, Marcos Placona wrote:

 Hey Anash,

 First of all, thank you very much for all your help. It's really 
 appreciated.

 As for your answer, I think that would make sense too. 

 It's the first time I look at the reporting API (so bear with me :-)), but 
 by the looks of it, if I used 
 ADGROUP_PERFORMANCE_REPORThttps://developers.google.com/adwords/api/docs/appendix/reports#ad-group,
  
 I could potentially list all my adgroups, and select campaign ID to be 
 returned as well. This would potentially suffice I think.

 Would you say that's a good idea? Or are there any flaws on my plan?

 Thanks again,

 Marcos

 On Monday, 4 February 2013 08:13:51 UTC, Anash P. Oommen (AdWords API 
 Team) wrote:

 Hi Marcos,

 You could try running an ad performance report with CampaignId and 
 AdGroupId columns. You will have to do this from the API though, since the 
 UI doesn't expose various object ids. However, it will be relatively 
 simpler than using the full campaign management API services, and you could 
 request the report in CSV format just like you would need.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Friday, February 1, 2013 10:13:01 PM UTC+5:30, Marcos Placona wrote:

 Hi, we're working to automate our campaign (and everything below it) 
 creation.

 One of our requirements is to be able to update an existing campaign 
 once a certain area of our system is updated. because we don't want to have 
 to query the API every time the user goes to a certain area, we will be 
 caching some of the information on our databases, and only use the API for 
 saving (mutate) changes.

 The changes will vary from updating a campaign name to add keywords, 
 create adgroups (as well as starting and pausing them) and managing 
 negative keywords.

 So after talking to our marketing department, they've agreed to provide 
 us with a CSV documented (exported from our system) that will contain all 
 the information formatted as per Adwords standards. This will then be 
 imported into Adwords (via csv import functionality).

 Our plan here was to then be able to export it back, so we could get all 
 the ID's used by Adwords' during creation (i.e. campaign id, adgroup id, 
 etc) this would then allow us to map Adwords' id's to our internal id's, 
 thus allowing us to mutate items by their Adwords' ID.

 The problem I'm facing though, is the fact that when we export data from 
 the Adwords web interface, the ID's don't seem to be returned. you do have 
 an option to customize which columns you want returned, and in some cases 
 even select ID (i.e. ads), but there's no option to return ID's on 
 campaigns or adgroups.

 I appreciate I could simply list every single campaign in my account and 
 get the ID of it via API calls, and then do the same drilling down to 
 adgroups, keywords, etc, but I find this a bit counter-intuitive as I 
 will basically have to build a tool to support my tool :-)

 So I was wondering if anyone else here has had the same problem, and if 
 so, what have you done to resolve it? 

 P.s. While I may be sounding a bit lazy here saying I don't want to make 
 that many API calls, I'm talking about hundreds of campaigns, with 
 thousands of adgroups under each one, so exporting to a CSV file would 
 potentially be the most suitable option to me. Also, I'm aware I'm asking a 
 question about the web interface here, but because I'll be using the data 
 with the API, I thought you guys would let me get away with it ;-)

 Thanks in advance,

 Marcos



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Is google adwords keyword tool is free or paid

2013-02-05 Thread neeraja . harvest
hi,
I want to use google adwords keyword tool api in my project and i have 
created My client center account but cant find download api after login.Is 
google provides api for free or need to pay amount?Please give a solution 
ASAP if any one knows

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




How to programmatically recording an Adword conversion?

2013-02-05 Thread PatStatic


We have a problem of visitor qualification in our Adword campaign. 
Concretely, often a visitor that has no clue about what the software we 
sell does, still *download trial* (despite our attempt to explain him what 
it does, on landing pages) and count as a +1 recorded conversion in our 
Adword stats. Since Adword seems intelligent enough to maximize the 
conversions#, it ends up bringing us plenty of non-qualified visitors. Thus 
we need to define what is a conversion differently, sometime after the 
*download 
trial *operation.

The option of defining conversion as a sale isn't good, because most of our 
users are professional employees. In such situation, most of the time the 
machine from where the product is purchased isn't the machine used for 
first download.

The best conversion definition I can think of, would be a first successful 
run of our product (what we call *evaluation*). Indeed, by tracking what 
happened, we already asserted that only qualified visitor/dowloader do 
evaluate our product properly, most of the time on the same machine used 
for downloading the trial bits.

Our product is a rich UI program developed with the .NET platform. To 
achieve *conversion recorded on evaluation*, we need to read 
programmatically all installed browsers cookies, (there is a free 
librarieshttp://www.codeproject.com/Articles/330142/Cookie-Quest-A-Quest-to-Read-Cookies-from-Four-Pop
 for 
that) and if we find a *Adword Conversion Tracking cookie* corresponding to 
our product, we can:


   - Launch the concerned browser programmatically on a *Thanks for 
   evaluating our product page* that contains the Adword conversion 
   javascript (*in-browser* scenario).
   - or, better if possible, ping back programmatically the Adword server 
   with data found in the cookie (*out-of-browser* scenario).

I'm not an expert on these technologies so I might be well missing 
something.


   - Does this (client side) scenario can be handled through *Adwords API*?
   - If no, what are my options to implement this conversion recording.

Your help will be highly appreciated, thanks in advance.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: newbie to adword api - creating reports

2013-02-05 Thread shak forex
@Takeshi  thanks,

how can i run test queries (on a test account until i get my dev token)?


On Thursday, January 17, 2013 10:43:45 AM UTC+2, Paul C wrote:

 hi all,

 i'm a newbie to adwrods api, and I have a task to create daily reports 
 from several adwords accounts and Pull the data into CSV file  (i'm 
 working on PHP), 

 the reports i need to generate are:


 · Cost per campaign

 · Clicks

 · Impressions

 ·  Ad

 · Language

 · Country

 · Campaign

 · conversion data


 my question is:

 1. how do i query each one of the above (the name to put on code) , i 
 found this link 
 https://developers.google.com/adwords/api/docs/appendix/reports 

 2. how do i work with the PHP library? where is the report creating?

 3. in general , how do i query reports?


 thanks,




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




ADHOC Criteria report eith keyword performance report

2013-02-05 Thread silvester
Hi,
I have created the Keyword performance report using ADHOC method. But some 
client account have display network report as well. Is it possible to 
combine both and display .

Thanks,
Joseph

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Failed to Get a List of Automatic Placements via AdGroupCriterionService

2013-02-05 Thread Omri Cohen
Thanks David.
One more question please. What are the placements that are retrieved in the 
Criteria report. I assume those are managed placements. Is that correct?

On Monday, February 4, 2013 11:31:53 PM UTC+2, David Torres (AdWords API 
Team) wrote:

 Hi Omri,

 Keywords performance report should not be used to report on placements, so 
 please to rely on it to retrieve placements since it will not return the 
 data you are looking for.

 Best,

 - David Torres - AdWords API Team

 On Sunday, January 27, 2013 8:37:52 AM UTC-5, Omri Cohen wrote:

 Hi Kevin,

 Very clear explanation. Thanks!
 I am in search for the best data source for automatic placements, 
 specifically impressions, clicks, CTR, conversions, conv. rates. 
 I read through your reply to Tomer and I understand that the best way to 
 go about is using the Automatic Placements Performance report. This is 
 despite the fact that impressions have a minimum threshold.
 I also noticed that the Keyword Performance report also returns 
 PlacementsUrl. Is that managed or automatic placement? The criteria here is 
 the keyword so it should be the automatic placement, right? 
 What information will I be losing if I decided to use the KW Performance 
 instead of the Automatic placements? 

 Thanks in advance!

 Omri. 

 On Monday, August 6, 2012 7:07:26 PM UTC+3, Kevin Winter wrote:

 Hi Tomer,
   The difference between automatic and managed placements is that 
 managed placements are criteria (something you specify) and automatic 
 placements are dynamically chosen by the system based on the other criteria 
 associated with your AdGroups.  For example, if you set up automatic 
 placements and keywords, a given keyword will be used to trigger an 
 automatic placement, so the maxCpc, etc, will correspond to that criteria 
 rather than the automatic placement.  With placements, the impression 
 occurs on a given domain, which then triggers a search for a list of all 
 possible ads, given configured criteria.  Once a lucky criteria was chosen 
 the ad is displayed.  Managed placements are effectively criteria that say 
 show an ad on this domain whereas a keyword could trigger an ad on any 
 domain (within the configuration of your campaigns, adgroups, etc). 
  Therefore automatic placements don't have a criteria id since they 
 aren't criteria, they are the results of other criteria. (where as a manual 
 placement is both a criteria and an ad placement).

 As to the fields you've listed, those seem to be mostly criteria-related 
 fields.  For example, examining the maxCpc for an automatic placement would 
 be difficult - there are multiple keywords that could be triggering a given 
 automatic placement.  If you want more fine grained control over 
 placements, we recommend using the automatic placements report to find high 
 performing automatic placements and add them as manual placements 
 (automatic placements will not trigger if you have an overlapping manual 
 placement).

 - Kevin Winter
 AdWords API Team

 On Saturday, August 4, 2012 11:38:47 AM UTC-4, Tomer Peled wrote:

 Hi Kevin,

 Thank you for your generous help!

 I played with the automatic performance report but it seems that there 
 are several values that are missing:
 1) Why there is no unique id to any of the automatic placements like 
 there is to the managed placements? Is this due to the large amount of the 
 automatic placements?
 2) I want to get the following information: 
 maxCPC, AveragePosition, QualityScore , FirstPageCPC, where can I find it? 
 I tried to get it via the CRITERIA_PERFORMANCE_REPORT - but with no 
 success.

 Thanks,
 Tomer

 On Wednesday, August 1, 2012 11:58:29 PM UTC+3, Kevin Winter wrote:

 Hi Tomer,
   Yes, this is correct.  The client libraries come with a 
 DownloadCriteriaReport example that demonstrates how to use the client 
 library to download a report (parsing is left as an exercise).

 - Kevin Winter
 AdWords API Team

 On Wednesday, August 1, 2012 4:11:21 PM UTC-4, Tomer Peled wrote:

 Hi Kevin,

 Thank you for the explanation.

 So just to summarize, In order to get the automatic placements I'll 
 have to run the automatic placement report, which might be involved with 
 the downloading of the report file and then to parse it, correct?

 Thanks again,
 Tomer


 This e-mail, as well as any attached document, may contain material which 
 is confidential and privileged and may include trademark, copyright and 
 other intellectual property rights that are proprietary to Kenshoo Ltd, 
  its subsidiaries or affiliates (Kenshoo). This e-mail and its 
 attachments may be read, copied and used only by the addressee for the 
 purpose(s) for which it was disclosed herein. If you have received it in 
 error, please destroy the message and any attachment, and contact us 
 immediately. If you are not the intended recipient, be aware that any 
 review, reliance, disclosure, copying, distribution or use of the contents 
 of this message without Kenshoo's 

Re: ADHOC Criteria report eith keyword performance report

2013-02-05 Thread Anash P. Oommen (AdWords API Team)
Hi Joseph,

Display network keyword stats are available 
through DISPLAY_KEYWORD_PERFORMANCE_REPORT. However, this is a beta 
feature. See 
https://developers.google.com/adwords/api/docs/appendix/reports#display-keyword 
for details.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Tuesday, February 5, 2013 10:33:13 AM UTC+5:30, silv...@techwyseintl.com 
wrote:

 Hi,
 I have created the Keyword performance report using ADHOC method. But some 
 client account have display network report as well. Is it possible to 
 combine both and display .

 Thanks,
 Joseph


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How to programmatically recording an Adword conversion?

2013-02-05 Thread Evgeniy Bogdanov
Hi.

No, your idea is can't be done with Adwords API. 

I think that best idea is to track conversions and mark (tag) them is 
Google Analytics. You can create Customs Variables during 
landing/download/after evaluation/, and use Google Analytics API to filter 
those data based on criteria like: traffic=cpc  source=google.

But this will give you just understanding on what is going on, and not any 
directions for Adwords how to improve your conversion rate.

Regards,
Evgeniy.

On Tuesday, February 5, 2013 11:06:30 AM UTC+4, PatStatic wrote:

 We have a problem of visitor qualification in our Adword campaign. 
 Concretely, often a visitor that has no clue about what the software we 
 sell does, still *download trial* (despite our attempt to explain him 
 what it does, on landing pages) and count as a +1 recorded conversion in 
 our Adword stats. Since Adword seems intelligent enough to maximize the 
 conversions#, it ends up bringing us plenty of non-qualified visitors. Thus 
 we need to define what is a conversion differently, sometime after the 
 *download 
 trial *operation.

 The option of defining conversion as a sale isn't good, because most of 
 our users are professional employees. In such situation, most of the time 
 the machine from where the product is purchased isn't the machine used for 
 first download.

 The best conversion definition I can think of, would be a first successful 
 run of our product (what we call *evaluation*). Indeed, by tracking what 
 happened, we already asserted that only qualified visitor/dowloader do 
 evaluate our product properly, most of the time on the same machine used 
 for downloading the trial bits.

 Our product is a rich UI program developed with the .NET platform. To 
 achieve *conversion recorded on evaluation*, we need to read 
 programmatically all installed browsers cookies, (there is a free 
 librarieshttp://www.codeproject.com/Articles/330142/Cookie-Quest-A-Quest-to-Read-Cookies-from-Four-Pop
  for 
 that) and if we find a *Adword Conversion Tracking cookie* corresponding 
 to our product, we can:


- Launch the concerned browser programmatically on a *Thanks for 
evaluating our product page* that contains the Adword conversion 
javascript (*in-browser* scenario).
- or, better if possible, ping back programmatically the Adword server 
with data found in the cookie (*out-of-browser* scenario).

 I'm not an expert on these technologies so I might be well missing 
 something.


- Does this (client side) scenario can be handled through *Adwords API*
?
- If no, what are my options to implement this conversion recording.

 Your help will be highly appreciated, thanks in advance.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Remonté des mots clés source dans un outils de CRM

2013-02-05 Thread Danial Klimkin
Hello Sylvain,


I am sorry we can't provide support in French. From the translation, it 
looks like it is a general question, rather than an API issue. Please 
contact general AdWords support for more info.


-Danial, AdWords API Team.


On Wednesday, January 30, 2013 3:35:00 PM UTC+4, Sylvain wrote:

 Bonjour,

 Depuis quelques semaines, nous faisons remonter les informations Analytics 
 (sources, supports, mots clés) dans notre outil de CRM (SUGAR) pour définir 
 quelles sources apportent des leads qualifiés.

 Pour les leads générés par le trafic naturel, nous avons tous les mots 
 clés, par contre pour les leads générés par AdWords, il nous manque le mot 
 clé pour environ 2/3 des leads.

 Est-il normal que dans les paramètres gclid l'utmctr ne soit pas toujours 
 renseigné ?

 La seule solution que nous avons identifié pour l'instant pour avoir 
 l'info sur tous les mots clés en ppc serait de désactiver le marquage 
 automatique et d'ajouter un utm à la fin de toutes les URL sur ce modèle :

 ?utm_source=googleutm_medium=cpcutm_term={keyword}utm_content=nomdugroupedemotsclésutm_campaign=nomdelacampagne

 Recommandez-vous cette solution ? Y a-t-il un risque sur les performances 
 du compte ?

 Y a-t-il une autre solutions ?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Billing information using Adwords Script.

2013-02-05 Thread Danial Klimkin
Closing as duplicate: 
https://groups.google.com/forum/#!topic/adwords-api/jHUKfa3Wk1Y


On Wednesday, January 30, 2013 5:18:58 PM UTC+4, Микки Ми wrote:


 Is there any way to get billing information using Adwords Script?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Is google adwords keyword tool is free or paid

2013-02-05 Thread Evgeniy Bogdanov
Hi.

Read please 
1. Signup: https://developers.google.com/adwords/api/docs/signingup?hl=en
2. Required Minimum Functionality: 
https://developers.google.com/adwords/api/docs/requirements?hl=en
3. SDKs 
links: https://developers.google.com/adwords/api/docs/clientlibraries

Resume: for now API usage is paid. After 1th March it will be free, but 
limited for count of operations. You need to apply fro API key, and create 
application which will match RMF.

Regards,
Evgeniy.

On Monday, February 4, 2013 4:49:39 PM UTC+4, neeraja...@gmail.com wrote:

 hi,
 I want to use google adwords keyword tool api in my project and i have 
 created My client center account but cant find download api after login.Is 
 google provides api for free or need to pay amount?Please give a solution 
 ASAP if any one knows


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Billing information using Adwords Script

2013-02-05 Thread Danial Klimkin
Closing as duplicate: 
https://groups.google.com/forum/#!topic/adwords-api/jHUKfa3Wk1Y


On Wednesday, January 30, 2013 5:24:04 PM UTC+4, Nikita wrote:

 Is it possible to get billing information using Adwords Script?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Remove the Heading Keyword Performance Report Title

2013-02-05 Thread Danial Klimkin
Hello Silvester,


No, it is not. It should be easier to do on the client side though. 
Sometimes, the header is useful though, for example when duplicate columns 
are requested, you will not get them in the report.


-Danial, AdWords API Team.


On Tuesday, January 29, 2013 1:00:37 PM UTC+4, silv...@techwyseintl.com 
wrote:

 Hi ,

 Is it possible to remove the Keyword Performance Report title from the 
 very  first line of the CSV ADHOC Report?

 Thanks,
 Silvester


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: SOAP headers and the new AdWords API pricing

2013-02-05 Thread Danial Klimkin
Hello Zweitze,


The responseHeader and client libraries will be updated to reflect the 
changes. We can not provide any exact date for the change.


-Danial, AdWords API Team.


On Thursday, January 31, 2013 1:45:16 PM UTC+4, Zweitze wrote:

 Hello,

 I saw the announcement about the new AdWords API 
 pricinghttp://googleadsdeveloper.blogspot.nl/2013/01/new-simplified-adwords-api-pricing.html
 .
 As I understand the access will now be limited on the amount of 
 operations, instead on the amount of units.

 As stated in the documentation, every AdWords API response has a response 
 header https://developers.google.com/adwords/api/docs/headers, which 
 contains the amount of units and operations of the last call, an internal 
 ID and the internal processing time.

 Now, the number of operations in the response header has a different 
 meaning than the number of operations described in the new AdWords API 
 pricing.

 My questions are:
 1. Will we be able to retrieve the number of operations (as described by 
 the AdWords pricing) from the response header?
 2. Will the response header, as currently described in the documentation, 
 be changed when the new AdWords API pricing is implemented?
 3. If so, will the client libraries be updated and when are they planned 
 to be available?
 4. If the response header is not changed, what will be the meaning of the 
 members units and operations after the new AdWords API pricing is 
 implemented?

 Thanks in advance!


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How to access LogPath property from AppConfigBase in v201209

2013-02-05 Thread Anash P. Oommen (AdWords API Team)
Hi Angel,

I've responded to the other thread 
at https://groups.google.com/d/topic/adwords-api/GtwcFryThRg/discussion, 
please follow up on that thread for further discussion.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Wednesday, January 30, 2013 12:32:58 PM UTC+5:30, Angel wrote:

 Hi  All,
  
 Recently we have migrated to new version of AdWords Api v201209 and I am 
 running into issues.
  
 major difference after adding new .net dll's in are solution is 
  

 public AdWordsUser(AppConfigBase config, Dictionarystring, string 
 headers); is not present in new version 

 in our solution with previous verison i.e. 14.7  we were using this to 
 set  

 LogPath
  and log to file properties instead of setting it in config files.
  
 But with with newer version of api we are unable to set this as its set 
 property because its protected and not accessible .
  
 Can you please help how can we this through code.
  
 Thanks in Advance


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: AdGroup Targeting Method in v201209

2013-02-05 Thread Danial Klimkin
Hello Kraszi,


Are there any settings associated with this AdGroup? If so, please send me 
your account CID and AdGroup ID for the request above via email (Reply to 
author button).

I am locking this thread as the original one is old and not exactly 
relevant to the new question. Please feel free to create a new one if 
required.


-Danial, AdWords API Team.


On Friday, February 1, 2013 2:49:22 PM UTC+4, Kraszi wrote:


 Hello,

 I have the very same problem. I specify the field 'Settings' in 
 the v201209 AdgroupService Selector, but get no field for it in the 
 response.
 However, if I specify other field in the Selector (ie. Name), it works 
 fine (I get adgroup name).

 Here is the XML snippet I sent in:

 soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; 
 xmlns:v20=https://adwords.google.com/api/adwords/cm/v201209;
soapenv:Header
   v20:RequestHeader
  v20:authTokenXXX/v20:authToken
  v20:clientCustomerIdXXX-XXX-/v20:clientCustomerId
  v20:developerTokenXXX/v20:developerToken
  v20:userAgentXXX/v20:userAgent
  v20:validateOnlyfalse/v20:validateOnly
  v20:partialFailurefalse/v20:partialFailure
   /v20:RequestHeader
/soapenv:Header
soapenv:Body
   v20:get
  v20:serviceSelector
 v20:fieldsSettings/v20:fields
 v20:predicates
v20:fieldAdGroupId/v20:field
v20:operatorEQUALS/v20:operator
v20:valuesXXX/v20:values
 /v20:predicates
  /v20:serviceSelector
   /v20:get
/soapenv:Body
 /soapenv:Envelope


 And the answer is:

 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
soap:Header
   ResponseHeader xmlns=
 https://adwords.google.com/api/adwords/cm/v201209;
  requestId0004d4a75eb9ea400ae523035608/requestId
  serviceNameAdGroupService/serviceName
  methodNameget/methodName
  operations1/operations
  responseTime212/responseTime
  units1/units
   /ResponseHeader
/soap:Header
soap:Body
   getResponse xmlns=
 https://adwords.google.com/api/adwords/cm/v201209;
  rval
 totalNumEntries1/totalNumEntries
 Page.TypeAdGroupPage/Page.Type
 entries
idXXX/id
nameXXX/name
statusENABLED/status
stats
   networkALL/network
   Stats.TypeStats/Stats.Type
/stats
 /entries
  /rval
   /getResponse
/soap:Body
 /soap:Envelope


 Please advise!



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: unable to start using sandbox on adwords version 15.5 (ExpatError)

2013-02-05 Thread Danial Klimkin
Hello,


The sandbox is deprecated, please use test accounts instead, see:

  http://googleadsdeveloper.blogspot.ru/2012/11/introducing-test-accounts.html


-Danial, AdWords API Team.


On Saturday, February 2, 2013 4:34:35 PM UTC+4, revidim ravid wrote:

 hi,
 i've registered an mcc, a test account, and a developer token.
 i'm using python 2.7
 downloaded the adwords python library (15.5) and all external dependencies 
 (pyXML 0.8.4, fpconst).
 followed all steps from the readme, including running setup.py and 
 config.py.
 but i keep getting the error below when running get_client_customer_id.py 
 from basic_operations on the v201209 folder:
 *xml.parsers.expat.ExpatError: not well-formed (invalid token): line 2, 
 column 11*

 i've tried changing the password, thinking i have an authentication 
 problem, but it then fails on authentication (and passing with real 
 assword).
 this error repeats in the examples, and in a turbogears project using the 
 same library.
 i'm running on a virtualenv created for this project.

 any ideas?

 traceback included:

 Traceback (most recent call last):
   File get_campaigns.py, line 77, in module
 main(client)
   File get_campaigns.py, line 39, in main
 'https://adwords-sandbox.google.com', 'v201209')
   File ..\..\..\..\..\adspygoogle\adwords\AdWordsClient.py, line 888, in 
 GetCa
 mpaignService
 self.__logger, 'CampaignService')
   File ..\..\..\..\..\adspygoogle\adwords\GenericAdWordsService.py, line 
 89, i
 n __init__
 namespace, namespace_extractor)
   File ..\..\..\..\..\adspygoogle\common\GenericApiService.py, line 103, 
 in __
 init__
 wsdl_url, noroot=1, http_proxy=self._op_config['http_proxy'])
   File ..\..\..\..\..\adspygoogle\SOAPpy\WSDL.py, line 62, in __init__
 self.wsdl = reader.loadFromStream(stream, wsdlsource)
   File ..\..\..\..\..\adspygoogle\SOAPpy\wstools\WSDLTools.py, line 28, 
 in loa
 dFromStream
 document = DOM.loadDocument(stream)
   File ..\..\..\..\..\adspygoogle\SOAPpy\wstools\Utility.py, line 602, 
 in load
 Document
 return xml.dom.minidom.parse(data)
   File 
 C:\programming\projects\atomi-report\atomi-env\lib\site-packages\_xmlplu
 s\dom\minidom.py, line 1915, in parse
 return expatbuilder.parse(file)
   File 
 C:\programming\projects\atomi-report\atomi-env\lib\site-packages\_xmlplu
 s\dom\expatbuilder.py, line 930, in parse
 result = builder.parseFile(file)
   File 
 C:\programming\projects\atomi-report\atomi-env\lib\site-packages\_xmlplu
 s\dom\expatbuilder.py, line 207, in parseFile
 parser.Parse(buffer, 0)
 xml.parsers.expat.ExpatError: not well-formed (invalid token): line 2, 
 column 11


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Impression share columns sunset - Adgroup Performance Report

2013-02-05 Thread Anash P. Oommen (AdWords API Team)
Hi,

SearchBudgetLostImpressionShare won't be available in adgroup performance 
report because there is no budget setting at ad group level and hence 
BudgetLostImpressionShare cannot be calculated reliably at adgroup level.

Hope this helps.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Wednesday, January 30, 2013 10:01:27 PM UTC+5:30, Herb Brittner wrote:

 I was wondering about this too, it seems odd that all of the columns are 
 as we were told in client and campaign but the new 
 BudgetLostImpressionShare columns aren't there.  This seems like a big deal 
 since the old ones are going away this weekend.

 On Tuesday, January 29, 2013 4:46:56 AM UTC-5, MarcF wrote:

 Hello,

 As I understand BudgetLostImpressionShare column will no longer be 
 available starting February 2,2013

 For the Adgroup Performance Report, I don't see the new column 
 SearchBudgetLostImpressionShare aimed to replace the old one .
 I have use the getReportFields() method to check.

 The old column BudgetLostImpressionShare will be available or completly 
 removed?

 Thanks in advance,



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: RateExceededError rateName=SandboxPerDay

2013-02-05 Thread Danial Klimkin
Hello Thomas,


This is an extra rate limit we have to make sure test account calls do not 
interfere with the production systems. We do not publish exact rate and it 
can change at any time.

The test accounts are designed for testing your application against a real 
API, rate limits for them can be lower than for production ones.


-Danial, AdWords API Team.



On Sunday, February 3, 2013 5:37:02 PM UTC+4, Thomas Jez wrote:

 Hi 

 I'm developing with a test account and I got the following error: 

PHP Fatal error:  Uncaught SoapFault exception: [soap:Server] 
 [RateExceededError rateName=SandboxPerDay, rateKey=sandbox, 
 rateScope=ACCOUNT, retryAfterSeconds=86400]

 I tdid a load test (repeatedly but single threaded)

 I didn't find out, what the rate is. 

 Is there any possibility to lower the retry time and what is this rate?

 Thank you very much.
 Thomas




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Get TextAds and DynamicSearchAd via adGroupAdService

2013-02-05 Thread Maciej Krajowski
Hello,

In the example 
here 
https://code.google.com/p/google-api-adwords-php/source/browse/examples/v201209/BasicOperations/GetTextAds.php
 
it is shown how to get TextAds via API [ php ].
I thought that adding DynamicSearchAds will be as trivial as modifying 54th 
line:

$selector-predicates[] = new Predicate('AdType', 'IN', array('TEXT_AD', 
'DYNAMIC_SEARCH_AD'));

however this does not work. I have a campaign that have only negative 
keywords and DSA. Negative keywords are being downloaded without any issue, 
however I get 0 ads. Any idea why?

Cheers

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Impression share columns sunset - Adgroup Performance Report

2013-02-05 Thread MarcF
That makes sense

Le mardi 5 février 2013 12:36:08 UTC+1, Anash P. Oommen (AdWords API Team) 
a écrit :

 Hi,

 SearchBudgetLostImpressionShare won't be available in adgroup performance 
 report because there is no budget setting at ad group level and hence 
 BudgetLostImpressionShare cannot be calculated reliably at adgroup level.

 Hope this helps.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Wednesday, January 30, 2013 10:01:27 PM UTC+5:30, Herb Brittner wrote:

 I was wondering about this too, it seems odd that all of the columns are 
 as we were told in client and campaign but the new 
 BudgetLostImpressionShare columns aren't there.  This seems like a big deal 
 since the old ones are going away this weekend.

 On Tuesday, January 29, 2013 4:46:56 AM UTC-5, MarcF wrote:

 Hello,

 As I understand BudgetLostImpressionShare column will no longer be 
 available starting February 2,2013

 For the Adgroup Performance Report, I don't see the new column 
 SearchBudgetLostImpressionShare aimed to replace the old one .
 I have use the getReportFields() method to check.

 The old column BudgetLostImpressionShare will be available or 
 completly removed?

 Thanks in advance,



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Payment information and Adwords Script

2013-02-05 Thread Kevin Winter (AdWords API Team)
Hi,
  The short answer is no, this is not possible.  Please check out the AdWords 
scripts forum https://groups.google.com/forum/#!categories/adwords-scripts - 
this one is for the AdWords API.

- Kevin Winter
AdWords API Team

On Wednesday, January 30, 2013 8:06:50 AM UTC-5, Микки Ми wrote:


 Hello. Recently i began to use Adwords Scripts and i have a question. Is 
 there any way to get clients payment information from agency account? Can i 
 get access to payment information from adwords script?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Adwords API giving incorrect volume

2013-02-05 Thread rizo


Here you go

?xml version=1.0 encoding=UTF-8?soap:Envelope 
xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
   soap:Header
  RequestHeader xmlns=https://adwords.google.com/api/adwords/o/v201209;
 authToken 
xmlns=https://adwords.google.com/api/adwords/cm/v201209;/authToken
 developerToken 
xmlns=https://adwords.google.com/api/adwords/cm/v201209;/developerToken
 userAgent 
xmlns=https://adwords.google.com/api/adwords/cm/v201209;(AwApi-DotNet/15.1.0, 
Common-Dotnet/1.4.0, .NET CLR/4.0.30319.17929, gzip)/userAgent
  /RequestHeader
   /soap:Header
   soap:Body
  get xmlns=https://adwords.google.com/api/adwords/o/v201209;
 selector
searchParameters xsi:type=RelatedToQuerySearchParameter
   queriesboys watches/queries
/searchParameters
searchParameters xsi:type=LocationSearchParameter
   locations
  id 
xmlns=https://adwords.google.com/api/adwords/cm/v201209;2826/id
   /locations
/searchParameters
searchParameters xsi:type=DeviceTypeSearchParameter
   deviceTypeDESKTOPS_AND_LAPTOPS/deviceType
/searchParameters
ideaTypeKEYWORD/ideaType
requestTypeSTATS/requestType
requestedAttributeTypesKEYWORD_TEXT/requestedAttributeTypes
requestedAttributeTypesSEARCH_VOLUME/requestedAttributeTypes

requestedAttributeTypesTARGETED_MONTHLY_SEARCHES/requestedAttributeTypes
requestedAttributeTypesCOMPETITION/requestedAttributeTypes

requestedAttributeTypesEXTRACTED_FROM_WEBPAGE/requestedAttributeTypes
requestedAttributeTypesNGRAM_GROUP/requestedAttributeTypes
paging
   startIndex 
xmlns=https://adwords.google.com/api/adwords/cm/v201209;0/startIndex
   numberResults 
xmlns=https://adwords.google.com/api/adwords/cm/v201209;200/numberResults
/paging
 /selector
  /get
   /soap:Body/soap:Envelope



On Monday, February 4, 2013 6:01:40 AM UTC, Takeshi Hagikura wrote:

 Hello rizo,

 Thanks. 
 Can you please also paste the request xml? 
 (Except for sensitive info, developerToken, authToken)

 Or you can send it only to me (by choosing Reply to author from the top 
 right corner)

 Best,
 - Takeshi

 On Thursday, January 31, 2013 1:11:14 AM UTC+9, rizo wrote:

 Hi find the information you requested attached:



 ?xml version=1.0 encoding=UTF-8?
 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
soap:Header
   ResponseHeader xmlns=
 https://adwords.google.com/api/adwords/o/v201209; xmlns:ns2=
 https://adwords.google.com/api/adwords/cm/v201209;
  ns2:requestId0004d483aa0a94780ae50885125f/ns2:requestId
  ns2:serviceNameAccountService/ns2:serviceName
  ns2:methodNameget/ns2:methodName
  ns2:operations1/ns2:operations
  ns2:responseTime120/ns2:responseTime
  ns2:units6/ns2:units
   /ResponseHeader
/soap:Header
soap:Body
   getResponse xmlns=
 https://adwords.google.com/api/adwords/o/v201209; xmlns:ns2=
 https://adwords.google.com/api/adwords/cm/v201209;
  rval
 totalNumEntries1/totalNumEntries
 entries
data
   keyKEYWORD_TEXT/key
   value xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance; xsi:type=StringAttribute
  Attribute.TypeStringAttribute/Attribute.Type
  valueboys watches/value
   /value
/data
data
   keyTARGETED_MONTHLY_SEARCHES/key
   value xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=MonthlySearchVolumeAttribute
  
 Attribute.TypeMonthlySearchVolumeAttribute/Attribute.Type
  value
 year2012/year
 month12/month
  /value
  value
 year2012/year
 month11/month
  /value
  value
 year2012/year
 month10/month
  /value
  value
 year2012/year
 month9/month
  /value
  value
 year2012/year
 month8/month
  /value
  value
 year2012/year
 month7/month
  /value
  value
 year2012/year
 month6/month
  /value
  value
 year2012/year
 

Re: API support for AdWords Labels feature?

2013-02-05 Thread Sebastiaan Moeys
Why not? Do you have limited resources, are there technical limitations, is 
it by design? Why not offer this in the API?

Right now, my company has:
- labels in the adwords web ui
- labels in adwords editor
- labels in our own product database

And they are all complete incompatible and inexchangable!

Also, as explained here 
http://support.google.com/adwords/answer/2475865/?hl=en, labels aren't 
inherited, which makes doing things manually even more painful.

On Thursday, January 24, 2013 8:38:03 PM UTC+1, Kevin Winter (AdWords API 
Team) wrote:

 Hi,
   We don't have any plans at this time.

 - Kevin Winter
 AdWords API Team

 On Wednesday, January 23, 2013 3:17:28 AM UTC-5, Dorian Kind wrote:

 Hello,

 now that labels are supported in AdWords Script (
 http://googleadsdeveloper.blogspot.ch/2013/01/new-features-in-adwords-scripts.html),
  
 is there already a timeframe for inclusion of the feature into the API?

 Thanks and cheers,
 Dorian

 On Wednesday, January 9, 2013 10:15:16 PM UTC+1, Isidro Moran wrote:

 I'm in need of labels, too.

 On Tuesday, April 24, 2012 12:40:56 PM UTC-5, Reed wrote:

 Any timeline for when the new Labels feature will be supported by the 
 API, both for managing the setting/changing of labels as well as 
 retrieving 
 them?  Will there be support on the reporting side (ie, new report column)?
  
 https://support.google.com/adwords/bin/answer.py?hl=enanswer=2475865
  
 thanks
 reed



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Testaccount: Problems with Web UI on an Test Account

2013-02-05 Thread Thomas Jez
A simple clearing of the browser cache has done it.

Sorry for bothering.

Thomas

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: MCC access level on test accounts and dummy data for its metrics

2013-02-05 Thread humberto . cuadra
Thanks!

On Monday, February 4, 2013 2:04:51 AM UTC-6, Anash P. Oommen (AdWords API 
Team) wrote:

 Hi Humberto,

 I responded on the other thread, but the short answer is no, you cannot 
 use MCS calls on test account due to its nature. Nor can you get actual 
 stats from a test account.
 My suggestion would be to mock out your calls. MCS.get call could return a 
 mock account structure, whereas report download could return a 
 pre-downloaded report from the UI.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Friday, February 1, 2013 10:51:45 PM UTC+5:30, 
 humbert...@whitesharkmedia.com wrote:

 Hi,

 I just got access to a test account for a reporting tool that I'm 
 developing for my company. I have two concerns regarding the test account:

 As of right now I only have account access level. This will work for 
 developing most of the application, but the real tool is meant to be used 
 with MCC access level. Our MCC account is a global MCC which has plenty of 
 child MCC accounts. The ultimate goal is to be able to list all the 
 accounts recursively from the global MCC; that way our account executives 
 can pick which account to report on. Is there any way I can try this 
 feature while using the test account? Or do I need the real token to make 
 this kind of requests? If I need the real token, does this mean that I will 
 actually have to spend some money while I test that missing area? In case 
 it is possible to make an MCC level call while testing, do I need to ask 
 for more than one testing account ?

 My other concern is that the data in the test account is filled with 0s. 
 Because what I'm building is a reporting app, it is really useful to have 
 dummy data so I can print it in the output. I use graphs and tables to list 
 best performing metrics, I will not be able to see if everything is working 
 properly if all my campaign data is filled with 0s. Is there any workaround 
 for this?

 Thanks in advance,

 Humberto Cuadra



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




How do we get the default bid back when modifying bidding strategy?

2013-02-05 Thread Oliver
I'm trying to code a similar functionality to how the Adwords web interface 
manages the change between the 2 main campaign bidding strategies; *
ManualCPC* (CPC bidding) and *ConversionOptimizer *(CPA bidding).

The *Adgroup_Performance_Report *has two corresponding columns:

- *KeywordMaxCpc* which will be populated if the campaign bidding strategy 
is *ManualCPC.*
- *TargetCpa* which will be populated if the campaign bidding strategy is *
ConversionOptimizer.*

At any point in time, we have *only one* of the two above values, while the 
other is NULL.   We download and store the Adgroup_Performance_Report with 
the above two fields.

The challenge we have is when the user switches between the 2 bidding 
strategies, we need to update the above 2 columns in our database 
accordingly and hence need to find out what the other value is.  

We can obviously download the Adgroup_Performance_Report for all the 
adgroups within that campaign to get the correct values for the column that 
used to be NULL.

I'm just wondering though if that's the best solution?  Has anyone else got 
a better idea of how to find these values?

Many thanks

Oliver



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Flag whether an object was changed via the Web interface?

2013-02-05 Thread Thomas Jez
Hallo,

Can the API recognize, whether an adwords object was changed via the Web 
Interface? If this isn't possible: can the API get the timestamp of the 
last modification of an adwords object?
(Background: When an object was changed via the Web Interface, we have to 
lock it for the API Client.)

Thank you very much
Thomas

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Failed to Get a List of Automatic Placements via AdGroupCriterionService

2013-02-05 Thread David Torres (AdWords API Team)
That's correct, placements returned in the Criteria report are only managed 
placements.

Best,

- David Torres - AdWords API Team

On Tuesday, February 5, 2013 2:04:36 AM UTC-5, Omri Cohen wrote:

 Thanks David.
 One more question please. What are the placements that are retrieved in 
 the Criteria report. I assume those are managed placements. Is that correct?

 On Monday, February 4, 2013 11:31:53 PM UTC+2, David Torres (AdWords API 
 Team) wrote:

 Hi Omri,

 Keywords performance report should not be used to report on placements, 
 so please to rely on it to retrieve placements since it will not return the 
 data you are looking for.

 Best,

 - David Torres - AdWords API Team

 On Sunday, January 27, 2013 8:37:52 AM UTC-5, Omri Cohen wrote:

 Hi Kevin,

 Very clear explanation. Thanks!
 I am in search for the best data source for automatic placements, 
 specifically impressions, clicks, CTR, conversions, conv. rates. 
 I read through your reply to Tomer and I understand that the best way to 
 go about is using the Automatic Placements Performance report. This is 
 despite the fact that impressions have a minimum threshold.
 I also noticed that the Keyword Performance report also returns 
 PlacementsUrl. Is that managed or automatic placement? The criteria here is 
 the keyword so it should be the automatic placement, right? 
 What information will I be losing if I decided to use the KW Performance 
 instead of the Automatic placements? 

 Thanks in advance!

 Omri. 

 On Monday, August 6, 2012 7:07:26 PM UTC+3, Kevin Winter wrote:

 Hi Tomer,
   The difference between automatic and managed placements is that 
 managed placements are criteria (something you specify) and automatic 
 placements are dynamically chosen by the system based on the other 
 criteria 
 associated with your AdGroups.  For example, if you set up automatic 
 placements and keywords, a given keyword will be used to trigger an 
 automatic placement, so the maxCpc, etc, will correspond to that criteria 
 rather than the automatic placement.  With placements, the impression 
 occurs on a given domain, which then triggers a search for a list of all 
 possible ads, given configured criteria.  Once a lucky criteria was chosen 
 the ad is displayed.  Managed placements are effectively criteria that say 
 show an ad on this domain whereas a keyword could trigger an ad on any 
 domain (within the configuration of your campaigns, adgroups, etc). 
  Therefore automatic placements don't have a criteria id since they 
 aren't criteria, they are the results of other criteria. (where as a 
 manual 
 placement is both a criteria and an ad placement).

 As to the fields you've listed, those seem to be mostly 
 criteria-related fields.  For example, examining the maxCpc for an 
 automatic placement would be difficult - there are multiple keywords that 
 could be triggering a given automatic placement.  If you want more fine 
 grained control over placements, we recommend using the automatic 
 placements report to find high performing automatic placements and add 
 them 
 as manual placements (automatic placements will not trigger if you have an 
 overlapping manual placement).

 - Kevin Winter
 AdWords API Team

 On Saturday, August 4, 2012 11:38:47 AM UTC-4, Tomer Peled wrote:

 Hi Kevin,

 Thank you for your generous help!

 I played with the automatic performance report but it seems that there 
 are several values that are missing:
 1) Why there is no unique id to any of the automatic placements like 
 there is to the managed placements? Is this due to the large amount of 
 the 
 automatic placements?
 2) I want to get the following information: 
 maxCPC, AveragePosition, QualityScore , FirstPageCPC, where can I find 
 it? 
 I tried to get it via the CRITERIA_PERFORMANCE_REPORT - but with no 
 success.

 Thanks,
 Tomer

 On Wednesday, August 1, 2012 11:58:29 PM UTC+3, Kevin Winter wrote:

 Hi Tomer,
   Yes, this is correct.  The client libraries come with a 
 DownloadCriteriaReport example that demonstrates how to use the client 
 library to download a report (parsing is left as an exercise).

 - Kevin Winter
 AdWords API Team

 On Wednesday, August 1, 2012 4:11:21 PM UTC-4, Tomer Peled wrote:

 Hi Kevin,

 Thank you for the explanation.

 So just to summarize, In order to get the automatic placements I'll 
 have to run the automatic placement report, which might be involved 
 with 
 the downloading of the report file and then to parse it, correct?

 Thanks again,
 Tomer


 This e-mail, as well as any attached document, may contain material 
 which is confidential and privileged and may include trademark, copyright 
 and other intellectual property rights that are proprietary to Kenshoo Ltd, 
  its subsidiaries or affiliates (Kenshoo). This e-mail and its 
 attachments may be read, copied and used only by the addressee for the 
 purpose(s) for which it was disclosed herein. If you have received it in 
 error, please destroy the message and any 

Re: AdWords API Test Account without live website?

2013-02-05 Thread David Torres (AdWords API Team)
Hi,

Please direct these policy related question to adwordsapi-tok...@google.com

Best,

- David Torres - AdWords API Team

On Tuesday, January 29, 2013 8:00:57 PM UTC-5, jame...@gmail.com wrote:

 Hi,

 The Test Account docs state that ...If the website is not a live page, 
 we will not be able to process your application.  Does Google completely 
 restrict developers who do not have a live website (yet) from receiving a 
 Test Account?  Is there no way for me to dev on localhost first without 
 needing a website in place?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: TargetingIdeaService suddenly returns no results

2013-02-05 Thread David Torres (AdWords API Team)
Hi,

The problem is that you are putting a search volume restriction of minimum 
1 (using the SearchVolumeSearchParameter) without requesting the 
SEARCH_VOLUME attribute. In order to get results back you need to either 
remove the SearchVolumeSearchParameter or add SEARCH_VOLUME to the list of 
requested requestedAttributeTypes.

Best,

- David Torres - AdWords API Team


On Monday, January 28, 2013 4:56:41 AM UTC-5, Benjamin Tolman wrote:

 Hi,

 1. We are testing Adwords API TargetingIdeaService since December 2012. We 
 made a lot of tests with success, but our API units summary never change 
 (See below). It may explain the second problem.

 Used : 0 API units
 Remaining : 5,000,000 free API units
 System defined unit cap : 105,000,000API units

 2. We were about to use our software in production, but since thursday we 
 do not receive any data from the API. In attachment you will find the XML 
 we receive from the TIS API.

 ?xml version=1.0 encoding=UTF-8?
 SOAP-ENV:Envelope xmlns:SOAP-ENV=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:ns1=
 https://adwords.google.com/api/adwords/cm/v201209; xmlns:ns2=
 https://adwords.google.com/api/adwords/o/v201209; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
   SOAP-ENV:Header
 ns2:RequestHeader
   ns1:developerTokenXX/ns1:developerToken
   ns1:userAgentYYY (AwApi/3.1.1, 
 php/5.3.3-7+squeeze14)/ns1:userAgent
 /ns2:RequestHeader
   /SOAP-ENV:Header
   SOAP-ENV:Body
 ns2:get
   ns2:selector
 ns2:searchParameters xsi:type=ns2:LocationSearchParameter
   ns2:locations
 ns1:id2250/ns1:id
   /ns2:locations
 /ns2:searchParameters
 ns2:searchParameters xsi:type=ns2:LanguageSearchParameter
   ns2:languages
 ns1:id1002/ns1:id
   /ns2:languages
 /ns2:searchParameters
 ns2:searchParameters xsi:type=ns2:SearchVolumeSearchParameter
   ns2:operation
 ns2:minimum1/ns2:minimum
   /ns2:operation
 /ns2:searchParameters
 ns2:searchParameters xsi:type=ns2:RelatedToQuerySearchParameter
   ns2:queriesgoogle/ns2:queries
 /ns2:searchParameters
 ns2:ideaTypeKEYWORD/ns2:ideaType
 ns2:requestTypeSTATS/ns2:requestType
 
 ns2:requestedAttributeTypesCOMPETITION/ns2:requestedAttributeTypes
 
 ns2:requestedAttributeTypesKEYWORD_TEXT/ns2:requestedAttributeTypes
 
 ns2:requestedAttributeTypesTARGETED_MONTHLY_SEARCHES/ns2:requestedAttributeTypes
 ns2:paging
   ns1:startIndex0/ns1:startIndex
   ns1:numberResults500/ns1:numberResults
 /ns2:paging
 ns2:localeCodefr_FR/ns2:localeCode
 ns2:currencyCodeEUR/ns2:currencyCode
   /ns2:selector
 /ns2:get
   /SOAP-ENV:Body
 /SOAP-ENV:Envelope

 HTTP/1.1 200 OK
 Content-Type: text/xml; charset=UTF-8
 Content-Encoding: gzip
 Date: Mon, 28 Jan 2013 09:47:39 GMT
 Expires: Mon, 28 Jan 2013 09:47:39 GMT
 Cache-Control: private, max-age=0
 X-Content-Type-Options: nosniff
 X-Frame-Options: SAMEORIGIN
 X-XSS-Protection: 1; mode=block
 Content-Length: 317
 Server: GSE

 ?xml version=1.0?
 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
   soap:Header
 ResponseHeader xmlns:ns2=
 https://adwords.google.com/api/adwords/cm/v201209; xmlns=
 https://adwords.google.com/api/adwords/o/v201209;
   ns2:requestId0004d4562af473700ae546850d79/ns2:requestId
   ns2:serviceNameTargetingIdeaService/ns2:serviceName
   ns2:methodNameget/ns2:methodName
   ns2:operations1/ns2:operations
   ns2:responseTime77/ns2:responseTime
   ns2:units6/ns2:units
 /ResponseHeader
   /soap:Header
   soap:Body
 getResponse xmlns:ns2=
 https://adwords.google.com/api/adwords/cm/v201209; xmlns=
 https://adwords.google.com/api/adwords/o/v201209;
   rval
 totalNumEntries0/totalNumEntries
   /rval
 /getResponse
   /soap:Body
 /soap:Envelope


 Regards


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: TrafficEstimatorService throw EntityNotFound.INVALID_ID

2013-02-05 Thread David Torres (AdWords API Team)
Hi Sanju,

As Evgeniy correctly points out, if you are still experiencing this issue 
feel free to post a requestId of the error and we will be glad to 
investigate.

Best,

- David Torres - AdWords API Team

On Monday, February 4, 2013 10:28:11 AM UTC-5, Evgeniy Bogdanov wrote:

 Hi Sanju.

 Can you ensure that ID is transmitted right? In other words check please 
 logs and request XML. Even if all is good - will be good to copy it here, 
 this will help Google team to investigate your issue.

 Regards,
 Evgeniy

 On Monday, February 4, 2013 6:12:25 PM UTC+4, Sanju wrote:

 Hi Guys,

 Am working on getting traffic estimates from TrafficEstimatorService' for 
 my particular adgroup and Campaign and its throwing an Exception saying
 *EntityNotFound.INVALID_ID* 
 Here am struck with this error.
 Previously with V201206 it was working fine but after migrating code to 
 V201209 got exception.



 Thanks in adv.'
  


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Having trouble with Selector fields in GetCampaigns.php

2013-02-05 Thread Anash P. Oommen (AdWords API Team)
Hi Alan,

https://developers.google.com/adwords/api/docs/appendix/selectorfields has 
a complete reference of all the valid selector names and the field that 
corresponds to it. As for stats, the campaign management APIs provide only 
minimal stats details, it is recommended that you use reports instead.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Tuesday, February 5, 2013 3:15:38 AM UTC+5:30, Alan Coleman wrote:

 Whilst we're here Evgeniy,

 How do I pick up the other objects within Campaign Object, like CampaignStats 
 Object ( [startDate] for example.

 Thanks

 On Monday, February 4, 2013 9:09:23 PM UTC, Alan Coleman wrote:

 Okay so the camel casing is preserved, but it's a bit odd that StartDate 
 works in the selector fields when the documentation suggests otherwise.

 Many thanks for your help, I've actually been introduced to you by Robert 
 Chapman via email, you agreed to help us with our IPV6 issue on our 
 Bluehost LAMP stack.

 I'll talk to you via email.

 Thanks again.

 On Monday, February 4, 2013 8:44:00 PM UTC, Evgeniy Bogdanov wrote:

 You need to use $campaign-startDate instead of $campaign-startdate

 On Tuesday, February 5, 2013 12:39:36 AM UTC+4, Alan Coleman wrote:

 Thanks for your help Evgeniy,

 print_r(*$campaign*) is indeed showing me that StartDate is being 
 returned from Google:  

 $selector-fields = array('Id','Name','Status','StartDate');

 However the issue seems to be with  writing the variable out:  

 printf(td%s/td.\n,$campaign-startdate);

 I understand that PHP changes the variables down to lower case, this 
 works with Id, Name and Status.

 Thanks again for your help.

 On Monday, February 4, 2013 6:17:38 PM UTC, Evgeniy Bogdanov wrote:

 OK. Let's try to use StartDate and print_r(*$campaign*). To check 
 what fields are returned from API.

 On Monday, February 4, 2013 9:35:34 PM UTC+4, Alan Coleman wrote:

 Here's the error passed back when I try to use startDate  An error 
 has occurred: [SelectorError.INVALID_FIELD_NAME @ serviceSelector; 
 trigger:'startDate']

 On Monday, February 4, 2013 4:46:10 PM UTC, Alan Coleman wrote:

 Hello everyone,

 I'm using GetCampaigns.php and am having trouble with 
 $selector-fields. I'm selecting the following:

 *$selector-fields = array('Id', 'Name', 'Status', 'StartDate');*

 and writing them out like this: 

 *printf(td%s/td.\n,$campaign-id);*
 *printf(td%s/td.\n,$campaign-name);*
 *printf(td%s/td.\n,$campaign-status);*
 *printf(td%s/td.\n,$campaign-startdate);*
 *
 *
 An error is telling me that StartDate is an undefined property. I'm*
  *confused because I'm* not* getting the INVALID_FIELD_NAME error.

 As always, any help would be gratefully appreciated.





-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Google Ads APIs Client Libraries for python 3

2013-02-05 Thread Alexandre Bourget
Have things changed on that matter ?  Months have passed, Python 3 has 
progressed.  Is there any hope ? :)

Thanks for all the great work though.

Alexandre


On Tuesday, 22 May 2012 10:08:02 UTC-4, Kevin Winter wrote:

 Hi,
   Thanks for the feedback.  We haven't looked too deeply into this, but a 
 quick search reveals that there are no good choices for a SOAP toolkit with 
 python 3 support: 
 http://stackoverflow.com/questions/7817303/whats-the-best-soap-library-for-python-3-x#comment11973645_7817303

 Are you aware of other (successful) options?  We're very leery of 
 depending on a 2to3 conversion of an existing toolkit.  We tried running 
 2to3 against our internally patched SOAPpy and it chokes on the wstools 
 code - written before strings had functions (python 2.2?) - from string 
 import join, etc.  We'll investigate improving the existing toolkit usage 
 to make 2to3 easier, but we won't be committing to python3 support in the 
 near future.

 - Kevin Winter
 AdWords API Team

 On Monday, May 21, 2012 1:45:45 AM UTC-4, Alex from NU wrote:

 Hi,

 I am working on a project that makes extensive use of client API's, 
 including AdWords. The rest of the project uses python 3.2, but the API 
 code runs separately in 2.7. I would *really* benefit from a supported 
 python 3 client library, since that's what we do development in.

 On Tuesday, May 15, 2012 10:58:41 AM UTC-5, Kevin Winter wrote:

 Hi,
   I'm a maintainer for the python client library.  We currently don't 
 have plans to add support for python 3 - this is the first request we've 
 heard.  What sort of problems did you run into with the converter?  We use 
 quite a few older libraries, so the libraries may also present problems if 
 there are no python3 substitutes.

 - Kevin Winter
 AdWords API Team

 On Thursday, May 10, 2012 9:22:28 AM UTC-4, markus@adjug.com wrote:

 Hey,
 I need to develop a system for my company where I need to use the 
 AdWords API (or Ad Exchange Buyer SOAP API, still a few requirements 
 to figure out). We are currently developing on python 3.2, which the 
 provided library doesn't support. I tried to convert the code myself to 
 python 3, which didn't work. So I wanted to know, is there any way, I can 
 use the Library/API with python 3.2 or if there is any chance you guys can 
 add support for it?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Flag whether an object was changed via the Web interface?

2013-02-05 Thread Anash P. Oommen (AdWords API Team)
Hi Thomas,

You could get the timestamp of the object change using CustomerSyncService. 
You could use it to resync your database and then have API client work on 
the updated object if applicable.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Wednesday, February 6, 2013 2:05:29 AM UTC+5:30, Thomas Jez wrote:

 Hallo,

 Can the API recognize, whether an adwords object was changed via the Web 
 Interface? If this isn't possible: can the API get the timestamp of the 
 last modification of an adwords object?
 (Background: When an object was changed via the Web Interface, we have to 
 lock it for the API Client.)

 Thank you very much
 Thomas


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Flag whether an object was changed via the Web interface?

2013-02-05 Thread Anash P. Oommen (AdWords API Team)
Forgot to post the documentation 
link: 
https://developers.google.com/adwords/api/docs/reference/latest/CustomerSyncService.CustomerChangeData

On Wednesday, February 6, 2013 10:01:51 AM UTC+5:30, Anash P. Oommen 
(AdWords API Team) wrote:

 Hi Thomas,

 You could get the timestamp of the object change using 
 CustomerSyncService. You could use it to resync your database and then have 
 API client work on the updated object if applicable.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Wednesday, February 6, 2013 2:05:29 AM UTC+5:30, Thomas Jez wrote:

 Hallo,

 Can the API recognize, whether an adwords object was changed via the Web 
 Interface? If this isn't possible: can the API get the timestamp of the 
 last modification of an adwords object?
 (Background: When an object was changed via the Web Interface, we have to 
 lock it for the API Client.)

 Thank you very much
 Thomas



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: question about API pricing

2013-02-05 Thread Anash P. Oommen (AdWords API Team)
Hi,

To determine your average API usage, you could go to AdWords API Center in 
your AdWords API MCC and see how the past usage (say, last 3 months) have 
been. That should give you a fair idea whether you need to go for standard 
access. If you need standard access, you could apply for one as per the 
instructions in the blog post.

In case of a compliance issue, you will receive an email to the contact 
email you set on your AdWords API Center. Checking if your application 
complies with AdWords API Terms and Conditions and Required Minimum 
Functionality is the best way to make sure if your application is 
compliant. When in doubt, you can write to adwordsapi-tok...@google.com for 
specific clarification.

TC: https://developers.google.com/adwords/api/docs/terms
RMF: https://developers.google.com/adwords/api/docs/requirements

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Tuesday, February 5, 2013 5:14:44 PM UTC+5:30, nf7588 wrote:

 Hi,

 Following this announcement:

 http://googleadsdeveloper.blogspot.co.il/2013/01/new-simplified-adwords-api-pricing.html?utm_source=feedburnerutm_medium=emailutm_campaign=Feed:+GoogleAdsDeveloperBlog+(Google+Ads+Developer+Blog)

 Where can I see if our organization is currently executing  fewer than 
 10,000 or if we need standard access?
  
 Also, about this: ***If you’re not in compliance, then you’ll be alerted 
 and given a period of time to make appropriate corrections*
 *
 *
 I don't see any alert that was sent to our adwords mcc mail.. but how can 
 i be sure that we're ok?

 thanks


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Get TextAds and DynamicSearchAd via adGroupAdService

2013-02-05 Thread Anash P. Oommen (AdWords API Team)
Hi Maciej,

DynamicSearchAd is a beta feature, so your code will work only if you are 
whitelisted for the same. 
See 
https://developers.google.com/adwords/api/docs/reference/latest/AdGroupAdService.DynamicSearchAd
 
for details.

Cheers,
Anash P. Oommen,
AdWords API Advisor

On Tuesday, February 5, 2013 4:51:29 PM UTC+5:30, Maciej Krajowski wrote:

 Hello,

 In the example here 
 https://code.google.com/p/google-api-adwords-php/source/browse/examples/v201209/BasicOperations/GetTextAds.phpit
  is shown how to get TextAds via API [ php ].
 I thought that adding DynamicSearchAds will be as trivial as modifying 
 54th line:

 $selector-predicates[] = new Predicate('AdType', 'IN', array('TEXT_AD', 
 'DYNAMIC_SEARCH_AD'));

 however this does not work. I have a campaign that have only negative 
 keywords and DSA. Negative keywords are being downloaded without any issue, 
 however I get 0 ads. Any idea why?

 Cheers


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: question about API pricing

2013-02-05 Thread nf7588
Hi, 

Thanks for your reply, I did looked at the Adwords API Center of our MCC 
account, but i see there are 0 API Units in Used, 0 free API units, and 
100,000,000 API Units under System defined unit cap.
this display appears on every month since April, 2012. How could this be if 
we are constantly downloading API reports?

thanks.

On Wednesday, February 6, 2013 6:47:38 AM UTC+2, Anash P. Oommen (AdWords 
API Team) wrote:

 Hi,

 To determine your average API usage, you could go to AdWords API Center in 
 your AdWords API MCC and see how the past usage (say, last 3 months) have 
 been. That should give you a fair idea whether you need to go for standard 
 access. If you need standard access, you could apply for one as per the 
 instructions in the blog post.

 In case of a compliance issue, you will receive an email to the contact 
 email you set on your AdWords API Center. Checking if your application 
 complies with AdWords API Terms and Conditions and Required Minimum 
 Functionality is the best way to make sure if your application is 
 compliant. When in doubt, you can write to 
 adwordsa...@google.comjavascript:for specific clarification.

 TC: https://developers.google.com/adwords/api/docs/terms
 RMF: https://developers.google.com/adwords/api/docs/requirements

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Tuesday, February 5, 2013 5:14:44 PM UTC+5:30, nf7588 wrote:

 Hi,

 Following this announcement:

 http://googleadsdeveloper.blogspot.co.il/2013/01/new-simplified-adwords-api-pricing.html?utm_source=feedburnerutm_medium=emailutm_campaign=Feed:+GoogleAdsDeveloperBlog+(Google+Ads+Developer+Blog)

 Where can I see if our organization is currently executing  fewer than 
 10,000 or if we need standard access?
  
 Also, about this: ***If you’re not in compliance, then you’ll be 
 alerted and given a period of time to make appropriate corrections*
 *
 *
 I don't see any alert that was sent to our adwords mcc mail.. but how 
 can i be sure that we're ok?

 thanks



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Adwords API giving incorrect volume

2013-02-05 Thread Takeshi Hagikura (AdWords API Team)
Hello,

I don't find any mistake on your query.
I believe it's simply because the keyword doesn't have enough data to show.

Best,
- Takeshi

On Wednesday, February 6, 2013 12:13:14 AM UTC+9, rizo wrote:

 Here you go

 ?xml version=1.0 encoding=UTF-8?soap:Envelope 
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xmlns:xsd=http://www.w3.org/2001/XMLSchema;
soap:Header
   RequestHeader xmlns=https://adwords.google.com/api/adwords/o/v201209;
  authToken 
 xmlns=https://adwords.google.com/api/adwords/cm/v201209;/authToken
  developerToken 
 xmlns=https://adwords.google.com/api/adwords/cm/v201209;/developerToken
  userAgent 
 xmlns=https://adwords.google.com/api/adwords/cm/v201209;(AwApi-DotNet/15.1.0,
  Common-Dotnet/1.4.0, .NET CLR/4.0.30319.17929, gzip)/userAgent
   /RequestHeader
/soap:Header
soap:Body
   get xmlns=https://adwords.google.com/api/adwords/o/v201209;
  selector
 searchParameters xsi:type=RelatedToQuerySearchParameter
queriesboys watches/queries
 /searchParameters
 searchParameters xsi:type=LocationSearchParameter
locations
   id 
 xmlns=https://adwords.google.com/api/adwords/cm/v201209;2826/id
/locations
 /searchParameters
 searchParameters xsi:type=DeviceTypeSearchParameter
deviceTypeDESKTOPS_AND_LAPTOPS/deviceType
 /searchParameters
 ideaTypeKEYWORD/ideaType
 requestTypeSTATS/requestType
 requestedAttributeTypesKEYWORD_TEXT/requestedAttributeTypes
 requestedAttributeTypesSEARCH_VOLUME/requestedAttributeTypes
 
 requestedAttributeTypesTARGETED_MONTHLY_SEARCHES/requestedAttributeTypes
 requestedAttributeTypesCOMPETITION/requestedAttributeTypes
 
 requestedAttributeTypesEXTRACTED_FROM_WEBPAGE/requestedAttributeTypes
 requestedAttributeTypesNGRAM_GROUP/requestedAttributeTypes
 paging
startIndex 
 xmlns=https://adwords.google.com/api/adwords/cm/v201209;0/startIndex
numberResults 
 xmlns=https://adwords.google.com/api/adwords/cm/v201209;200/numberResults
 /paging
  /selector
   /get
/soap:Body/soap:Envelope



 On Monday, February 4, 2013 6:01:40 AM UTC, Takeshi Hagikura wrote:

 Hello rizo,

 Thanks. 
 Can you please also paste the request xml? 
 (Except for sensitive info, developerToken, authToken)

 Or you can send it only to me (by choosing Reply to author from the top 
 right corner)

 Best,
 - Takeshi

 On Thursday, January 31, 2013 1:11:14 AM UTC+9, rizo wrote:

 Hi find the information you requested attached:



 ?xml version=1.0 encoding=UTF-8?
 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
soap:Header
   ResponseHeader xmlns=
 https://adwords.google.com/api/adwords/o/v201209; xmlns:ns2=
 https://adwords.google.com/api/adwords/cm/v201209;
  ns2:requestId0004d483aa0a94780ae50885125f/ns2:requestId
  ns2:serviceNameAccountService/ns2:serviceName
  ns2:methodNameget/ns2:methodName
  ns2:operations1/ns2:operations
  ns2:responseTime120/ns2:responseTime
  ns2:units6/ns2:units
   /ResponseHeader
/soap:Header
soap:Body
   getResponse xmlns=
 https://adwords.google.com/api/adwords/o/v201209; xmlns:ns2=
 https://adwords.google.com/api/adwords/cm/v201209;
  rval
 totalNumEntries1/totalNumEntries
 entries
data
   keyKEYWORD_TEXT/key
   value xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance; xsi:type=StringAttribute
  Attribute.TypeStringAttribute/Attribute.Type
  valueboys watches/value
   /value
/data
data
   keyTARGETED_MONTHLY_SEARCHES/key
   value xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=MonthlySearchVolumeAttribute
  
 Attribute.TypeMonthlySearchVolumeAttribute/Attribute.Type
  value
 year2012/year
 month12/month
  /value
  value
 year2012/year
 month11/month
  /value
  value
 year2012/year
 month10/month
  /value
  value
 year2012/year
 month9/month
  /value
  value
 year2012/year
 month8/month
  /value
  value
 year2012/year