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,

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

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-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

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: 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: 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,

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 .

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

Re: Overdelivery basic report API endpoint

2018-01-09 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Angel, Unfortunately, there isn't a way to get OVERDELIVERY using the AdWords API. Please keep an eye on our blog for announcements about new features. Thanks, Milind,

Re: DownloadCriteriaReportWithAwql got empty data

2018-01-10 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Lijy, To get the stats of all campaigns, could you set IncludeZeroImpressions in the header to true and run the report? For more information please find this guide . I ran

Re: Adwords API

2018-01-10 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Bajaj, Looks like your question is about Google Cloud Platform . Unfortunately, this is outside the expertise of AdWords API team. AdWords API supports APIs which are listed here .

Re: Adwords can't find a matching API for video in the application advertising series?

2018-01-09 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Unfortunately, video campaigns are not supported by AdWords API. You could check Video Performance Report , which summarizes statistics by videos in your campaign. If your question was different,

Re: Reasons for the 'invalid_grant' error response

2018-01-18 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Alex, The "invalid_grant" error usually indicates that the access or refresh token being passed in your request is incorrect or invalid. To verify that your credentials are correct, you could also try the CURL request provided below and see if you are able to generate the access tokens?

Re: Getting different estimated traffic values.

2018-01-19 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Ankit, Could you please share the UI screenshot of this search which shows the targeting settings in the Keyword Planner UI? Also, could you enable logging and share the SOAP logs for your API call? You could *reply privately to author* while sharing the details. Thanks, Milind, AdWords

Re: AWQL Query with multiple account/Clientcustomerid

2018-01-24 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Ritesh, A report can only be run against one client customer id at a time. Unfortunately, passing multiple accounts in header for one request will not work. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Rate Exceed Error for TargetIdeas service

2018-01-25 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, The discussion on this issue happened offline. For the benefit of other users on the forum, please find the summary of the discussion below: Rate limits with ACCOUNT scope occurs usually when there are too many requests against the account in a short duration of time. In that case you

Re: How to identify Ads type using JS ?

2018-01-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Flint, Could you please confirm if you are looking for the ad type or the campaign type? You could use the value track parameters: {adgroupid}, {campaignid} and {creative} to get the Ids of the AdGroup, Campaign and Ad. Using AdGroupAdService.get()

Re: adgroup id,adgroup name,campaign id,campaign name in getkeywords api

2018-02-02 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Bhairavi, The GetKeywords sample uses AdGroupCriterionService . You will be able to get adGroup id from the AdGroupCriterionService.get()

Re: Weird behaviors in our Google Sandbox account

2018-02-02 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Han, Yes, you can only have 100 accounts in the hierarchy of a test manager account. You can perform a ManagedCustomerService.get() request for the top-level MCC and check the totalNumEntries

Re: Getting Google::Apis::AuthorizationError: Unauthorized when I try to delete a sub-account (but creating them works)

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

Re: What about areas that are not targetable?

2018-02-08 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Jens, My suggestion is to post your questions on the AdWords Community Forum as this is more of a product related question and not specific to AdWords API. Thanks, Milind, AdWords API Team. -- --

Re: ADGROUP_KEYWORDS_PER_ACCOUNT - Como posso resolver?

2018-02-09 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, AdWords accounts have a limit of a maximum of 5 million ad group targeting items per account (such as keywords, placements, and audience lists). For more information please check account limits guide . You could use Criteria

Re: Get conversions errors with python client

2018-02-09 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, As conversions were uploaded via AdWords UI, it is not possible to get a list of files and report via AdWords API. Let me know if you have further question. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: DownloadCriteriaReportWithSelector Error

2018-02-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Dominik, I see that you are getting CUSTOMER_SERVING_TYPE_REPORT_MISMATCH while trying to run the report. It is because you are trying to run a report against a

Re: DownloadCriteriaReportWithSelector Error

2018-02-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Dominik, In version 201702, the behavior of this report functionality is same as in version 201710. To obtain the report, you have to run against the non-manager account. The ManagedCustomerService can

Re: Get conversions errors with python client

2018-02-13 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Petr, Unfortunately, the AdWords API doesn't have a service that retrieves the web page content data from the AdWords web interface. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: DownloadCriteriaReportWithSelector Error

2018-02-14 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Dominik, PHP 5.5.9 and higher is a requirement for the new PHP client library. Please refer this guide for more details. Could you

Re: Facing issues while setting up Adword API with Java

2018-02-08 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Rahul, The 'invalid_grant' error is usually noticed when the access token or refresh token is invalid or incorrect. Could you generate a new refresh token with the help of this guide

Re: SOAP request and response logs

2018-02-15 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Alan, To enable the logs, you just need to do some changes in adsapi_php.ini file as mention in this guide . You can view your SOAP logs in file which is mention in soapLogFilePath filed of your configuration

Re: Setting clientCustomerId outside adsapi

2018-02-15 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Alan, You can set the clientCusotmerId while creating an AdWords session as shown below: $session = (new AdWordsSessionBuilder()) ->withOAuth2Credential($oAuth2Credential) ->withClientCustomerId(clientCustomerId) ->build(); But, there isn't a method available to set the clientCustomerId

Re: expanded text ad update by script

2018-02-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we handle questions related to the AdWords API. Since your question is related to AdWords Script, could you please post the question on their forum ? Thanks, Milind, AdWords API Team. -- --

Re: How to get Adgroup CPC,cost,CTR ,impressions etc ...using google adword api

2018-02-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, To get performance stats for ads via the API, you could use the Ad Performance Report . You will be able to download them in any of the supported formats listed here

Re: Behaviour of include_zero_impressions when impressions are zero but conversions are non-zero

2018-02-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, If include_zero_impressions is false, report output will not include rows where all specified metric fields are zero. Thus, even if this header is false and the Impressions of a row is zero, the row is still returned in case any of the specified metric fields have non-zero values. Setting

Re: Не работает API

2018-02-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, You need to provide your OAuth2 credentials (clientId, clientSecret and refreshToken) in the adsapi_php.ini file and then run the examples. Please refer this guide

Re: DownloadCriteriaReportWithAwql got empty data

2017-12-28 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Lijy, As per your report output, it seems all the campaigns with impressions in given date range are UAC campaigns, which is not supported in Criteria Performance Report. UAC campaigns are

Re: Permissions problem while trying to set up Billing to new accounts using API

2017-12-28 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Sergej, The MCC account is not in the white list of BudgetOrderService . You will need to contact your Google account manager in order to get back to being whitelisted. For more information please check

Re: Oath2 client was not found

2017-12-28 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Oren, Have you generated a refresh token? If not please follow the instruction in this guide to generate refresh token. Could you also check if the OAuth2 client Id

Re: DownloadCriteriaReportWithAwql got empty data

2018-01-03 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Lijy, As you are generating report for UAC campaigns, you could use Campaign Location Target Report . This report summarizes the performance of campaigns by location-based CampaignCriterion

Re: Unable to download reports despite waiting for 2 days

2018-02-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Chirag, The RateExceededError with the trigger "Basic Access Daily Reporting Quota" indicates that you have reached the daily quota of report downloads associated with your basic access

Re: Unable to download reports despite waiting for 2 days

2018-02-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Chirag, Please note that, the daily operational limit is based on the access level of your developer token and not at the user level. That said, there may be other users who are using the same developer token, which is exhausting the daily quota of report downloads (1000/day) with Basic

Re: DownloadCriteriaReportWithAwql got empty data

2018-01-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Lijy, Unfortunately, it is not possible to get all countries data in Campaign Location Target Report . You will only get targeted countries for campaign. If this not the case then could you

Re: AWQL Query with multiple account/Clientcustomerid

2018-01-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Ritesh, Could you please confirm that you are trying to fetch the data for all accounts directly under a MCC account? If this is the case, then please check this sample java code to download

Re: error code : UNEXPECTED_INTERNAL_API_ERROR

2018-01-24 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, 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 time

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: 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: 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: Can a single Batch Job operate across multiple accounts?

2018-02-28 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Yang, A single job in BatchJobService can operate against a mixed collection of campaigns, ad groups, ads, criteria, labels, and feed item for a single account under the MCC. You can not push operations for

Re: DUPLICATE_ADGROUP_NAME when re-creating removed ad group

2018-02-28 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Razvan, You should be able to create AdGroups with the same name as that of a removed AdGroup. Are you facing issues while doing this? If so, could you please share the complete SOAP logs of the upload operation and the response log so that I can troubleshot the issue? Thanks, Milind,

Re: Possible to retrieve invoices through API?

2018-02-28 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Unfortunately, there is no way to retrieve your invoice through the AdWords API. Please keep an eye on our blog for updates on upcoming releases. Let me know if you have further questions. Thanks, Milind, AdWords API Team.

Re: Possible to retrieve invoices through API?

2018-02-28 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Bastien, Thank you for your feedback and explaining the use case. Our team is aware of this request and they are currently looking into it. Unfortunately, I cannot comment on when this change will be available via API. Please keep an eye on our blogs

Re: Unable to download reports despite waiting for 2 days

2018-02-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Chirag, The report download limit with basic access is not related to the rows in downloaded report. Individual report download requests is counted as one. Please note that total number of limit is calculated by number of report downloads or operation made by all accounts with the same

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

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: 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: 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

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

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

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

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)

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-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+:

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: 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

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

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: 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+:

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

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-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: 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: 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: 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

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: 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

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: 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: 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: 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: 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: 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

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

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

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: 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

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-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.

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: 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

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

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

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

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

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

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

  1   2   >