Re: Account access management in API (grant other user access to my account)

2017-08-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Alexey, As Vishal mentioned in his post, adding/managing users to an account is not supported via the API. You may have to do that from the user interface. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Generating a URL to a Customer's Campaign Dashboard

2017-08-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Martin and James, Thanks for sharing your feedback with us. I will let the team know about your suggestion. You could follow our blog for updates/announcements about the API. Thanks, Sreelakshmi, AdWords API Team -- --

Re: Generating a URL to a Customer's Campaign Dashboard

2017-08-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi James, Deep linking is not supported in AdWords. You could use various reports supported by the AdWords API to get the relevant data. Thanks, Sreelakshmi, AdWords API Team -- --

Re: [PHP] Extracting the "Remaining account budget"...

2017-08-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Unfortunately, this isn't available yet. As described in the earlier post, you will have to derive the remaining budget using the Account Performance Report . Thanks, Sreelakshmi, AdWords API

Re: Ad performance report with location

2017-08-10 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dmitry, You can use Geo Performance Report to get the stats aggregated at the country/territory level, one row per country/territory. You will have to include the fields AdGroupId

Re: AdWords API google-api-ads-ruby invalid grant

2017-08-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Orr, Are you still looking for the issued time of an access token? You might not be able to get the issued time directly, but you can derive that based on the 'expires_in' time. To get the 'expires_in' time please use this

Re: Ad performance report with location

2017-08-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dmitry, When you say 'ad level costs by country' are you looking for the stats for those Ads which was triggered by the location criterion? If so, you could use the Ad Performance Report and include

Re: There is any solution with limits of matchingFunction when i go over 20 items

2017-08-08 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, The rhsOperand while using the IN operator has a limit of 20 ConstantOperands. Please check the documentation

Re: Exception: ManagedCustomerServiceError.MAC_ERROR

2017-08-02 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Ilya, Could you please retry your request and confirm if you are still seeing this error? If so, please *Reply Privately to the author* with your complete SOAP logs. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Exception: ManagedCustomerServiceError.MAC_ERROR

2017-08-02 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Vladimir and Caihua, Could you please enable logging and share the complete SOAP logs so that I can take a look? You could use* Reply privately to author* while sharing the logs. Thanks, Sreelakshmi, AdWords API Team -- --

Re: AdWords Database Schema/Design ?

2017-08-01 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Unfortunately, we do not have a database diagram available that can be shared. Like John mentioned, the best approach to create this structure would be by referring to the object hierarchy

Re: How to update or remove existing AD Scheduling using c#

2017-07-31 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, What error are you facing while trying to update or remove the ad schedule? Please check the code snippets in this guide to get an idea on how to make changes to an ad schedule. If you are still facing

Re: Error

2017-07-31 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Would you be able to share the SOAP logs for this operation along with the clientCustomerId in the request header? If you haven't enabled logging yet, please check my previous post for the guide to enable logging. Thanks, Sreelakshmi, AdWords API Team -- --

Re: Error

2017-07-28 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Are you looking for a code sample for BudgetOrderService ? If so, we don't have a documented sample for this service. You can refer to the code snippets in this

Re: Adword Final URL and Hourly Performance Report

2017-07-26 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Please find my response inline 1) We need to get final urls/url template which users click when they are shown the report. You could use the Final Url Report which will aggregate the stats at the final

Re: Abridged summary of adwords-api@googlegroups.com - 7 updates in 5 topics

2017-07-25 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, There isn't a direct way to get the remaining budget from the API. However, you might be able to calculate an approximate amount if you know the original budget. You could run the ACCOUNT_PERFORMANCE_REPORT

Re: Strange behavvior of RateExceededError.RATE_EXCEEDED

2017-07-25 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dima, Could you please confirm the version of the Java client library that you upgraded from and your current library version? Could you also share the complete RateExceededError with the Elements of RateExceededError

Re: Adwords Api Question file_get_contents('https://adwords.google.com/api/adwords/cm/v201705/CampaignService?wsdl')

2017-07-25 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Could you please elaborate what you are trying to do? Are you trying to make an API call to the CampaignService ? If so, please check this

Re: How to authenticate anyone ADWORDS API OAuth2 PHP

2017-07-24 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Ali, Are you getting AuthorizationError.USER_PERMISSION_DENIED ? If so, it means that the OAuth credentials used are for a user who does not have access to the client customer ID

Re: Adwords Api Question file_get_contents('https://adwords.google.com/api/adwords/cm/v201705/CampaignService?wsdl')

2017-07-24 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, That is the right URL and I was able to print the WSDL using your code. What issue are you facing while trying to do this? Can you cross check if your PHP installation is complete and you are able to run other PHP programs without issues? Thanks, Sreelakshmi, AdWords API Team -- --

Re: Google Adwords API, about the hour of day with the allconversions

2017-07-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi William, If you are looking for the view in AdWords UI that corresponds to the Campaign Performance Report in the API, you will have to check the stats under the Campaign tab as describe here

Re: Need a developer

2017-07-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Michael, On this forum we handle technical question related to the AdWords API. If you face any issues while working with the AdWords API, we will be able to assist you in resolving those. I am also linking the guides to Ads Overview

Re: Setting AdGroup bid not permitted

2017-07-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi David, Could you enable logging and share the complete SOAP logs so that I can take a look? You could *Reply privately to the author* while responding. Thanks, Sreelakshmi, AdWords API Team -- --

Re: How to get AdGroupAdDisapprovalReasons and CreativeApprovalStatus in v201705

2017-07-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi RaghuKumar, The CombinedApprovalStatus will give you additional values related to the ad review and approval like approval status, approval state and details of any policy

Re: How to resolve INVALID_USER_LIST error

2017-07-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Stephen, Your code snippet looks fine to me. Here is a sample in our client library if you want to check. May be the user list id in your request is not a valid

Re: Get account's billing info via API

2017-07-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jakub, I believe, you are asking if an MCC can find out via API whether a client account under that MCC has entered billing info. If so, this feature is not currently supported via the API. I will pass on your request to the team for this feature. Please keep an eye on our blog

Re: Error

2017-07-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Could you please enable logging and share the complete SOAP logs of your API operation? Also, please confirm that you are setting Authorization, developerToken, userAgent and clientCustomerId in the request header. If

Re: Campaign sub type for "Search network only" campaign

2017-07-18 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Prashant, The campaign subtypes in the AdWords UI is to help UI users find relevant campaign options. The API will not have a corresponding attribute in the campaign object for these subtypes. The campaigns created via the AdWords API will be equivalent to "All features" campaign in the

Re: Batch job processing speed

2017-07-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Aleksandr, You are right, BatchjobService is extremely helpful in the cases where the operations are dependent (need to use temp Ids), has a bunch operations to be performed etc. BatchJobService also retries operations that fail due to transient errors like rate limit errors. The downside

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-07-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Ali, Could you please *Reply privately to the author* and share your SOAP logs (request/response) and the email Id of the user who is authenticating the API call? Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Batch job processing speed

2017-07-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Aleksandr, Please find my answers inline: 1. Is it normal speed of processing batch jobs? A: It is hard to comment on the actual time that a batch job will take to complete processing. As long you observe progress in the specific batch job, it should be good. 2. Can we get it faster? A:

Re: GEO PERFORMANCE_REPORT contains clicks which cannot be found in the CLICK_PERFORMANCE_REPORT

2017-07-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Sean, Could you please share your client customer id, the report definitions and downloaded copies of both the reports? If you can highlight the data discrepancies, that will be helpful as well. I should be able to troubleshoot with these details. Please use *Reply privately to the

Re: Payment method in pakistan

2017-07-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, On this Forum we address questions specific to AdWords API. Since this is a product level question, could you please post the question on the Advertisers community forum ? I also found this

Re: Why quotes surrounding keyword names are ignored in keyword performance report?

2017-07-05 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Including your keyword in double quotation indicates that you want the ' PHRASE' matching option to be enabled for that keyword. Please check here for various keyword matching options. If you perform a AdGroupCriterionService.get()

Re: HTTPError: Internal Server Error when accessing Google Adword API (Python)

2017-06-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Viviane, Could you please pass me your SOAP logs (request and response) so that I can take a look? Also, confirm the version of python client library that you are using. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Linking ADW and Google My Business for location extensions

2017-06-26 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Zach, You will be able to maintain the location extensions once the existing GMB account is linked with the AdWords account and the filters are created in the GMB account. With these filters you can set the location extensions at the AdGroup level or the Campaign level. Please check this

Re: can i create campaign in others accounts?

2017-06-26 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, To create a campaign via the API, you can use the CampaignService . Pleas check this

Re: GetRefreshToken.php > Error: disabled_client The OAuth client was disabled.

2017-06-26 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Tan, Could you please create a new forum thread since this thread is very old? On your new thread, you could also include the relevant logs and complete error message. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: [Python] Service account authentication fails

2017-06-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi John, The error NOT_ADS_USER means that the credentials used for authorizing the API call do not belong to a user who has an AdWords account. Could you confirm if you followed all the steps

Re: Sunset exact time

2017-06-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, It is hard to comment on the actual time when the sunset would happen. I strongly recommend that you complete your API migration to a higher version before 27 June 2017 to ensure that there are no disruptions in using the AdWords API. Thanks, Sreelakshmi, AdWords API Team -- --

Re: Unable to set Max CPC bid

2017-06-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Ondřej, The change in V201705 version with respect to bidding was that the bidding strategy cannot be overriden at the ad group and keyword

Re: something wrong in reportDefinition?

2017-06-22 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Michael, This error indicates that you may have an issue with your Curl installation and its certificates. Please check these threads

Re: Unable to set Max CPC bid

2017-06-22 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Ondřej, Are you trying to create a shopping campaign? If so, please check this document to understand the bidding restrictions for the shopping campaigns. For SHOPPING_SHOWCASE_ADS, the bids have to be

Re: Developer token review

2017-06-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, The link seems to be working for me, could you please confirm which locale/region you are in? In the mean time, please *Reply privately to the author* and let me know your questions for the API compliance team, I can try to get in touch

Re: How to upload gif files to uac campaign?

2017-06-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Ramon, Could you please enable logging and share the complete SOAP logs along with your client customer id and the specific gif file? You could use *reply privately to the author* option while responding. Thanks, Sreelakshmi, AdWords API Team -- --

Re: How can I get LostImpressions for each country id?

2017-06-16 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hello, Unfortunately, there isn't a way to get SearchRankLostImpressionShare against the location criterion. The best possible option is to get the SearchRankLostImpressionShare at the

Re: removing child objects from root of shopping adgroup

2017-06-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Michele It looks like you are passing different dimension types among siblings in a product partition. Could you enable logging and share the SOAP logs corresponding to this API operation along with your

Re: OfflineConversionError.UNPARSEABLE_GCLID

2017-06-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Suliman, The error : UNPARSEABLE_GCLID usually occurs when the GCLID used is invalid. Unfortunately, the upload offline conversions cannot be tested using a test

Re: AdWords Production Access level

2017-06-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Suliman, A new developer token will have 'Test Access' and you can target any test accounts using this token right away. This will help you get started with your code changes and get it tested in a

Re: standard Acces application

2017-06-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Irwin, Could you please get in touch with the API compliance team directly using this form? They will be able to help you resolve the issue. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Missing GclIds in CLICK_PERFORMANCE_REPORT

2017-06-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, The GCLID is now generated at the impression time opposed to click time. That said, it is possible that the actual click that lead to conversion happened on a different date after the impressions itself. If your application is recording the click occurrence time then there might be data

Re: How can I pull location data before migrating locations extention to GMB?

2017-06-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Gio, Have you had a chance to go through our blog about sunsetting manual location feed and migrating your locations to Google My Business? If not, please take a look at that and the API docs on

Re: How to retrieve Adwords accounts ids and names from Google account

2017-06-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Eugene, Could you please post your question on the .NET library ? The library owner will be better equipped to address your question. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to retrieve Adwords accounts ids and names from Google account

2017-06-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Eugene, You can use the CustomerService.getcustomers() method to get all the customers directly accessible by the user authenticating the call. For that, you will have to make the API call

Re: MCC Billing

2017-06-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jose, Please check this document for the available billing options. If your MCC account is not setup for consolidated billing, the client accounts will have to handle billing. I would suggest to get in touch with the

Re: Please help! Time sensitive

2017-06-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Sam, The operational limit based on access level usually is 24 hours. Unfortunately, we will not be able to reset this state. If the error is due to making the API requests too quickly, you will need to wait and retry after the retryAfterSeconds

Re: Campaign "Maximize conversions" bid strategy

2017-06-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Geert, The bidding strategy "Maximize conversions" is currently not supported via the API. The bidding strategies that are currently supported via the API can be found here . Please keep an eye on our blogs

Re: Get Phone impressions and Phone Calls by Ad using Adwords API by AD

2017-06-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dimitri, You could use the Ad Performance Report to get the statistics aggregated at the ad level. The clickType

Re: MCC Billing

2017-06-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jose, To be able to use the BudgetOrderService via the API, you will have to setup consolidated billing for your MCC and get whitelisted for using mutate operation in BudgetOrderService. To setup consolidated billing,

Re: Google Merchant Center Test Account

2017-06-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Andreas, The AdWords API team will not be able to make this update to your Merchant Center account. My suggestion is to reach out to the Merchant Center product team by clicking 'CONTACT US' to get guidance on this issue. Thanks,

Re: I can get Managed Accounts, but I can't get Campaigns

2017-06-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Could you confirm if you are making the CampaignService API call against the manager account or one of its client accounts? Please note that the CampaignService needs to be issued against a client account.The API calls against a manager account will not return results. If that is not the

Re: API - Ad Name

2017-06-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Donelly, By Ad name, are you referring to the headline or description of the ad? If so, you could either use the AdGroupAdService.get() and specify the required selector fields

Re: Keywords and sitelinks issue

2017-06-08 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Are you saying that, when a sitelink with a blank name and targeting a keyword is being created, the keyword is not getting created as the result of the same operation? As you said, the site link with no value for the 'siteLinkText' will throw an error StringLengthError.TOO_SHORT

Re: How to get Ad feild using ad Performance ??

2017-06-08 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Could you please *Reply privately to author* and share your client customerId, the report definition and a copy of your report where you are observing data discrepancies? Which field in Ad Performance Report do you see a different value compared to the UI? Please note that the Ad

Re: How to download only changed entity from API?

2017-06-08 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dongliang, The CustomerSyncService will contain the changed entities of the Campaign within CampaignChangeData

Re: How to download only changed entity from API?

2017-06-07 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dongliang, Yes, you can make use of the CustomerSyncService . It will return all the campaigns irrespective of whether it was changed or not. But the response will indicate if there was a change to the

Re: MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT given by CampaignSharedSetService for Video Campaign

2017-06-07 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dorain, I was able to reproduce the error specific to the CampaignSharedSetService. It looks like the API documentation of this error needs update to address this

Re: Why Array?

2017-06-07 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Yes, that is correct the values that you pass while constructing the predicate has to be an array. Please note that the PredicateOperator

Re: MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT given by CampaignSharedSetService for Video Campaign

2017-06-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dorian, The error MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT means that an update was attempted via the API on a campaign that was created via the AdWords Express

Re: Why Array?

2017-06-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Are you facing issues while setting the predicate in a Selector ? If so, the setPredicate() expects an array of predicates. Does this answer your question? If not, please

Re: Invalid_client: The OAuth client was not found

2017-06-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jacob, This error usually occurs when the OAuth2ClientId specified is not correct. Could you check if it is valid and also that it does not have any extra spaces?

Re: How to Get Country Name for Implement Geo Performance into Map using Geo Performance Report Type

2017-06-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Vaibhavi, The Geo Performance Report does not have a field that will give you the name of the country. You will need to use the LocationcriterionService

Re: Mastercard payment from santioned counrty (IRAN)

2017-06-02 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Azad, To comply with sanctions imposed by the United States Office of Foreign Assets Control , AdWords is not available to advertise in Iran . Since this forum

Re: Wrong Documentation on Ad Performance Report / PolicySummary?

2017-06-02 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Christian, Thanks for letting us. I will inform the team about this and request them to update the display name of Policy Summary . Thanks, Sreelakshmi, AdWords API Team -- --

Re: How does calculate remaining account budget?

2017-05-25 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, When you do a get() on BudgetOrderService , the spendingLimit includes any adjustments that were made to your budget. Please read here

Re: Click Performance Report - LopRegionCriteriaId is not available for clicks in the US

2017-05-25 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, In the particular example shared, the criteria Id : 21176 is of target type 'State'. Which means that any target type which is lesser in hierarchy (of a location) would not have a value to report. And the results in your case seems to be as expected. All the three values listed below are

Re: adwords api token has been approved, but Access level is still shown as Test Accounts Apply for Basic Access

2017-05-25 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Alexandr, Don't worry about it. Please make sure that the 'API contact email' is a regularly monitored inbox as any updates regarding your account would be send to this email. I can help you with the documents/guides to get started. You are currently at the step

Re: LabelService xsi:type

2017-05-24 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Toms, If you have elements in your XML file whose type is a complex type, xsi:type specifies the particular complex type. Are you trying to add a Label or a Content Label

Re: New Google Shopping Performance Report - How to get product title

2017-05-24 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Christophe, Unfortunately, we still can't get the product title from Shopping Performance Report. Please keep an eye on our blog for updates and announcements. Yes, the offerId/ItemId

Re: adwords api reporting Missing client information

2017-05-22 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jane, Regarding the first error : "Missing client information", how are you setting the clientCustomerId and the OAuth token(s) while making the report request? The error usually occurs when there is an issue with the client information passed in the request header. Also, please make sure

Re: Using the API to report

2017-05-22 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Will, To avoid duplicates, let us continue the discussion on the existing thread. I have already replied to you on that thread. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Google AdWords Test account

2017-05-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Martin, >From your description, it looks like a production AdWords account was created instead of a test account. You are referring to the correct URL and it should ideally have created a test account. Could you try the below steps and see if you are able to proceed? 1. Open the browser

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-05-18 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Josh, Are you getting USER_PERMISSION_DENIED error? Could you *Reply privately to author* and share sample SOAP logs (request/response) with me? Thanks, Sreelakshmi, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Openweather API Script error

2017-05-17 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Looks like your question is about AdWords scripts. Could you please post the question on their forum so that the experts there can assist you? Thanks, Sreelakshmi, AdWords API Team -- --

Re: Quality Score History

2017-05-17 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Guillaume, Thanks for your feedback. Unfortunately, I cannot comment on the timeline for the historic quality score to be available via the API. Please follow our blog for updates and announcements. Thanks, Sreelakshmi,

Re: Video campaigns: how to distinguish In Stream results from Video Discovery results?

2017-05-17 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Thanks for explaining your use case. At the moment, getting the campaign data segmented as per the 'view type' is not possible via the API. I will pass on your request to the team for adding the "View type" segment to the Campaign Performance Report. Unfortunately, I cannot comment on

Re: Video campaigns: how to distinguish In Stream results from Video Discovery results?

2017-05-16 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Thanks for your feedback. I will pass on your request to the team for getting the documentation updated. As you have observed, the CAMPAIGN_PERFORMANCE_REPORT doesn't have a field that reports the ad format. And yes, you could workaround this by using the ADGROUP_PERFORMANCE_REPORT. If

Re: Quality Score History

2017-05-16 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Marina, You can get the quality score from the CRITERIA_PERFORMANCE_REPORT and

Re: removing child objects from root of shopping adgroup

2017-05-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Michele, The step to remove the child nodes and the step to reset the root node should both be part of the same mutate request. The tree must always remain complete. If a mutate request makes a tree invalid the same mutate request must fix it. You could read more about that in the guide

Re: removing child objects from root of shopping adgroup

2017-05-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Yes, by removing all child nodes and then setting the root node as unit along with the bid should reset the root node to "All Products". We don't have a sample for this particular case, but you could refer to this

Re: Shopping Campaign Ads: If I have no Product Groups (no partitions) will all my products be included in the shopping ad campaign?

2017-05-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, I will be following up on this thread. To create a product partition with just the root node, you will need to create the instance of product partition node as 'unit' instead of 'subdivision' and specify the bid. Please check the sample SOAP request for reference:

Re: Weird PHP error

2017-05-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Vladimir , Could you please go over the instructions shared in this issue and see if that resolves your problem? If the details shared on the issue discussion does not resolve your problem, please create a new issue

Re: Placement Information in Ad or Campaign Performance Report?

2017-05-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Rafael, To get the stats of placements in display network, you could use AUTOMATIC_PLACEMENT_PERFORMANCE_REPORT . This will get you the stats aggregated at the placement level. The

Re: how do i authenticate a adword account id ?

2017-05-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Eyal, You could use CustomerService.getCustomers() without specifying the clientCustomerId in the request header. This should return all the accounts that the specific login/OAuth credentials

Re: BatchJobService / CompressionLevel / Upload Speed (PHP-API)?

2017-05-10 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi DS, An API request having 'User-Agent: containing the string "gzip"' and 'Accept-Encoding: with the value gzip' will enable compression . >From your earlier description, the compression must be enabled.

Re: BatchJobService / CompressionLevel / Upload Speed (PHP-API)?

2017-05-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi DS, The best practices while dealing with batch job services are as listed in this document. Having fewer larger jobs should improve the performance compared to many smaller jobs. Hence increasing the size

Re: Do I absolutely need OAuth2 Authentication? (For keyword traffic estimating Web app)

2017-05-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Steve, I see that you are referring to the PHP sample. Could you confirm that you installed the PHP library using the Composer and following the instructions listed in this page? Composer will take care of

Re: Shared Credit Card for client accounts created using ManagedCustomerService

2017-04-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Since this is an old thread, could you please create a new thread and post your question there if you still need assistance? That will help us track the posts better. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: MaxCPC change history through api?

2017-04-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Marc, Unfortunately, getting the history of Max CPC is still not available via the API. Please keep an eye on our blog for any announcements. Thanks, Sreelakshmi, AdWords API Team -- --

Re: How can i get view-through conversions by Adwords API

2017-04-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, You will be able to get ViewThroughConversions from the Campaign Performance Report or using any of the reports listed under 'viewthroughconversions' in this

<    1   2   3   4   5   6   >