Re: Is there a way to do this? attached image

2018-01-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, I see that you're trying to pull the report at the campaign level with one row per campaign by querying for the specific ad groups. I'm afraid, there is no direct way to pull a report with these fields through the API. The closest we have is the AdGroup Performance Report

Re: New AdNetworkType2 "Mixed"?

2018-01-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Could you share us the complete report definition along with the clientCustomerId, so I can take a look? Please use *Reply privately to author* option to provide the details. Regards,

Re: Add/modifying device bid modifiers using AdGroupBidModifierService

2018-01-08 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Henry, That's right. If you perform an ADD operation to an existing criterion, the bid will be set according to the bidModifier value from the request. Could you

Re: Empty fields "AdType" and "Headline" in Ad Performance Report (v201705)

2018-01-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Hans, We can definitely take a look at this issue. From what I understand, you're experiencing a discrepancy with the clickType field in your Ad Performance Report. If that's the case, could you share us the complete report definition

Re: Can't find info in Documentation about Concurrent Request Limit, and Batch operations

2018-01-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, As mentioned earlier, there is no specific range for the Request Per Second limit. You will need to wait for the amount of time specified in the retryAfterSeconds, and then retry the request again. You may refer to this guide

Re: CRM based UserList update

2018-01-03 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You could use the AdWordsUserListService.mutateMembers to either add or remove the members from the list. You will need to use ADD or REMOVE operators to add or remove members to

Re: Can't find info in Documentation about Concurrent Request Limit, and Batch operations

2018-01-03 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The API does not limit the number of concurrent requests being sent via a number of threads, however, doing so can exceed the Requests Per Second limit at the developer token level. It is recommended that you set a reasonable upper bound for the total number of concurrent threads that

Re: Cant set value for conversion tracker

2018-01-02 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You will need to set the alwaysUseDefaultRevenueValue to true and the defaultRevenueValue to 0.0 to select the 'Don't assign value' equivalent in

Re: AuthenticationError.NOT_ADS_USER

2018-01-02 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Thank you for sharing the details. I deleted your previous post because it contained sensitive information such as Developer token. You may refer to our forum posting guidelines for reference so as to avoid

Re: CRM based UserList update

2017-12-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You can perform the removeAll operation on a CrmBasedUserList to remove all the members from the user list. However, you will have to call the REMOVE operator on the

Re: Cant set value for conversion tracker

2017-12-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You will be able to select the ConversionTracker and set the parameter defaultRevenueValue

Re: Can't find info in Documentation about Concurrent Request Limit, and Batch operations

2017-12-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The Rate limits are applicable irrespective of the access level of the developer token. If you're using the BatchJobService to make these changes,

Re: Junk returned upon getting keyword ideas

2017-12-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, That's right. When using test accounts, the TargetingIdeaService will return dummy data. You may refer to this guide for more information. When retrieving targeting ideas against a Production account, you will be

Re: Predicates Error In Keyword Performance Report

2017-12-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Luke, Thank you for sharing the logs. The report error 400 indicates that it might be an error in the API request. I see that you're defining date range followed by the condition. The report query would be something like this: SelectClause FromClause WhereClause DuringClause

Re: Some keywords get no results from TargetingIdeaService

2017-12-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Aviv, I was able to retrieve keyword ideas for these keywords both through the API and the UI. Could you enable logging and provide us the SOAP request and response logs for the discrepancy, so I can take a closer look? Please use *Reply privately to author* option to share the details.

Re: Adwords API Error: [OperationAccessDenied.ACTION_NOT_PERMITTED @ class com.google.ads.api.serviceimpls.campaignmgmt.adgroup.MutateAction]

2017-12-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Based on the logs, OperationAccessDenied.ACTION_NOT_PERMITTED error is encountered when you don't have an authorization to invoke the mutate method. It is possible that

Re: Cant set value for conversion tracker

2017-12-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Sergej, Could you please confirm if you're using AdWords API or UI to set the conversion tracker value? If you're using API, you could use the ConversionTrackerService.mutate to add or

Re: Junk returned upon getting keyword ideas

2017-12-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, That's right. When using test accounts with no Ad group ID, the TargetingIdeaService will return dummy data. The response of a TargetingIdeaService will return a list of TargetingIdea objects. Each TargetingIdea object contains a map of AttributeType

Re: IncomeRange

2017-12-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Shreya, Could you enable logging and share with us the complete SOAP request and response logs, so I can take a look at the error you're receiving? Please use *Reply privately to author* option to provide the details. Regards, Bharani, AdWords API Team On Thursday, December 28, 2017 at

Re: REMOVE BudGetOrder

2017-12-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, >From what I understand you're trying to change the Billing customer that pay's for a client account. If that's the case, you will need to create a new BudgetOrder which points to one of the new billing customer's BillingAccounts. You may refer to this guide

Re: AuthenticationError.NOT_ADS_USER

2017-12-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Thank you for providing more details. The NOT_ADS_USER error is encountered when the OAuth2 credentials used are *not* associated with an AdWords account. Can you please generate another

Re: REMOVE BudGetOrder

2017-12-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The GENERIC_BILLING_ERROR usually occurs when the OAuth2 access token sent in the request is for a user who does not have access to the billing customer account. You will need to

Re: Cannot construct an instance of com.google.ads.api.services.datax.userlists.LogicalUserListOperand

2017-12-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The issue might be with the ruleOperands . This attribute should be a list of LogicalUserListOperand

Re: Oauth scope changes - should we change?

2017-12-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Yinon, The blog post referred by Peter is specific to the changes made to AdWords API. For concerns related to Google Analytics API, I'd suggest that you reach out to the Analytics API Team

Re: Disable info SOAP logs

2017-12-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Vadim, Vincent is out of office. I will be assisting you on his behalf. I don't think it is possible to override the logging properties through the client libraries. This said, you may refer to this guide for different logging

Re: how to use getUserInterestCriterion in AdGroupCriterionOperation

2017-12-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Necati, The getUserInterestCriterion will return a list of user interests depending on the criteria. In this scenario, this API call will return the user interests based on

Re: Empty fields "AdType" and "Headline" in Ad Performance Report (v201705)

2017-12-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, I could verify that the AD_PERFORMANCE_REPORT does not return AdType and Headline

Re: how to exclude hidden accounts in GetAccountHierarchy.php

2017-12-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Bhairavi, You will be able to use excludeHiddenAccounts field to exclude hidden accounts. Specifying the ExcludeHiddenAccounts=true will exclude all the hidden

Re: Split Gmail Clicks and Normal Ads Clicks

2017-12-22 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Hazar, There is no direct approach to retrieve the clicks associated with other display networks. However, you could use Ad Performance Report, to query for the Id field which is the Ad ID for that

Re: Split Gmail Clicks and Normal Ads Clicks

2017-12-21 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Hazar, You could use the GmailSecondaryClicks field which returns the number of clicks to your landing page on the expanded state of Gmail ads. You may refer to this guide

Re: Regading product details in google adwords api

2017-12-21 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Sushil, I'm afraid, it is not possible to retrieve Products submitted information through the AdWords API. However, I have shared your interest with the team. Let me know if you have any other questions. Regards, Bharani, AdWords API Team On Wednesday, December 20, 2017 at 4:19:28 AM

Re: MCC financial report

2017-12-20 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, I'm afraid, it is not possible to pull these metrics at the MCC level without loading reports for each client account. However, you could use Parallel report downloading feature which downloads reports for all accounts that are directly under a manager account. The reports will be

Re: Attribute Values in Price extension FeedItemService

2017-12-20 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Anil, Thank you for sharing the logs. The feedAttributeId represents the id for each attribute in the feed. The Feed Attribute ID

Re: Regading product details in google adwords api

2017-12-20 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Sushil, Currently, the Products submitted field is not supported through the API. You can take a look at this guide for all the supported report types for Shopping campaigns. Please keep an eye out on our blog

Re: How to check current keyword position

2017-12-20 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, I will share your feedback with the team so that they can explore on any other possibilities for reporting this data. Please keep an eye out on our blog for more information on any upcoming releases or announcements. Regards, Bharani, AdWords

Re: How to check current keyword position

2017-12-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, As you mentioned, the report stats in AdWords are not real time and in most cases they are delayed by less than three hours. It is not possible to get the stats real time. If your reports have average position as zero, there will most likely be no impressions associated with that

Re: Attribute Values in Price extension FeedItemService

2017-12-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Anil, Could you enable logging and share the complete SOAP request and response logs, so I can take a look? Please use *Reply privately to author* option to provide us the details. Regards, Bharani, AdWords API Team On Tuesday, December 19, 2017 at 5:14:12 AM UTC-5, Anil wrote: > >

Re: How to download named report C#

2017-12-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, That's right. Through the AdWords API, it is not possible to access the report generated through the web interface. You may refer to this guide on how to generate reports through the API. Regards, Bharani, AdWords API

Re: Confusion Over Account Levels And Programatically Obtaining Account Information

2017-12-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The Customerservice.getCustomers provides information about your accounts. The getCustomers() method takes no arguments and returns details of all the customers directly accessible by the

Re: Availability of pixel

2017-12-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Priya, Targeting audience through pixel implementation is currently not supported through the API. Please keep an eye out on our blog for information about any upcoming releases or

Re: Regarding custom audience

2017-12-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Priya, Could you please clarify if your concern is about audience targeting or Custom affinity audience targeting? If your concern is about targeting ads by custom affinity audience interests, you can target Interest categories by adding a CriterionUserInterest

Re: Report data from multiple accounts

2017-12-18 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Marcel, You could use Parallel report downloading which downloads reports for all accounts that are directly under a manager account. The reports will be downloaded in multiple parallel threads, in a single request. You may refer to this code sample

Re: TargetingIdeaService : RequestType::STATS set MatchType

2017-12-15 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You may refer to this code sample on how to set the match type of a keyword using the KeywordMatchType

Re: How can set Goal in a Display Campaign by Adword API?

2017-12-15 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Pradeep, I'm afraid, it is not possible to set the Campaign goals through the API. You will be able to select this through the web interface. However, all the marketing strategies to manage website traffic can be implemented through the API like Remarketing

Re: How to get Budget Performance report segmented by day

2017-12-15 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, It is not possible to retrieve the amount spent information through the API. Also, it is not possible to pull metrics using the Budget Performance Report segmented by Day. You may refer to this guide

Re: Issue in Google Ads Campaign Setting "Content Exclusions" for "Sensitive social issues":

2017-12-15 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, That's right, those category fields are not supported through the API at this time. You may refer to this guide for all the supported content exclusions. Please

Re: Enhanced CPC reporting

2017-12-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Rob, Through the API reports, you will be able to retrieve the Enhanced CPC information through the EnhancedCPCEnabled field. This field indicates the status if the Enhanced CPC field has

Re: Invalid OAuth scopes

2017-12-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Peter, These particular OAuth scope changes are specific to AdWords. Merchant center related concerns are out of scope for my team. I'd suggest that you reach out to them directly through the Content API forum . Thanks, Bharani,

Re: impression-share-delay

2017-12-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Matthias, I notice the difference that you're mentioning. However, I also see that there were no stats for the SearchImpressionShare for those days in the UI as well. At any time, API results should match the metrics that are available in the web interface. I'd suggest that you post

Re: How to exclude a conflicting conversion action by adwords API?

2017-12-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Through the API, you will be able to exclude conversion actions from the conversions column by setting the excludeFromBidding to true. If this attribute is

Re: Number of Operation for Image Upload

2017-12-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Upload operation will be counted similar to the Mutate operation. In this case, uploading three images will be counted as three operations towards the daily limit. You can also verify this through the operations request header

Re: Download heavy reports

2017-12-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Can you please confirm if you're using the AdWords API or Analytics API to generate the reports? If you're using the AdWords API, you will be able to download the reports by specifying one of the supported download formats

Re: Campaign Performance Report don't return one campaign

2017-12-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, >From what I understand, you're trying to retrieve the Campaign name and its corresponding network type. If that's the case, you could use several report types to pull this information. The segmentation

Re: How to expand Adwords API access interface?

2017-12-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, If your concern is about bulk keyword uploads as mentioned in this guide , this feature is currently not supported through the API. Through the API, you may refer to the this guide

Re: impression-share-delay

2017-12-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Thank you for sharing the logs. Firstly, I see that the stats in the API reports match the AdWords UI search impression share stats. I also see that you're looking up for SearchImpressionShare data with date range: Min-20171201, Max-20171211. In that case, please note that impression

Re: Get last cpcbid change date using KEYWORD PERFORMANCE REPORT

2017-12-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Thank you for sharing the report definition. The Keyword Performance Report aggregates stats at the keyword level, one row per keyword. It looks like you're using different segment fields and hence you may get more than one row per keyword. I also see that any particular keyword will

Re: Get last cpcbid change date using KEYWORD PERFORMANCE REPORT

2017-12-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Could you provide us the complete report definition along with the clientCustomerId, so I can take a look? Please use *Reply privately to author* option to share the details. Regards, Bharani, AdWords API Team On Thursday, December 7, 2017 at 12:21:19 PM UTC-5, Eduardo Cesar wrote: >

Re: impression-share-delay

2017-12-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You may refer to the data freshness guide for more information. Also, please note that Impression share data should be available the next day. However, to investigate the discrepancy, could you share us the complete report

Re: AWQL: Error in While fetch BiddingStrategyType in CAMPAIGN_PERFORMANCE_REPORT

2017-12-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The INVALID_FIELD_NAME_FOR_REPORT indicates that an invalid field name has been used for the report type and the fieldPath indicates the invalid field used.

Re: Get last cpcbid change date using KEYWORD PERFORMANCE REPORT

2017-12-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, As mentioned in my previous response, the CpcBid will always return the current Max CPC, irrespective of the date range. If you're performing the segmentation with Date , the CpcBid

Re: adGroupAdRotationMode on Adgroup Performance Report

2017-12-08 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, That's right. With v201710, Campaign level rotation settings for the adServingOptimizationStatus field are made read-only. This field is currently not supported through the

Re: How can i use multiple client accounts to get report

2017-12-08 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You could use Parallel report download that allows users to generate reports for all the accounts under an MCC in multiple parallel threads. This report should be run against an AdWords manager account. All you have to do is specify the manager account customer ID as clientCustomer ID

Re: Get last cpcbid change date using KEYWORD PERFORMANCE REPORT

2017-12-08 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Unfortunately, it is not possible to retrieve the CpcBid history for each keyword. The CpcBid will always return the current Max CPC, irrespective of the date range. If the Max CPC bid is changed today, generating a report for the last month would still return the current value. Let

Re: Search query 'words' google adwords api

2017-12-08 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Veronica, If you are using the Google AdWords UI, could you provide us the complete screenshot of the screen which includes your clientCustomerId and the SEARCHES tab, so I can take a look? Please use Reply privately to author option to provide the details. Regards, Bharani, AdWords

Re: Search query 'words' google adwords api

2017-12-07 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Veronica, To retrieve Keywords , Impressions , Cost

Re: Get last cpcbid change date using KEYWORD PERFORMANCE REPORT

2017-12-07 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The value returned from the CpcBid field will always reflect the *current* Max CPC for the Keyword, ignoring the timespan of the report. As for your second concern, it is not possible to retrieve

Re: how to remove placement url's in ad group

2017-12-07 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, To remove placement URL in an ad group, you could use the AdGroupCriterionService.mutate and set the AdGroupCriterionOperation

Re: Search query 'words' google adwords api

2017-12-07 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Veronica, If you're using the AdWords UI, could you provide us the screenshot of the entire screen so I can take a look? If you're using any third-party applications, could you provide us details on what exactly the WORDS is capturing in your application, so I can provide you details of

Re: Adwords SearchVolume API returns lower case keyword

2017-12-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Irrespective of the case in which you pass your input, the API will convert that to lower case in the response. You can see that the behavior is same in the UI as well. You could perhaps have your logic to perform the matching based on this. You are right about some keywords not

Re: I want google adword API integration on my website that i can fetch all user data of client account.

2017-12-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You could refer to our wiki in the Java client library to set up the API access on behalf of your clients (web flow). For other libraries, please check here

Re: Search query 'words' google adwords api

2017-12-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Veronica, If your concern is about the Keywords tab in the new AdWords UI, the SEARCH TERMS corresponds to how customers are finding your ad. You will be able to pull this through the Search terms report which is equivalent to Search Query Performance report

Re: 500 internal Server Error

2017-12-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, It looks like you opened a new thread for a similar issue. Let's continue our discussion from there. Regards, Bharani, AdWords API Team On

Re: CriterionService usage

2017-12-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The AdGroupCriterionService and CampaignCriterionService are used to manage criteria both at Ad Group

Re: Campaigns performance report using

2017-12-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Thank you Zweitze for providing all the necessary information. Feel free to reach out to us if you have any additional questions. Regards, Bharani, AdWords API Team On Wednesday, December 6, 2017 at 4:34:29 AM UTC-5, Adword API User wrote: > > Hello All, > > I want to sync adwords

Re: accept invitation

2017-12-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You could have the button click to trigger the OAuth flow which generates the link for creating the authorization code. You will then need to have a logic to open a new window with this link. If the client's credentials for AdWords account and your application is the same, then they

Re: accept invitation

2017-12-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You could have the button click to trigger the OAuth flow which generates the link for creating the authorization code. You will then need to have a logic to open a new window with this link. If the client's credentials for AdWords account and your application is the same, then they

Re: Campaign Performance Report don't return one campaign

2017-12-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The Campaign Performance report includes statistics aggregated at campaign level with one row per campaign. If you're using any segment fields

Re: is google adwords api change history limited?

2017-12-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Are you trying to get the change history from the AdWords API or UI? If you're using the AdWords UI to track the history of changes made in your AdWords account, you can filter the changes based on date range, Campaigns, ad group or user. The tracking through the UI is not limited and

Re: Several different escape-characters in CSV report

2017-12-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Alex, Could you provide us the complete report definition for the Ad Performance Report and details about client library used, so I can take a look at the issue you're facing? Please use *Reply privately to author* option to provide the details. Regards, Bharani, AdWords API Team On

Re: Querying AdGroupCriterion Service for age range

2017-12-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You could use the AdGroupCriterionService.get() or CampaignCriterionService.get() and look

Re: Campaign Performance Report don't return one campaign

2017-12-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, I am able to download the report using the details provided. It looks like you're running the Campaign Performance Report with includeZeroImpressions set to false and hence the the report

Re: How can i create Ads in Ads Group and attached product Using Google Adword API?

2017-12-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You may refer to this guide on how to create Ads in an Ad group through the API. You can use the AdGroupAdService.mutate()

Re: SEARCH_QUERY_PERFORMANCE_REPORT is returning wrong data

2017-12-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Could you provide us the complete report definition along with the clientCustomerId, so I can take a look and assist you further? Please use *Reply privately to author* option to provide the

Re: new AdvertisingChannelType: EXPRESS

2017-12-01 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Alex, You may refer to this blog post from November 10 which explains in detail about the changes you saw in your

Re: Ad group label filter for ad performance report

2017-12-01 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Harish, Please find my detailed response below: SOAP logs are the actual API request and response log in the XML format. These logs help to troubleshoot the error and fix the issue. You may refer to our troubleshooting guide

Re: Unable to fetch data in google adwords API

2017-11-30 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The ID provided in the logs is a MCC ID, you will have to specify the clientCustomerId of the target AdWords client account. It is required for all the API calls except CustomerService and

Re: AdPerformanceReport CallToActionText missing field

2017-11-30 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Milos, That's right, CallToActionText is a valid field name for the Ad Performance Report. However, to investigate the issue further, could you provide us the complete Report Definition

Re: Using API With Account That Has Google Ad Grant

2017-11-30 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You will be able to make bid adjustments through the API. However, there are certain limitations while making such bid adjustments to these campaigns. Please refer to this guide for more information. If you have bids placed beyond the

Re: Ad group label filter for ad performance report

2017-11-30 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Harish, You may refer to the Python Where Builder class which lists all the supported predicates for the WHERE clause, when using the ReportQueryBuilder

Re: Adwords API - Campaign performance report returns nothing

2017-11-30 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Wyatt, I'm glad that your issue has been resolved. Feel free to write back to us if you have any other API related concerns. Regards, Bharani, AdWords API Team On Wednesday, November 29, 2017 at 4:45:19 AM UTC-5, wy...@datahero.com wrote: > > > > down votefavorite >

Re: Using API With Account That Has Google Ad Grant

2017-11-29 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Could you elaborate more on the campaign optimizations you're trying to perform through the API? You may refer to the related discussion , as a reference

Re: Ad group label filter for ad performance report

2017-11-29 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Harish, That's right, you will be able to use this query with another WHERE clause. We were able to test this and download the reports. If you run into any issues with this report query, please provide us the complete SOAP request and response logs, so I can take a look. Please use

Re: Adwords API - Campaign performance report returns nothing

2017-11-29 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Wyatt, Based on the query, the Campaign Performance report must return the startDate and endDate of the campaigns associated with the account. To investigate the issue further, could you provide us the clientCustomerId, so I can take a look? Please use *Reply privately to author* option to

Re: version depreciated problem? v201609

2017-11-29 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, That's right, this version of the API has been sunset on Oct 2nd. You may refer to the related blog post here . The

Re: AdWords Weather Script

2017-11-29 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Marte, On this forum we only address questions specific to AdWords API. Since your question is about AdWords Scripts, I'd suggest that you use this forum to post your concern. Regards, Bharani, AdWords API Team -- --

Re: I am not getting results for search query performance report

2017-11-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Dinesh, Could you provide us the complete SOAP request and response logs along with the clientCustomerId, so I can take a look and assist you further? Please use *Reply privately to author* option while responding. Thanks, Bharani, AdWords API Team On Tuesday, November 28, 2017 at

Re: Ad group label filter for ad performance report

2017-11-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Harish, I'm glad that you were able to resolve the script issue. As for your concern, it is recommended to use the second query to pull the Ad Performance metrics. Please refer to our code samples here for more

Re: How to Update Negative keyword assigned to Campaign through API in PHP ?

2017-11-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Umesh, Unfortunately, you will not be able to update a criterion that is a negative keyword. You will be able to use REMOVE operator to remove the keyword and then ADD a new keyword. Regards, Bharani, AdWords API Team On Monday, November 27, 2017 at 6:34:03 AM UTC-5, Umesh Shinde

Re: How are payments performed?

2017-11-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Billing/Payment information of accounts is currently not available through the AdWords API. Please follow our blog for any updates or announcements about upcoming releases. You may refer to this guide

Re: GEO_PERFORMANCE_REPORT doesn't return anything

2017-11-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Andrew, To pull campaign metrics from Geo Performance Report , you will have to query for the CampaignId

<    1   2   3   >