Re: I got the QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on my test account.

2018-10-25 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Could you please continue the discussion on this thread to avoid the duplication? Thanks, Milind, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: I got QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test account.

2018-10-25 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The process which you followed is correct. The 883-246-9747 is not a test account and trying to make an API call against this account using an unapproved developer token will result in DEVELOPER_TOKEN_NOT_APPROVED. If you were trying against a test account and getting this error, could you

Re: I got QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test account.

2018-10-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Yes, 883-246-9747 is not a Test Account. If you don't see the red Test account label on your Google Ads account page, then the account is a production account. If you have created the test account under the test manager account, then it should be a test client account. I can see the test m

Re: Creating partition tree

2018-10-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, I can see another thread is started for the same issue. Could you please continue the discussion on that thread to avoid the duplication? Thanks, Milind, AdWords API Team -- -

Re: Detailed Demographics and Re-marketing and similar audiences are not coming as part of Campaign Criteria Report

2018-10-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jofin, Detailed Demographics is not yet supported via API reports. Could you please share the report definition along with the client customer id so that I can troubleshoot the issue? Also, share the screenshot of the UI that you are trying to get via the API. You can use 'Reply privately to

Re: Headline Part 3 and Description 2 for Expanded Text Ads - Partial data in API

2018-10-29 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Gemma, Since your questions are specific to Google Ads Scripts. I would recommend to post your question on the Google Ads Scripts forum . Thanks, Milind, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: I got QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test account.

2018-10-29 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The account 483-123-4552 is test account. If you call the API against the test account, it should work. For DEVELOPER_TOKEN_NOT_APPROVED error, could you please share the complete SOAP request and response logs along with the request header so that I can troubleshoot the issue? You can use

Re: how to get compaigns videoid in using java adwords api?

2018-10-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Lei, If you already have a video uploaded via the UI, you can get the media id associated with the video using the MediaService.get() and you may need to check for the media type Video. To get the media ass

Re: The doc say Video Campaigns are supported through reports, But I got nothing

2018-10-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Lei, You cannot get the stats at the ad asset level. But to get the ad assets, you will need to use CampaignService.get() and then you can check for the youtubevideomediaids

Re: The doc say Video Campaigns are supported through reports, But I got nothing

2018-10-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Lei, You cannot get the stats at the ad asset level. But to get the ad assets, you will need to use CampaignService.get() and then you can check for the youtubevideomediaids

Re: I got QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test account.

2018-10-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Thanks for sharing the details. There is an ongoing issue regarding this error, I will let you know once I have more information on this issue. Thanks, Milind, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blo

Re: incomplete fieldPath in the PolicyFindingError

2018-11-01 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Hendrik, Looks like you have created the another thread for the same issue. Could you please continue the discussion on that thread to avoid the duplication? Thanks, Milind, AdWo

Re: fieldPath incomplete in PolicyFindingError

2018-11-01 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Hendrik, I was able to replicate this scenario and at this point we can't get the attribute having the issue from the error. I will share your feedback with the team to include this in the error. Please keep an eye on our blog

Re: How to get the email of a client who managed by our MCC?

2018-11-14 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, I am afraid that you won't be able to get the email address of client account. However you will get the list of all linked account by using ManagedCustomerService.get API call. You could refer to

Re: Get Keywords from ad group not working

2018-11-14 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Prabhu, I ran the same request against my test account, and I was able to get the keywords. Could you please share the client customer id and adgroup id for which you are facing the error? You can use 'Reply privately to author' option while responding. Thanks, Milind, AdWords API Team --

Re: CUSTOMER_NOT_WHITELISTED_FOR_API

2018-11-15 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The BudgetOrderService.mutate API is limited to whitelisted customers. Could you please confirm if you are using mutate service? If yes, then could you please share the MCC account id? You can use

Re: Developer token not approved error when running getcampaigns

2018-11-16 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The issue related to DEVELOPER_TOKEN_NOT_APPROVED is resolved. Could you please retry and confirm if this is working for you? Thanks, Milind, AdWords API Team -- -- =~=~=~=~=~=~=~

Re: Link Client to MCC

2018-12-11 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Rafael, The NOT_AUTHORIZED error occurs when the user authenticating the request is not authorized to perform this operation. You will need to verify t

Re: FeedItemTargetService and the SET operator.

2018-12-19 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Joe, Could you please share the SOAP result and response logs for the operation so that I can troubleshoot the issue? You can use 'Reply privately to author' option while responding. Thanks, Milind, AdWords API

Re: ConstantDataService returns more in-market audiences than listed in google's csv

2018-12-20 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sara, We are aware of this issue. The team is working on it. I will keep you posted if I have any new updates. The Food category is available in the Google Ads UI, is also available in the API request. Please find the attachment. Thanks, Milind, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~

Re: MCC Customer ID vs. Child Customer ID

2018-12-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Updating a certain keyword by setting only its ad group Id and keyword Id (without specifying a child account CID) is currently not possible in AdWords API, as the request will check for the given keyword Id and ad group Id from the specified child account. Best regards, Milind, AdWords A

Re: Developer token not approved error when running getcampaigns

2018-12-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Looks like you have posted your questions on the AdWords API forum. Could you please continue the discussion on that thread to avoid duplicates? Thanks, Milind,

Re: AuthorizationError.USER_PERMISSION_DENIED Error

2018-12-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The USER_PERMISSION_DENIED error occurs when there is no link between the user authenticating the API request and the client account specified in the headers. Please make sure that the

Re: Local Campaigns

2018-12-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Roy, For the Campaign performance report, we don't have any issue reported at our end. Could you please share the report definition along with the client customer id? Also, share the UI screenshot w

Re: API Question. Installs, In-app actions

2018-12-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, I am Peter's colleague and will be following up on this thread as he is unavailable today. I am afraid that the fields Installs and Cost / Installs are not available via the API. Let me know if you have any further questions. Thanks, Milind, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~

Re: Paying in Colombian Pesos and US Dollars

2018-12-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, You can refer to this guide to setup the AdWords account. You can also refer to this Help Center article to create the account. Please check this

Re: Can I check whether the logged-in user associated AdWords accounts to avoid AuthenticationError.NOT_ADS_USER?

2018-12-28 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Yoshimasa, The AuthenticationError.NOT_ADS_USER usually occurs when the login used to generate the access token is not associated with any AdWords account. Make sure to log in with a valid AdWor

Re: Can I check whether the logged-in user associated AdWords accounts to avoid AuthenticationError.NOT_ADS_USER?

2018-12-28 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Yoshimasa, You can add the login email as a admin user in the AdWords account. To add the user, please follow the steps in this Help Center article. After adding the user the API call should work. If you are still facing an issue,

Re: How to get the installation data in the AD campaigns through API?

2018-12-28 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, I am afraid that this functionality is still not available via AdWords API. Our team is aware of this request and you could keep an eye on the blog for updates on the upcoming releases. Thanks, Milind, AdWords API Team -- -

Re: How to get the installation data in the AD campaigns through API?

2019-01-02 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Could you please elaborate your concern so that I can assist you further? Thanks, Milind, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You receive

Re: .net Webforms oauth

2019-01-02 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Hannes, Please find my *inline* responses: 1) why I need this? or can i keep it empty in web.config *To make the the API call against the AdWords account you will need to add the OAuth credentials in the config file. OAuth2 enables your AdWords API client app to access a user's Google Ads a

Re: Api Calls on Behalf of Other Users

2019-01-02 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Yalçın, Since you are managing the accounts, you can add these credentials in the config file directly. You can also create your credentials to make the call against th

Re: Parallel Batch Jobs

2019-01-02 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Samuel, The standard access allows the developer token to execute an unlimited number of operations and report requests per day. If the same application makes a high number of requests per second on a single Google Ads account managed by a manager account, the AdWords API Server may return a

Re: Can I check whether the logged-in user associated AdWords accounts to avoid AuthenticationError.NOT_ADS_USER?

2019-01-03 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Please find my inline responses below: 1. On OAuth flow, it's not possible to prevent the users not associated with any AdWords account from log-in/authorizing my application. *You will be able to login to the Google API Console Credentials page and generate the OAuth credentials for a non-

Re: Possibility to exclude users from seeing any budget

2019-01-03 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Martina, Could you please confirm if you are looking to restrict the client to use only TargetingIdeaService? If yes, then you won't be able to restrict the user to specific API service. For more information on requirements for targeting idea service, please refer to this

Re: Local Campaigns

2019-01-04 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Greg, Please refer to this Help Center article to check the available campaign type. Local campaign type is not available. Could you please elaborate Local campaign type? If possible could yo

Re: Local Campaigns

2019-01-07 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Greg, Thanks for sharing the details. Local campaign are not supported via AdWords API. Please refer to this document to check the supported campaign types. Please keep an eye on our blog

Re: How can i get Average CPV

2019-01-07 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Vaghela, Could you please share the client customer id for which you are looking for the stats? Also, share the report definition so that I can troubleshoot the issue. To check the money field in th

Re: Creating test client accounts under a test MCC account

2019-01-07 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Regis, By default, the status of the test account is cancel. This is expected behavior. To check more information on the test account, please refer to this document. Let me know if you have any further

Re: Ad approval status change subscription

2019-01-07 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Oleksiy, I am afraid that you won't be able to get the notification. You can take a look Alerting Framework to implement alert at your end. Through the API reports, you can get the approval status of your Ad by using CombinedApprov

Re: Python 3 error after recent upgrade

2019-01-11 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Simon, Looks like it is python library issue. Could you please post your concern in python client libraries issue tracker as the library

Re: TargetIdeaService.get is not returning the results more than 700 in the subsequent calls

2019-01-14 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Narender, The maximum number of results for TargetingIdeaService.get() is 700. That said, for stats, you can request maximum 700 seed keywords at a time. For more information please refer to the guide

Re: UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA on Test Account

2019-01-14 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Lorena, Due to the recent update of policy of Customer Match, your request for mutating CrmBasedUserList will fail if the advertiser account hasn't been whitelisted for using the feature. Currently, it is not possib

Re: php Dynamic Namespaces to handle new versions of API

2019-01-14 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Mike, Unfortunately, you may need to do that for pointing to the latest version at your end. I will let other users share their inputs if they are handling it differently. Thanks, Milind, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: htt

Re: Report API click type attribution doesn't match Adwords UI

2018-04-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Peter, You could use API report placeholder feed item report . It includes all statistics at the feed-item level (e.g., a single sitelink). If other segment fields are used, you may get more than o

Re: How to add Bid Adjustment for Audiences in Campaign level

2018-04-25 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Abhishek, You could use the CampaignCriterionService.mutate and set the BidModifier

Re: I am getting millions back through TargetingIdeas API rather than hundreds. Location set to one city

2018-04-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Pim, I am Peter's colleague and will be following up on this thread as he is unavailable today. Thanks for sharing the details. Could you please confirm if you are running the TargetingIdeaService API c

Re: how can i search Countries and regions

2018-04-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, I am afraid that you wont be able to get countries and regions of your shopping products via AdWords API. Could you please post your question at the Google Shopping and Merchant Center Forum ? Yo

Re: Migration on API 201802: ACTION_NOT_PERMITTED errors

2018-04-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Could you please enabling logging and share the complete SOAP request and response log along with client customer id so that I can troubleshoot the issue? You could refer this guide to enable the logging. You could choose '*Rep

Re: Upload a Campaign with location targeting?

2018-05-01 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Neil, I am Peter's colleague and will be following up on this thread as he is unavailable today. Since you are trying to exclude the IP address from campaign targeting, you will need to add that as a negative campaign criteria. Please refer this

Re: How to request access to a Google My Business account by email with API

2018-05-02 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, If GMB and AdWords account has the same login, you could use the same user email address to make a API call. Otherwise, you need to generate access token for your GMB account and can use this access token to make a call by passing this access token, email address, and the busniess account

Re: Account creation and billing informaiton

2018-05-03 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Alina, As you suspected, it is not possible to deposit money using the AdWords API. If the Manager account is whitelisted for BudgetOrderService and set up for Consolidated billing

Re: Adding User Interest in a AdGroup returns CriterionError.CANNOT_ADD_CRITERIA_TYPE

2018-05-29 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Arthur, The error CANNOT_ADD_CRITERIA_TYPE means that the criteria type cannot be targeted for the ad group. The CriterionUserInterest is not targ

Re: Adding User Interest in a AdGroup returns CriterionError.CANNOT_ADD_CRITERIA_TYPE

2018-05-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Arthur, Please note the correction in my previous response. The CriterionUserInterest can be targeted and excluded to AdGroups but you can only exclude this criterion at a campaign level. For adding the criterion at AdGroup level, please use the same code snippet that you are using for an A

Re: API support for Shopping Campaign (Goal Optimized)

2018-05-31 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Xiao, Could you please share the CID which has a Shopping campaign (Goal Optimized) and the campaign ID corresponding to the goal optimized shopping campaign? You could *reply* *privately* to author while responding. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Simple call to KeywordPerformance report

2018-05-31 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Could you please add date rage in reportDefinition and retry again? If you are still facing an issue please share the

Re: AuthorizationError.CUSTOMER_NOT_ACTIVE

2018-05-31 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, I am afraid, if the AdWords account reaches 15 months without any spend, it will be canceled. If the target account that you are making your API calls against is not active then you are likely to get AuthorizationError.CUSTOMER_NOT_ACTIVE error. Please check the blog

Re: API support for Shopping Campaign (Goal Optimized)

2018-06-01 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Xiao, Thanks for sharing the details. For shopping campaign (Goal Optimized), you can get the performance data via Campaign performance report . I ran a same report and I was able to get the stats.

Re: mismatch with Adword UI report with that of ADword API call

2018-06-04 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sharad, Could you please share the report definition along with client customer id and screenshot of AdWords UI with which you were comparing the data? You could choose "*Reply privately to author*" option while responding. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~

Re: AuthorizationError.CUSTOMER_NOT_ACTIVE

2018-06-04 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, If the API calls are being made against an account which is cancelled, those calls will fail with the error as described in this blog post . If this is not the case, could you please share the SOAP lo

Re: AuthorizationError.CUSTOMER_NOT_ACTIVE

2018-06-05 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello All, Thanks for sharing the logs. Our team is currently looking into this. I will keep you posted on the updates when I hear from the team. In the meantime, please ensure that the user making the API call has access to at least one active account. If the only account the specific user ha

Re: AuthorizationError.CUSTOMER_NOT_ACTIVE

2018-06-05 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Alon, We have an update from our team, there was an issue which is currently resolved. Could you please try your CustomerService.getCustomers() request again and let me know if you are facing iss

Re: Developer token not approved error when running getcampaigns

2018-06-06 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sean, The DEVELOPER_TOKEN_NOT_APPROVED error means that you were making a call to production AdWords account using test access developer token. An unapproved developer token can only

Re: Invite email google adwords

2018-06-07 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Trường, I am Dhanya's colleague and will be following up on this thread as she is unavailable today. Whitelisting for such features are usually available only for production accounts. If there is a production account that you would like to be whitelisted, please share the CID with me. Thank

Re: Access campaign service of Adwords for multiple user

2018-06-07 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tarun, I am Dhanya's colleague and will be following up on this thread as she is unavailable today. The CustomerService.getCustomers will return the customerIds of the accounts which are directly

Re: Access campaign service of Adwords for multiple user

2018-06-08 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tarun, Please find my response below: 1. The CustomerService.getCustomers() will only return users who are directly accessible by the user authenticating the API call. So if you're

Re: Upgrade account directly from Test to Standard

2018-06-08 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Grégory, It is currently not possible to upgrade a Test account access level token to Standard access. You will need to apply for basic access and then you can upgrade to standard access. If you currently have basic access level then only you can submit the request for standard access. For m

Re: How to get product status (shopping campaign)

2018-06-08 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Matthias, I am afraid that product approved or disapproved status is not available via Shopping Performance report . Let me know if you have any further questions. Thanks, Milind, AdWords API Team.

Re: Access campaign service of Adwords for multiple user

2018-06-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tarun, Please find my response below: 1. As per your description in the earlier email, x...@gmail.com is a user on both l1 and l2 accounts. Hence, if you use the credentials of x...@gmail.com and perform a CustomerService.getCustomers

Re: Access multiple MCC accounts using AdWords API

2018-06-13 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sam, The USER_PERMISSION_DENIED that you are getting in the API is because there is no link between the manager account authenticated in the request and the client account specified in

Re: Access multiple MCC accounts using AdWords API

2018-06-14 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sam, If you are looking to access the client account under the same hierarchy, the credentials of the MCC account will be able to make a call to any accounts under that hierarchy. To access the account in a different hierarchy, you will either need to link those accounts or add the API user

Re: Adwords API Batch Jobs, XML SOAP

2018-06-15 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, It seems like the error is with the platform from where you were calling the AdWords API. Could you please confirm if you are performing a Resumable Upload Could via Google Cloud? If yes, I found this post

Re: Adwords API Batch Jobs, XML SOAP

2018-06-18 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jack, The Google Script Editor is out of scope for the AdWords API Team. Could you please reach out the team through their support channel mentioned here ? Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Creation of Campaign, AdGroup and Audience(both mobile device id and others)

2018-06-18 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Srinivas, Could you please enable the logging and share the complete SOAP request and response logs along with client customer id so that I can troubleshoot the issue? Please check this guide

Re: Unlinking a Campaign Feed from a Campaign

2018-06-18 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi James, Could you please enable the logs and share the complete SOAP request and response logs along with the client customer id so that I can troubleshoot the issue? To enable the logs, please refer this Java guide . T

Re: Got an error while connectin Adwords and SeoToolsforExcel

2018-06-19 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Joao, Could you please enable the logging and share the complete SOAP request and response for *Costumer_Not_Found* error so that I can troubleshoot the issue? Please refer this Java guide to enable the logs. The guid

Re: BUSINESS_ACCOUNT_CANNOT_ACCESS_LOCATION_ACCOUNT error

2018-06-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Han, Could you please enable the logging and share SOAP request and response logs along with client customer id so that I can troubleshoot the issue? You could choose '*Reply privately to author* ' option while responding. To enable the logs, please refer this Java guide

Re: Basic access application form not working

2018-06-22 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, For developer token request, could you please contact AdWords Compliance team directly via this form ? They will be able to take a look and assist you on this. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Pausing an ad group

2018-06-22 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sean, You can use AdGroupService.mutate() service to pause the AdGroup. Please refer sample Java code

Re: Adwords Location Criteria ID - boundaries

2018-06-22 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Antoine, This guide contains the details of the locations that can be targeted in AdWords. The administrative boundaries are taken into account but please note that depending on the quali

Re: Another redirect_uri_mismatch

2018-06-25 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Graham, Since you are using the Web app type of OAuth setup, you will need to set the valid redirect URI in the credentials page of the Google API Console . Please read this guide

Re: Adwords Location Criteria ID - boundaries

2018-06-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Roy, The Keyword Planner is help you to search for keywords and see how a list of keywords might perform. With Keyword Planner you will get the search values but we can not comment on the population living within the administrative boundaries. To know more about the Keyword Planner, you cou

Re: Pausing an ad group

2018-06-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, You will be able to get the status of the AdGroup using the AdGroup Performance Report. w

Re: How to get cost from each account for this month without using Account Performance Report in Python

2018-06-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Eugene, I am afraid that we don't have any direct method to get cost of all accounts under the manager account. However, you could use parallel_report_download.py

Re: Url Performance Report displays not all URLs

2018-06-28 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Mihail, I ran the URL Performance report and I received 183 rows which are matching with AdWords UI. Could you please share the web interface screenshot where you are seeing 4000 youtube channels. You

Re: BatchJob performance issues

2018-06-29 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, I am Dhanya's colleague and will be following up on this thread as she is unavailable today. We have an update from our team, there was an issue which is currently resolved. Could you please try your batch job request again and let me know if you are facing issues? Thanks, Milind, AdWords

Re: not able to get clientcustomerid of other person who logged in

2018-06-29 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Could you please confirm if you are trying to get other accounts which are under your MCC account? If yes, then your request should work. If you are looking to fetch other accounts which are not under your MCC hierarchy then you will need to add user email as a user on that account or link

Re: Could not apply AdNetworkType2 segment to Keyword Performence Report

2018-06-29 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ketaki, I am Dhanya's colleague and will be following up on this thread as she is unavailable today. Could you please share the SOAP log for the operation so that I can troubleshoot the issue? You could chose '*Reply privately to author'* option while responding. Thanks, Milind, AdWords AP

Re: Could not apply AdNetworkType2 segment to Keyword Performence Report

2018-07-03 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ketaki, I ran the keywords performance report and was able to generate the stats too. If you check for Network (with search partners) column in the report, 'Display Network' value is

Re: ManagedCustomer (Account) limit problem

2018-07-05 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Mantas, I am afraid that you can not remove the account, However, you can cancel the account. Please refer this guide to check how cancellation works. Could you please enable the logs and share the complete SOAP req

Re: Retrieval of Conversion Code on Page Load

2018-07-09 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Krishna, In AdWords API, you can use ConversionTrackerService.get() to get googleeventsnippet

Re: MostSpecificCriteriaId in GeoPerformanceReport acts like a segment

2018-07-10 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Alex, Please find my inline response below: 1) Is the documentation wrong about MostSpecificCriteriaId? MostSpecificCriteriaId is an attribute it is supposed to give the most specific Location criterion associated with the specific impression. If you are seeing any issues while using this at

Re: Retrieval of Conversion Code on Page Load

2018-07-10 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Krishna, >From the UI, Global site tag and Event snippet is matching with the API googleEventSnippet and googleGlobalSiteTag values. Please find the attached the UI screen shot. I ran the ConversionTrackerService.get in my test account and get the values below: 1. googleEventSnippet: