Re: Why does the budget field get returned in CampaignService.get({'fields': ['Id', 'Name']})?

2018-03-05 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Yang, To pull the campaign Id and name , you need to add these fields in selector

Re: Why does the budget field get returned in CampaignService.get({'fields': ['Id', 'Name']})?

2018-03-07 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Yang, If you have included all the fields in your selector, you may get the data corresponding to budget as well. Could you please share your SOAP request and response log for CampaignService.get( ) , so

Re: CustomerSyncService bug? Id of removed AdGroup does not appear in CustomerChangeData.changedCampaigns.changedAdGroups

2018-03-08 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Ivan, Please note that, there will be some delay in changes becoming visible to CustomerSyncService , use lastChangeTimestamp from the response to determine the validity period for the data. If you are st

Re: SET_OPERATION_NOT_PERMITTED

2018-03-08 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Sriram, Looks like you are using SET operator to remove campaign audience which causing the SET_OPERATION_NOT_PERMITTED . You could use REMOVE operator with CampaignCriterionService

Re: SET_OPERATION_NOT_PERMITTED

2018-03-09 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Sriram, Could you please share the SOAP request and response log along with client customer id so that I can troubleshoot the issue? Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blo

Re: error API

2018-03-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Ocean, Could you please share the error message along with client customer ID for which you were facing the problem. You could share the details using *Reply Privately to author *option. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: SET_OPERATION_NOT_PERMITTED

2018-03-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Jtian, Please find below details, 1. Could you please enable the log and share the SOAP request and response along with the client customer ID. To enable the log please follow the steps in this guide . 2. Yes, it

Re: Not able to get PAUSED Campaigns in keyword Performance Report by applying predicate

2018-03-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Kimberley, I ran the keyword performance report with predicate filed as CampaignStatus

Re: How can I search the products?

2018-03-13 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Zhou, Unfortunately, there isn't a service available in AdWords API using which you can get the list of products in a product group. You could also check Product Dimension types are available for Shopping campaigns here

Re: Why does the budget field get returned in CampaignService.get({'fields': ['Id', 'Name']})?

2018-03-13 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Yang, The value is null, since the budget is not specified in selector. But some nodes might appear even when that is not specified in the selector. You could have a code logic to just look for the desired attributes from the response to avoid reading additional information. In the response,

Re: Will Chrome's "Not Secure" July change affect ad serving?

2018-03-13 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Hans, On this forum, we address questions related to AdWords API. Since your question is related to Chrome, I would suggest that you post it in the chrome forum . Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Test Manger account

2018-03-14 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, For test manager account, credit card details are not required. You could follow the steps to create and use a test account in this guide . To create a new production Manger (MCC) ac

Re: Programmatically accessing the custom reports built using the Adwords Report Editor?

2018-03-14 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Panchal, The AdWords API supports the reports which are listed here . The guide on reporting should also be helpful for you. Using the API you might

Re: SET_OPERATION_NOT_PERMITTED

2018-03-14 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Sriram, Thanks for sharing the log details. I was able to re-create the issue. Let me get in touch with the team regarding this. I will get back to you with an update when I heard back from them. In the meanwhile, you could use the CampaignCriterionService.get()

Re: Will Chrome's "Not Secure" July change affect ad serving?

2018-03-14 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Hans, As you guessed, this is more of a product question. Could you please post your question on AdWords Community forum ? Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How can I search the products?

2018-03-14 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Are you trying to create shopping Ads using the API? If so, please check this code sample in Java for reference. The guide on s

Re: How can I search the products?

2018-03-15 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Please find my response below: 1. To achieve your goal, you will need to create a product partition tree with the appropriate product dimensions. The guide on shopping campaigns should be helpful

Re: AdWords test batch API takes too long

2018-03-15 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Lukas, Please find my response below: 1. If you are using our code samples, the batch job's wait time may be increasing in each poll attempt. That is because the code samples are code

Re: AdWords test batch API takes too long

2018-03-16 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Lukas, Yes, 10k campaigns per account (includes active and paused) is the limit. Pleas check this guide for more information. Let me know if you are facing any issue in the latest run of the batch job. Thanks, Milind, AdWords API T

Re: How handle less than 10% and greater than 90% Impression Share value when we calculate Total IS%?

2018-03-16 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Qaiser, Looks like you have already posted the question on AdWords community forum . Since your question is product specific, they are better equipped to ad

Re: API Error: Temporary problem with the server. Please retry the request after a few moments

2018-03-19 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Roberto, We are not aware of any error with server at the moment. This could be a temporary problem with the server and in most cases a retry of the request should work. If you are still facing an issues, please share the complete error log along with the timestamp so that I can take a look.

Re: How can I search the products?

2018-03-19 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, A target country is the country where the products included in your data feed are sold and will be shipped. Unfortunately, it is not possible in AdWords API to get product information in the country dimension. Regarding merchant product information, you need to post your questions on Conten

Re: INVALID_PLACEMENT_URL

2018-03-19 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Soundarya, Looks like mentioned URL is not in proper format. The Placement URL only applies to placements that target a site section (such as "www.example.com/foo/bar/"). Placements targeting a specific page are not subject to this limit (

Re: Accessing inactive AdWords Accounts

2018-03-20 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Stefano, Please see my answers *inline* below. 1. I don't see any field indicating the account status here https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201802-ManagedCustomerService Will this service keep returning inactive accounts? If yes, does this mean that th

Re: Accessing inactive AdWords Accounts

2018-03-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Stefano, Please see my answer inline below: 1. after the account is canceled and reactivated will be automatically canceled again? and if yes after how many days/months? *The reactivated account wont be cancel automatically. It will cancel only if the **AdWords account reaches 15 months with

Re: Trying to send AdWords invitation [php]

2018-03-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, The NOT_AUTHORIZED error occurs when the user authenticating the request is not authorized to perform this operation. Only users with Administrative a

Re: Getting user permission(read/write) information from adwords api

2018-03-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Adil, I am afraid, you will not be able to get the access levels (read only, admin etc.,) of a user associated with an AdWords account using the AdWords API. You will need to get this information from the AdWords UI. Let me know if you have further questions. Thanks, Milind, AdWords API Tea

Re: I have a devloper token do I need to get a refresh token from a specific user

2018-03-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi John, You could use the client Id and client secret of any login. The access to accounts would depend on who authorizes the API call. While generating the refresh token, if the manager authorizes the call (generated authorization code by logging in as the manager and accepting the manual pro

Re: How to associate feed list with new campaign

2018-03-22 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Anshul, Could you please confirm you have linked your Merchant center to the AdWords Account? If not, please follow the steps in this guide . After linking, you can create shopping campaign via AdWords A

Re: Is there are files in other languages

2018-03-22 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Unfortunately, the codes and formats are only available in English. If it helps, they could consider using Google Translate . Let me know if they have further questions.

Re: 201802 API : parallelTrackingEnabled is set to false in non testing Customers pulled by get, hits OperationAccessDenied error on mutate.

2018-03-22 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Matthew, As you are already doing, you will need to make sure that the parallelTrackingEnabled is set to null in the customer object to set the auto-tagging flag via Customer

Re: 201802 API : parallelTrackingEnabled is set to false in non testing Customers pulled by get, hits OperationAccessDenied error on mutate.

2018-03-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Matthew, Please check the guide for more details about the Parallel tracking . If you haven't already, please keep an eye on our blogs

Re: Deployment of AdWords Scripts from third party web application using AdWords API

2018-03-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Jaspreet, Java Script is not one of the supported client libraries for AdWords API. However, you could consider using AdWords Scripts instead which is based of Java Script. If you would like to explore that option, please reach out to the scripts experts via their forum

Re: AdWords API Fatal Error (AdWords Editor)

2018-03-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, The ACTIVE_ADGROUP_FEEDS_PER_ACCOUNT limit applies to non-removed AdGroupFeed objects in an account. If a set of FeedItems are added as extensions to N AdGroups, it counts as N ad group-level

Re: GEO_PERFORMANCE_REPORT doesn't return anything

2018-03-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Andrew, I am Bharani's colleague and will be following up on this thread as she is unavailable today. We can not comment on when it will be available. Please keep an eye on our blogs

Re: Account creation and billing informaiton

2018-03-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Robin, Please find my response below: 1. In AdWords API, to create the non manager account via API, please refer this sample java code

Re: Calcucations of account ballance remainder through API gives wrong result and not match UI

2018-03-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Eduard, Could you please confirm are you checking report stats in AdWords UI? If yes, please share the screenshot of UI where you are comparing the stats. Also, please share the date range for fetched report so that I can troubleshoot the issue. Thanks, Milind, AdWords API Team. -- -- =~

Re: Consolidated billing error (BudgetOrderError.INVALID_BILLING_ACCOUNT) in the new library

2018-03-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Could you please double check that the billingAccountId passed in your request is correct? Also, check if the billing account Id is still existing by running the BudgetOrderService.getBi

Re: Account creation and billing informaiton

2018-03-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Robin, The billing information wont effect on creation of campaign. You could set the campaign status when creating. Please refer the code sample to set campaign status here

Re: Calcucations of account ballance remainder through API gives wrong result and not match UI

2018-03-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Eduard, For client customer id 5668060624, I ran the campaign performance report and the cost sta

Re: API Error: Temporary problem with the server. Please retry the request after a few moments

2018-03-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Thanks for sharing the logs. Could you please share the client customer id for which you are facing an error? You may reply to me using the *Reply privately to author* option. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

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

2018-03-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Could you please elaborate 'get the installation data', so that I can take a look and assist you further? Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.g

Re: How to query the history change record of the advertising campaigns with API?

2018-03-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, In AdWords API, you could use CustomerSyncService.get() service, but this will not get all the changed history, this is the closest service available in AdWords API. Please check this

Re: API Error: Temporary problem with the server. Please retry the request after a few moments

2018-03-28 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Thanks for sharing the CIDs. I ran the ACCOUNT_PERFORMANCE_REPORT with same report definition as mentioned in your previous comment for given CID (6744517211,5312855274,4487958769,3149087061) and I am able to download the report successfully. The problem resulting in server error could be a

Re: Calcucations of account ballance remainder through API gives wrong result and not match UI

2018-03-28 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, I am afraid, the activity_report is not available in AdWords API. The listed reports are the only reports which are supported by AdWords API. Let me know if you have further questions. Thanks, Milind, AdWords AP

Re: Consolidated billing error (BudgetOrderError.INVALID_BILLING_ACCOUNT) in the new library

2018-03-28 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, I see that you have already posted on the client library issues tracker and talking to Thanet about this on that thread . Please continue your discussion there. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=

Re: 201802 API : parallelTrackingEnabled is set to false in non testing Customers pulled by get, hits OperationAccessDenied error on mutate.

2018-03-28 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, You are only allowed to set the value of parallelTrackingEnabled attribute in test accounts and not in production accounts. To clarify, are you saying if you are passing null

Re: Error message while downloading data

2018-03-29 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid R is not one of the supported languages for AdWords API. However, In AdWords API, the error CUSTOMER_SERVING_TYPE_REPORT_MISMATCH occurs while trying to run

Re: Rate Limit Error: Rate Scope:Account - Is the rate limit at dev token or the account?

2018-03-29 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Looks like rate scope is Account level. The rate limits with ACCOUNT scope occurs usually when there are too many requests per second on a single AdWords account in a short duration of time. You may need to slow down and make fewer requests against your account. The rate limit across Accoun

Re: Calcucations of account ballance remainder through API gives wrong result and not match UI

2018-03-29 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Eduard, Could you please elaborate your question 'Can i treat as a (roughly) *null account budget remainder'*? Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plu

Re: Getting 400 Error in GEO_PERFORMANCE_REPORT v201802

2018-03-29 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Could you please share the client customer ID for which you are running the report so that I can troubleshoot the issue? You could use *reply privately to author* while sharing the details. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Download Adwords data from R

2018-03-29 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid R is not one of the supported languages for AdWords API. The client libraries that are supported can be found here . If you have any specific question about the API services, please let me know. Thanks, Milind, AdW

Re: Ad not showing due to low ad rank

2018-03-29 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi David, You will be able to get the ad position using the averageposition field in the Ad Performance Report

Re: Rate Limit Error: Rate Scope:Account - Is the rate limit at dev token or the account?

2018-03-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, The TargetingIdeaService is a more expensive API service call while compared to the other services of the AdWords API. The rate limits for TargetingIdeaService are significantly more strict than for ot

Re: Ad not showing due to low ad rank

2018-03-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi David, I am afraid, the API doesn't support the Ad preview feature in the UI. As a workaround, you may have to use the Ad Performance Report to gather the stats aggregated at an Ad Level. Let me know if you have further questions. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~

Re: How to query the history change record of the advertising campaigns with API?

2018-03-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, I am afraid that it is not possible to get specific details from each account using the AdWords API. The CustomerSyncService.get() is closest service available to change history in the UI. If you nee

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

2018-03-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Could you please confirm you are looking to fetch Installs and Cost / Installs stats via AdWords API? If yes, I am afraid that the fields Installs and Cost / Installs are not available via the API. If this is not the case, could you please translate your UI page to English and send the scr

Re: Calcucations of account ballance remainder through API gives wrong result and not match UI

2018-03-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Eduard, Thanks for sharing the details. Usually, if you find that the total cost of all campaigns is greater that the spendingLimit of the active budget order, you can consider the budget or

Re: Error message while downloading data

2018-04-03 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, The client libraries that are supported by AdWords API are listed here . R is not one of the supported languages for AdWords API. About the error, could you please check R studio support thread

Re: I need help regarding my geo location adwords campaigns?

2018-04-03 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Since your question is product specific, I would recommend to post your questions on AdWords Community forum . They are better equipped to address product level questions. Thanks, Milind, AdWords API Team. --

Re: AuthorizationError.SERVICE_ACCESS_DENIED

2018-04-04 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Deap, As you found out, the SERVICE_ACCESS_DENIED error means that user authorizing the API call doesn't have access to the specific service. You could request the Admin user on the account to grant you necessary access level. Please check this guide

Re: Canceled Batch Jobs and failed operations with OPERATOR_NOT_SUPPORTED

2018-04-09 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Razvan, The OPERATOR_NOT_SUPPORTED means that an un-supported operator was used for service. Could you please enabling the logging and share the complete SOAP request and response logs along with the CID and request ID so that I can t

Re: Automated Extensions by API

2018-04-09 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Martin, Unfortunately, The Automated Extensions Report is still not available in the AdWords API. You could download this report via AdWords UI. Please find list of reports which are supported by AdWords API. Please keep an e

Re: Account creation and billing informaiton

2018-04-09 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Please check my *inline* response below: 1. I would like to confirm that the client account creation method will result in client account "B" to be a under manager account "A". *Yes* 2. Will campaign "C" run as normal and accumulates the cost of the campaign everyday until it

Re: Canceled Batch Jobs and failed operations with OPERATOR_NOT_SUPPORTED

2018-04-10 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Razvan, We are aware of this issue and our team is currently looking into this. I will update you once I get any updates from the team about this. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googlead

Re: Account creation and billing informaiton

2018-04-10 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Robin, Please find my *inline* response below: 1. I just want to clarify one point that is not exactly answered; a little extension on question 4. An AdWords API created client account will not be able to serve ads unless: 1. The AdWordsSession used to create the client account is using

Re: keyword text keyword match type keyword id

2018-04-10 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Amit, The error CONCRETE_TYPE_REQUIRED meaning, the concrete type of criterion (e.g., keyword and placement) is required for ADD operations. Could you please share the compl

Re: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REGUIRED

2018-04-10 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Could you please share the failing client customer ids along with SOAP request and response so that I can troubleshoot the issue? You could choose to *reply privately* to author while sharing the information. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: AuthorizationError.SERVICE_ACCESS_DENIED

2018-04-11 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Kevin, Could you please share the CID and developer token which you sent in request header, so that I can troubleshoot the issue? You could choose '*Reply privately to author*' option when replying. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Invite adWord client to MCC account using APIs

2018-04-11 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Kartikeya, A manager account can invite a client account or another manager account to be managed via AdWords API. You can use managedCustomerService.mutateLink() API call to send an invitat

Re: Setting up Google AdWords API (Php SDK)

2018-04-11 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Could you please confirm have you created OAuth credentials (Client ID, Client secret)? If no, please refer this guide to create the OAuth credentials and refresh token. Please add created

Re: keyword text keyword match type keyword id

2018-04-11 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Amit, Thanks for sharing the SOAP logs. Could you please confirm are you looking to add Keyword criteria to existing Shared set? If yes, you need to set criterion type and text in request as given below: https://adwords.google.com/api/adwords/cm/v201802";>

Re: Invite adWord client to MCC account using APIs

2018-04-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Kartikeya, For $session, you could use code as below: AdWordsSession $session, $session = (new AdWordsSessionBuilder())->fromFile()->withOAuth2Credential($oAuth2Credential)->build(); You could refer to CreateAccount.php sample code here

Re: Report for Account Performance failing with ReportDownloadError

2018-04-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Nicolás, Could you please share the report definition along with client customer id so that I can troubleshoot the issue? You could choose *Reply privately to author *option when responding. Thanks, MIlind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: C# AdWords Reporting API returning wrong data

2018-04-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Jonathan, Could you please share the client customer id for which you ran the report? Also please share the error which you are facing. You could use *Reply privately to author* option when responding. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Key for add operation must be defined!

2018-04-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Chung, Looks like an issue with the client library installation/setup. Could you please confirm if you have installed the library by following the steps listed here ? If you did install successfully, could you please enable the logging

Re: keyword text keyword match type keyword id

2018-04-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Amit, Could you please clarify what you mean by "I want to add an existing Keyword criteria to an existing Shared Set "? Are you looking to modify the text of an existing keyword in an existing shared set? If you've created the shared set, you can use the SharedCriterionService.mutate()

Re: keyword text keyword match type keyword id

2018-04-13 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Amit, Each Shared set owns the keywords in that list. If you want to add a keyword with the same text and match type as in a different shared set, you will need to add the keyword again to the second shared set. Since the text is same, you might get the keyword criterion Id same as in the sh

Re: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED - AdGroupService

2018-04-13 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Nicola, We had an issue which is now fixed. Are you still getting this error? If so, could you please share the SOAP request and response log for the "AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED' error along with client customer id, so that I can troubleshoot the issue? You could use

Re: get (setRequestType) IDEA and STATS data together

2018-04-13 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Abdul, Are you using the TargetingIdeaService and requesttype can both be IDEAS

Re: get (setRequestType) IDEA and STATS data together

2018-04-16 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Abdul, I am afraid that you wont be able to get the both information in single request. You will need to make separate API requests one for the keyword ideas (IDEAS) and the second for the STATS. Let me know if you have further questions. Thanks, Milind, AdWords API Team. -- -- =~=~=~=

Re: keyword text keyword match type keyword id

2018-04-16 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Amit, Let me clarify this for you. You can consider the shared set as a list of keywords. Instead of adding the individual keywords as criterion, you can just attach the list as the criterion to campaign or ad group. The ids of criterion alone are not globally unique, but the combination of

Re: Account creation and billing informaiton

2018-04-16 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Robin, Please note that once your campaign status changed to removed it wont reflect in CampaignService.get(). You will get removed campaign only if you add filter to status filed as 'REMOVED

Re: Account creation and billing informaiton

2018-04-18 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Robin, Please find my response below: 1. To get all request and response logs you could add DEBUG instead of INFO. Could you please update logger info in your log4j.properties and retry the activity and share the result. Also please share the campaign which you were facing an issue along wi

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

2018-04-18 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Peter, Could you please share the client customer id for which you were facing an issue? Also, please share the screen-shot of the AdWords UI for cost stats discrepancy. Since ads that serve can be attributed to multiple click types

Re: Account creation and billing informaiton

2018-04-19 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Robin, Thanks for sharing the log details. The campaigns #1352887132 and #1352848033 are coming in the response as their status are eligible and paused respectively in AdWords UI. Looks like the names are same as in UI console. Please find attachment. If you are looking to remove campaign p

Re: Account creation and billing informaiton

2018-04-20 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Robin, To remove express campaign, you may filter for AdvertsingChannelType not equal to EXPRESS. For more information please find the AdWords blog . Let me know if you have further questions. Thank

Re: Adwords report output to html

2018-04-20 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Roy, I am afraid that AdWords API doesn't support html format for report. You could refer this guide to check supported format in AdWords reports here . You will need to create the html file at your

Re: Destination not working - Google Adwords

2018-04-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Tarek, The destination not working means, the destinations are not functioning properly or have been incorrectly set up. Could you please check the troubleshooting guide to fix the 'Destination not working' error. You could als

Re: Undocumented exception trying to change budget

2018-04-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Dmitry, Could you please share the client customer id along with budget id so that I can troubleshoot the issue? You could choose '*Reply privately to author*' option while responding. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

Re: Standard access developer token

2017-11-22 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Vijo, To apply for standard access please follow the instructions listed in this guide . If you are getting rate limit errors with Developer scope, you can apply for standard access. Once you have y

Re: Standard access developer token

2017-11-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Vijo, Could you please enable logging and share the complete SOAP logs for the Rate limit error? Unfortunately, we don't offer support via calls. I should be able to help you once I have the SOAP logs. You could use Reply privately to author while sharing the logs. Thank You, Milind, AdWor

Re: Need to change client id in adsapi_php.ini for multiple accounts in campaign creation.

2017-12-05 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Djax, The adsapi_php.ini file can only have one client customer id at a time. In your case, you could try to set the client customer id at the run time. We don't have sample for this particular case, but you can check ParallelReportDownload

Re: Audience link with remarketing list

2017-12-07 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Priya, The code snippet which you shared looks goods to me. Could you please enable logging and share the SOAP request and response for this operation? For enabling the SOAP logging, please follow the steps mentioned in this guide . T

Re: How to add products to Google Merchant Center through API in PHP ?

2017-12-08 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Umesh, On this forum, we handle questions related to the AdWords API. Since your question is related to Google Content API for Shopping, could you post the question on their forum ? Thanks. Milind, AdWords API Team. -

Re: Is there any way to download Ads results (raw data) without breaking them down in different reports ?

2017-12-08 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi David, Unfortunately, you will not be able to get the entire data in a single report. Through the AdWords API, you will only be able to get the data using the report types which are listed here . Thanks, Mil

Re: unable to remove labels from AdGroupCriterion using php client library

2017-12-14 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Orzorc, To removes labels from the AdGroupCriterion, you can use mutateLabel of AdGroupCriterionService

Re: unable to remove labels from AdGroupCriterion using php client library

2017-12-15 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Orzorc, When you perform an AdGroupCriterionService.get() , you will have the labels

Re: unable to remove labels from AdGroupCriterion using php client library

2017-12-18 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Orzorc, I tried the below line of code in PHP and was able to set the Label in the AdGroupCriterion to null in the request. Please check the attached logs for reference. $adGroupCriterion->setLabels([new Label()]); Could you please try passing the empty array as above and let me know if y

Re: UNEXPECTED_INTERNAL_API_ERROR

2017-12-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Song, The InternalApiError.UNEXPECTED_INTERNAL_API_ERROR that you are encountering could be due to an intermittent issue in the AdWords API servers. Could you please wait for some t

  1   2   >