Re: Operations operator required problem [error handling]

2017-11-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Simon, Could you check that the Operator is being included when you create the mutate operations after removing the non-exemptable operations? Could you enable logging and provide the SOAP request and response logs so I can take a look? Please use *Reply privately to author* when responding

Re: Trial campaigns move from promotion failed status

2017-11-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, If the Trial promotion failed, you need to check for asynchronous errors using TrialAsyncErrorService . You can then modify the trial and try promoting again. Could you try this out and let me know

Re: UNEXPECTED_INTERNAL_API_ERROR

2017-11-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Do you consistently encounter the InternalApiError ? Could you tell me if this error is seen with just this service or other services as well? This error is usually related to

Re: How to check conversion which are imported from GA

2017-11-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Greg, Thanks for providing these details. I'll forward this feedback to the team and update you once I have more details. You can also keep an eye on our blog where we announce upcoming API changes. Regards, Shwetha,

Re: Campaign Location Settings: Radius (GET)

2017-11-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Derek, I'll get in touch with the team to provide more details in the Address returned for Proximity criteria. Meanwhile, you can use the reverse geocoding to retrieve the location details using the

Re: Remarketing audience user lists via API

2017-11-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Rajeev, You can use AdwordsUserListService get() or query() methods to retrieve the details of a

Re: Campaign Location Settings: Radius (GET)

2017-11-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Derek, Depending on the way you created the Proximity Criterion, the address may or may not be populated. If you explicitly provided the address in the Proximity object, then you can retrieve the details using CampaignCriterionService.get() by including the field "Address" in the

Re: how to setup targeting devices

2017-11-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, For devices, only positive targeting is allowed and by default a new campaign will contain no OperatingSystemVersion or MobileDevice

Re: Download Call Extensions data

2017-11-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can use Ad Performance Report to retrieve the CreativeFinalUrls , DisplayUrl and

Re: how to setup targeting devices

2017-11-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, To target only Computer devices and opt out of Tablet and HighEndMobile platforms, you need to use CampaignCriterionService to set the bidModifier to 0.0 for CriterionIds 30001 and 30002. A bidModifier of 0.0 corresponds to -100%, which is used for opting out of a platform. You can set

Re: Critical : Adwords API and Adwords Data Mismacted

2017-11-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Ankur, You can send over the details using the *Reply privately to author* option. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: how to setup targeting devices

2017-11-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, To add device targets, you need to use CampaignCriterionService to add a Platform criteria using the fixed set of criteria IDs that are listed in the documentation

Re: How to add Negative keywords in Shared List using API in PHP ?

2017-11-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to use the SharedSetService to create a shared set of negative keywords. Once you've created the shared set, you can use the SharedCriterionService

Re: How to Add Placement exclusion list through API in PHP ?

2017-11-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Umesh, You need to use SharedSetService to create a SharedSet of type NEGATIVE_PLACEMENTS to create a

Re: How to enable SOAP log for client library >= v22.0

2017-11-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Caihua Starting in v22.0.0 of the Ads API .NET library, SOAP backend has been upgraded from System.Web.Services to System.ServiceModel (WCF). As a result, SOAP extensions are no longer used for logging. You can still configure your logging settings through the system.diagnostics section of

Re: Download Call Extensions data

2017-11-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Yes, if a user clicks in a Call extension, then this click will be available in the Click Performance Report as well. You can use the ClickType field to get the click types for the clicks in your account. You can also use the Call Metrics Call Details Report

Re: Download Call Extensions data

2017-11-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, AdWords reporting is not real time. Some statistics that go into your reports may be calculated continuously, while others may be calculated once a day. In most cases, your account statistics are delayed by less than three hours. The data freshness guide

Re: Download Call Extensions data

2017-11-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, AdGroupAdService and Ad Performance Report are used to manage and retrieve the Ads in your account, not Ad

Re: (URGENT!) Total : AdGroups Costs

2017-11-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Were you able to download an AdGroup Performance Report as Sreelakshmi suggested? if you have set the skipReportSummary header to false, then the downloaded report should have a totals row at the end which is the sum of all the rows in the report. Please note that when you compare AdWords

Re: Product Partition Tree Size and Limit

2017-11-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Venkata, Yes, there can be a maximum of 20,000 ad group targeting items per ad group (such as keywords, placements, and audience lists). You can more details about AdWords account limits in this guide . To get the total number of

Re: (URGENT!) Total : AdGroups Costs

2017-11-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I had to delete your original post as it contained sensitive information(like access tokens, developer tokens). Please follow the AdWords API forum rules when you create a new post on the forum. I strongly suggest

Re: (URGENT!) Total : AdGroups Costs

2017-10-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can set the skipReportSummary request header to false to include the summary row in the downloaded responses which will contain the totals of the metrics requested. Regards, Shwetha, AdWords API Team.

Re: Critical : Adwords API and Adwords Data Mismacted

2017-10-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Ankur, Could you provide the report definition used to download reports using AdWords API along with your clientCustomerId? Please note that when you compare AdWords API reports with UI reports, you need to ensure that you have selected the same fields, filters and dateRange. Please use

Re: No auth.ini in Google Adwords PHP API files

2017-10-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, A new ads php client library was released in December 2016. The configuration settings in the new library have been consolidated into one file called adsapi_php.ini which is available in

Re: High search volume results for locations

2017-10-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Francisco, Could you enable logging and provide the SOAP request and response logs for the request to TargetingIdeaService in both these cases, LocationSearchParameter set to Switzerland(2756) and cities in Switzerland? Are you making these requests against a test AdWords account? Please

Re: How to get competitor names through API?

2017-10-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Anup, The competitor's domain in only available in the Bid Goal Performance Report for the TargetRoas strategy. You need to request for the

Re: Adwords TargetingIdeasService Ideas are different between versions

2017-10-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Douglas, Do you happen to have the SOAP request and response logs for the requests to TargetingIdeaService for both these versions? Please use *Reply privately to author* when responding. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Is it possible to use Google Adwords API for keyword research personal use?

2017-10-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You could refer to the GetKeywordIdeas

Re: "--" for crossDeviceConversions since yesterday

2017-10-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alex, Could you provide the report definition being used along with the clientCustomerId of the accounts where you are getting CrossDeviceConversions as "--"? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- --

Re: How to get competitor names through API?

2017-10-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Anup, I'm afraid its not possible to get competitor names using AdWords API reports at the moment. You can keep an eye on our blog for updates or announcements about new features. Regards, Shwetha, AdWords API Team. --

Re: Adwords and Analytics APIs conflict

2017-10-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David, It could be due to a conflict in the underlying dependencies. Since this is related to the AdWords API Java client library, I would suggest that you post your question on the library's issue tracker so the library owners can

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2017-10-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to use AdGroupCriterionService to change the CpcBid of a keyword as shown in the update_keyword

Re: Is the Auction Insights data available via API?

2017-10-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Anup, You need to choose the type of report you want to use based on the level at which you want to aggregate stats. For example, Account Performance Report

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2017-10-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I see that the criterionId is that of a keyword. Bid modifiers are not supported for criteria of type Keyword. Please see this guide for the targeting and bidding options available for different Criteria types. The

Re: Is the Auction Insights data available via API?

2017-10-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Anup, I'm afraid you cannot retrieve saved reports using AdWords API. You can use the API to download various report types as described in this guide . You can use the DownloadCriteriaReportWithAwql

Re: How to check conversion which are imported from GA

2017-10-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Eric, I just wanted to check if this is still a concern for your application? It looks like Google Analytics conversion trackers are not being returned by ConversionTrackerService. I have filed a feature request on your behalf. I wanted to gather a few details on your use case where you

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dmitry, The "The Expanded Text Ads with an additional line of description" is an experimental Ad format which was not supported in AdWords API. I would suggest that you contact AdWords product support or your account manager for more

Re: How to change the status of a keyword (criterion)?

2017-10-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to set the BiddableAdGroupCriterion.userStatus to PAUSED in the SET operation to pause a criterion. I'm afraid Kotlin is not one of the supported

Re: AverageCpv and AverageCpe returned as Micro instead of double

2017-10-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Stefano, This is an issue on our end and we'll be providing an update in an upcoming release. For now, you can read these values as micro units on your end. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Difference in MaxCPC between the Keyword Performance Report and the Change History

2017-10-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Victor, The CpcBid field in Keywords Performance Report is of type attribute, which means that the value returned will always reflect the *current* Max CPC for the Keyword, ignoring the timespan

Re: OfflineConversionFeed Error

2017-10-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, This error occurs when the GCLID in the request is not for the account that you're trying to upload conversions for. You can't upload a conversion for a GCLID that was generated from

Re: get_campaigns.py occur api unexpected internal api error

2017-10-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I did receive the information you sent in the private message and I responded back. If you haven't received my response, we can continue the discussion on this forum thread itself. I had asked for these details: - MCC Id which owns the test access developer token. - MCC Id which

Re: Is it possible to use Google Adwords API for keyword research personal use?

2017-10-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can use TargetingIdeaService in AdWords API to retrieve targeting ideas from your own tool/platform programmatically. You can use this service to obtain results similar to the functions under

Re: get_campaigns.py occur api unexpected internal api error

2017-10-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, An InternalApiError may occur due to a temporary resource related issues in the AdWords API server. Could you retry the request and let me know if this error occurs again? If

Re: Is it possible to extract only keyword suggestions with a average monthly search volume bigger than a specific threshold, let's say 100?

2017-10-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can use different SearchParameters to filter the set of all possible TargetingIdeas . For example, you can specify the level of search volume expected in results using

Re: How can i access any AdWords Account with Google Login

2017-10-19 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

Re: Can I use the same credentials for more than one application?

2017-10-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can use the same clientId and clientSecret to authorize API requests against multiple client accounts. A credential(refresh_token) generated for an AdWords manager account can be used to access all its child accounts. If your application needs to access AdWords accounts that are not

Re: Possible Subdivisions for Product Group

2017-10-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid its not possible to get the list of available subdivision options for a particular ProductPartition using AdWords API. You can divide a ProductPartition based on the product dimensions provided here

Re: How to pull CTM(www.calltrackingmetrics.com) data via Adwords API

2017-10-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, If you have setup conversion tracking in your AdWords account, you can use the fields listed here to retrieve conversion data in AdWords API Reports. If you are using a

Re: CAMPAIGN_LOCATION_TARGET_REPORT returns rows with ID='--'

2017-10-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Zweitze, I couldn't find a support article regarding this as well. If you log in to an AdWords client account and navigate to the *Settings* > *Locations* tab, you'll find the "*Total - other locations*" row in the UI report and if you hover over the question mark, you'll find more details

Re: CAMPAIGN_LOCATION_TARGET_REPORT returns rows with ID='--'

2017-10-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The row in the downloaded Campaign Location Target Report with "--" for the Location Id corresponds to "Other locations". These are locations where your ads have appeared, but aren't

Re: Modifying product partition CPC without partition ID

2017-10-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jordan, You need to provide the Id of the ProductPartition for a SET operation. If you don't specify the Id in the operation, you'll encounter a RequiredError.REQUIRED error.

Re: NuGet client library app.config

2017-10-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Anton, If your application has its own App.config, then you need to merge its contents with the contents of App.config provided in the examples. Please note that the SoapListenerExtension has been removed starting in v22 of the library. You can still configure your logging settings through

Re: Tracking template not visible in reports

2017-10-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Oren, You could try using the Final Url Report using which you can retrieve EffectiveFinalUrl and

Re: Adwords API - Laravel 5 - Authorization Error

2017-10-06 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: Create Text Label - Adwords API 201708 php - Cannot access empty property in Google/AdsApi/AdWords/v201708/cm/Label.php on line 172

2017-10-05 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Zac, Could you try using the code snippet provided below: public function createLabel($name){ $service = $this->adWordsServices->get($this->session, LabelService:: class); $operations = []; $txt = new TextLabel(); $txt->setName($name); $operation = new

Re: AdCustomizer FeedItem Feed Upload with Dynamic Ads

2017-10-04 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, When you change the name of an Ad Customizer feed when ads are referencing it, the ads are automatically updated to reference the new feed name. Ad objects are immutable. If you want to make any changes to an Ad, you must remove the Ad, and create a new Ad. If you would like to use

Re: Why MediaId is null for type=image Ads ? Though I can see the ReferenceId.

2017-10-04 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Ahsan, Could you enable logging and provide the logs for the AdGroupAdService.get() request and the MediaService.get() request which returned an error when you tried to retrieve the media with referenceId `-2405310583298588672`? Please use *Reply privately to author* when responding.

Re: AverageCpv and AverageCpe returned as Micro instead of double

2017-10-04 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, ConversionValue and AllConversionValue are returned as Double and the value is formatted with dot (".") for decimal separator, with a precision of two decimal positions and no thousands separator (e.g. 100.00). The AllConversionValue corresponds to the conversions included as part of

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dmitry, The Expanded Text Ads with an additional line of description are experimental ad formats and not supported in AdWords API at the moment. You'll be able to get regular ExpandedTextAds via AdWords API reports or services as usual. You could consider contacting AdWords product support

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dmitry, These are Expanded Text Ads with an additional description and are not supported in AdWords API at the moment. This is the reason these Ads are not being returned in the Ad Performance Report. I would suggest that you use AdWords UI to get performance data for these Ad types for

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dmitry, I did receive the private message. I see that the TEXT_ADs in this account do not have any impressions for the date specified in the report query. To get zero impressions data in AdWords API reports, you need to set the includeZeroImpressions header

Re: CampaignService get => 0 results

2017-10-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Roger, Could you send over your clientCustomerId using the *Reply privately to author* option? Campaigns are associated with client accounts, not manager accounts. If the clientCustomerId is that of an AdWords Manager account, then the service will not return any results. Please note that

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dmitry, Could you provide the clientCustomerId along with the dateRange used in the report query so I can take a look? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: My Developer Bailed - Where do I download the latest to migrate?

2017-10-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Based on the programming language you are using in your application, you can use the resources provided here to migrate to the latest API version. Please see the v201702 release notes

Re: Using TargetingIdeaService and with using Criterion "platform"

2017-10-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid Platform criterion is not supported for TargetingIdeaService at the moment. You can only retrieve targeting ideas for IdeaTypes

Re: Get messages extension

2017-10-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I see that the log message state that validateOnly header is set to true. When this header is set to true, the request is validated but not performed. If there are no errors returned in the response,

Re: OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE error for responsive ad

2017-10-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, It looks like you are trying to add a Responsive Display Ad to a Search campaign. Responsive ads can run only in campaigns targeting the Google Display Network. You need to ensure that the Campaign's advertisingChannelType

Re: Why aren't all UK postcodes available through geo targetting?

2017-10-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Neil, The locations listed here are the only ones that are *targetable* via AdWords. Depending on the quality of geo targeting available, some locations may not be targetable via AdWords. I'll get in touch with the

Re: Get messages extension

2017-10-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I had to delete your original post as it contained sensitive information(like access tokens, developer tokens). Please follow the AdWords API forum rules when you create a new post on the

Re: "People in my targeted location" in API

2017-09-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tim, You need to update the GeoTargetTypeSetting of your campaign as shown here

Re: AverageCpv and AverageCpe returned as Micro instead of double

2017-09-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Stefano, Thanks for pointing this out. Yes, AverageCpv and AverageCpe are indeed returned in "micros". I'll get in touch with the team to have the AdWords API report documents updated. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Cant get API to do anything

2017-09-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you try and see if the suggestions mentioned here resolves your issue? If it doesn't, please create a new issue on the PHP client library and share these details

Re: Error: QueryError.PARSING_FAILED

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Çağatay, The report query should conform to the formal grammar provided here . Additionally, date, campaign, and adGroup are not valid fields for AdWords API reports. The list of all available fields in API reports

Re: Is the Auction Insights data available via API?

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, There isn't a specific auction insights report in the API. However, many of the metrics from that user interface view are available in various reports. For example: - SearchImpressionShare

Re: Adwords APi Report interface is thread safe

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, In the AdWords API Java client library , ReportDownloader is not threadsafe as it stores a reference to the session. For thread safety in other programming languages, I recommend that you check with the corresponding

Re: Linking url template with performance report

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Andrey, Please see this guide for more details on how ValueTrack parameters are mapped to various fields in AdWords API reports. Using the report query provided above, you'll be able to get the cost accrued for

Re: Base AdGroup Id with zero values for Audience Performance reports

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Makoto Kimura, Could you provide the complete report definition and the clientCustomerId where you see “Base Ad group ID” as 0 for regular adGroups as well? For regular ad groups, this value should be equal to AdGroupId. Please use *Reply privately to author* when responding. Thanks,

Re: Cant get API to do anything

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The unauthorized_client error usually occurs when you are using incorrect OAuth2 credentials. Could you check if you have provided the correct clientId, clientSecret and refreshToken? Could you try generating a new refresh token by following the instructions provided here

Re: How to recover all accounts MCC?

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid its not possible to get the AdWords Manager accounts linked to a client account using AdWords API. If you are looking to get all accounts that are directly accessible authenticated user, you can use CustomerService.getCustomers()

Re: Adwords Api interface is thread safe

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Please see this guide for more details on thread safety in the Java client library and this guide for thread safety in

Re: Campaign status

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Please see my answers below: 1. A Campaign may have the status "limited by budget" when its budget is lower than the recommended daily budget . I'm afraid its not possible to get the recommended daily budget using AdWords API

Re: Adwords delay during list sync

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David, Since this is a general AdWords concern, I would suggest that you use the AdWords Community Forum as they are better equipped in addressing this question. Regards, Shwetha, AdWords API Team. -- --

Re: Campaign status

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to use the ServingStatus field in Campaign Performance Report to check if

Re: Google api calendar doens't find events in the calendar

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we address technical questions related to AdWords API. Since this issue is related to Calendar API, I would suggest you use one of the support options listed here . Regards, Shwetha, AdWords API Team -- --

Re: Adwords delay during list sync

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David, Yes, it takes 6 to 12 hours for a list to be populated with members. Please see this article for more details on the email matching process. Since this is not specific to AdWords API, I would suggest that you post this question on

Re: User List Size is 0 from API but not in UI

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Stephanie, You need to include the values "SizeForSearch" and "SizeRangeForSearch" in the selector to get the estimated number of users in a user list in the google.com domain which are available for targeting in search campaigns. Could you retry the AdwordsUserListService.get() request by

Re: Batch job service executes slowly

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide a couple of BatchJobIds so I can take a look? For large BatchJobs, to track the progress of operations, you can log the progressStats returned while the job is

Re: How to recover all accounts MCC?

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Are you looking to get all the accounts linked to an AdWords MCC account? If so, you need to use ManagedCustomerService.get() method as shown in the get_account_hierarchy.py

Re: Cannot setup Link Checker with the instructions given on the article

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we address questions related to AdWords API. 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 address this issue.

Re: FeedItemService clear a moneyWithCurrencyValue attribute

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dorian, Thanks for pointing this out. I tried a couple of things and the following operation successfully cleared the price: SET FeedId FeedItemId 7

Re: campaign performance report suddenly returning blank or null string instead of XML

2017-09-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Steven, I see that the campaigns in this account do not have any impressions in the dateRange specified and you are explicitly excluding zero impression rows using the "WHERE Impressions > 0" predicate. This is the reason you don't see any data being returned in the response. Could you try

Re: Downloading KEYWORD PERFORMANCE REPORT through AdWords API is slow for TSV files

2017-09-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Kumar, I am able to download a report using the report definition you provided in CSV and TSV formats successfully. Could you try increasing the readTimeout for report downloads or use predicates to break up the report request into multiple, smaller requests? You could consider submitting

Re: campaign performance report suddenly returning blank or null string instead of XML

2017-09-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I had to delete your original post as it contained sensitive information(like access tokens, developer tokens). Please follow the AdWords API forum rules when you create a new post on the

Re: Downloading KEYWORD PERFORMANCE REPORT through AdWords API is slow for TSV files

2017-09-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Kumar, Could you provide the DateRange used in the report request? Have you set the includeZeroImpressions header to true? Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: RejectedError.UNKNOWN_VALUE

2017-09-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Thanks for pointing this out. I'll check in with the team if this is expected behavior or if the API reference document needs to be updated. For now, continue adding AdGroupAds without setting the PoliceSummary field. Regards, Shwetha, AdWords API Team. -- --

Re: FeedItemService clear a moneyWithCurrencyValue attribute

2017-09-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid its not possible to clear the price of an item in a row. I see that if you clear the other attributes, but not the price, the FeedItem is disapproved. If you want to clear the attribute values for a particular item (say item 8) in a price extension, I would suggest that you

Re: How to get the the CPC Bid for each keyword - PHP

2017-09-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you try the following line of code to get the CpcBid? $adGroupCriterion->getBiddingStrategyConfiguration()->getBids()[0]->getBid ()->getMicroAmount() The value will be returned in micros. You need to divide the microAmount by 100 to get the bid in the account's local currency.

Re: RateExceededError when migrating to v201708 - PHP

2017-09-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alejandro, It looks like you encountered the RateExceededError for exceeding the rate limit across Account rate scope. This rate limit is metered on all requests to a single AdWords account - no matter which developer token was used to make the request. There isn't a fixed queries per

Re: CampaignCriterionError.CONCRETE_TYPE_REQUIRED - when adding an adjustment by age/при добавление корректировки по возрасту

2017-09-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Denis, You need to specify the CriterionType using the xsi:type as shown below: http://schemas.xmlsoap.org/soap/envelope/; xmlns:v20="https://adwords.google.com/api/adwords/cm/v201705; xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance;> YOUR_CLIENT_CUSTOMER_ID

  1   2   3   4   5   6   7   8   9   10   >