Re: Google API (get merchanrID)

2016-06-13 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Ivanova, While fetching the campaigns data via the API, you can also get the campaign settings, which contain the merchant ID for the campaign. Please refer to a sample java code to retrieve campaigns here

Re: How to get keywords/ads count per adgroup?

2016-06-14 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Justinas, There is no way to get the counts directly from an adgroup. Normally, you can fetch the ads in an adgroup using the AdGroupAdService.get and then count the number of ads. Similarly you can use the AdGroupCriterionService.get to fetch the keywords in an adgroup. For an account wi

Re: can't get refresh token

2016-06-15 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Masa, If you are trying to run the example directly from the command line, please ensure all the jars in the lib directory are added to your classpath. Typically you would run the following command from the examples directory to compile your java program: javac -classpath : adwords/axis/au

Re: Google API (get merchanrID)

2016-06-15 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Ivanova, Unfortunately, the only place in adwords API where you can find the merchant ID information linked to an account is the Shopping Performance Report . You can perhaps use the goo

Re: Ad performance report with conversion values (sales, leads, sign-up, other, all)

2016-06-16 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Gita, I see that you are trying to add a filter. Instead, you can add a custom column, select "Conversions" from the drop down and select "All Conv". You can also add the AllConversions fi

Re: Batch Job Service Template Ad Same Adgroup

2016-06-17 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Adrian, Could you please provide the SOAP XML request/response logs and the batch job ID? Please click on "Reply privately to author" when responding. Regards, Vishal Vinayak, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: htt

Re: +10.000 adgroups in a campaign, API won't load any more adgroups

2016-06-17 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Hugo, There is no way to delete the adgroups permanently. You can filter your results in AdGroupService.get to show you active/enabled adgroups only by passing a Selector

Re: +10.000 adgroups in a campaign, API won't load any more adgroups

2016-06-20 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Jam, When you remove/delete an adgroup, it's status is changed to 'REMOVED' (although, the adgroup still exists). Hugo, can you please share the soap request/response logs (i.e. when you try t

Re: Google Adwords Api

2016-06-20 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Piotr, Christan is correct, indeed! v201506 was sunset on April 11th 2016. Please refer to this blog post for more details. We recommend that you move to the latest version of the API, i.e. v201605 <

Re: +10.000 adgroups in a campaign, API won't load any more adgroups

2016-06-21 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Jam, That is correct. You can have up to 20,000 ad groups in a campaign, and that includes active and paused ad groups. If you hit that limit, the best option is to create another campaign. Regards, Vishal, Adwords API Team -- -- =~=~=~

Re: MCC Account Report workarounds/alternatives?

2016-06-22 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Evita, Unfortunately, there is no way to get a list of accounts via the API other than using the ManagedCustomerService . Please refer to this example

Re: BiddingErrors.BID_TOO_SMALL

2016-06-22 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Kiran, Could you please provide the SOAP XML request and response logs for this issue? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://google

Re: Newb: No campaigns were found.

2016-06-23 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Joe, Have you tried using the AdWords account ID instead of the MCC account ID? If yes then provide me privately SOAP XML request and response logs. Please click on *Reply privately to author* when responding. Regards, Vishal, Adwords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Error creating new ad

2016-06-23 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Steve, Since this is an old issue, can you please open a new thread and explain the issue that you are facing? Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://p

Re: Creating a Developer Token for a specific client from agency MCC

2016-06-24 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Nasreen, To be able to access the API, you need an AdWords manager account. Please refer to this guide to create one. Once the manager account is created, please follow these st

Re: How to do bid adjustment in re marketing using API ??

2016-06-24 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Tejendr, Please refer to this tutorial to enable remarketing using AdWords API. You can essentially use BiddableAdGroupCriterion

Re: How to do bid adjustment in re marketing using API ??

2016-06-27 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Tejendra, The UpdadeKeyword java example describes how to update the keyword bid using the AdGroupCriterionService

Re: Creating a Developer Token for a specific client from agency MCC

2016-06-27 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Nasreen, Multiple manager (MCC) accounts can manage an AdWords client account. You can follow the steps in my previous response to create a new manager account (and a developer token) and link the client AdWords account to the newly created manager account. You should then be able to use the

Re: How to Approved developer token.

2016-06-27 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi, Could you please provide me with your 10 digit MCC account ID? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.

Re: Personal parameter in request TargetingIdeaService

2016-06-27 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
François-Régis, Unfortunately, there is no way to add a personal parameter (such as an ID) to the input criteria. You can add a list of keywords (or some other criteria, such as location, language, target website etc ) to the input and you can expect a list of related keywords in the response.

Re: BiddingErrors.BID_TOO_SMALL

2016-06-28 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Janak, Could you please send me the SOAP XML request and response logs for the API call? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://go

Re: Are fields that specify 'For ADD operations only' selectable?

2016-06-28 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Kurt, *adToCopyImageFrom* field can be used in ADD operations only. You would not be able to read this field in the get/read operation. Only the fields that are market as "This field can be selected" can be read in a get operation. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~

Re: QualityScore Field in KEYWORD_PERFORMANCE_REPORT is zero

2016-06-28 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Sebastian, That is correct, indeed. Quality score of a keyword ranges from 1 to 10. If you are trying to extract data using the Keyword Performance Report and the quality score information is missing for a keyword, a "--" value might be returned. To debug further, could you please provide

Re: How to run click to download ads campaign on Google Adwords by using 3rd party destination URLs

2016-06-28 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Yatharth, I'm afraid this is not the correct forum for your question. We address queries related to AdWords API only. Please post your query in the AdWords Forum and somebody from the team will get in touch with

Re: Monitor campaign spend in real-time

2016-06-28 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Gianluca, Campaign data available via the API cannot be considered real-time. Please refer to this article to determine the freshness of your data. Please let me know if I can help you any further. Regards, Vishal, AdWords API Team

Re: java.lang.ExceptionInInitializerError

2016-06-29 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Torres, I can see that you have a *"C:\\Users\\.."* path in your *.fromFile()* predicate. You don't need that. You just need to make sure that your ads.properties is in the classpath and *.forApi(OfflineCredentials.Api.ADWORDS) *predicate will automatically read that file. Please refer to t

Re: CampaignService does always return empty results

2016-06-29 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Oliver, Unfortunately, videos campaigns are not supported by any of the services (CampaignService etc). The only way to get information about a video campaign is to run a report . Please follow our blog

Re: Is there a Google AdWords SDK for Swift?

2016-06-30 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Li Tan, Do you mean the Google Mobile Ads SDK for iOS ? If not, unfortunately, we do not have an AdWords client library for Swift. Please follow our blog

Re: As a SaaS platform, do we need to link our clients' adwords IDs under our Production Manager account for API access to work?`

2016-06-30 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Natarajan, To access a third party's AdWords account data, you need two things: a developer token and valid OAuth2 credentials. You can use a valid developer token (with basic access) to target *any* production AdWords account, by using the OAuth2 credentials of the targeted account (or the

Re: Express account using API

2016-07-06 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Radek, That is correct. You can create AdWords accounts using the ManagedCustomerService , but not an AdWords Express Account. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: daily tracker setting problem

2016-07-06 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Eshwar, We try to address AdWords API related questions on this forum. However, I found this article which I think would be able to help you. Are you using the AdWords API? If yes, could you describe what you are trying to do and prov

Re: Express account using API

2016-07-06 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Radek, You *cannot* create AdWords Express accounts using the AdWords API. Only AdWords accounts can be created using the AdWords API. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.

Re: First AdWords API call - GetRefreshToken not found

2016-07-06 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Geza, This looks like a maven project setup issue in your local environment. Please follow these instructions to setup your maven project correctly before requesting a refresh token. Regards, Vishal,

Re: getcampaign.java

2016-07-07 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Akhil, I can see that you faced similar timeout issues earlier when you tried to generate the refresh token. Were you able to successfully generate the refresh token by following this guide

Re: Does checking the ECPC box as recommended in Google documentations here (https://support.google.com/adwords/answer/2464964?hl=en) make any difference at all?.

2016-07-08 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Neeraj, That is correct. As of v201402, you cannot enable enhanced CPC using the API. Once enabled from the web interface, the Keyword Performance Report should return *ENHANCED_CPC *as the value of the field *BiddingStrategyType*. You would, however, want to wait up to 24 hours before check

Re: No existing bid modifier for AdGroupId - Issue with AdGroupBidModifierService

2016-07-12 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Chirag, To help debug, could you please provide me with the SOAP XML request and response logs for the API call? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog an

Re: No existing bid modifier for AdGroupId - Issue with AdGroupBidModifierService

2016-07-13 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Chirag, When you try to SET (i.e. update) the bid modifier of an ad group, for which a bid modifier has not been added yet, you get this error. You should use an ADD operation, instead of a SET, for ad groups for which you are defining a bid modifier for the first time. Regards, Vishal, A

Re: Impressionshare for Video campaign

2016-07-14 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Akiko, Currently we do not have an impression share metric field for video campaigns. Please follow our blog for future announcements regarding this feature. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How to do bid adjustment in re marketing using API ??

2016-07-15 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi David, Could you please provide me with the SOAP XML request and response logs for this API call? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: htt

Re: NTLM proxy with Adwords SDK in C#

2016-07-18 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Shanmukb, Unfortunately, this looks like an issue in your local network configuration and your network administrator might be able to help you better. I can suggest adding *.google.com to the list of allowed websites at your proxy and you should be able to connect to the AdWords API. Regard

Re: Adwords Api Integration Error

2016-07-18 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Yasir, If you are using the AdWords API PHP client library, you have to use the command line; i.e. the examples won't work in the web browser. If you are still facing issues, could you please provide me with the SOAP XML request and response logs for the API call? You can enable logging in

Re: how to integrated adwords api?

2016-07-19 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Richest Soft, To be able to use the API, you would first need to sign up for API access and then follow these steps to make your first API call. This would i

Re: Where to find job prerequisites in BatchJobService?

2016-07-19 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Markus, The Batch Processing guide has complete details on how to migrate from MutateJobService. You can use temporary IDs in your request to allow for dependencies between operations. Also, the dependent operations are appl

Re: Migration of Aw reporting

2016-07-19 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Mohamed, The version that you are currently using, v201509, was sunset on June 21st 2016. Please refer to this guide to migrate to the v201603 version of the API, which is the latest version supported by the aw-report

Re: how to integrated adwords api?

2016-07-20 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Richest Soft, You can find the instructions to install the PHP client library under the section *Getting started *on this page . Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Re: Where to find job prerequisites in BatchJobService?

2016-07-20 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Marcus, BatchJobService can handle large jobs, with potentially hundreds of thousands of operations. As a best practice, we recommend using fewer larger jobs than many smaller jobs. However, if you want to use multiple jobs, you can check the status of each job using BatchJobService.get

Re: how to integrated adwords api?

2016-07-21 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Thanks for the elaborate instructions, Nikhil. Hi, You can refer to various examples in the PHP client library. For examples for adding a new campaign you can refer to the AddCampaigns

Re: 我的Google登录密码发生改变,请问我的API 证书需要不需要重新更新?谢谢

2016-07-21 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi, Unfortunately I can answer your query in English only. You Google password has no effect on your authentication. Your API connection should continue to work as normal. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Go

Re: how to integrated adwords api?

2016-07-22 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi, Did Nikhil's suggestion help you solve the issue? If not, could you please provide the SOAP XML request and response logs for this API call? You can enable logging in your project by following the instruction under the section "Configuring logging" on this page

Re: How to test if email address are added to UserLists in AdWords API using C#.

2016-07-25 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Mounica, The user list size would be shown as zero until the list has at least 1,000 email addresses. Beyond that point, list size would be rounded off to the two most significant digits. I would suggest waiting up to 24 hours after adding emails to the list to begin re-marketing to that lis

Re: Не проходит авторизация при создании скрипта

2016-07-25 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi, Unfortunately, I can address your query in English only. Your question looks like it is related to AdWords Scripts. I would suggest posting this query in the AdWords Scripts Forum . Regards, Vishal, AdWords API Team -- -- =~=~=~=

Re: Get Current Keywords Bid

2016-07-25 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Ale, You can use the AdGroupCriterionService to get the bid of keywords in an ad group. The get keywords example link that you shared has the required code snippet. You can essentially pass the required field names (i.e

Re: Get Current Keywords Bid

2016-07-26 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Ale, This looks correct. Just that the casting to string type might not be explicitly needed. Also, I would recommend using the long datatype for bid. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://g

Re: how can I migration to the new AdWords API version

2016-07-26 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi, The version of your API, v201509, has sunset and is no longer available. Please refer to this guide to migrate to the latest version of the API i.e. v201605. Also, you can find more details about deprecated versions

Re: Using TargetingIdeaService with Verticals to get a list of placements/urls

2016-07-27 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Gabriel, Placement URL is different from a Placement Category. Placement Categories are the categories based on the type of the content whereas the Placement URL is the domain of the destination website where your ad might be displayed. To obtain information about placements in your campa

Re: Error: EntityCountLimitExceeded.ACCOUNT_LIMIT

2016-07-27 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Biniam, This error means that you have hit one of the system limits . To identify what limit you have hit, could you please provide me with the SOAP XML request and response logs for the API call? Regards, Vishal, AdWords API T

Re: Login with client account under MCC account

2016-07-27 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Sachin, Since you are able to log in to the API using the MCC account, all you need to do to access a client account is make the following changes in the properties file: 1. Change the value of the property clientCustomerId to the 9 digit Client ID (instead of MCC ID). Please note th

Re: Adwords Extensions (SiteLinks)

2016-07-28 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Adrian, That is correct. BatchJobService only supports a limited number of operations (i.e. the ones mentioned in the article that you shared). To be able to help you further with the internal error, could you please provide me with the SOAP XML request and response logs for the API call?

Re: Login with client account under MCC account

2016-07-28 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Sachin, Unfortunately, that is not possible. The only way to access an AdWords account data using the API is to use the client account's OAuth credentials to log in, i.e. for every new client, you would need to create new OAuth credentials. You can, however, use the same developer token every t

Re: Can't change access level from test to basic

2016-08-01 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Igandybin, Could you please provide me with your 10 digit MCC ID? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.

Re: Cant change teset access to base access

2016-08-01 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Ilya, To be able to help you further, could you please provide me with your 10 digit MCC ID? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://g

Re: Database Sync with AdWords MCC

2016-08-01 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Jake, Unfortunately, there isn't a replica alternative available for the API local database sync project. You can, however, use the AdWords API to extract data using various reports and sync that data in your

Re: Display Reports

2016-08-01 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Victor, Segmentation depends on the fields available in the report; therefore, each report can be segmented differently. To segment a report via the API, all you need to do is to add the segmentation field to the report. For example, to segment the Campaign Performance Report based on the ty

Re: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake in com.google.api.ads.adwords.axis.v201601.cm.CampaignCriterionServiceSoapBindingStub.get(CampaignCriterionServi

2016-08-02 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Anna, This error is usually temporary and tends to go away after a few retries. The problem generally occurs if there's an issue in the network layer (i.e. with you internet service provider). If you are still facing issues after a few retries, please provide the complete SOAP XML request

Re: BatchJobService recommendations

2016-08-02 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Greg, 1) An AdWords account has a hard limit of 1 GB of uploaded operations across all of its batch jobs. I would recommend trying ~500K at a time using the test accounts and if that throws an error, reducing the load and trying again. 2) While downloading the results using the downloadUr

Re: How to enable soap request and response logging in Adwords API.

2016-08-04 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Mounica, Unfortunately, there is no way to log the SOAP calls without using the App.config. In case you decide to use App.config, your best option to log into the database would be to read the output log file, parse the XML request and response objects as necessary and insert relevant fields

Re: Adwords API not working on Eclipse

2016-08-04 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi T. M. Simanis, Since this is the first time you are trying to run the GetRefreshToken example in a new Eclipse environment, I would suggest the following to correctly run the Java class: 1. Open GetRefreshToken.java file in your eclipse IDE 2. Right click anywhere on the code 3. Cli

Re: Error in XmlDeserializer.php (line: 136)

2016-08-08 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi, Just to clarify, did isset() fix the issue temporarily on your side? I can check with my team to see if this issue can be replicated. Meanwhile, can you please provide me the SOAP XML report definition for this API call? Please click on *Reply privately to author *when responding. Regards,

Re: DEVELOPER_TOKEN_NOT_APPROVED

2016-08-08 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi, Could you please provide the 10 digit Manager ID, against which you are trying to make the API calls? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+

Re: Getting internal error with batch job

2016-08-08 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Priyank, Thanks for sharing the information. To clarify, do you mean the job completed successfully on some occasions and failed on certain others? In that case, could you please provide the SOAP XML request and response logs for the success/failure case API call? Please click on *Reply priv

Re: API access to another MCC account

2016-08-09 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Yana, There are two ways to access a third party's AdWords production account: 1) If the third party has a developer token and are willing to share the token and OAuth credentials, use their token and OAuth credentials to access their account. 2) Alternatively, you can apply

Re: extracting campaign (or ad/adgroup etc.) focus

2016-08-09 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi, You can fetch the Bidding Strategy Type using the CampaignService . The field *biddingStrategyConfiguration *in the campaign wo

Re: Support HD solution image for image ad?

2016-08-10 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi, We have added this enhancement to the feature request list but we don't yet have a date on when this would go into production. Please follow our blog for future updates on this feature. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=

Re: How to Group stats on the basisi of week days

2016-08-10 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Sachin, Criteria Performance Report is aggregated at the ad group criteria level, one row per ad group and criteria combination i.e. it is not aggregated at the Date/Day of the week level. DayOfWe

Re: Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-10 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Ketaki, To help debug, could you please provide me with the SOAP XML report definition? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googl

Re: Support HD solution image for image ad?

2016-08-11 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi, Unfortunately, we do not have a timeline on when this feature will go into production. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAds

Re: Перестал работать токен

2016-08-11 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi, Unfortunately, I can respond to your query in English only. Could you please recreate your OAuth credentials and refresh token and see if that works? Regards, Vishal, AdWords API Team --

Re: Перестал работать токен

2016-08-11 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi, I'm afraid that's the only way out. If the token is revoked, you would have to generate a new token. A change in OAuth credentials/refresh token should not impact the code. I would recommend storing your old credentials and refresh token in a separate file, just in case. Please refer to ou

Re: Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-11 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Ketaki, The *includeZeroImpressions* field is related to *Impressions* only. Setting it true would ensure that the report does not contain any records when there are no impressions. Other fields, however, can have zero values, even when Impressions are non zero. I can still try to double che

Re: Перестал работать токен

2016-08-12 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi, Suspicious activity alerts are system generated and cannot be disabled i.e you would be required to change the password if the respective alert is triggered. However, changing your Google account password should not have an impact on you OAuth credentials. Yours is a special case where your

Re: Find placement category of placement URL

2016-08-15 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Art, The domain information in the Placement Performance Report or the Automatic Placements Performance Report

Re: BudgetOrderService spendingLimit 'get' vs 'SET' when credits are present

2016-08-15 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Evan, *spendingLimit* in BudgetOrder only accounts for the budget amount and not the credit associated with the account. I would suggest fetching the updated budget amount after the mutate and adding credit manually for calculation purposes. Regards, Vishal, AdWords API Team -- -- =~=~=~

Re: Adwords TargetID Tracking Value

2016-08-16 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Shay, Although you might observe such values in the data retrieved via the AdWords API, this issue looks related to AdWords in general i.e you would see the same values via the AdWords web interface. I would recommend opening a new issue in the AdWords Community forum

Re: Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-16 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Ketaki, To be able to help further, could you please provide me with a sample report generated via the API (where you see this problem) and your clientCustomerId? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=

Re: BulkMutateJobPolicy

2016-08-16 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Eshwar, BulkMutateJobPolicy is a policy definition for MutateJobService, a service which is now deprecated and was removed in v201603 . Please switch to BatchJobService

Re: Conversion data on CREATIVE_CONVERSION_REPORT

2016-08-16 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Mehdi, To further debug, could you please provide me with the SOAP XML report definition and your clientCustomerId? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Re: BulkMutateJobPolicy

2016-08-17 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Eshwar, The purpose of BulkMutateJobPolicy in MutateJobService was to enable users to pass up to 3 job IDs that must successfully complete before the current job is processed. The same can be achieved in the BatchJobService using temporary IDs. For more details and code snippets, please refe

Re: How to set billing account via API?

2016-08-17 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Vladimir, Unfortunately, you cannot create or edit billing accounts using the API. Please refer to the "Terminology -> Billing Account" section of this guide . Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=

Re: Quality score factors through API

2016-08-17 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Raghu, There are various reports that contain these fields. I can provide you with the links to all reports that contain a particular field: - Quality Score related reports can be found here

Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-18 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi, That is correct. If you add the attribute TARGETED_MONTHLY_SEARCHES in your selector

Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-19 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi, Since my team specializes in AdWords API related queries, I can confirm that the daily keyword search volume statistics are not available via AdWords API. Unfortunately, I would not be able to able to comment on any other Google APIs. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=

Re: How to set billing account via API?

2016-08-19 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Vladimir, Unfortunately, that is not possible via the API. Once a billing account is created against a client customer ID, it cannot be detached (i.e. edited) to be linked to another client via the API. Hope this information helps! Please feel free to revert in case you have more questions.

Re: Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-22 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Ketaki - I sent the following response to your email (which you might have missed) at 08/18/16 13:58:51 Eastern Standard Time. Waiting on you to provide the necessary information. Please click on *Reply privately to author *when responding. -- Ketaki, To

Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-22 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi, Data available through AdWords API cannot be considered real time. Please refer to this guide to determine your data's freshness. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Help with " isDisplaySelect" fields

2016-08-22 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Vincent, Are you trying to create a new campaign on "Search Network with Display Select"? I would recommend using the CampaignService and using the following fields of the Campaign object

Re: Notification for Reprocessing Adwords Report

2016-08-22 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Ravi, Unfortunately, AdWords API does not have a notification API currently. Please keep an eye on our blog for updates regarding this feature. With every new release, we publish the release notes, which contain a list of all the changes made to the

Re: campaign level "bid only"

2016-08-22 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi Zia, Unfortunately, you cannot use this option at campaign level. To set this at an ad group level, you can use the targetAll field in the TargetingSettingDetail

Re: Adwords Api(An error has occurred: Could not connect to host)

2016-08-23 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi, Unfortunately, this looks like a generic connection error in your local environment (i.e. unrelated to AdWords API). Connection related errors may occur if you are sitting behind a proxy, using a firewall that blocks some packets of data or some other network related problem. Although, the

Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-23 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi, The chart that I shared is specific to AdWords reports. Monthly stats available via the Keyword Planner or TargetingIdeaService are not the actual figures but are ins

Re: AdWords запрос

2016-08-24 Thread &#x27;Vishal Vinayak (Adwords API Team)&#x27; via AdWords API Forum
Hi, Unfortunately, I can respond to your query in English only. All PHP examples are meant to be run via the command line and not as a webpage. Please refer to this page for more details. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=

  1   2   3   4   5   >