Re: AWQL : how to use CampaignStatus, ORDER BY and LIMIT to retrieve formated datas ?

2017-11-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi Vincent, Yes, the ORDER BY and LIMIT are currently not supported in the AdWords API reports as discussed here . Additionally, there is currently no workaround via the AdWords API for this and you may have

Re: Add Email to existing Remarketing List using API

2017-11-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, You can check this example (in Java) on how to add CRM-based user list and populate it. This example is also available in the other languages that we support. However, since you already have

Re: Quota Limits on reports

2017-11-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, For basic access level of a developer token, you have a limit of 10,000 operations a day and 1,000 report requests a day as seen in this guide . Exceeding any of these limits will generate a RateExceededError

Re: Price extension automation via API - debugging

2017-11-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi Alexander, I'm a colleague of Shwetha and I will be providing support for now. As for updating price extensions or any other types, you may refer to this section as to how. You will not be

Add Email to existing Remarketing List using API

2017-11-13 Thread Adi
Hi, I want to add email address to existing CRM remarketing list. Can someone give me example how to do that? Which function to get existing remarketing list then i can add new email address? Sorry, i am newbie. Your answer really help me. Thank You -- --

AWQL : how to use CampaignStatus, ORDER BY and LIMIT to retrieve formated datas ?

2017-11-13 Thread Vincent Pélage
Hi, I'm using https://www.awql.me to build request and the first one below works, I'm successfully able to retrieve all campaigns with datas from past 7 days : SELECT CampaignId, CampaignName, Clicks, Impressions FROM CAMPAIGN_PERFORMANCE_REPORT DURING LAST_7_DAYS But when I try to add

AWQL : CampaignStatus, ORDER BY and LIMIT

2017-11-13 Thread Vincent Pélage
Hi, I'm using https://www.awql.me to build request and the first one below works, I'm successfully able to retrieve all campaigns with datas from past 7 days : SELECT CampaignId, CampaignName, Clicks, Impressions FROM CAMPAIGN_PERFORMANCE_REPORT DURING LAST_7_DAYS But when I try to add

Quota Limits on reports

2017-11-13 Thread WEO Media Client
We are working with the scheduling for our integration with AdWords API. However, we are seeing that for report limits, we are getting the error message of limits per day prior to hitting 1000 reports. We are not hitting more than 17 per minute. How is this 1000 reports limit calculated? and

Re: Will changes for handling AdWords Express campaigns in CAMPAIGN_PERFORMANCE_REPORT also affect CampaignService

2017-11-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, I'm afraid, all the other services that define the "advertisingChannelType" and "advertisingChannelSubType" fields will remain the same. The AdWords Express campaign changes are only applicable for AdWords API Reports. If you use AdWords reports to pull the performance statistics for

Re: Adwords Audience All Visitors not available

2017-11-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, If your concern is to get the automatically created list for Remarketing campaigns, for the first time, you will have to create a Remarketing campaign in the AdWords UI and then AdWords will automatically create a default Remarketing list for you like "All Visitors". This way, you're

Re: Trying to output Adwords API into a pandas dataframe

2017-11-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Chris, It looks like you've found a solution to your concern here . I'm glad that your issue has been resolved. Feel free to write back to us, if you have any API related

Will changes for handling AdWords Express campaigns in CAMPAIGN_PERFORMANCE_REPORT also affect CampaignService

2017-11-13 Thread adivenuti
Hello, On November 10,the Google Ads Developer Blog announced some changes concerning AdWords Express campaigns that would affect the CAMPAIGN_PERFORMANCE_REPORT. The changes indicate that

Re: What are the correct values for bridgeMapVersionId and partnerId for OfflineDataUpload ThirdPartyUploadMetadata

2017-11-13 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, As this is a new feature, I am still trying to track down someone who knows it well so that we can provide you more information and hopefully improve the documentation as well. I apologize for the delay. Regards, Mike, AdWords API Team On Monday, November 13, 2017 at 2:14:48 PM UTC-5,

Re: What are the correct values for bridgeMapVersionId and partnerId for OfflineDataUpload ThirdPartyUploadMetadata

2017-11-13 Thread Steve Wilhelm
Any progress on the valid values for bridgeMapVersionId and partnerId and if they are not correct would they be the cause of the OfflineDataUploadError? - Steve W. On Thursday, November 9, 2017 at 5:51:57 AM UTC-8, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > I am looking into the

Re: Duplicate Labels

2017-11-13 Thread David Antunes
Hi, Same issue here :) Kind regards, David On Friday, November 10, 2017 at 11:37:29 AM UTC, Ashish Pathak wrote: > > Hello, > > We are also facing the same issue when we try to create label from API it > is throwing error LabelError.DUPLICATE_NAME and we can not see the label > with same

Re: extreme slowness in API responses

2017-11-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Are you still facing latency issues while running reports via the API? I was able to test this AWQL against your account and the results came back in a few seconds. Also, are you observing this issue for other API services? From the error that you shared, it looks like an issue with your

Re: Meaning "NumOfflineImpressions" vs "Impressions" ( segment ClickType )

2017-11-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Jose, Please find my response below: Why "NumOfflineImpressions" number is lower than "Impressions" in "Phone Calls" click type ? NumOfflineImpressions is the number of offline phone

Re: TargetingIdeaSelector doesn't return data for marijuana, cannabis even there are results, why?

2017-11-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Alek, Could you please enable logging and share the complete SOAP logs so that I can take a look? Please use *reply privately to author* while sharing the details. Thanks, Sreelakshmi, AdWords API Team -- --

Re: Campaign Location Settings: Radius (GET)

2017-11-13 Thread Derek T
Thank you for the pointer! I'll look into this ASAP. Have a great day! On Thursday, November 9, 2017 at 11:06:12 AM UTC-5, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Derek, > > I'll get in touch with the team to provide more details in the Address > returned for Proximity criteria.

Meaning "NumOfflineImpressions" vs "Impressions" ( segment ClickType )

2017-11-13 Thread jose . zaragoza
Hi: I'm getting campaign performance report (CAMPAIGN_PERFORMANCE_REPORT) throught API Adwords 3.9.0 I'm selecting records by segment ClickType The campaign has enabled Call Extensions to show a phone I don't understand the meaning of some columns . For example, for the same campaign:

Trying to output Adwords API into a pandas dataframe

2017-11-13 Thread Chris Marquer
Hi, As the title suggests I'm trying to download a report from the Adwords API using Python and put the data into a Pandas DataFrame, but I am having no luck. I'm still new to Python so my error may be a lack of basic understanding. I've tried multiple ways of solving this problem, but below

extreme slowness in API responses

2017-11-13 Thread anindacilingirciyizbiz
Hi all, all API requests for us is taking longer than 30 seconds and usually more than 5 minutes. Anybody else having the same problem? I thought we are hitting 1000 report download limit but we are not getting RATE_LIMIT_EXCEEEDED error. The following is a sample script that wasn't finished

Extreme slowness in API responses (>1minute)

2017-11-13 Thread anindacilingirciyizbiz
Hi, Our custom webapp that uses adwords api is basically useless now because AdWords API requests are taking longer than max timeout of the http request so we are getting "Gateway Timeout" error. Anybody having the same problem? For instance simple report download shown below wasn't completed

Re: Type = 'AuthorizationError.USER_PERMISSION_DENIED', Trigger = '', FieldPath = ''

2017-11-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi Monty, I wanted to follow up on your concern. Could you confirm if the issue has been resolved or if you still require assistance? Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Does Adwords allow piggyback pixels for Search campaigns?

2017-11-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, A gentle follow up on this. If you still need further assistance, then kindly provide the details that I asked previously. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Developing basic functionality to enable/pause campaigns in an account

2017-11-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi, I wanted to follow up regarding your concern. Could you confirm if it was already resolved or if you still require assistance? Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: OperationAccessDenied.ACTION_NOT_PERMITTED

2017-11-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ryan, While having basic access allows users to utilize the AdWords API, it does not necessarily allow a user to access (view/manage) information of a specific MCC/client account. When using the AdWords API, users will need to secure or generate OAuth2 credentials using an email address

Re: Unable to create accounts in Test MCC

2017-11-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi Igor, Could you confirm if you are also creating these accounts via the AdWords API? If yes, then the maximum number of accounts you can create under a test MCC hierarchy is only 100 as seen here . Additionally, since

Re: Adwords API throwing DetailedReportDownloadResponseException with 400 Response code.

2017-11-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Based on your query alone, I could not see anything wrong. With this, could you please enable logging and provide your clientCustomerId, report definition

Re: Performance Report from Google Adwords

2017-11-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, The error you are encountering occurs when you are trying to run a report against a manager account. You may set your clientCustomerId as your client account instead

Re: Performance Report from Google Adwords

2017-11-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, The error you are encountering occurs when you are trying to run a report against a manager account. You may set your clientCustomerId as your client account instead