Not able to mutate Campaign Budget and AdGroup Bid

2021-12-16 Thread Ray
Hi, I am trying to make a request to the Google Ads API. I am using the REST APIs and not the SDKs. The requests that I am facing issues with are - - Updating Campaign Budget: I seem to be getting the following error { "error": { "code": 403, "message": "The caller does n

AddConversionAction.php getting the following error

2020-09-09 Thread Simanta Ray
Hi Team, When running AddConversionAction.php getting the following error. ApiException was thrown with message '{ "message": "Request contains an invalid argument.", "code": 3, "status": "INVALID_ARGUMENT", "details": [ { "@type": 0, "data": "type.googleapis.com\/google.ads.googleads.v5.erro

Re: Doing Adwords ETL for Adwords accouts outside of your MCC

2020-07-21 Thread Ray Curry
greed to add them to my MCC via the API? I do not want to have the user go into their account and manually add it to my account. I did not see anything similar under the account management sample section. Please let me know if this is possible with the Google ADS API. Thanks, Ray On Mon, Jul 20,

Doing Adwords ETL for Adwords accouts outside of your MCC

2020-07-18 Thread Ray Curry
I have currently been doing data ETL for our own Agencies Adwords account and when we get new clients we have them added to our MCC. We are now working with other Agencies and need to do ETL of their accounts but can not have them added to our MCC because they want to stay separated from our ac

includeZeroImpressions is not supported for this request

2018-04-18 Thread Ray Chang
Caused by: HTTP Response Code: 400, Trigger: includeZeroImpressions is not supported for this request, Type: ReportDownloadError. ZERO_IMPRESSIONS_REQUEST_NOT_SUPPORTED [18 Apr 2018 08:32:14,718-report_download:INFO:pool-1-thread-11] HTTP request: accept-encoding: [gzip] authorization: REDAC

Re: 'ReflectionException' while using ReportUtils in Adwords API v201605

2018-04-18 Thread Ray Chang
how to set includeZeroImpressions header ? 在 2016年8月17日星期三 UTC+8上午1:06:27,Shwetha Vastrad (AdWords API Team)写道: > > Hi, > > Search Query Performance Report > > doesn't > support zero impressions.

@Autowired cannot work aw-alerting-processor-beans.xml

2018-04-17 Thread Ray Chang
aw-alerting-processor-beans.xml how let it work. java.lang.NullPointerException @Component public class QueryStringReplace { @Autowired private JdbcTemplate jdbcTemplate; @Autowired not work, how to let spring use my xml aw-alerting-processor-beans.xml ? -- -- =~=~=~=~=~=~=~=~=~=~=~

Re: Is the 'Low Search Volume' label available via the API?

2014-09-30 Thread Ray Tsang (AdWords API Team)
e the final status. Thanks! Ray On Tuesday, September 30, 2014 4:07:09 PM UTC-4, GregT wrote: > > Hi, Ray. > > Just wanted to followup again and ask if you can specify what the > RARELY_SERVED status actually indicates, particularly in terms of what is > displayed in the AdWords

Re: Can I do changes and these appear in Adwords log as any email?

2014-09-30 Thread Ray Tsang (AdWords API Team)
Hi, All changes are recorded w/ the user that was associated w/ the oauth token. There is no way to change this, unless if you obtain the authorization for the corresponding user. Thanks, Ray On Tuesday, September 30, 2014 5:48:07 AM UTC-4, alb...@rcfactory.es wrote: > > Can I do c

Re: Can't get refresh token

2014-09-30 Thread Ray Tsang (AdWords API Team)
Johannes, Refresh token is issued when you request offline access. Please see if this will work <https://developers.google.com/adwords/api/docs/guides/authentication#offline_access> . Thanks, Ray On Tuesday, September 30, 2014 5:40:28 AM UTC-4, johanne...@chads.io wrote: > &g

Re: INVALID_PREDICATE_OPERATOR CONTAINS_ANY

2014-09-30 Thread Ray Tsang (AdWords API Team)
Sebastien, Please see the client library readme <https://github.com/googleads/googleads-php-lib> to turn on the logging. Thanks, Ray On Tuesday, September 30, 2014 8:09:12 AM UTC-4, sébastien pénagos wrote: > > Hi, thank you for your answers. > I've test the CONTAINS_ANY

Re: Keywords Idea - search by Postal Code

2014-09-29 Thread Ray Tsang (AdWords API Team)
Asaf, What are you using to retrieve the location? Could I trouble you to send me the full request/response XML for the location request? Secondly, please also send me the full request/response XML for the TargetingIdeaService request? Thanks! Ray On Monday, September 29, 2014 10:12:32 AM

Re: My post has been lost

2014-09-29 Thread Ray Tsang (AdWords API Team)
Asaf, The posts was in a queue for review. Cheers. Ray On Monday, September 29, 2014 3:39:09 PM UTC-4, Asaf wrote: > > Hi, > > I post a question a few hours ago regarding using postal code to search > for keywords ideas. > I did not get any email confirmation and I can n

Re: get_campaign returns empty list

2014-09-29 Thread Ray Tsang (AdWords API Team)
WZ, Let's continue the conversation on the other thread. Cheers, Ray On Monday, September 29, 2014 10:34:06 AM UTC-4, WZ wrote: > > Hi, > > I am using the googleads-python lib to connect to google API. The yaml > file has the credentials. However when I run the get ge

Re: campaing list is empty

2014-09-29 Thread Ray Tsang (AdWords API Team)
Hi, It's very likely that there was indeed no campaigns in the CID that you've requested for. In particular, if you haven't specified a CID, it will try to access the account associated w/ the refresh token. You should always specify a CID. Thanks, Ray On Monday, September

Re: FeedError.DUPLICATE_FEED_NAME

2014-09-29 Thread Ray Tsang (AdWords API Team)
Hunter, It's most likely that the name of the feed that you are trying to use is already existing. You can find the existing feeds by using the FeedService. The feed names cannot be duplicate. Thanks, Ray On Monday, September 29, 2014 2:30:14 PM UTC-4, Hunter wrote: > > For t

Re: INVALID_PREDICATE_OPERATOR CONTAINS_ANY

2014-09-29 Thread Ray Tsang (AdWords API Team)
Also, please try to use "IN" operator as well. Thanks, On Monday, September 29, 2014 6:01:24 PM UTC-4, Ray Tsang (AdWords API Team) wrote: > > Sebastien, > > Could I trouble you to send me the full request/response XML log in > private? > > Thanks, > > Ra

Re: INVALID_PREDICATE_OPERATOR CONTAINS_ANY

2014-09-29 Thread Ray Tsang (AdWords API Team)
Sebastien, Could I trouble you to send me the full request/response XML log in private? Thanks, Ray On Monday, September 29, 2014 1:32:24 PM UTC-4, WZ wrote: > > HI > > Not an expert, but ensure that the return of the URL is a stringset. You > can use the Conatins_any on

Re: Campaign id is not receiving while clicking on the Adwords Ad

2014-09-29 Thread Ray Tsang (AdWords API Team)
Amit, Please see the valuetrack <https://support.google.com/adwords/answer/2375447?hl=en> parameters - these can be used to help enhance the URL information. For more question on this, please refer to the general AdWords community <https://www.en.adwords-community.com/>. Chee

Re: Can't get refresh token

2014-09-29 Thread Ray Tsang (AdWords API Team)
Johannes, Have you had a chance to review the AdWords API authentication guide <https://developers.google.com/adwords/api/docs/guides/authentication>? You would be able to authorize multiple users to access a MCC. A refresh token can be associated to a user. Thanks, Ray On Monday, Sep

Re: What is the Ad Type for HTML ads, created by Google Web Designer in Ad Performance report?

2014-09-29 Thread Ray Tsang (AdWords API Team)
If they both ended up as Ad objects in AdGroups and Campagins, then there is no other way to distinguish them. Thanks, Ray On Monday, September 29, 2014 2:37:20 AM UTC-4, nf7588 wrote: > > Hi, > > Is there a way to distinguish between ads that were created by Display Ad > Build

Re: Copying data of Report / Downloading Report as a new Sheet in existing workbook

2014-09-19 Thread Ray Tsang (AdWords API Team)
Vandita, Have you verified that the data was successfully saved into the file, and that it is being read by the program? If you are having issues w/ processing CSV files using non-AdWords APIs, please refer to the respective developer support. Thanks! Ray On Friday, September 19, 2014 6:38

Re: Campaign performance report doesn't match web interface

2014-09-19 Thread Ray Tsang (AdWords API Team)
Liam, No worries - glad that helped. Are you referring to the Webmaster Tools API <https://developers.google.com/webmaster-tools/>? The forum seems to be right place. Thanks! Ray On Thursday, September 18, 2014 7:07:17 PM UTC-4, Liam O'Boyle wrote: > > Aah, I'm an

Re: Campaign type - what is the default created by the API?

2014-09-18 Thread Ray Tsang (AdWords API Team)
Hi, The top level types are documented in the advertisingChannelType <https://developers.google.com/adwords/api/docs/reference/v201406/CampaignService.Campaign#advertisingChannelType> attribute. That being said, we do not support "sub-types" at the moment. Thanks, Ray On Thu

Re: Incomplete Report

2014-09-18 Thread Ray Tsang (AdWords API Team)
Mariel, Could I trouble you to send me the exact query (log) in private? What type of data are missing? How are you determining that the expected rows were not returned? Thanks, Ray On Wednesday, September 17, 2014 4:38:44 PM UTC-4, Mariel Bartolome wrote: > > The amount of expecte

Re: Can't Make Google Adwords Developer token?

2014-09-18 Thread Ray Tsang (AdWords API Team)
Hi, The developer token is necessary. Please carefully follow all sign up procedures <https://developers.google.com/adwords/api/docs/signingup>, and other getting started documentation <https://developers.google.com/adwords/api/docs/first-request>. Thanks, Ray On Thursday,

Re: Can't Make Google Adwords Developer token?

2014-09-17 Thread Ray Tsang (AdWords API Team)
Aroxo, Which client library are you using? Thanks! Ray On Wednesday, September 17, 2014 8:11:42 AM UTC-4, Aroxo RD wrote: > > I have created google adwords test accout. Everything is done but can't > make developer token. I have faced this > issue QuotaCheckError.INVALID_T

Re: Campaign performance report doesn't match web interface

2014-09-17 Thread Ray Tsang (AdWords API Team)
Liam, Please compare the result and let me know if specific rows were missing, or that the counts are completely different between the UI and the API for the same campaign. Thanks, Ray On Wednesday, September 17, 2014 10:02:33 AM UTC-4, Dorian Kind wrote: > > Total shot in the dark her

Re: the ads I created via AdWords api didn't get any impression or click

2014-09-17 Thread Ray Tsang (AdWords API Team)
Hi, Please carefully compare the SOAP response for the ads. E.g., does the ad has budget? the same keywords, etc. Thanks, Ray On Wednesday, September 17, 2014 3:46:49 AM UTC-4, hr zhou wrote: > > The ads I created via Adwords API didn't get any impression or click, but > if

Re: Send report format .html

2014-09-17 Thread Ray Tsang (AdWords API Team)
Hi, You will need to download the report in a pre-defined format, and then reformat it as HTML, for example. Thanks, Ray On Wednesday, September 17, 2014 6:03:26 AM UTC-4, My Name wrote: > > Dear all, > > I'm looking API send AdWords reports in .html format. Is there any >

Re: Is Budget ID globally unique?

2014-09-16 Thread Ray Tsang (AdWords API Team)
Hi, The Budget ID is globally unique. That being said, I feel you should still keep track of the budget ID within the context of the account. Thanks, Ray On Monday, September 15, 2014 3:53:10 PM UTC-4, BDCoder wrote: > > Here you go ... > > > https://developers.google.com/a

Re: Sign up for beta access to upgrade your URL settings (form problem)? ...

2014-09-16 Thread Ray Tsang (AdWords API Team)
Thanks for the feed back - I'll let the form owner know. Cheers, Ray On Tuesday, September 16, 2014 1:51:42 PM UTC-4, BDCoder wrote: > > Regarding the signup form at: > > https://services.google.com/fb/forms/upgradeurls/ > > The form on the page contains RADIO buttons

Re: Error in .Net App.config / Web.config documentation ...

2014-09-16 Thread Ray Tsang (AdWords API Team)
A GitHub issue is created. https://github.com/googleads/googleads-dotnet-lib/issues/25 Please feel free to collaborate there for this issue. Thanks! Ray On Tuesday, September 16, 2014 2:11:12 PM UTC-4, Ray Tsang (AdWords API Team) wrote: > > Hi, > > The documentation beneath the

Re: Error in .Net App.config / Web.config documentation ...

2014-09-16 Thread Ray Tsang (AdWords API Team)
Hi, The documentation beneath the code example has additional explanation around the node name depends on the API for which you are specifying. I'll file a github issue to clarify that page. Thanks! Ray On Tuesday, September 16, 2014 12:17:57 PM UTC-4, BDCoder wrote: > > On Page

Re: Traffic Estimator Service: RateExceededError

2014-09-16 Thread Ray Tsang (AdWords API Team)
ant to explore the different strategies in the guide to deal w/ the rate limits. Thanks, Ray On Tuesday, September 16, 2014 11:53:53 AM UTC-4, Christian Borck wrote: > > In one of our applications we're using the traffic estimator service to > get keyword estimates for different

Re: Is Budget ID globally unique (awaiting answer - Yes / No)?

2014-09-16 Thread Ray Tsang (AdWords API Team)
Hi, The thread is already being investigated. Let's keep the conversation in the previous thread. Thanks, Ray On Tuesday, September 16, 2014 11:44:45 AM UTC-4, BDCoder wrote: > > Hi Guys, > > Sorry to re-post -- but I really need a YES or NO answer to this as I am > s

Re: About selecting mobile platforms via API

2014-09-16 Thread Ray Tsang (AdWords API Team)
criterion to restrict devices. Thanks, Ray On Tuesday, September 16, 2014 10:12:38 AM UTC-4, appCcloud Cayto wrote: > > Hello there, > > I was wondering if I could restrict my ads only for Android devices. > > Is there any way to restrict my ads only for Andro

Re: Python adwords API: How to remove root in product partition tree of shopping campaigns

2014-09-16 Thread Ray Tsang (AdWords API Team)
Hi, You can get the existing root by retrieving the existing product partitions, and find the one that has no parent criterion. Thanks, Ray On Tuesday, September 16, 2014 4:14:22 AM UTC-4, MoWgli wrote: > > I am getting below error while creating product partitio

Re: QuotaCheckError.INCOMPLETE_SIGNUP or AuthorizationError.USER_PERMISSION_DENIED

2014-09-16 Thread Ray Tsang (AdWords API Team)
test account guide <https://developers.google.com/adwords/api/docs/test-accounts> ). Please send me the full request/response SOAP XML in private if the issue persists. Thanks, Ray On Tuesday, September 16, 2014 4:50:06 AM UTC-4, Saeed wrote: > > Hi Ray, > > ok, I'll p

Re: Problem refreshing access token for a web application

2014-09-15 Thread Ray Tsang (AdWords API Team)
. Usually carefully following the Authentication guide <https://developers.google.com/adwords/api/docs/guides/authentication> would get you a working refresh token that can be re-used in most scenarios. Thanks, Ray On Monday, September 15, 2014 9:20:59 AM UTC-4, Nelu Cambrea wrote: >

Re: problem refreshing access token

2014-09-15 Thread Ray Tsang (AdWords API Team)
Nelu, Let's continue this discussion in another thread. Thanks, Ray On Monday, September 15, 2014 8:34:19 AM UTC-4, Nelu Cambrea wrote: > > Hi, > > I'm working on a simple AdWords implementation using googleads-php-lib. > Everything is fine except the moment the

Re: AuthorizationError.USER_PERMISSION_DENIED or QuotaCheckError.INCOMPLETE_SIGNUP

2014-09-15 Thread Ray Tsang (AdWords API Team)
Saeed, Let's continue the conversation on the other thread. Thanks, Ray On Monday, September 15, 2014 8:48:25 AM UTC-4, Saeed wrote: > > Hi, > > I tried almost all of the proposed solutions out there in the web,for > about two weeks and I'm always getting the same e

Re: QuotaCheckError.INCOMPLETE_SIGNUP or AuthorizationError.USER_PERMISSION_DENIED

2014-09-15 Thread Ray Tsang (AdWords API Team)
Saeed, Let's continue the discussion in the other thread. Thanks, Ray On Monday, September 15, 2014 9:17:22 AM UTC-4, Saeed wrote: > > Hi, > > > I tried almost all of the proposed solutions out there in the web. But I'm > always getting the sa

Re: QuotaCheckError.INCOMPLETE_SIGNUP or AuthorizationError.USER_PERMISSION_DENIED

2014-09-15 Thread Ray Tsang (AdWords API Team)
y have specified a production account customer ID, while the latter may indicate that the refresh token is associated w/ a wrong user. Thanks, Ray On Monday, September 15, 2014 9:19:37 AM UTC-4, Saeed wrote: > > Hi, > > I tried almost all of the proposed solutions out there in the web.

Re: Why can't I post ?

2014-09-15 Thread Ray Tsang (AdWords API Team)
Saeed, New posts are usually reviewed before they show up here. Cheers, Ray On Monday, September 15, 2014 9:53:08 AM UTC-4, Saeed wrote: > > Why can't I post ? > test > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog a

Re: Is Budget ID globally unique?

2014-09-15 Thread Ray Tsang (AdWords API Team)
Hi, To ensure we are on the same page - could I trouble you to link me to the exact ID field that you are referring to? Thanks, Ray On Monday, September 15, 2014 2:37:31 PM UTC-4, BDCoder wrote: > > Not mentioned in the docs at: > > https://developers.google.com/adwords/api

Re: Is the 'Low Search Volume' label available via the API?

2014-09-15 Thread Ray Tsang (AdWords API Team)
Greg, As I mentioned, the RARELY_SERVED status is not reflected in the UI - it is not indicative of the "low search volume" label. I do not have further information on the systemServiceStatus.RARELY_SERVED status yet. Thanks, Ray On Monday, September 15, 2014 1:03:28 PM UTC-4, G

Re: What is the maximum number of keywords I can add using SimpleMutateService in a single shot?

2014-09-15 Thread Ray Tsang (AdWords API Team)
Rohit, This is an AdWords API support forum. Are you referring to questions on a non-AdWords API system? Thanks, Ray On Sunday, September 14, 2014 9:57:21 PM UTC-4, Rohit Chawla wrote: > > Hi Kapil, > > I am also facing the same exception as you faced and after reading your

Re: RefreshToken Showing blank page

2014-09-15 Thread Ray Tsang (AdWords API Team)
s://github.com/googleads/googleads-php-lib/wiki/Using-OAuth-2.0>? Thanks, Ray On Saturday, September 13, 2014 2:03:18 AM UTC-4, Suma Reddy wrote: > > I have entered client id and secret in auth.ini file.In the next step when > I tried to get the refresh token its showing blank page, how

Re: Convert micros to currency in AWQL csv report with Adwords API

2014-09-15 Thread Ray Tsang (AdWords API Team)
Mario, You'll have to parse and process the data, and perform the calculation accordingly. Thanks, Ray On Saturday, September 13, 2014 12:33:04 AM UTC-4, Mario Young wrote: > > I have this query in AWQL and I get the response in CSV format using the > ReportUtils::Download

Re: PHP Client Library : Problem to use API Adsword

2014-09-15 Thread Ray Tsang (AdWords API Team)
Hi, Please carefully review the AdWords API Authentication guide <https://developers.google.com/adwords/api/docs/guides/authentication> as well as the PHP client library OAuth guide <https://github.com/googleads/googleads-php-lib/wiki/Using-OAuth-2.0>. Thanks, Ray On Friday,

Re: How can i send custom data in Google Adwords API?

2014-09-10 Thread Ray Tsang (AdWords API Team)
to carefully follow this guide <https://developers.google.com/adwords/api/docs/guides/authentication> and setup the authorization correctly. Thanks, Ray On Friday, September 5, 2014 2:35:48 PM UTC-4, Ray Tsang (AdWords API Team) wrote: > > Raman, > > Pleae see th

Re: Is the 'Low Search Volume' label available via the API?

2014-09-05 Thread Ray Tsang (AdWords API Team)
Greg, As far as I can tell at the moment, the "low search volume" label is not driven by the systemServingStatus. I'll look into that status in more detail. Thanks, Ray On Friday, September 5, 2014 2:19:16 PM UTC-4, GregT wrote: > > Ray, thanks for looking into this.

Re: Programar pujas de CPCs máximos y anuncios en horas y días

2014-09-05 Thread Ray Tsang (AdWords API Team)
Rocio, Could I trouble you point me to similar functionality int he UI? (screenshot, etc would be helpful). Thanks, Ray On Friday, September 5, 2014 9:10:28 AM UTC-4, Rocio de rueda wrote: > > ¿Qué funcionalidades de la API de ADWORDS debo descargar para poder > automatizar las

Re: How can i send custom data in Google Adwords API?

2014-09-05 Thread Ray Tsang (AdWords API Team)
Raman, Pleae see the Google OAuth 2.0 documentation <https://developers.google.com/accounts/docs/OAuth2WebServer>. There is a state parameter that you may be able to use. Cheers, Ray On Friday, September 5, 2014 9:53:08 AM UTC-4, raman kumar wrote: > > Hello, > > In Google

Re: Is the 'Low Search Volume' label available via the API?

2014-09-05 Thread Ray Tsang (AdWords API Team)
Hi guys, "Low search volume" is not available in the API at the moment. Thanks, Ray On Thursday, September 4, 2014 5:25:04 PM UTC-4, Ray Tsang (AdWords API Team) wrote: > > Greg, > > Thanks for the info. I'll look into this. > > Cheers, > > Ray > &g

Re: Image ads API

2014-09-04 Thread Ray Tsang (AdWords API Team)
m/adwords/api/docs/clientlibraries>. Cheers, Ray On Thursday, September 4, 2014 2:29:32 PM UTC-4, Prasannaa Ganesan wrote: > > Hi Guys, > > I know that Scripts does not support image ads. However is there a full > API support for Image ads? I am looking for python specific

Re: Is the 'Low Search Volume' label available via the API?

2014-09-04 Thread Ray Tsang (AdWords API Team)
Greg, Thanks for the info. I'll look into this. Cheers, Ray On Wednesday, September 3, 2014 7:06:31 PM UTC-4, GregT wrote: > > Hi, Ray. > > I just realized I might have cropped slightly too much, so in case it's > not clear, this is a screenshot from the keywords

Re: Is the 'Low Search Volume' label available via the API?

2014-09-03 Thread Ray Tsang (AdWords API Team)
Greg, To help me to be on the same page, could I trouble you to send a fuller screenshot of where you are seeing this in the UI? Thanks, Ray On Wednesday, September 3, 2014 12:29:58 PM UTC-4, GregT wrote: > > Would anyone from Google be able to confirm that the systemServingStatus

Re: how to use google adword api, So that i can add my add with dynamically from my application

2014-09-03 Thread Ray Tsang (AdWords API Team)
Pavinder, That sounds like a general Java related issue where you don't have all the dependent libraries. It's perhaps the easiest if you use Maven so that all of the dependent libraries are automatically included. Thanks, Ray On Wednesday, September 3, 2014 3:16:45 AM UTC-4, pav

Re: ImageError.SERVER_ERROR when creating ads

2014-09-02 Thread Ray Tsang (AdWords API Team)
Rodrigo, Could I trouble you to send me a few more images that failed to upload (in private)? Thanks! Ray On Wednesday, August 20, 2014 9:48:34 AM UTC-4, Ray Tsang (AdWords API Team) wrote: > > Rodrigo, > > Thanks for the update. I'll follow up on this. > > Cheers,

Re: Issue retrieving Campaign Budget amount with CampaignService (v201406)

2014-09-02 Thread Ray Tsang (AdWords API Team)
Gaetan, Please send me the full request/response SOAP XML in private. Thanks, Ray On Monday, September 1, 2014 4:23:51 AM UTC-4, Gaëtan Gautron wrote: > > Hi, I try to retrieve some parameters from published campaigns using PHP > api v201406. In CampaignService documentation is w

Re: how to use google adword api, So that i can change my adwords keywords dynamically.

2014-09-02 Thread Ray Tsang (AdWords API Team)
pers.google.com/adwords/scripts/>, which may suite your use cases. Thanks, Ray On Monday, September 1, 2014 10:30:27 AM UTC-4, pavinder naik wrote: > > Hi. I am new to Google Ad-words .How to integrate Google Ad-words API to > my ad-words account so that i can use it easily. I want to us

Re: AttributeError: 'AdWordsClient' object has no attribute 'GetConversionTrackerService'

2014-09-02 Thread Ray Tsang (AdWords API Team)
Anup, What is the client library that you are using (and version?). What specific error did you receive? Thanks, Ray On Sunday, August 31, 2014 5:26:41 AM UTC-4, Anup Pathak wrote: > > Hi there, > > > I got AttributeError: 'AdWordsClient'

Re: ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2014-08-22 Thread Ray Tsang (AdWords API Team)
Simon, Please send me the failed request/report query in private. Thanks, Ray On Thursday, August 21, 2014 6:38:59 PM UTC-4, Simon wrote: > > Hello, > > I am constantly getting: > > ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND > Trigger: Unable to read report da

Re: SoapClientFactory error

2014-08-22 Thread Ray Tsang (AdWords API Team)
Chirag, As suggested in the previous post: Please make sure that the PHP version/path is exactly the same when running the example and your own test code? Secondly, could I trouble you to send me what you have in `php -i`? Thanks, Ray On Friday, August 22, 2014 2:03:37 PM UTC-4, chirag The

Re: Alert Service CREDIT_CARD_EXPIRING details

2014-08-22 Thread Ray Tsang (AdWords API Team)
Kevin, There are no other ways to retrieve this information at the moment. We don't yet have a list of unused alerts. Thanks, Ray On Thursday, August 21, 2014 3:25:47 PM UTC-4, level7@gmail.com wrote: > > Ray ~ > > Thanks for responding. Since the alert is no long in u

Re: Exception says "An API exception has occurred. See ApiException and InnerException fields for more details."

2014-08-21 Thread Ray Tsang (AdWords API Team)
Oscar, Most likely the user you used to login/authorize the OAuth 2.0 token does not have the permission to access the account. Please double check and regenerate the token. Thanks, Ray On Thursday, August 21, 2014 4:36:07 PM UTC-4, Oscar Martinez wrote: > > More info... > >

Re: Where can I find a list of incompatible fields for each report type?

2014-08-21 Thread Ray Tsang (AdWords API Team)
Scott, Could I trouble you to mockup a desired format? (or, before/after for better comparison). Thanks, Ray On Thursday, August 21, 2014 1:21:57 PM UTC-4, Scott Luther wrote: > > Hi Ray, > > Thanks! > > Is there any way to have the "xml attribute" be the header

Re: Trying to access APIU AdWords: OAuth

2014-08-21 Thread Ray Tsang (AdWords API Team)
Oscar, Please see the AdWords API Authentication guide <https://developers.google.com/adwords/api/docs/guides/authentication>. The developer token is not the client secret. Thanks, Ray On Thursday, August 21, 2014 12:22:42 PM UTC-4, Oscar Martinez wrote: > > Sorry, I forot the

Re: Should I set both headline and promotionline field to get ad report ?

2014-08-21 Thread Ray Tsang (AdWords API Team)
Hi, DisplayName are returned as criteriaDisplayName. However, Headline and PromotionLine are indeed having different selector fields. It's safe to select both. Thanks, Ray On Thursday, August 21, 2014 2:34:12 AM UTC-4, 照沼領 wrote: > > Hi all, > > I want to retrieve text and

Re: Product Partition Tree Structure

2014-08-21 Thread Ray Tsang (AdWords API Team)
Hi, Was the "value" attribute not being returned? Thanks! Ray On Thursday, August 21, 2014 1:39:04 AM UTC-4, Ads Developer wrote: > > Hi Team, > > I am using AdGroupCriterionServiceInterface to fetch the data related to > Product Partition. > > I was able to ret

Re: Shared Credit Card for client accounts created using ManagedCustomerService

2014-08-21 Thread Ray Tsang (AdWords API Team)
As discussed in a different thread, there will need to be additional steps to associate billing to managed accounts. Cheers, Ray On Wednesday, August 20, 2014 10:33:53 AM UTC-4, GDZ wrote: > > Mike, > > it doesn't seem to work the way you said. Campaigns in the newly created

Re: Where can I find a list of incompatible fields for each report type?

2014-08-21 Thread Ray Tsang (AdWords API Team)
Scott, We don't yet have incompatible field types at the moment. I'll note it down. Thanks, Ray On Wednesday, August 20, 2014 6:13:50 PM UTC-4, Scott Luther wrote: > > Oops, this is for the Campaign report type, not Accounts. My bad! > > On Wednesday, August 20, 2014 3

Re: Alert Service CREDIT_CARD_EXPIRING details

2014-08-20 Thread Ray Tsang (AdWords API Team)
Kevin, Thanks for clarifying! Upon investigation, this particular alert is no longer being used. Thanks, Ray On Wednesday, August 20, 2014 10:41:48 AM UTC-4, Kevin Moritz wrote: > > No I have not received this alert yet, but I can't find any details on it > in the documentat

Re: Validate existing location group via API

2014-08-20 Thread Ray Tsang (AdWords API Team)
Assaf, Please look into the LocationGroups <https://developers.google.com/adwords/api/docs/reference/v201406/CampaignCriterionService.LocationGroups> criterion. Thanks, Ray On Wednesday, August 20, 2014 3:54:14 AM UTC-4, Assaf Magen wrote: > > Hello, > > In Adwords UI in c

Re: 【質問】YouTubeインストリーム広告のAdWordsAPI仕様について

2014-08-20 Thread Ray Tsang (AdWords API Team)
t; via the AdWords API. Full AdWords for Video API is not available at the moment. Thanks, Ray On Tuesday, August 19, 2014 11:19:20 PM UTC-4, sprox...@gmail.com wrote: > > 前提) > APIアクセスができるようになりました。 > しかし、動画キャンペーンをAPIより制作しようとすると情報不足で、 > 仕様から推定される方法で行うとエラーになります。 > そこで、下記

Re: How do I filter on PlaceholderTypes in CampaignFeedService?

2014-08-20 Thread Ray Tsang (AdWords API Team)
Peng, Have you tried to use CONTAINS_ANY or CONTAINS_ALL predicates? These should work as expected. Which service were you trying to select from? Thanks, Ray On Wednesday, July 16, 2014 3:13:22 PM UTC-4, Ray Tsang (AdWords API Team) wrote: > > Giles, > > I'll look into

Re: some KeywordEstimate return null - .NET lib

2014-08-20 Thread Ray Tsang (AdWords API Team)
additional keyword caused the value to be lowered to just zero. I hope this helps. In short, this is working as intended. Thanks, Ray On Friday, August 15, 2014 12:42:13 PM UTC-4, Ray Tsang (AdWords API Team) wrote: > > Itay, > > I'm still looking into why there are differences betwe

Re: ImageError.SERVER_ERROR when creating ads

2014-08-20 Thread Ray Tsang (AdWords API Team)
Rodrigo, Thanks for the update. I'll follow up on this. Cheers, Ray On Tuesday, August 19, 2014 7:52:55 PM UTC-4, Rodrigo Ferreira wrote: > > Hi Ray, > > we use for our images the PNG format. We create the ads from a template > system and generate the binary through the

Re: Alert Service CREDIT_CARD_EXPIRING details

2014-08-20 Thread Ray Tsang (AdWords API Team)
Kevin, Could I trouble you to confirm if you had received this alert? If so, please send me the full request response in private. Thanks, Ray On Tuesday, August 19, 2014 12:48:56 PM UTC-4, Kevin Moritz wrote: > > I would like to know any specifics on the CREDIT_CARD_EXPIRING alert. &g

Re: Newly created accounts under MCC with MDS and billing/payments

2014-08-19 Thread Ray Tsang (AdWords API Team)
Please send me your MCC CID in private (as well as the account manager information). Cheers, Ray On Tuesday, August 19, 2014 6:31:24 PM UTC-4, GDZ wrote: > > Yes we do but looks like he doesn't know much about API > > > On Tuesday, August 19, 2014 6:28:22 PM UTC-4, Ray Tsa

Re: Newly created accounts under MCC with MDS and billing/payments

2014-08-19 Thread Ray Tsang (AdWords API Team)
GDZ, Do you have a Google account representative? What is your MCC CID? Thanks, Ray On Tuesday, August 19, 2014 5:57:22 PM UTC-4, GDZ wrote: > > Hello! > > Is it true that when the new AdWords account is created under MCC(with > MDS) using ManagedCustomerService and then camp

Re: ImageError.SERVER_ERROR when creating ads

2014-08-19 Thread Ray Tsang (AdWords API Team)
Rodrigo, Could I trouble you to try w/ a different compression level and/or potentially a different file format? What software are you using to produce the final image that is to be uploaded?? Thanks, Ray On Tuesday, August 19, 2014 12:39:23 PM UTC-4, Rodrigo Ferreira wrote: > >

Re: some KeywordEstimate return null - .NET lib

2014-08-15 Thread Ray Tsang (AdWords API Team)
Itay, I'm still looking into why there are differences between the 2 requests. Thanks! Ray On Thursday, August 14, 2014 11:00:06 AM UTC-4, Ray Tsang (AdWords API Team) wrote: > > Itay, > > The behavior difference that you sent me is expected between v201402 and > v201406

Re: TrackingURLTemplate: WRITE_ACCEA_DENIED due to Whitelisted field

2014-08-14 Thread Ray Tsang (AdWords API Team)
David, Please see the upgraded URL guide <https://developers.google.com/adwords/api/docs/guides/upgraded-urls>. The API feature is available only in the test account at the moment. Thanks, Ray On Thursday, August 14, 2014 10:56:10 AM UTC-4, David Juarez wrote: > > Hi, >

Re: Fallback Algorithm for ClientReport download RateExceeded, dotniet cleint library

2014-08-14 Thread Ray Tsang (AdWords API Team)
Matej, This seems to be a duplicate post. Let's continue the conversation on the other thread. Thanks, Ray On Wednesday, August 13, 2014 5:22:21 AM UTC-4, Matej Bosák wrote: > > HI, > when concurently downloading gzipped client reports, i often run into > RateExceededExc

Re: dotnet client library RateExceededError in ReportDownload

2014-08-14 Thread Ray Tsang (AdWords API Team)
Matej, Could I trouble you to send me the logs in private? Thanks, Ray On Wednesday, August 13, 2014 5:11:45 AM UTC-4, Matej Bosák wrote: > > Hi guys > When im downloading ClientReports concurrently, i often encounter > RateExceededError, problem is that while when using sepa

Re: C# Question about Reporting API

2014-08-14 Thread Ray Tsang (AdWords API Team)
Harrold, Please send me the MCC CID and also the AdWords account CID that you have the conversion trackers configured in? It's most likely that the user object was not configured with the proper CID. Thanks, Ray On Wednesday, August 13, 2014 8:23:08 AM UTC-4, Harrold de Boer wrote: >

Re: some KeywordEstimate return null - .NET lib

2014-08-14 Thread Ray Tsang (AdWords API Team)
Hence, rather than returning 0, it is returning null in v201406. Thanks, Ray On Wednesday, August 13, 2014 5:11:41 AM UTC-4, Itay Dalmedigos wrote: > > hi ray, > > have you found anything yet? > > thanks, > itay > > On Tuesday, August 12, 2014 9:31:57 PM UTC+3, Ray

Re: CAMPAIGN_BIDDING_STRATEGY_CANNOT_BE_OVERRIDDEN - Error when it will appear

2014-08-13 Thread Ray Tsang (AdWords API Team)
Please send full SOAP request/response in private. Thanks, Ray On Wednesday, August 13, 2014 10:59:39 AM UTC-4, usaw...@gmail.com wrote: > > Hi, > > I am trying to set flexible bid strategy for an adgroup and I got the > CAMPAIGN_BIDDING_STRATEGY_CANNOT_BE_OVERRIDDEN error. A

Re: how to make a placement "whitelist"?

2014-08-13 Thread Ray Tsang (AdWords API Team)
Inaal, To make sure I'm aligned on the same page - in the UI, could I trouble you to let me know where you would've performed such function? (Please screenshot, etc in private). Thanks! Ray On Wednesday, August 13, 2014 9:15:13 AM UTC-4, Inaal Haolam wrote: > > > 1. H

Re: Javascript API in sandbox

2014-08-13 Thread Ray Tsang (AdWords API Team)
Assaf, Are you referring to AdWords script, or AdWords API (SOAP based API)? Thanks, Ray On Wednesday, August 13, 2014 4:36:27 AM UTC-4, Assaf Magen wrote: > > Hello, > > I was wondering if there is a way to work against sandbox with the JS api > without the need to supp

Re: Logging OAuth Request/Respones (Java Client Library)

2014-08-13 Thread Ray Tsang (AdWords API Team)
Stacie, The AdWords API client library uses the general OAuth library <https://code.google.com/p/google-api-java-client/> to perform authentication. You'd want to verify w/ that dependent library for logging. Thanks, Ray On Tuesday, August 12, 2014 6:33:23 PM UTC-4, Stacie Wa

Re: About GetKeywordIdeas help?

2014-08-13 Thread Ray Tsang (AdWords API Team)
Tim, Please see the guide on using the TrafficEstimatorService <https://developers.google.com/adwords/api/docs/guides/traffic-estimator-service>. The result could differ based on the differences in the actual input, such as different criteria, network, etc. Thanks, Ray On Wed

Re: Clients via API and MDS

2014-08-12 Thread Ray Tsang (AdWords API Team)
GDZ, Please contact the sales rep and if they still have questions, they can contact AdWords API support on your behalf. Cheers, Ray On Tuesday, August 12, 2014 4:04:50 PM UTC-4, GDZ wrote: > > Sure do. > > > > On Tuesday, August 12, 2014 2:09:51 PM UTC-4, Ray Tsang

Re: Get Customer ID

2014-08-12 Thread Ray Tsang (AdWords API Team)
also noticed that you are using the webflow. It would be great to validate the issue w/ a simplified flow as well. Thanks, Ray On Tuesday, August 12, 2014 3:15:56 PM UTC-4, Philipp Comans wrote: > > I can not use the client library unfortunately since it is incompatible > with some ex

Re: some KeywordEstimate return null - .NET lib

2014-08-12 Thread Ray Tsang (AdWords API Team)
Itay, Thanks for the logs. I'll look into that. Cheers, Ray On Monday, August 11, 2014 10:49:53 AM UTC-4, Ray Tsang (AdWords API Team) wrote: > > Itay, > > Please send a specific example SOAP XML request/response in private and > point out the exact line that has t

Re: Get Customer ID

2014-08-12 Thread Ray Tsang (AdWords API Team)
Phillip, Did you use the example included in the client library to generate the token? What version of the client library are you using? Thanks, Ray On Tuesday, August 12, 2014 12:45:32 PM UTC-4, Philipp Comans wrote: > > Hi Ray, > > Thanks for your reply. My authorization t

Re: Can't seem to update CampaignAdExtension

2014-08-12 Thread Ray Tsang (AdWords API Team)
Assaf, Please send me the full SOAP request/response in private. Thanks, Ray On Tuesday, August 12, 2014 9:31:00 AM UTC-4, Assaf Magen wrote: > > Hello, > > I'm trying to update phone number on existing CampaignAdExtension of type > LocationExtension using the SET operator

  1   2   3   4   5   6   7   8   >