Re: How to link AdWords to a specific GMB Business account

2017-03-15 Thread 'Ivan Bautista' via AdWords API Forum
Hi Kevin, If you want to specify a particular GMB account you want to sync location extensions from, you can try to specify the GMB Account ID in the businessAccountIdentifier attribute w

Re: How to link AdWords to a specific GMB Business account

2017-03-15 Thread 'Ivan Bautista' via AdWords API Forum
Hi Kevin, As per documentation , you can get the account ID from the account_id portion of the name of the Account

Re: Is there a way to pause Ads after x time (20 minutes) or a certain time of day ?

2017-03-17 Thread 'Ivan Bautista' via AdWords API Forum
Hi Daniel, Currently, the ad scheduling option in the AdWords API is at the campaign level only. You may use AdSchedule criterion via CampaignCriterionService

Re: Ad customizers - If function

2017-03-17 Thread 'Ivan Bautista' via AdWords API Forum
Hi Monika, As per documentation , default text is optional when adding IF functions. The adding of IF functions is primarily for the purpose of insertin

Re: Add extensions to multiple ad groups like AdWords UI

2017-03-19 Thread 'Ivan Bautista' via AdWords API Forum
Hi JC, Could you provide us a screenshot or point to us where in the AdWords UI you can achieve adding of extensions to multiple ad groups at once? Currently, there are no available services in the AdWords API that will allow you to add extensions to multiple ad groups at once. Even in BatchJo

Re: Conversion tracker segmented parental status and ad schedule reports

2017-03-20 Thread 'Ivan Bautista' via AdWords API Forum
Hi Christian, We'll try to raise this to the team but we can't guarantee if it will be included in future releases or when will it be included. Just follow our blog for any future announcements. Regards, Ivan AdWords API Team

Re: Error CONCRETE_EXTENSION_TYPE_REQUIRED when creating create ad extensions with CampaignExtensionSettingService

2017-03-20 Thread 'Ivan Bautista' via AdWords API Forum
Hi VJ, Being that this thread is almost a year old, could you open a new thread instead and from there we could continue with our investigation? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelop

Re: Add extensions to multiple ad groups like AdWords UI

2017-03-20 Thread 'Ivan Bautista' via AdWords API Forum
Hi JC, Thank you for providing the screenshot. You can achieve similar feature in the AdWords API by *executing separate operations for each ad group* and not in a single operation. As you've mentioned, you have to validate first your extensions before executing the operations just like any ot

Re: Add extensions to multiple ad groups like AdWords UI

2017-03-20 Thread 'Ivan Bautista' via AdWords API Forum
Hi JC, Yes, validation of your extensions should be done separately from removal of extensions. However, for adding of extensions, you might not need to validate because the ADD and SET operator for AdGroupExtensionSettingService.mutate()

Re: Add extensions to multiple ad groups like AdWords UI

2017-03-22 Thread 'Ivan Bautista' via AdWords API Forum
Hi JC, Do note that AdWords UI features doesn't always have a direct counterpart in AdWords API. However, if you wish to manage concrete Feed Items such as CalloutFeedItem, then we recommend that you use Extension Setting Services

Re: DUPLICATE_EXTENSION_FEED_ITEM_EDIT when adding extensions to multiple ad groups in one API call

2017-03-23 Thread 'Ivan Bautista' via AdWords API Forum
Hi JC, To help us investigate further, could you *reply to us privately* with the SOAP request and response when you encountered the error? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.b

Re: How to link AdWords to a specific GMB Business account

2017-03-23 Thread 'Ivan Bautista' via AdWords API Forum
Hi Kevin, Yes, you may reply to us privately (using *reply privately to author* option) with your SOAP request logs so we can further investigate. Also, were you able to confirm and verify with the Google My Business API team

Re: Batch Job Completion and Queues

2017-03-23 Thread 'Ivan Bautista' via AdWords API Forum
Hi Danny, Regarding the slow completion time for the batch jobs, could you reply to us privately (using *reply privately to author* option) with you customer ID and the batch job ID/s in question so we could investigate further? In the mean time, here are my answers to your questions: - Wou

Re: PHP Fatal error: Cannot use object of type stdClass as array

2017-03-23 Thread 'Ivan Bautista' via AdWords API Forum
Hi, Since your concern is more on the client library than the AdWords API, it would be best if you raise this issue to the client library team so they can assist you. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Adding Milers to my current GPS Coordinates

2017-03-23 Thread 'Ivan Bautista' via AdWords API Forum
Hi Ron, This forum only caters to concerns related to the implementation of the AdWords API. I'm afraid location tracking is not available via the AdWords API. However, you may follow our blog for future updates. Regards, Ivan

Re: Is it slower to access test account's data via API than standard account? How much slower if so?

2017-03-23 Thread 'Ivan Bautista' via AdWords API Forum
Hi Dongliang, Regardless whether the API service is called using a test account or a production account, the response time of the API services may vary and is affected by a number of factors such as network connection and type of operations requested. Regards, Ivan AdWords API Team -- -- =~

Re: LocationCriterionService Returns empty results for a locationID recieved from CampaignLocationTargetReport

2017-03-24 Thread 'Ivan Bautista' via AdWords API Forum
Hi, I couldn't find the location IDs you provided in the Geographical Targeting table which probably is the reason why you're getting an empty response from the LocationCriterionService.get()

Re: Is it slower to access test account's data via API than standard account? How much slower if so?

2017-03-24 Thread 'Ivan Bautista' via AdWords API Forum
Hi Dongliang, The API guide you mentioned earlier is just giving a recommendation to use different throttling or queuing strategies for *new* and *es

Re: Callout extensions: Ad group extension and Ad group extension

2017-03-26 Thread 'Ivan Bautista' via AdWords API Forum
Hi, As mentioned by my colleague earlier, to include the clientCustomerId in the request header at runtime, you can programmatically set it by following the instructions (refer to the section of the language you are using) provided in this guide

Re: CAMPAIGN_LOCATION_TARGET_REPORT returning removed data?

2017-03-27 Thread 'Ivan Bautista' via AdWords API Forum
Hi Jim, I tried testing the Campaign Location Target Report against my test account and was able to return only those Location Criterions that are currently associated with my test campaign. Those location targets that you said are appearing in your Campaign Location Target Report but are no lo

Re: How do I pause a Product Partition BiddableAdGroupCriterion?

2017-03-28 Thread 'Ivan Bautista' via AdWords API Forum
Hi, Yes, that's correct, it is currently not possible in the AdWords API to pause a Product Partition in the Criterion level. What you may be able to do is to pause the AdGroup where your Product P

Re: RMF C.600 - Mobile app download campaigns

2017-03-30 Thread 'Ivan Bautista' via AdWords API Forum
Hi, Being that your inquiry is more related to compliance with the RMF policies rather than the implementation of the AdWords API, it would be best to raise your concern to the AdWords API Compliance team . Regards, Ivan AdWords API Team --

Re: RMF M.18 - Edit ad device preference

2017-03-30 Thread 'Ivan Bautista' via AdWords API Forum
Hi, As I've mentioned in your other post, it will be best to redirect your RMF policy related concern to the AdWords API Compliance team as they are more equipped to answer your query. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=

Re: Cannot handle token prior to 2017-03-30T10:21:05+0000

2017-03-30 Thread 'Ivan Bautista' via AdWords API Forum
Hi David, This seems to be a PHP specific issue than with the AdWords API. I'd suggest that you have it checked by the PHP client library team just in case they can provide some recommendations. Regards, Ivan AdWords API Team -- -- =~=

Re: I'd like to connect account with an app through 'find your app' feature in UAC.

2017-04-02 Thread 'Ivan Bautista' via AdWords API Forum
Hi, Currently, there's no direct counterpart of the AdWords UI "Find your app" feature in the AdWords API. You must set the exact app id of the app you want to advertise when cr

Re: UAC are not shown in GEO_PERFORMANCE report

2017-04-03 Thread 'Ivan Bautista' via AdWords API Forum
Hi Pau, While the Geo Performance Report returns campaign statistics at the country/territory level, it does not currently support information related to UAC (universal app campaigns). You may refer here for

Re: Ad Copy selector - Enabled status at Adgroup and Campaign levels as well?

2017-04-03 Thread 'Ivan Bautista' via AdWords API Forum
Hi Sean, Are you trying to retrieve all enabled AdGroupAds ? If so, then you may retrieve those enabled AdGroupAds on the Ad level via the AdGroupAdService.get()

Re: API compliance

2017-04-04 Thread 'Ivan Bautista' via AdWords API Forum
Hi, Your concerns seem to be more related to access and policy compliance than with the AdWords API. It would be best to redirect your concerns to the AdWords API Compliance team as they are more equipped to answer your queries. Regards, Ivan

Re: Ad Copy selector - Enabled status at Adgroup and Campaign levels as well?

2017-04-04 Thread 'Ivan Bautista' via AdWords API Forum
Hi Sean, As per documentation, you can only retrieve AdGroupAd's information such as the Status at

Re: How to download campaign wise cost using AWQL

2017-04-05 Thread 'Ivan Bautista' via AdWords API Forum
Hi Jaydeep, Could you check the Campaigns report in your AdWords UI and see if the results are the same with the Campaign Performance Report

Re: Проблема с COUNTDOWN

2017-04-05 Thread 'Ivan Bautista' via AdWords API Forum
Hi, I'm afraid I can respond in English only. Being that your concern is more related to the preview mode of the AdWords UI than with the AdWords API, it would be best if you raise your concern to the AdWords Community forum

Re: I want data for search and display network in single query in AWQL

2017-04-06 Thread 'Ivan Bautista' via AdWords API Forum
Hi Jaydeep, Currently, the OR condition is not supported in the AWQL syntax. However, for your query, you may use the IN operator to filter to both display network and search data. Below is a sample query you may use: SELECT CampaignName, Cost FROM CAMPAIGN_PERFORMANCE_REPORT WHERE AdNetwor

Re: TrafficEstimatorService Wrapped in BatchJobService?

2017-04-10 Thread 'Ivan Bautista' via AdWords API Forum
Hi Vijay, The BatchJobService can only execute batches of operations and not services and TrafficEstimatorService does

Re: Basic Access Daily Reporting Quota

2017-04-11 Thread 'Ivan Bautista' via AdWords API Forum
Hi, The Basic Access Daily Reporting Quota error message you encountered is caused by exceeding the daily reporting limit of 1000 daily reports for Basic Access accounts. Applying for standard access is correct as it is currently the o

Re: Getting all campaigns from campaignService across all accounts under management account

2017-04-11 Thread 'Ivan Bautista' via AdWords API Forum
Hi Joe, Yes, that's correct. Every API service such as CampaignService can only be executed on a per account basis and not for multiple accounts so you need to have separate API calls for every account you want

Re: Invite others to access an account by email

2017-04-12 Thread 'Ivan Bautista' via AdWords API Forum
Hi, The AdWords UI feature you are referring to is mainly on granting login access to another account which is only available in the AdWords UI and not supported via the AdWords API. This documentation

Re: exception handling in new PHP client lib / mutateLink()

2017-04-20 Thread 'Ivan Bautista' via AdWords API Forum
Hi Markus, You may refer here for possible errors that will be thrown for ManagedCustomerService. You may build your exception handling logic based from the possible err

Re: exception handling in new PHP client lib / mutateLink()

2017-04-20 Thread 'Ivan Bautista' via AdWords API Forum
Hi Markus, Apologies if I misunderstood your question earlier. I want to point out that those ManagedCustomerServiceErrors I mentioned earlier are ApiError

Re: exception handling in new PHP client lib / mutateLink()

2017-04-20 Thread 'Ivan Bautista' via AdWords API Forum
Hi Markus, I'm glad that you were able to resolve your previous concern. With regards to filtering the SOAP warning logs, I suggest that you double check with the PHP client library team as we only handle concerns specific to the service

Re: Ad Words is not allowing me to download data in through ad words api

2017-04-21 Thread 'Ivan Bautista' via AdWords API Forum
Hi Jaydeep, Do note that the RATE_EXCEEDED error could be triggered by other factors aside from exceeding the daily report downloads limit f

Re: [9-8107000017054] CampaignExtensionSettingService InternalApiError.UNEXPECTED_INTERNAL_API_ERROR while trying to add Ad Extension

2017-04-21 Thread 'Ivan Bautista' via AdWords API Forum
Hi Sean, After taking another look at your SOAP requests particularly your geotargeting for your Sitelink, we notice that you are setting value "2840" in the locationName field

Re: basic API

2017-04-24 Thread 'Ivan Bautista' via AdWords API Forum
Hi, The application process usually takes within 2 business days before you receive a response from the AdWords Compliance team. To further investigate on your issue, could you reply to us privately

Re: Cannot find Watch Time and Avg. Watch time/impressions in the API

2017-04-24 Thread 'Ivan Bautista' via AdWords API Forum
Hi, Are you perhaps referring to a report in the AdWords UI for the "Watch Time and Avg. Watch time/impressions" fields you have mentioned? If yes, could you reply to us privately (using *reply privately to author* option) with the complete screenshot of the AdWords UI report so I can better i

Re: Adword campaigns are real time?

2017-04-25 Thread 'Ivan Bautista' via AdWords API Forum
Hi, For us to be able to answer your questions more accurately, could you elaborate more on what you mean by List B or which entity are you referring to? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googl

Re: Check for basic API.

2017-04-25 Thread 'Ivan Bautista' via AdWords API Forum
Hi, Please be informed that your concern, which you also raised yesterday via this forum post , was already forwarded yesterday and is now being handled by the AdWords Compliance tea

Re: Google AdWords API: Test Account AccountManagement/CreateAccount Error

2017-04-26 Thread 'Ivan Bautista' via AdWords API Forum
Hi Harry, The ManagedCustomerServiceError.NOT_AUTHORIZED means that the clientCustomerId set is not authorized to perform the request. Could you check if

Re: GMB Extensions, can't use personal account?

2017-04-26 Thread 'Ivan Bautista' via AdWords API Forum
Hi JC, As per documentation , there is no specific restriction for the GMB account you can link to but we recommend that you use business accounts rather than personal ones for linking to avoid s

Re: GMB Extensions, can't use personal account?

2017-04-26 Thread 'Ivan Bautista' via AdWords API Forum
Hi JC, With regards to retrieving your personal account id, it would be best to confirm with the GMB team as we only handle the AdWords API part of the integration. As for the InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

Re: Getting Error "class HttpTransport has no attribute '_HttpTransport__get_request_url'"

2017-04-26 Thread 'Ivan Bautista' via AdWords API Forum
Hi Ethan, I'm a teammate of Peter and I'm here to assist you with your concern. First off, do you still get the error specified? If yes and if you think you have followed correctly the setup guide referenced by my colleague earlier, then as

Re: Adword campaigns are real time?

2017-04-27 Thread 'Ivan Bautista' via AdWords API Forum
Hi Joe, Below are my answers to your questions. A. Google's documentation indicates it might take several hours for the userlist to be populated with members . Can we confirm? Yes, based fro

Re: how to upload 1 million email on audiences google adwords use api php?

2017-04-28 Thread 'Ivan Bautista' via AdWords API Forum
Hi Joshua, Being that this thread is almost a year old, I suggest that you create a new thread for your queries and from there we can continue with our discussion. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: http

Re: Is it possible to use the PHP Client to create a browser-based app? Any Examples?

2017-04-28 Thread 'Ivan Bautista' via AdWords API Forum
Hi Joel, The client libraries are only meant to provide sample code on how to implement different AdWords API services in particular use cases using a specific language. You may then implement that same code flow using the same p

Re: AdWords billing data via API

2017-05-02 Thread 'Ivan Bautista' via AdWords API Forum
Hi Devi, I'm afraid we can't comment on possible future releases for the AdWords API. You may, however, regularly check our blog for any updates. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Ratelimiter Extension

2017-05-03 Thread 'Ivan Bautista' via AdWords API Forum
Hi, Based from the Basic Usage section of the RateLimiter Extension, AdWordsServicesWithRateLimiter object could be used like a normal AdWordsServices object and it would auto

Re: why not CANT_UPDATE_NEGATIVE??

2017-05-03 Thread 'Ivan Bautista' via AdWords API Forum
Hi Junghyun, As per documentation , Negative ad group criteria can not be updated which is why the AdGroupCriterionError.CANT_UPDATE_NEGATIVE error was th

Re: AdCustomizers download FeedItems target adGroupId and campaignId

2017-05-03 Thread 'Ivan Bautista' via AdWords API Forum
Hi Paris, Please note that AdGroupFeedService is used to link a feed to an AdGroup using a matching function. Having said that, the Feed Id and Ad Group Id associated with your Ad customizer will only be re

Re: BatchJobService changed to only return errors without applying orthogonal changes?

2017-05-04 Thread 'Ivan Bautista' via AdWords API Forum
Hi Sha, As per this guide and the 201702 release notes , partial failures is still supported and is set to true by default for all requests to

Re: Report Download Read Timeout

2017-05-04 Thread 'Ivan Bautista' via AdWords API Forum
Hi, As per documentation , report download request has no specific restriction on the date range but may time out on extremely large data sets. While reducing the date range is one option you may try, you may also cons

Re: Webpage from API

2017-05-08 Thread 'Ivan Bautista' via AdWords API Forum
Hi Frank, You can't directly use the code samples in the PHP client library as webpages as these examples are meant to be run via the command line and not as a webpage . However, you may use the same code flow/logic from

Re: Error 502. Invalid gateway

2017-05-09 Thread 'Ivan Bautista' via AdWords API Forum
Hi, To help us investigate further, could you specify from which particular AdWords API service or report type did you encounter the error 502? If the error was captured when executing an AdWords API service, then could you rep

Re: Developer/Agency recommendations

2017-05-09 Thread 'Ivan Bautista' via AdWords API Forum
Hi Bryan, This forum and our team only provides information and support for AdWords API related issues or concerns and we do not currently provide developer/agency recommendations. However, feel free to create a new thread and specify any technical questions you have for a particular AdWords A

Re: Regarding the Estimate Request Limits

2017-05-09 Thread 'Ivan Bautista' via AdWords API Forum
Hi Jacob, The API limits documentation only specifies the corresponding error that will be thrown when the limit is exceeded and have no specific mention on permanent shutoff. As per Traffic Estimator limit guide

Re: Developer/Agency recommendations

2017-05-10 Thread 'Ivan Bautista' via AdWords API Forum
Hi Bryan, Our team doesn't have any knowledge regarding list of AdWords API certified partners nor if a certification of such exist. The support that our team provides is only limited to technical questions about the AdWords API and how to utilize its various features. As mentioned earlier, y

Re: Exclusions in Display Network Targets via API

2017-05-11 Thread 'Ivan Bautista' via AdWords API Forum
Hi Dave, At the campaign level, you may consider using Placements as Negative Criterion

Re: Adwords API CustomerService CUSTOMER_NOT_FOUND

2017-05-11 Thread 'Ivan Bautista' via AdWords API Forum
Hi James, If you want to retrieve information of all client accounts under your MCC account, then I suggest that you use ManagedCustomerService instead. You may refer to this code sample

Re: Customer descriptive name on a shopping performance report?

2017-05-11 Thread 'Ivan Bautista' via AdWords API Forum
Hi John, Are you looking for the descriptive name of the Customer account? If so, then you may select the AccountDescriptiveName field. Let me know if this works for you. Regar

Re: Ended/Removed Campaigns

2017-05-11 Thread 'Ivan Bautista' via AdWords API Forum
Hi Nimcy, Make sure that the clientCustomerId request header set when executing the request is for a client account and not an MCC account. Also, by default, the CampaignService.get() doesn't include remove

Re: adgroup targeting add placement qusetion !!

2017-05-12 Thread 'Ivan Bautista' via AdWords API Forum
Hi, To help us answer you more accurately, could you confirm if the site.www.google.com was generated from the AdWords UI via the search tool when adding placement targeting ? If not, then could you reply to us privately (using *reply privatel

Re: Rate Sheet explanation

2017-05-12 Thread 'Ivan Bautista' via AdWords API Forum
Hi, Please create a new thread with the details of your concern as this thread is more than 3 years old. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.co

Re: Ended/Removed Campaigns

2017-05-14 Thread 'Ivan Bautista' via AdWords API Forum
Hi Nimcy, To help us investigate further, could you reply to us privately (using *reply privately to author* option) with the SOAP request and response logs captured for the CampaignService.get() ? Regards,

Re: CAMPAIGN_LOCATION_TARGET_REPORT Location column

2017-05-16 Thread 'Ivan Bautista' via AdWords API Forum
Hi Fred, Could you try listing down the criteria associated to your campaign (748423389) via the CampaignCriterionService , then see if the IDs

Re: How to call adwords api for pulling the googleadwords report

2017-05-17 Thread 'Ivan Bautista' via AdWords API Forum
Hi Subramanyam, We highly recommend using the available client libraries for easier integration. You may refer to these sample codes for downloading any supp

Re: BatchJobService for uploading offline conversion data

2017-05-17 Thread 'Ivan Bautista' via AdWords API Forum
Hi Bala, As per the list of supported operations for BatchJobService, uploading offline conversion data is not included so you may have to do the asynchronous logic on your end. However, looking at the fau

Re: GEO_PERFORMANCE_REPORT CityCriteriaId returns entities that aren't cities

2017-05-17 Thread 'Ivan Bautista' via AdWords API Forum
Hi Oleg, To help us investigate further, could you reply privately (using *reply privately to author* option) with the report definition used as well as the actual generated report for Geo Performance

Re: How to call adwords api for pulling the googleadwords report

2017-05-17 Thread 'Ivan Bautista' via AdWords API Forum
Hi, As mentioned earlier, it is highly recommended to use the available client libraries to have easier integration with the AdWords API. However, you may refer to this guide to help you in building the report definit

Re: UploadOfflineConversions api data upload

2017-05-18 Thread 'Ivan Bautista' via AdWords API Forum
Hi Bala, Below are my answers to each question. 1. What happen If I upload same gClid data twice? Assuming all conversion name, value, time etc are same. > As per documentation > , > > the first upload will be re

Re: Negative CrossDeviceConversions values in Shopping Performance Report

2017-05-18 Thread 'Ivan Bautista' via AdWords API Forum
Hi Ronald, To help us investigate further, could you reply privately (using *reply privately to author *option) with your clientCustomerId, the report definition used as well as the generated Shopping

Re: Linking individual customer's AdWords account with corresponding GMB account

2017-05-22 Thread 'Ivan Bautista' via AdWords API Forum
Hi Kruger, As per sample code , if the gmbEmailAddress specifie

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2017-05-24 Thread 'Ivan Bautista' via AdWords API Forum
Hi , You may refer to this section on how to change the clientCustomerId header programmatically. Let me know if this helps. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: ExcludeHiddenAccounts=true not working

2017-05-24 Thread 'Ivan Bautista' via AdWords API Forum
Hi Luis, Could you check if the isHidden field of those accounts in question are set to true? To help us investigate further, could you reply to us privately (using *reply pr

Re: ExcludeHiddenAccounts=true not working

2017-05-24 Thread 'Ivan Bautista' via AdWords API Forum
Hi Luis, This is expected behavior. The reason why ManagedCustomerService.get is returning all your accounts even after setting ExcludeHiddenAccounts to true is because all your accounts are not hidde

Re: ExcludeHiddenAccounts=true not working

2017-05-25 Thread 'Ivan Bautista' via AdWords API Forum
Hi Luis, Whether you set the hidden status via AdWords API or AdWords UI, the isHidden field should be updated accordingly. That said, I tested hiding my test accounts both i

Re: TargetingIdeaService returns unreal search volume

2017-05-29 Thread 'Ivan Bautista' via AdWords API Forum
Hi Valentin, To help us investigate further, could you reply to us privately (using *reply privately to author* option) with the complete SOAP request and response logs as well as the screenshot of the generated results from

Re: Can Adwords API be used from Client side Javascript API Calls.

2017-05-29 Thread 'Ivan Bautista' via AdWords API Forum
Hi, If you wish to manage your AdWords data using Javascript, then you might want to consider using AdWords Scripts instead. You may raise any AdWords Scripts concern in the AdWords Scripts forum . Let me know if this helps. Regards, I

Re: Ad errors in russian language

2017-05-29 Thread 'Ivan Bautista' via AdWords API Forum
Hi Vladimir, Could you check if the language preferences of the Google account associated with your OAuth2 credentials is set to Russian? You may do so by logging in to accounts.google.com using the Google account associated with your OAuth2 credentials. Then, go to *Account preferences > Langu

Re: Can Adwords API be used from Client side Javascript API Calls.

2017-05-30 Thread 'Ivan Bautista' via AdWords API Forum
Hi Shubham, For easier integration with the AdWords API, we recommend using the available client libraries as they handle the backend API calls for you and expose easy-to-use objects for you to work with. Unfortunately, we can o

Re: How to get Auction Minimum bid at Keyword level

2017-05-30 Thread 'Ivan Bautista' via AdWords API Forum
Hi Sastry, If you are referring to the minimum bid set for Target ROAS bidding , then you may extract that data from bidFloor field

Re: UAC shows 40K IMP & 2K CLICK.16 CONV.good or bad

2017-05-30 Thread 'Ivan Bautista' via AdWords API Forum
Hi Sanjay, Do note that the Target CPA you set could affect the number of conversions you get so setting a low Target CPA (CPI) might result to lesser conversions. Also, do note that the conversi

Re: How to get the Auction Minimum Bid at Keyword level from Adwords API?

2017-05-30 Thread 'Ivan Bautista' via AdWords API Forum
Hi Sandeep, Could you confirm if you are referring to the minimum bid set for Target ROAS bidding ? If so, then you may extract data from bidFloor field

Re: adword should link with admob for better revenue

2017-05-30 Thread 'Ivan Bautista' via AdWords API Forum
Hi, Currently, there's no way to directly target your AdWords campaigns to Ad placements created in AdMob nor a way to directly link AdWords campaigns to an AdMob account. However, you might want to use CampaignCriterionService

Re: rateexceedederror targetingideaservice

2017-05-30 Thread 'Ivan Bautista' via AdWords API Forum
Hi Karim, As per the Rate Limit guide , the RateExceededError could be triggered by a number of factors so you need to be mindful of these as well as other Targeting Idea specific limits

Re: SEARCH_QUERY_PERFORMANCE_REPORT only shows 0 click queries

2017-05-30 Thread 'Ivan Bautista' via AdWords API Forum
Hi Nikolai, For us to further look into it, could you reply to us privately (using *reply private to author *option) with the screenshot of the Search Terms Report in the AdWords UI as well as your clientCust

Re: I need an API developer

2017-06-01 Thread 'Ivan Bautista' via AdWords API Forum
Hi Michael, This forum doesn't provide developer recommendations. However, if you have any specific technical questions about the AdWords API, feel free to create a new thread with the details of your concern and we'll gladly assist you. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=

Re: 'emondo' is spelled incorrectly. Did you mean _____ ? No, no I did not.

2017-06-01 Thread 'Ivan Bautista' via AdWords API Forum
Hi, Your concern doesn't seem to be specific to the AdWords API. Could you confirm if you are using Google Search? If so, then I suggest that you contact their team directly with your concern. Regards, Ivan AdWords API Team -- -- =

Re: rateexceedederror targetingideaservice

2017-06-02 Thread 'Ivan Bautista' via AdWords API Forum
Hi Karim, To help us investigate further, could you share to us privately (using *reply privately to author* option) the SOAP request and response logs captured when error was encountered as well as your clientCustomerId? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Different data values in API reports and in Adwords

2017-06-05 Thread 'Ivan Bautista' via AdWords API Forum
Hi Yoav, Data generated from the Ad Performance Report could possibly be different with the Criteria Performance Report

Re: Campaign Performance Report. 'Device' field return value

2017-06-05 Thread 'Ivan Bautista' via AdWords API Forum
Hi, Thank you for bringing this to our attention. The team is aware of this and is currently working on it as well as the similar issue raised in this thread . For easier tracking, I

Re: Ad errors in russian language

2017-06-06 Thread 'Ivan Bautista' via AdWords API Forum
Hi Vladimir, Were you able to check the language preferences of the Google account? If you still need our assistance, then please reply to us privately (using *reply privately to author* option) with the information requested earlier. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~

Re: SEARCH_QUERY_PERFORMANCE_REPORT only shows 0 click queries

2017-06-06 Thread 'Ivan Bautista' via AdWords API Forum
Hi Nikolai, Do you still encounter this issue? If so, then could you please reply to us privately (using *reply privately to author *option) with the information requested earlier so we can investigate further? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Getting adgroup error

2017-06-07 Thread 'Ivan Bautista' via AdWords API Forum
Hi, Make sure that the ad group you are using is created under the clientCustomerId you specified in the request header. For us to investigate further, could you reply privately (using *reply privately to author *option) with the SOAP request and response logs captured when error was encounter

  1   2   >