Re: Extract call extension info associated to an ad group

2017-11-15 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Jose, The metrics you're trying to pull are not available in a single report. You will have to use multiple reports to get all the data. Using the AdGroup Performance Report , you could get the

Re: Ad group label filter for ad performance report

2017-11-15 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Harish, That's right, with the AdGroup Performance Report , you will be able to retrieve statistics aggregated at the Ad group level with one row per ad group. You can take a look at the available

Re: Adwords Audience All Visitors not available

2017-11-15 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Ronak, That's right. The All Visitors list is automatically generated when the first display Remarketing campaign is created by following the steps mentioned in this guide . You will not be able to create the All Visitors list

Re: LabelError.DUPLICATE_NAME although there is no such label

2017-11-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Peter, We are aware of the ongoing issue with the Labels in the AdWordsAPI and the AdWords Scripts. Please take a look at this forum post for more details. You can keep an eye on that thread for updates on the issue.

Re: LabelError.DUPLICATE_NAME although there is no such label

2017-11-15 Thread Keanna Sion
https://groups.google.com/forum/#!topic/adwords-api/4P2-VyF7tvE On Wednesday, November 15, 2017 at 12:35:11 PM UTC-5, Peter Lanser wrote: > > Hi, > > we have accounts where we cannot create labels because of a DUPLICATE_NAME > error although there is no label with the given name. To be precise

Re: Downloading Price Extensions in an API Report

2017-11-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, To get the stats of your price extensions, you can use Placeholder Feed Item Report and include a condition to filter the PlaceholderType field. A PlaceholderType

Re: Error using TargetingIdeaService STATS with CategoryProductsAndServicesSearchParameter

2017-11-15 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, For CategoryProductsAndServicesSearchParameter , only the IDEAS is supported as requestType

Re: UserListError.CONCRETE_TYPE_REQUIRED while adding LogicalUserList using PHP google api client

2017-11-15 Thread 'Peter Oliquino' via AdWords API Forum
Hi, I noticed that the ADD operator was set before you set the operand in your code. Could you try and use the below order of the code instead? $addListOperation->setOperand($combinedList); $addListOperation->setOperator(Operator::ADD); Should the issue persist, could you send to me the

Extract call extension info associated to an ad group

2017-11-15 Thread jose . zaragoza
Hi: I'm generating a performance report for my ad groups ( clicks , click types, impressions ...) If an ad group is associated with a call extension ( I would like to know phone number associated ) Is there any way to extract call extension info ( specially phone number ) associated to an

Re: dotNET api returns no values for some queries.

2017-11-15 Thread 'Peter Oliquino' via AdWords API Forum
Hi Brett, To better investigate the issue, could you provide the complete SOAP request and response generated when you didn't get any results? Also, could you try the same exact request using the Keywords Planner of the AdWords UI, using also the same filters you applied in your AdWords API

Re: Campaign Performance Report - Cost

2017-11-15 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, All fields with type Money like the Cost metric of the Campaign Performance Report

Re: DEVELOPER_TOKEN_NOT_APPROVED

2017-11-15 Thread songxiaoxiao1993
You can upgrade the PHP version 在 2016年3月22日星期二 UTC+8下午9:23:33,Umesh Dengale写道: > > Hello, > > The developer token with test access is allowed to make API call to test > AdWords accounts. The AdWords services will return DEVELOPER_TOKEN_NOT_ > APPROVED >

Re: Adwords Audience All Visitors not available

2017-11-15 Thread Ronak Shah
Hello Bharani, Tere are not any campaigns in the account say its a fresh new account and I want to create the remarketing campaigns via Adwords API.We have a tool which creates the campaigns under client account, but the audience list is empty.So you saying that its not possible via API and

Re: BatchJobProcessingError.FILE_FORMAT_ERROR when using php client library

2017-11-15 Thread orzorc
Thank you very much. I forgot that not all operations could done by batch job. In this case, could you please consider to return a more specific error to tell us that the operation is not supported by batch job? And really really appreciate your help On Wednesday, November 15, 2017 at 3:22:52 PM

Re: Ad group label filter for ad performance report

2017-11-15 Thread harish.padmakar via AdWords API Forum
Oh. We miss having ad group label filter in ad report. I want to know which python file should I use for downloading report. I see the following, download_criteria_report_as_stream_with_awql.py download_criteria_report_as_stream_with_selector.py download_criteria_report_as_string_with_awql.py

Re: BatchJobProcessingError.FILE_FORMAT_ERROR when using php client library

2017-11-15 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Thanks for your feedback. I have already passed this to the team. However, this is not a guarantee that the request will be available in the future versions of the API. Please continue to follow our blog to receive any

Re: Ad group label filter for ad performance report

2017-11-15 Thread harish.padmakar via AdWords API Forum
On running the below code i get this error 'AttributeError: 'module' object has no attribute 'ReportQueryBuilder''. Please do the needful. *Code:* import sys from googleads import adwords def main(client): # Initialize appropriate service. report_downloader =

Re: AdWords Express Data Discrepancies

2017-11-15 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Joseph, Please see my comments inline below. Thanks, Josh, AdWords API Team On Tuesday, November 14, 2017 at 2:33:48 PM UTC-5, Joseph Collins wrote: > > Josh, > > Any update to this issue? I read the blog post about the AWX campaign > migration, but there is no mention of when this

Re: API not responding

2017-11-15 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Anton, On occasion, there are issues either on the client side or the server side with serving WSDLs especially when they have to be pulled so frequently. I have good news for you! Due to this being a general issue, we released a new PHP client library version

Downloading Price Extensions in an API Report

2017-11-15 Thread rachelhardman64
Which report do I need to use in order to download the Price Extensions information? I have tried the Placeholder Item Feed Report but cannot seem to get it to work, Which fields will I need to download? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

LabelError.DUPLICATE_NAME although there is no such label

2017-11-15 Thread Peter Lanser
Hi, we have accounts where we cannot create labels because of a DUPLICATE_NAME error although there is no label with the given name. To be precise - there is no _enabled_ label with the given name. This error is reproducible both via API (v201705) and via Adwords UI. We can provide multiple