Re: API exports takes a huge amount of time due to the number of clients available

2017-06-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, A given report request can only include data from a single AdWords account. If you need to gather reporting data for multiple accounts, you need to submit a separate report request for each account by setting the clientCustomerId header. You could refer to the ParallelReportDownload

Re: Help me get quality leads from Adword please

2017-06-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we address technical questions related to AdWords API. Since your questions are related to AdWords in general, I would suggest that you post in the AdWords Community Forum as they are better equi

Re: Authenticate oauth2 with test account

2017-06-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, This error occurs when there is no link between the manager account authenticated in the request and the client account specified in the headers. You need to use CustomerService.getCustomers()

Re: Ad name in AD_PERFORMANCE_REPORT

2017-06-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Are you looking for the "Image ad name"? if so, you need to include the ImageCreativeName . If this is not what you are looking for, let me know the AdType and I'll be able to help yo

Re: RateExceededError.RATE_EXCEEDED

2017-06-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sachin, 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 developer token. If your use

Re: How to authenticate anyone ADWORDS API OAuth2 PHP.

2017-06-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to determine the type of OAuth flow suitable for your application using this guide and follow the appropriate guide to set up authentication: - API access on behalf of your clients

Re: Price extension automation via API - debugging

2017-06-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Khrystyna, This guide describes how to create and manage Price Extensions using AdWords API along with a sample code snippet. Once you set up Price Extensions, you can track their performance using

Re: No clicks any more since I updated my keywords

2017-06-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jeff, Since this question is related to AdWords in general, I would suggest that you post it in the AdWords Community Forum as they are better equipped to help you out. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog an

Re: help dwords_api_php authentication

2017-06-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, All AdWords API calls must be authorized through OAuth2 . You need to setup authentication for your application by following this guide . You can then follow this guide

Re: Create Ad for Adgroup in a "Display Network only" Campaign

2017-06-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Prashant, The Ad types supported in AdWords API are listed here . Template Ads can be used to create Ads in formats other tha

Re: Getting AdGroup Performance report for Custom Date - Adwords API using Python

2017-06-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tushar, I was not able to find any errors in the report definition. Since this is a syntax error and not an API error, please send me the complete code so I can take a look. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Re: RequiredError.REQUIRED... What is missing?

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you check the list of uploaded operations to see if the keyword text is provided correctly? Are you using PHP client library perform these operations? If so, you need to set the keyword text as shown below: $keyword->setText($text); Thanks, Shwetha, AdWords API Team. -- -- =~=~=~

Re: Adword AWQL report data differs from standalone report feature of adwords

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum we address questions related to AdWords API. I would suggest that you post your questions on the AdWords Scripts forum as they are better equipped to help you out. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=

Re: Getting AdGroup Performance report for Custom Date - Adwords API using Python

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tushar, Could you provide the complete report definition so I can take a look? Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelop

Re: GoogleMyBusiness MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you perform a FeedMappingService.get() request and check if the FeedMapping exists for this feed for placeholderType 7? Could you describe how you linked your Google My Business account to your

Re: Remove Shopping adgroup negative keyword

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Yes, it is possible to remove a negative keyword from an AdGroup in a Shopping campaign using AdGroupCriterionService . The RemoveKeyword

Re: Setting a total budget at campaign level

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid its not possible to set the spending limit at the campaign level. You can only set the daily budget at the campaign level. The standard delivery method aims to evenly distribute your budget across the entire day (12 a.m. – 11:59 p.m.). Please see this help center article

Re: CANNOT_EXCLUDE_SIMILAR_USER_LIST

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You encountered the CANNOT_EXCLUDE_SIMILAR_USER_LIST error because it is not allowed to exclude a SimilarList. Could you provide an example Ca

Re: Is it possible to set the Date Range and Compare Periods using TargetingIdeaService?

2017-06-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Steve, I'm afraid its not possible to set the dateRange or compare periods when you use TargetingIdeaService to get search volume data and trends. At the moment, the TargetingIdeaService returns the TARGETED_MONTHLY_SEARCHES for the past twelve months. Please keep an eye on our blog

Re: Load an Ad By Id

2017-06-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Yes, AdId and Ad are not one of the supported fields for AdGroupAdService . Please see this document for t

Re: Incorrect search volume

2017-06-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Vaibhav, Could you check if the clientCustomerId specified in the request header belongs to a Test AdWords account? TargetingIdeaService and TrafficEstimatorService

Re: how to get Adwords report for third party user using Refresh and Access Token ?

2017-06-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, To use AdWords API to target an account, you need log in as a user who has access to that account or its manager when you generate the refresh token. You'll not be able to use the refresh token generated from your manager account to target accounts that aren't linked to it. Please follow t

Re: mistakes in keywords in keyword planner

2017-06-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, If you call the TargetingIdeaService with a keyword which is incorrectly spelled, this service returns the stats for the corrected word. Ideally, the correction is very close to what Google search will suggest while you are trying to search for that specific word or phrase. You could check

Re: AdGroupCriterionError.PRODUCT_PARTITION_ALREADY_EXISTS and AdGroupCriterionError.PRODUCT_PARTITION_DOES_NOT_EXIST

2017-06-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I see that the AdGroup in question already has the root ProductPartition. You need to remove the existing ProductPartition before you make any changes to the partition tree. Please see this guide for more infor

Re: MCC test account confusion, account works but client account gives USER_PERMISSION_DENIED

2017-06-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mevin, Could you please create a new forum thread since this thread is very old? Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevel

Re: Adding / updating headers in Structured Snippets Extensions

2017-06-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, As you can see in this document , the Structured Snippets Extension contains the "Services" header as well. Could you provide a screenshot of an Ad which contained the "Highlights" header so I can take a

Re: Adwords API using PHP getting error when GetRefreshToken.php is run

2017-06-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Chris, The examples in the AdWords API PHP client library looks for the adsapi_php.ini configuration file in your home directory. Since your question is specific to the PHP client library, I would suggest that you create a thread in the library's issue tracker

Re: Create Ad for Adgroup in a "Display Network only" Campaign

2017-06-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Pratik, The Ad types supported in AdWords API are listed here and the list of TemplateAds are provided here . You'll need to

Re: Create Ad for Adgroup in a "Display Network only" Campaign

2017-06-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Prashant, Please see my response below: 1. I see that the AdGroupId is changed to the PHP_INT_MAX value. I would suggest that you post this question in the library's issue tracker so they can help you out. 2. In v2017

Re: how can I get soap response for my service calls in v201705 of adwords php library ?

2017-06-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Deepa, You need to set the logging level for the default loggers in your adsapi_php.ini as shown here . For a more customized logging, you need to specify your own logger by providing a logger that implements LoggerInterfa

Re: how to get Adwords report for third party user using Refresh and Access Token ?

2017-06-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, This error occurs when there is no link between the manager account authenticated in the request and the client account specified in the headers. This could be because the link betwee

Re: Creating a Location Hierarchy Using LocationCriterionService

2017-06-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can follow this guide to setup location targeting using AdWords API. If you would like to target specific locations, you need to create a Location

Re: Request account permissions

2017-06-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can follow this guide to set up authentication for web application flow. If you would like to get the list of accounts that are directly accessible by a set of OAuth2 credentials, you need to use CustomerSe

Re: Api's Explorer dont show Adwords Api

2017-06-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid you cannot perform test requests via API manager for AdWords API. You would need to set up a Test Manager account as described here . You need to create a production (non

Re: Get Service Operation Count using v201705 Latest api

2017-06-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi VJ, I'm afraid there isn't a getLastOperations method in ManagedCustomerService . If you are looking to get the number of operations performed in a request, you need to get the value in the operations

Re: API Developer Token - Granting Access to Select Accounts

2017-06-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, If you grant access to a user at the Manager level, that user will have access to all linked accounts in the AdWords manager account. If you would like to restrict access to specific accounts, you could create a sub-manager account and change the manager of these selected accounts to the s

Re: How to create "Display Network only" campaign using adwords API

2017-06-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Pratik, You could use the AddSitelinksUsingFeeds PHP example as a reference which shows how to use Feed services to add a sitelinks feed and associate it with a campa

Re: Trying to send AdWords invitation [php]

2017-06-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mihai, I tried using the below code snippet to extend an invitation and it worked. $managedCustomerService = $adWordsServices->get($session, ManagedCustomerService::class); $operations = []; $linkOp = new LinkOperation(); $link = new ManagedCustomerLink();

Re: how to get stats for location in google ads php api?

2017-06-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, In AdWords API, you need to download a report to get the performance data of your account. You can use the following report types to get geo performance data: - Geo Performance report . - Criteria Performance re

Re: Link to a redirect

2017-06-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Please see this guide for the destination requirements of ads in AdWords. Since this question is related to AdWords in general, I would suggest that you post it in the AdWords Community Forum

Re: Batch Jobs

2017-06-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you download the results of the BatchJobs from the downloadUrl and check if the operations failed? Please note that if the BatchJob completed with the status as "DONE", it means th

Re: How to use Attribute, Segment, Metric in Adwords Report

2017-06-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Naresh, You can include Metric fields to get performance data for your account over a time period. For example, If you include Impressions field in the report query, you'll get the number of impressions corresponding to that row. The last row in the report corresponds to the report summary

Re: Trying to send AdWords invitation [php]

2017-06-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to provide just the LinkOperation when you use the ManagedCustomerService.mutateLink()

Re: How to create "Display Network only" campaign using adwords API

2017-06-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Pratik, Once you create the Dynamic display Ad feed, you need to use FeedMappingService to create a FeedMapping

Re: ads performance report All Conv. Value has difference between AWUI report only in cents

2017-06-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the complete report definition used along with the clientCustomerId and a complete screenshot of the UI so I can take a look? Please note that you need to select the same fields and dateRange in the UI as well when you want to compare data between UI and API reports. Plea

Re: Mobile and Desktop AdGroup Bid Modifiers not being unset when removed

2017-06-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide a sample AdGroupId for which the mobile and desktop bid modifiers were not unset? If you happen to have the SOAP logs for this API request, it'll be helpful as well. Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- -- =~=~

Re: keyword planner - Can't find Locations

2017-06-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The geographic locations that are targetable in AdWords are listed here . Some locations may not be available for targeting due to various reasons, including a low number of users in the location, or the quality of IP to

Re: Can't select some Locations

2017-06-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The geographic locations that are targetable in AdWords are listed here . Some locations may not be available for targeting due to various reasons, including a low number of users in the location, or the quality of IP t

Re: How google defines locations in adwords

2017-06-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Outlines shown for locations are approximate and should only provide a general idea of relative location. Please see this guide to determine where your ads will be shown based on the location targeting. The locatio

Re: How to use Attribute, Segment, Metric in Adwords Report

2017-06-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Naresh, Please see this guide

Re: Get the number of results from Google search?

2017-06-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Steve, I'm afraid it's not possible to get the total number of results in Google Search for a particular search term using AdWords API. You could consider using Google Custom Search . Regards, Shwetha, AdWords API Team. -- -- =

Re: Api Developer token Approval

2017-06-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sulman, You can contact the AdWords API compliance team using this form to check the status of your Basic Access application. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Newly Created Campaigns Not getting reflected instantly via API

2017-06-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Ronak, Could you provide a sample CampaignId which was not available via the API instantly along with the timestamp at which it was created in the AdWords UI? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: add existing sitelinks feed item to new adgroup in php

2017-06-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, To remove the entire extension setting, you need to perform an AdGroupExtensionSettingService.mutate() request with the REMOVE operator. This will remove the association between the e

Re: Filter for YouTube Campaigns only via Reports

2017-06-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Greg, You could consider using Ad Performance Report with a predicate to filter based on AdType , as Video

Re: Performance problems downloading criteria report via API

2017-06-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi All, I'm marking this thread as duplicate of this one: https://groups.google.com/d/msg/adwords-api/MfX0XL7G4o4/c_40PK51AgAJ Please follow the other thread for updates about this issue. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Creating Bath Job Doesn't Work

2017-06-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Kanan, Could you provide a few sample BatchJobIds which are in AWAITING_FILE status? Please note that you need to poll the batch job's status periodically until it is CANCELED or DONE. This exa

Re: No answer for basic assess submission

2017-06-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can contact the AdWords API compliance team using this form to check the status of your Basic access application. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog a

Re: Do i need to create a second Test account and link that to the Test Manger Account to test AdWords API

2017-06-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mevin, You cannot create a standalone test client account. You can create test client accounts under a test manager account. Test and production manager accounts cannot interact in any way. You'll not be able to link a test client account to a production manager account and vice-versa. You

Re: add existing sitelinks feed item to new adgroup in php

2017-06-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can specify the FeedId and the FeedItemId

Re: Some data not present in "DISPLAY_KEYWORD_PERFORMANCE_REPORT" or "KEYWORDS_PERFORMANCE_REPORT"

2017-06-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sauvik, The Display Keyword Performance Report includes Display network and YouTube network statistics aggregated at the keyword level. This report is mapped to the data available in Display

Re: Issues With Making my First Call

2017-06-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Eliot, Could you tell me the type of OAuth flow used in your application? This error generally occurs if the access/refresh token passed in the request is incorrect/invalid. To verify, you can obtain the access token being used for the request, then pass that through this tokeninfo

Re: I am getting Internal API Error in for mutate ServiceLink in Customer Service v201705

2017-06-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Nikhil, You need to first send an invitation from your Merchant Center account to your AdWords account and then accept the invitation in your AdWords account. You can use the Merchant Center user interface to send this invitation , or use

Re: The OAuth client was deleted on its own? I'm sure I didn't delete it.

2017-06-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Glad to hear that you were able to recreate the OAuth2 credentials and continue using AdWords API to download reports. My guess is that a user with access to the API project may have deleted the credentials mistakenly. You could consider contacting Google API Console help

Re: how to get ad word report using API only one time authentication which open with any browser??

2017-06-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to use the OAuth2 installed application flow and persist the refresh token. You need to authorize your app by configuring your client library according to the installed app procedure

Re: i am getting UNEXPECTED_INTERNAL_API_ERROR, while running ADD Service link service

2017-06-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Naveen, I do not see a pending request from a Merchant Center account to your AdWords account. You need to use the Merchant Center user interface to send this invitation , or use the Content API for Shopping

Re: Auto-Migration Manual Location Extensions

2017-06-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Gio, You need to use FeedItemService or Placeholder Feed Item Report to get the FeedItem attrib

Re: DOM Document class not found

2017-06-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Pratik, Since this error is specific to the PHP Client Library, I suggest that you post your question in the library's issue tracker so the library owners can help you out. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=

Re: Difference between keyword search volume trough API and Keyword planner tool

2017-06-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sebastian, Could you provide the options selected in the Keyword Planner when you got the these results? This will be helpful for me to reproduce this scenario and further debug the issue. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

Re: Error running the Account Anomaly Detector Script

2017-06-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we address technical questions related to AdWords API. Since your query is related to AdWords Scripts, I suggest that you post it in the AdWords Scripts Forum . Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~

Re: How do I search for ads with a non-empty tracking template

2017-06-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Rob, I'll get in touch with the team to add support for empty values in predicates. Please keep an eye on the Google Ads Developer blog for any updates or announcements. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=

Re: OperationAccessDenied.fieldPathElements not an array, Perl AdWords API v201702

2017-06-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Phillip, In that case, do you happen to have the BatchJobIds in which this error occurred? It'll be helpful in identifying the source of the issue. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://goog

Re: How do I search for ads with a non-empty tracking template

2017-06-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Rob, I'm afraid you cannot use null values in the predicate. You could consider using AdGroupAdService to get the ads and check if the trackingUrlTemplate is populated. If the tracking

Re: DMA Region ID

2017-06-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alex, You need to contact The Nielsen Company directly for DMA data. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/post

Re: OperationAccessDenied.fieldPathElements not an array, Perl AdWords API v201702

2017-06-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Phil, Do you happen to have the SOAP request/response logs for the request which encountered the OperationAccessDenied error? Please use *Reply privately to author* when responding. An sample error looks like this: http://www.w3.org/2001/XMLSchema-instance"; xsi:type= "OperationAccessDenied

Re: Get all Keywords associated with an account

2017-06-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Fran, You need to include the *Criteria* field in the report query to get the keyword text in Keyword Performance Report . Regards, Shwetha, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Performance problems downloading criteria report via API

2017-06-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tomas, We are aware of the issue and are investigating the latency in report downloads in AdWords API. The original issue has been fixed and you should no longer be seeing this error. I'll update this thread once I have more details. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=

Re: Get all Keywords associated with an account

2017-06-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Fran, You need to include the Id, CampaignId, AdGroupId and Criteria fields in the report query to get the keyword id, campaign id, adGroup id and text respectively in Keyword Performance

Re: Difference between keyword search volume trough API and Keyword planner tool

2017-06-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sébastien, Could you provide a screenshot of the Keyword Planner in AdWords UI where you see search volume data for these queries? I tried to get the search volume from TargetingIdeaService using these

Re: Campaign Settings in script

2017-06-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we address technical questions related to AdWords API. Since your question is related to AdWords Scripts, I suggest that you post your question on the AdWords Scripts Forum . Regards, Shwetha, AdWords API Team. --

Re: Setting Custom Date Range on Report with Selector (PHP Lib v201705)

2017-06-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Sorting is not supported for AdWords API reports at the moment. You'll not be able to specify a sorting order for report downloads. If you would like to specify the sort order for other API services, you can use the following example code snippet: use Google\AdsApi\AdWords\v201705\cm\Sort

Re: Our AWQL response latency has increased 3x recently. Is it just us?

2017-06-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Axel, I'm afraid I don't have a timeline for when this will be resolved. I'll keep you notified when I have more information. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogsp

Re: How to get customer match count for gmail, youtube and search individually.

2017-06-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Diederik, I'm afraid we cannot comment on the availability of this feature in future releases. Please follow our blog to keep updated. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Изменения php v201705

2017-06-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid there isn't a method to retrieve the account balance in AdWords API at the moment. Please keep an eye on the blog for any updates or announcements about this feature. Regards, Shwetha, AdWords API Team. -- --

Re: Setting Custom Date Range on Report with Selector (PHP Lib v201705)

2017-06-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can set the custom date range in the selector as shown below: use Google\AdsApi\AdWords\v201705\cm\DateRange; . . . $selector->setDateRange(new DateRange(min, max)); Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog an

Re: AdMob Units as MobileApplication

2017-06-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dorian, Could you provide more details on where you came across this appId? The CampaignId or the AdGroupId of this MobileApplication criterion will be helpful. Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Our AWQL response latency has increased 3x recently. Is it just us?

2017-06-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Axel, We are aware of the issue. We are investigating the latency in report downloads in AdWords API. I'll update this thread once I have more information. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: ht

Re: Unable to create DynamicSearchAd in v201705

2017-06-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Oliver, You can only create Dynamic Search Ads in ad groups with adGroupType as SEARCH_DYNAMIC_ADS. If you try to

Re: [AuthenticationError.CUSTOMER_NOT_FOUND @]

2017-06-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can use your developer token to target *any* AdWords account by using the OAuth2 credentials of the targeted account or one of its manager accounts to authorize your request. Please see this guide

Re: How to get date wise click ,Conv.rate , etc. using adwords report ??

2017-06-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The Criteria Performance Report is aggregated at the ad group criteria level, one row per ad group and criteria combination.You need to use the Id

Re: DID PAYING FOR DISPLAY ON GOOGLE ACTUALLY DRIVE MY ORGANIC RANKING DOWN??

2017-06-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum we address technical questions related to AdWords API. Since your concern is related to AdWords product in general, I would suggest that you post your question on the AdWords Community Forum . Re

Re: How to get date wise click ,Conv.rate , etc. using adwords report ??

2017-06-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you tell me which report type you are using to get the data? Please note that there isn't an API report equivalent to the data in the *Dimensions* tab when you select *Day* view in the UI. You'll need to chose the report type based on this chart

Re: [AuthenticationError.CUSTOMER_NOT_FOUND @]

2017-06-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, This error occurs when no account was found for the customer ID provided in the header which could be because you're trying to access an account that was just created with ManagedCustome

Re: Problem with attaching remarketing list audience to a ad group

2017-06-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Pratik, Could you try using the code snippet provided below to add a CriterionUserList to an AdGroup? $userListCriterion = new CriterionUserList(); $userListCriterion->set

Re: adgroupis not match

2017-06-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you perform an AdGroupService.get() request and check if this AdGroup exists in the account specified in the clientCustomerId header? If the response contains this particular AdGroup, please provi

Re: for Clicks vs Converted Clicks performance which Adwords report type use??

2017-06-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, In AdWords API v201607 , ConvertedClicks and its related fields were removed from all reports in favor of Co

Re: Изменения php v201705

2017-06-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can continue using the deprecated library after it reaches end of life, until all of the AdWords / DFP API versions it supports are sunset. Please note that we will not add support and examples for new API versions, nor fix any bugs once it reaches end of life. The v18.1.0 release

Re: Problem with attaching remarketing list audience to a ad group

2017-06-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Pratik, I had to delete your initial post since it contains confidential information. I highly recommend that you reset your developer token . Please refer to our forum posting guidelines

Re: Изменения php v201705

2017-06-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid I can only respond in English. Please see the v201705 migration guide for the changes introduced in that version. If you're skipping versions and migrating directly to v201705 from v201607, make sure to c

Re: Getting all Accounts Information. Python API

2017-06-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Fran, This error occurs when the Client customer ID is not specified in the HTTP header. The clientCustomerId header is required for all calls to all services except CustomerService

<    1   2   3   4   5   6   7   8   9   10   >