Re: invalid CATEGORY_PRODUCTS_AND_SERVICES

2015-01-22 Thread Anash P. Oommen (AdWords API Team)
Hi Toddy, If you can share a SOAP request and response xml by using the "Reply to Author" option, I can take a look and update the doc pages if needed. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, January 22, 2015 at 9:00:06 PM UTC+5:30, Toddy Marx wrote: > > Hi, > > usign the Tar

Re: Dúvida - AdWords API - PHP

2015-01-22 Thread Anash P. Oommen (AdWords API Team)
Hi, If you pass a NULL for the filePath, the DownloadReport will return the report as a String. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, January 23, 2015 at 1:20:19 AM UTC+5:30, Desenvolvimento - Grupo Lead Negócios Inteligentes wrote: > > Olá pessoal, é meu primeiro post aqui

Re: invalid CATEGORY_PRODUCTS_AND_SERVICES

2015-01-22 Thread Toddy Marx
Hi, usign the TargetingIdeaSelector I do receive CATEGORY_PRODUCTS_AND_SERVICES id's that I can not find on https://developers.google.com/adwords/api/docs/appendix/productsservices I would appreciate if the documentation for the Products and Services categories could be updated. Thank you, -T

Dúvida - AdWords API - PHP

2015-01-22 Thread Desenvolvimento - Grupo Lead Negócios Inteligentes
Olá pessoal, é meu primeiro post aqui no fórum, por isso peço perdão por qualquer erro. :D Galera, é o seguinte, estou começando agora a desvendar a API e estou com uma dúvida: o script que colei abaixo, só faz o download da campanha em questão, eu quero saber se consigo, ao invés de fazer o do

Re: How to get the image ads uisng API

2015-01-22 Thread Anash P. Oommen (AdWords API Team)
Hi Kiran, To get image ads, you need to request image ad fields in your API request selector. You can see the relevant fields at https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupAdService.ImageAd. Similarly, flash ads are template ads, see https://developers.google.com/

Re: Can't generate adgroups via the Google Adwords API (TARGET_ALL_IS_NOT_ALLOWED_FOR_PLACEMENT_IN_DISPLAY_SELECT_CAMPAIGN)

2015-01-22 Thread Anash P. Oommen (AdWords API Team)
Hi Christian, This is a known issue, see https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/adwords-api/URECO5bzU0Q for details and workaround. Cheers, Anash On Thursday, January 22, 2015 at 5:20:39 PM UTC+5:30, abc def wrote: > > Hello, > > > I am using the Google Ad

How to get the image ads uisng API

2015-01-22 Thread Kiran Kumar
Hi, Is there any way to get the ad image or flash ads using google adwords api. I am getting the ads description using and url of the ad . But in my adgroup there ads with images also.How to get the ads which contains images or flash content in the ads using adwords api ? Thank you ! --

Re: Ad group type and other questions API

2015-01-22 Thread Josh Radcliff (AdWords API Team)
Hi Nick, The AdWords API does not have the concept of *ad group type* - that appears to be an AdWords Editor feature. I don't see anything related to ad group type in the AdWords UI either. The *targeting optimization* setting you mentioned is configurable in the AdWords API by adding or remov

Re: intermittent failures in audience performance report

2015-01-22 Thread Michael Ni
I have been getting the same error with "display keyword performance report" HTTP code: 400, error type: 'ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT', trigger: '', field path: 'IsRestrict' the IsRestrict field is no longer usable Please let the community know when this has been fixed.

Re: AWQL PRODUCT_PARTITION_REPORT ProductGroup invalid field name

2015-01-22 Thread Josh Radcliff (AdWords API Team)
Hi, The report types page lists the fields available in the *latest* version of the API (v201409). The *ProductGroup* field is not available in v201406 -- are you using v201406, by any chance? Thanks, Josh, AdWords API Team On Thursday, January 22, 2015 at 12:07:39 PM UTC-5, StewartR wrote: >

Re: How to create campaign that will show up as "Mobile app installs" in Adwords UI?

2015-01-22 Thread Donald Hui
Thanks Danial but I am still confused. I see there is a "Display Mobile App" subtype, however that seems to create a "Mobile App Installs" subtype when I view the campaign in the management console. There doesn't seem to be a way to create it from the API such that it becomes an 'Ads in mobile

Re: Check if Label already assigned to a Keyword

2015-01-22 Thread Michael Cloonan (AdWords API Team)
Hello, You should be able to specify this using: { 'field': 'Id', 'operator': 'EQUALS', 'values': [the_id_you_want] } This is similar to how you've done the other working predicates. Regards, Mike, AdWords API Team On Thursday, January 22, 2015 at 12:22:06 PM UTC-5, Shree wrote: >

Re: Check if Label already assigned to a Keyword

2015-01-22 Thread Shree
Hi Mike, I know that 'Id' field is for Keyword's Id (i.e. CriterionId ) . I am just unable to specify it in serviceSelector below. Is it possible for you to check the serviceSelector and guide me to specify CriterionId ? This is coded in Python. On Thursday, January 22, 2015 at 9:21:40 PM UTC+5

AWQL PRODUCT_PARTITION_REPORT ProductGroup invalid field name

2015-01-22 Thread StewartR
I am trying to download a PRODUCT_PARTITION_REPORT using an AWQL report using the .NET Client Library. The Query: "SELECT Id FROM PRODUCT_PARTITION_REPORT DURING TODAY" works as expected returning a list of Ids of the product partitions. However, when I add the ProductGroup field (or indeed P

Re: Is this possible to get keywords for a specific website.

2015-01-22 Thread Michael Cloonan (AdWords API Team)
Hello, I'm afraid I don't understand what you're asking. I'm not sure what you mean by keywords "for" a specific website. Are you looking to find keywords that will cause your ad to appear on the website you mentioned? Are you looking to find keywords that will help advertise the website you m

Re: Amount spend on Adwords

2015-01-22 Thread Michael Cloonan (AdWords API Team)
Hello, Try using a CAMPAIGN_PERFORMANCE_REPORT , where you can select either the Cost or TotalCost column over the time period you're interested in. Regards, Mike, AdWords API Team On Thursday, January 22, 2015 at 4:30:

Re: How to get Campaign using GetCampaignsExample function.

2015-01-22 Thread Michael Cloonan (AdWords API Team)
Hello, If you look just a few lines above that line, you will see: // Get AdWordsUser from credentials in "../auth.ini" > // relative to the AdWordsUser.php file's directory. > $user = new AdWordsUser(); The $user is simply the in-memory representation of the information you set up in au

Re: CampaignFeedMapping: matching function error

2015-01-22 Thread fethi . kus
Hello Danial, How set matchingFunction other than mobile from the PHP client? The example you link to does not show it. There seems also no documentation about it. On Wednesday, 7 August 2013 11:43:47 UTC+2, Danial Klimkin wrote: > > Hello Yury, > > > Please see this example on how to create a

Re: Check if Label already assigned to a Keyword

2015-01-22 Thread Michael Cloonan (AdWords API Team)
Hello, You can use the field "Id" for the Keyword's Id. Please see the Keyword documentation for a list of all supported Keyword fields. Regards, Mike, AdWords API Team On Wednesday, January 21

Re: How to create campaign that will show up as "Mobile app installs" in Adwords UI?

2015-01-22 Thread Danial Klimkin
Hello Donald, It is available as of v201409: https://developers.google.com/adwords/api/docs/reference/v201409/CampaignService.Campaign#advertisingChannelSubType -Danial, AdWords API Team. On Wednesday, January 21, 2015 at 9:27:49 PM UTC+3, Donald Hui wrote: > > Hi there I was wondering if

Can't generate adgroups via the Google Adwords API (TARGET_ALL_IS_NOT_ALLOWED_FOR_PLACEMENT_IN_DISPLAY_SELECT_CAMPAIGN)

2015-01-22 Thread abc def
Hello, I am using the Google Adwords API v201406 (i know there is a new version...) to generate campaigns, adgroups, keywords and ads. That worked fine. But now I only can generate campaigns, when I will generate adgroups for these campaigns, the is an error every time: SettingError.TARGET_AL

Ad group type and other questions API

2015-01-22 Thread Nikola Jordanovski
Hello, so i am given a task to replicate the ad-words editor, and i am having trouble making the replica using the API, because some of the features are very hard to find. Can you help me with something? So i am trying to set the : *Ad group type -> Default* *Targeting optimization -> Disabled

Is this possible to get keywords for a specific website.

2015-01-22 Thread staplelogic123123
Hello I have questions for Google Adwards API 1. Is this possible to get keywords for a specific website Like i have a website named *www.mywebsite.com* and i have a Adwards account then is this possible to get keywords for *mywebsite.com* 2. Is this possible to get keywords betwe

Amount spend on Adwords

2015-01-22 Thread venkatesh hits
Am newbie to Google ad-words Can amount spend on each campaign be retrieved using Google ad-words API? Please help? Thanks in advance for your response. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https:

How to get Campaign using GetCampaignsExample function.

2015-01-22 Thread staplelogic123123
Hello I am trying to get campaign using GetCampaignsExample() function but blank result showing. Whats should come in *$user* argument. GetCampaignsExample($user); -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogsp

Re: Unknown error TARGET_ALL_IS_NOT_ALLOWED_FOR_PLACEMENT_IN_DISPLAY_SELECT_CAMPAIGN

2015-01-22 Thread Anash P. Oommen (AdWords API Team)
Hi Alexander, That's an error message that's not published in v201409, I've asked the team to throw a generic exception instead. The error happens because you are setting targetAll

Re: Where is AdWords API Center (left menu) and how to integrate in Test Mode,

2015-01-22 Thread Naresh Kumar
Hey Hi, Yes i have solved. I have send a request for Developer token with Production account. With test MCC account it was not possible. Please call to Google Team with Toll Free number and request for Developer Token with your Production Account. For production account you need to verify your

Unknown error TARGET_ALL_IS_NOT_ALLOWED_FOR_PLACEMENT_IN_DISPLAY_SELECT_CAMPAIGN

2015-01-22 Thread Alexander Brokle
Hi, since the 16th January 2015 I'am getting the following error: [ApiExceptionFault] => stdClass#2 ( [message] => '[SettingError.TARGET_ALL_IS_NOT_ALLOWED_FOR_PLACEMENT_IN_DISPLAY_SELECT_CAMPAIGN @ operations[0].operand.settings[0]]' [ApplicationException.Type] => 'ApiExce

Re: intermittent failures in audience performance report

2015-01-22 Thread Anash P. Oommen (AdWords API Team)
Hi Greg, I'll take a look, but meanwhile, please continue making API calls after excluding the IsRestrict column. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, January 22, 2015 at 12:57:39 AM UTC+5:30, GregT wrote: > > Every audience performance report for us is now failing with th