Re: Fatal error: Uncaught exception 'Google\AdsApi\AdWords\v201710\cm\ApiException' with message '[EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId; trigger:'AdGroupId:

2017-11-29 Thread 'Jude Amagoh' via AdWords API Forum
Hi, Could you provide the following details? - PHP version and if you are using 32-bit or 64-bit PHP - PHP client library version If you're using 32-bit PHP, you'll need to change all instances of intval() to floatval(). Please check here

Re: Campaigns in Test Accounts ( AdWords )

2017-11-20 Thread 'Jude Amagoh' via AdWords API Forum
Hi, Could you elaborate on what error(s) you faced while trying to create the campaigns? Please share the SOAP request and response logs so that I can take a look. Test accounts don't serve ads and you will not be charged for creating campaigns in the test accounts. If you need to run a campa

Re: How to set up and connect API for Google Customer Match

2017-11-20 Thread 'Jude Amagoh' via AdWords API Forum
Hi Anja, I'm from AdWords API Team. To get started with using the AdWords API, you will need to request access for the API by following the steps listed here . Please note that you'll be gr

Re: Performance reports: Possible to exclude data from particular dates?

2017-11-17 Thread 'Jude Amagoh' via AdWords API Forum
Hi, I'm for the AdWords API Team. The NOT_IN predicate does not work for date types. You may have to post process the reports to filter out the specific dates. As an alternative, you could extract multiple reports with different dateRanges in such a way that they don't inclu

Re: Update an Uploaded HTML5 bundle

2017-11-17 Thread 'Jude Amagoh' via AdWords API Forum
Hi, The Ad objects are immutable in AdWords. To modify an Ad, you will need to submit a REMOVE operation with the existing Ad and an ADD operation for a new Ad with the modified attributes. This creates a n

Re: Set startTime in campaign creation.

2017-11-14 Thread 'Jude Amagoh' via AdWords API Forum
Hi, This feature is not support by AdWords API that the moment. AdWords gives you the option of setting a start and end date on a campaign upon creation. Unfortunately, it doesn't give you the option o

Re: Cancel account method in adwords api

2017-11-09 Thread 'Jude Amagoh' via AdWords API Forum
Hi, Unfortunately, canceling accounts is not a supported feature via API. I'll file a request on your behalf so you may utilize this feature. Best Regards, Jude, Adwords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdev

Re: Trying to get approved for an Adwords API token

2017-11-07 Thread 'Jude Amagoh' via AdWords API Forum
Hi, You need to create a Production AdWords Manager account, if you haven't already done so by following the instructions provided here and apply for API access from your production manager account by following this guide

Re: How to add Target Devices & search networks through API in PHP?

2017-11-07 Thread 'Jude Amagoh' via AdWords API Forum
Hi, I understand you'd like to create a search network campaign along with setting up targeting based on device types via API. 1. Campaigns are created using the CampaignService . You need to set the ad

Re: CampaignCriterionService get LocationName (language german)

2017-11-02 Thread 'Jude Amagoh' via AdWords API Forum
Hi, The CampaignCriterionService can't be used to retrieve performance stats. I suggest utilizing Geo Performance Report . This report includes all statistics aggregated at the country/territory level. B

Re: CampaignCriterionService get LocationName (language german)

2017-10-31 Thread 'Jude Amagoh' via AdWords API Forum
Hi, Use the Campaign Location Target Report , it summarizes the performance of campaigns by location-based CampaignCriterion

Re: Python Labels request problem

2017-10-30 Thread 'Jude Amagoh' via AdWords API Forum
Hi, I understand you're trying to get all your campaigns with their labels but seem to be facing a little difficulty. Can you please provide your clientCustomerId number so I could have a closer look? Please use *Reply privately to author* when responding. Best Regards, Jude, Adwords API Te

Re: Getting INVALID_ID error even though I have confirmed that the keyword ID and AdGroupId are correct?

2017-10-26 Thread 'Jude Amagoh' via AdWords API Forum
Hi, If you are using our Java client library, you can check out the GetAdGroups Java example. Example code in other languages are provided here

Re: googleads library disappeared

2017-10-26 Thread 'Jude Amagoh' via AdWords API Forum
Hi, Unfortunately, this is out of my team's scope. You can reach out to Google Cloud Support as they are better equipped to assist you. Best Regards, Jude, Adwords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Keywords report: ReportDownloadError.INVALID_REPORT_DEFINITION_XML

2017-10-25 Thread 'Jude Amagoh' via AdWords API Forum
Hi, I'm from the Adwords API Team and I'd be happy to assist you. I understand you're attempting to retrieve a Keyword Performance report but it appears that you are passing the predicates incorrectly. They should follow the format provided below. AdGroupStatus EQUALS ENABLED Campa

Re: Getting INVALID_ID error even though I have confirmed that the keyword ID and AdGroupId are correct?

2017-10-25 Thread 'Jude Amagoh' via AdWords API Forum
Hi, I'd be glad to help you troubleshot this issue. EntityNotFound.INVALID_ID is usually caused when you're referencing the ID of an entity from a different account. Could you verify that's not the case he

Re: Getting INVALID_ID error even though I have confirmed that the keyword ID and AdGroupId are correct?

2017-10-25 Thread 'Jude Amagoh' via AdWords API Forum
Hi, I'd be glad to help you troubleshot this issue. EntityNotFound.INVALID_ID is usually caused when you're referencing the ID of an entity from a different account. Could you verify that's not the case he

Re: Phone calls conversion (Clicks on your number on your mobile website) API

2017-10-25 Thread 'Jude Amagoh' via AdWords API Forum
Hi, You need to use the *alwaysUseDefaultRevenueValue* field when configuring your conversion tracker . This will allow you to controls whether conversion event values and currency codes are take

Re: QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test account

2017-10-25 Thread 'Jude Amagoh' via AdWords API Forum
Hi, QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED occurs when you are trying to use an unapproved developer token to make calls against a production account. You are allowed to make API c

Re: Adwords API don't return results for some keywords

2017-10-24 Thread 'Jude Amagoh' via AdWords API Forum
Hi, I'd be glad to help you troubleshot the issue you are having with the AdWords API TargetingIdeaService . Please ensure that you are selecting the same options in TargetingIdeaService and keyword planner,

Re: Cant Get Developer Token

2017-10-24 Thread 'Jude Amagoh' via AdWords API Forum
Hi Thomas, I took a look at CID: 885-367-4573, due to it being a client account you won't be able to apply for API access. As discussed earlier, only Adwords Manage (MCC) Accounts can request API access. Unfortunately, Adwords don't allow you to change a client account to a manager account. I

Re: Cant Get Developer Token

2017-10-23 Thread 'Jude Amagoh' via AdWords API Forum
Hi, I'm from the Adwords API Team, i'd be happy to assist you in retrieving a developer token so you can advance to making you first API call. You'll only be able to sign up for API access from your production AdWords Manager account. You need to create a Production AdWords Manager account by

Re: {loc_physical_ms} values and Target Type

2017-10-20 Thread 'Jude Amagoh' via AdWords API Forum
Hi Pascal, While using the ValueTrack Parameter, {loc_physical_ms} within your URL to get the ID of the location, you can't restrict which type of location IDs it collect's. But by utilizing the LocationCriterionService

Re: Field AllConv.Value/Cost not available in reports?

2017-10-19 Thread 'Jude Amagoh' via AdWords API Forum
Hi Oliver, The field All Conv. Value / Cost that's available in the Adwords interface is not available in the API at the moment. You can keep an eye out for this feature on the Adwords Blog . For now you can retrieve this information from the API by incl

Re: Create new conversion actions using the API

2017-10-18 Thread 'Jude Amagoh' via AdWords API Forum
Hi, AdWords API provides different conversion trackers for the different ways customers convert. This guide describes the various types of conversion trackers and explains create conversion

Re: What are requirements for poxy server to coop with Google AdWordsAPI library

2017-10-18 Thread 'Jude Amagoh' via AdWords API Forum
Hi, I'd be glad to assist you with your query but, unfortunately this question is out of my scope. I recommend you post your question on the php github and they'll b

Re: Error Handling in new Adwords API v201708

2017-10-16 Thread 'Jude Amagoh' via AdWords API Forum
Hi, Could you check that you have imported the namespaces correctly as shown here ? Please note that ManagedCustomerService doesn't support partial failures. T

Re: Adwords API is always returning me AWAITING_FILE status for Batchjob status

2017-10-13 Thread 'Jude Amagoh' via AdWords API Forum
Hi, AWAITING_FILE status for the BatchJob is the state you come to after create the BatchJob and capture its u

Re: Error Handling in new Adwords API v201708

2017-10-13 Thread 'Jude Amagoh' via AdWords API Forum
Hi, The AdWords API Client Library provides examples of common error handling functions when detailing with partial failures . You can find a code example in

Re: Caused by: java.io.IOException: insufficient data written

2017-10-11 Thread 'Jude Amagoh' via AdWords API Forum
Hi, This exception occurs when an IO operation has failed for some reason. In order for me troubleshoot this problem, I have to gather more information about the issue. If possible could you enable logging

Re: Facing CUSTOMER_SERVING_TYPE_REPORT_MISMATCH though sending not MCC account but adwords client account id

2017-10-11 Thread 'Jude Amagoh' via AdWords API Forum
Hi, This problem occurs when you are trying to run a report against a manager account. In order for me troubleshoot this problem, I'll have to gather more information about this issue. If possible could you enable logging

Re: Display Network Enable Bid adj. through API

2017-10-09 Thread 'Jude Amagoh' via AdWords API Forum
Hi Anup, You can set bid adjustments for AdGroup level CriterionUserList targeting using the AdGroupCriterionService . You will have to set the attribute bidModifier

Re: I am getting the test account results for the live account queries ???

2017-10-05 Thread 'Jude Amagoh' via AdWords API Forum
Hi, You need to reconfigure the client library to use the production manager account's refresh token. Use the Get an OAuth2 refresh token and configure your client guide

Re: FeedItem Feed Upload

2017-10-03 Thread 'Jude Amagoh' via AdWords API Forum
Hi Sam, You can create your feeds using the FeedService and then populate your FeedItems using the FeedItemService . Here is a sam

Re: Failed to read from AdWords. Please wait a bit and try again. (line 272)

2017-10-02 Thread 'Jude Amagoh' via AdWords API Forum
Hi Victoria, Unfortunately we only address questions related to AdWords API on this forum. Since your question is related to AdWords Scripts, I would suggest that you post it in the AdWords Scripts forum as they are better equipped to

Re: FeedItem Feed Upload

2017-10-02 Thread 'Jude Amagoh' via AdWords API Forum
Hi, You need to use FeedItemService to add, remove or update FeedItems. This guide

Re: Problems to add Video Ad from API

2017-09-29 Thread 'Jude Amagoh' via AdWords API Forum
Hi Estevo, Video campaigns are not supported in AdWords API services at the moment. They are supported only in API reports . Please keep an eye on the Google Ads Developer blog