Re: Video ID in Ad Group Performance Report

2017-08-15 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Thu, Currently, the VideoId attribute is only available in Video Performance Report. This is not available in Ad Group Performance report or any other report types. Let me know if you have further

Re: Is it possible to set and change a monthly account budget through API?

2017-08-15 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Konomi, If your AdWords account is setup for monthly invoicing and whitelisted for BudgetOrderService , you can create and manage BudgetOrder

Re: Retrieving Search Lost IS (rank) for Product Groups

2017-08-15 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Currently, the SearchRankLostImpressionShare column is not yet supported in the Product Partition Report of the AdWords API. You can only get this metric in these report types

Re: AdWords v201708 CustomerService / clientCustomerId null value - error?

2017-08-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Bejan, I tested the getCustomers() method of CustomerService using v201708 in my test account without setting a CID in the property file, and I was able to successfully retrieve the customers

Re: Trying to get performance report on individual Display Ads across Placements

2017-08-10 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Garik, You are correct. The Placement Performance Report is based on placements so all fields such as the FinalUrls field of this report will be based on the information on that

Re: Unable to get FinalUrls of keyword using API

2017-08-14 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Sarvagya, A gentle follow up on this. Could you confirm if you are still facing this issue? If you can confirm this, then kindly provide your clientCustomerID as well as your SOAP request and response logs (*Reply privately to author*). Thanks, Vincent AdWords API Team -- --

Re: I get "QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED"? All i want is to check keyword volume.

2017-08-14 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Yes, you are in the right place for your AdWords API concerns. In regards to your error , this occurs when you use an unapproved developer token to target a production AdWords

Re: Receiving ReportDownloadError.INTERNAL_SERVER_ERROR

2017-08-17 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the clientCustomerIDs you used in generating the successful reports and that of with failed reports? Also, could you confirm if the issue is consistent if you'll try to generate the same report again in one of the accounts which has a failed report? Aside from that,

Re: Difference between Enhanced_CPC and Manual_CPC with enhancedCpcEnabled

2017-08-16 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Anna, Enhanced_CPC is a type of bidding strategy that raises bids for clicks that seem more likely to lead to a conversion. It also lowers them for clicks that seem less

Re: Can we get remarketing Audience Insights through API?

2017-08-17 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Audience Insights of remarketing list is not yet supported in the AdWords API. If you haven't done so, you can follow our blog for any future updates like new releases. Thanks, Vincent AdWords API Team -- --

Re: Unable to get FinalUrls of keyword using API

2017-08-08 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Sarvagya, Could you provide your clientCustomerId and SOAP request and response logs so I can check this issue further? If you haven't enabled the SOAP logs yet, you can enable it by following the 'Configure logging' section of this document

Re: How to update existing keyword text using adwords php client library ?

2017-08-08 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Sarvagya, Could you confirm if this is the same issue on the other forum post that you created? Your description in this post is updating keyword text but the code is about getting

Re: Trying to get performance report on individual Display Ads across Placements

2017-08-08 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Garik, The information regarding your report was passed on by Peter to me, so I have also seen the screenshot you attached in your thread. Based on your screenshot, it seems that you are using a Google Analytics integration in retrieving the report. However, there are only four Google

Re: i lost my google adword account how i can get it back?

2017-08-08 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Adnan, It seems that your concern is more specific to the AdWords product level. Our team handles AdWords API related issues/concerns only. Please post this concern in the AdWords Community forum . Thanks,

Re: Trying to get performance report on individual Display Ads across Placements

2017-08-07 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Garik, It is good to hear that I am able to help. You can do something like this in your query: String query = "SELECT CampaignId, AdGroupId, Description, Headline, CriterionType, " + "Impressions, Clicks, Cost FROM AD_PERFORMANCE_REPORT " + "WHERE *CriterionType =

Re: Changing Customer Account Context

2017-08-09 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Joe, You can use the "Parallel report download" example to download the reports of all the accounts under your MCC. This example iterates through all of the accounts of your MCC and generate a

Re: AdWordsReportError

2017-08-09 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Zhen, For Geo Performance Report , you need to include the CountryCriteriaId as one of your

Re: AdWordsReportError

2017-08-09 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Zhen, If you are including a Date segment in your report, you also need to include a DURING clause in your report query. Please see sample code snippet below: report_query = ('SELECT Year, Date, DayOfWeek, MonthOfYear, CampaignId, CountryCriteriaId, CampaignName,'

Re: Dynamic ad targeting error

2017-08-07 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Alex, Could you confirm if you are using the AdWords API? In regards to the error message, if your value is not an exact multiple of the minimum unit of your account's currency, it will generate the BID_TOO_MANY_FRACTIONAL_DIGITS

Re: Access Opportunities via API

2017-08-07 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Vineet, Currently, the Opportunities feature is not yet supported in AdWords API. You can follow our blog for any future updates like new releases. However, the AdWords API supports bid landscapes

Re: How to differentiate between shared extensions (like call out) and account level extensions in the exported file

2017-08-22 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Qi, I understand your concern. However, our team only provides support to AdWords API related issues/concerns. Since you are generating the CSV file using AdWords Editor, and not from the AdWords API itself, then I recommend

Re: Extended text ads not matching script results

2017-08-20 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Brandon, It seems that your concern is specific to AdWords Scripts, and not the AdWords API. Please post this in the AdWords Scripts Forum as their team can better assist you on this. Note: I deleted your post as it contains

Re: How to access Adwords API without a developer key using Java?

2017-08-22 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Venkata, Yes, you need a developer token with basic/standard access to target an AdWords production account. If you are targeting a test account only, you can use a developer token with test account access. You may refer here

Re: AdWords Reporting - PHP

2017-08-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ejay, Aside from downloading the report file, you can also get the report data as String object: // $reportDownloadResult->saveToFile($filePath); *print $reportDownloadResult->getAsString();* >From the String object, you can then do a post-processing on your end to transform the value of

Re: Problem with downloading Audiences attached at Campaign level

2017-08-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Veli, I tried to execute the exact report query you provided in my test account and it worked successfully without any error. So I can further check this issue, could you provide to me your clientCustomerID as well as the complete report definition

Re: AdWords Reporting - PHP

2017-08-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ejay, For test accounts, all statistics like impressions and clicks would have 0 as value as the ads doesn't really serve. You can get a report with these two campaigns but with no impressions and clicks. Just ensure that the includeZeroImpressions

Re: Requesting tracking template for DSA and shopping campaigns

2017-08-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Max, You may refer here for the list of report types with TrackingUrlTemplate attribute. You may try these report types to check if the value of this attribute is null or not for these report

Re: 'Cost' Metric

2017-08-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Achmad, Yes, you are correct. All metrics (e.g. Cost ) with Money type are represented in micros in

Re: AdWords Reporting - PHP

2017-08-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ejay, Yes, you can filter by CampaignId in the WHERE clause for the Criteria Performance Report. You can refer to the code snippet below: 'WHERE CampaignId = "INSERT_CAMPAIGN_ID_HERE"

Re: Loop in the homescren

2017-08-18 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Adan, Your concern seems to be specific on the AdWords UI. Our team only handles AdWords API related issues/concerns. Kindly post this concern in the AdWords Community Forum as their team can better assist you

Re: Setting up Adwords API in PHP

2017-08-18 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ejay, Upon checking the CID you provided, the account is a manager account. You could not get the campaigns in a manager level. You need to set the clientCustomerId in the property file as the client/child account to use the CampaignService

Re: How do I distinguish between "search and featured display networks" and "search network only" campaigns, which field is used to determine?

2017-08-18 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Both "Search Network with Display Select" and "Search Network only" campaign types are identifiable by AdvertisingChannelType field of Campaign as SEARCH

Re: Difference between Enhanced_CPC and Manual_CPC with enhancedCpcEnabled

2017-08-17 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Anna, This seems to be a product level concern already. I recommend you to kindly post in the AdWords Community Forum as their team can better assist you on how these bidding strategies differ from each other.

Re: Keywords Data Not Matching with "Total - all account"

2017-09-14 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Han, Since your concern (keywords data do not match with "Total- all account" both in AdWords Scripts and AdWords UI) is more on the AdWords product level, then I suggest you to please post this in the AdWords Community Forum

Re: Question on ...\mcm\ManagedCustomerPage Object

2017-09-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Tim, If you want to get the clientCustomerIds associated to your refresh token (or basically, to your OAuth credentials), you can run the getCustomers() method of CustomerService. You don't need

Re: RetryCount & RateExceededError handling: use both or is RetryCount enough?

2017-09-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi B. Zwier, If you have set the RetryCount in your client library, then it will *automatically* *retry* your failed requests on a number of times depending on your value for this property. However, this does not guarantee that the RateExceeded error will be resolved after a max number of

Re: CustomerService->getCustomers only returns one Customer Client

2017-09-14 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Elton, It seems that you specified your clientCustomerId in your request (you set this in the property file) for getCustomers() that's why only one client account information is being returned.

Re: Rate limits and location search

2017-09-14 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Jens, The basic access level of a developer token can only execute up to 10,000 operations and 1,000 report downloads per day. If you believe that you will be exceeding these numbers on your end, then you need to apply for the standard access level as it provides you unlimited daily

Re: help me, adwords api not working

2017-09-14 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Samuel, Could you confirm if you are using the CustomerService.getCustomers() ? If so, then in order to retrieve all the client customers (with their clientCustomerIDs) associated to your OAuth2

Re: Feature request: Video Quartile columns in ACCOUNT_PERFORMANCE_REPORT

2017-09-19 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Hiromi, Yes, you are correct. The VideoQuartile25Rate and other metrics that you mentioned are available in other report types based on the link, but not in the Account Performance Report

Re: Create ads and apply label using BatchJob and TemporaryIds

2017-09-18 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Yes, you are correct. You can use temporary IDs for the dependent objects in your batch jobs. For the FILE_FORMAT_ERROR

Re: BatchJob upload operations returns 400

2017-09-19 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, A gentle follow up on this. If you are still experiencing this issue, kindly provide the information that I asked on my previous reply. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Get The Operations List

2017-09-19 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Could you provide more information on the operations list you are referring to? Are you referring to the list of operations than can be used in CampaignService, AdGroupService, and all other services? Thanks, Vincent AdWords API Team -- --

Re: problem with costs

2017-09-19 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Mark, Could you provide more information on what you meant by there are no reports in the AdWords API for costs? If you are referring to the cost in the ad level, then there is a Cost metric in

Re: Error: Client error: `POST https://www.googleapis.com/oauth2/v4/token` resulted in a `401 Unauthorized` response:

2017-09-22 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, To further investigate this, could you provide the authentication type that you are using as well as the client library? Also, please double check on your end if you have followed all the steps from our OAuth2 guide .

Re: How to get BatchJobLogger from AdWordsInternals?

2017-09-21 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Your concern seems to be client library specific, and not AdWords API specific. Are you using the Java client library? If so, then you can post your concern in the Java client library itself so the library owners can provide you

Re: Apply Developer Token with Read-Only Access Level

2017-09-21 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, It is possible to apply for a basic access of a developer token even though you only have a read only access. The read only access only applies to the permissible actions that you

Re: BatchJob upload operations returns 400

2017-09-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the whole error stacktrace generated in uploading batch jobs? Also, kindly provide your clientCustomerId and the failed batch job IDs so we can further investigate this. Kindly use the *Reply privately to author* option when replying. Thanks, Vincent AdWords API Team --

Re: how migirate adwords api v201609 to v201702

2017-09-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Could you confirm if you are using .NET client library? If yes, then there have been no announced changes to the AdWordsUser(). You can check this example with this method. Or, if you are

Re: Question regarding Predicates or AWQL

2017-09-21 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Vasile, A feature request has already been filed for this. However, this does not guarantee that the team will work on this and will be available soon. Kindly continue to follow our blog to check for any future updates.

Re: Question regarding Predicates or AWQL

2017-09-21 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Vasile, Are you referring to trackingUrltemplate of an ad group or ad? If so, then this field can be filtered on. However, you could not filter by the ad group/ads which has

Re: CustomerServer getCustomers throws UNEXPECTED_INTERNAL_API_ERROR

2017-10-04 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, I can see that you have also posted this as a private reply on this forum post , but will just reply here so we can track your concern better. Could you confirm if until *now,* you

Re: I can't find Adwords API center in account settings

2017-10-04 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Andrii, Could you provide a UI screenshot as well as your MCC ID and email address you used to logged in so I can check this further? Please use the *Reply privately to author* option. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: operand.adGroupId RequiredError and operand.ad, RequiredError in AddAdGroups.php Example

2017-10-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Alessandro, There is no adding of ad in the AddAdGroups example as this is supposed to add ad groups only given the campaign ID. Could you confirm if you have updated the example file? Below is the

Re: Conversion rate incorrect

2017-10-04 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Petrik, This is more on the AdWords product level concern, and not AdWords API specific. Our team only handles AdWords API related issues/concerns. This said, please post this in the AdWords Community Forum as

Re: Where can I check the adjusted bid I made in a placement?

2017-10-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ben, I was able to replicate your issue in my test account. This was due to incorrect variable referencing in your code. Please see updates below in your PHP code (in *bold*) which works successfully on my end: public static function runExample(AdWordsServices $adWordsServices,

Re: 48 Hours Batch Job Status is Still AWAITING_FILE

2017-10-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, I deleted your original post as it contains private information. In the future, please do not send confidential information. You can check our posting guidelines before you post. In regards

Re: Where can I check the adjusted bid I made in a placement?

2017-10-04 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ben, If what you meant is the actual value of the placement ID, then you can use the AdGroupCriterionService.get() and filter it by PLACEMENT criterionType

Re: Adwords getCustomers() method on CustomerService times out.

2017-10-02 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, The UNEXPECTED_INTERNAL_API_ERROR you encountered in the CustomerService could be due to a temporary issue in the servers or could be due to a bug. I have tested this service in my

Re: Where can I check the adjusted bid I made in a placement?

2017-10-04 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ben, Please see attached file for my complete Java code for setting bid modifier in a placement. Also, as a suggestion, please enable your SOAP logs if you haven't done so by following the "Configuring logging" section of this document

Re: How to make bid adjustments to automatic placements

2017-10-10 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Bruce, We have already talked before regarding bid adjustments on placements on this forum thread . However, I forgot to tell you that adjusting/setting bids in automatic placements

Re: IdeaTextFilterSearchParameter question

2017-10-10 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Steve, Could you provide your UI screenshot as well as your SOAP request and response logs so I can further check if both your Keyword Planner as well as the TargetingIdeaService have the same

Re: FeedItem service returns invalid characters.

2017-10-15 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Caihua, Could you confirm if this latest issue is targeting the clientCustomerId same as your old forum thread ? If so, then

Re: Composer - installing latest version of Adwords API

2017-10-16 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Matthew, This seems to be an issue on the PHP client library itself. With this, I suggest you to post this concern here so the library owners can provide you better assistance on this. Thanks, Vincent AdWords API Team -- --

Re: Keyword Planner responses with ERROR when one Keyword from Keywordsarray is not Found.

2017-10-16 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Dimitri, To investigate this further, could you provide your clientCustomerId as well as your SOAP request and response logs when this issue occurred? Kindly use the *Reply privately to author* option when replying. Thanks, Vincent AdWords API Team -- --

Re: missing adwords in oauthplayground

2017-10-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Simon, Please follow the guide here for the OAuth2 playground. You need to manually input the "https://www.googleapis.com/auth/adwords; and click the Authorize APIs button for the AdWords API. If you

Re: 48 Hours Batch Job Status is Still AWAITING_FILE

2017-10-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Upon checking with the team, it looks like there are no operations being sent in your batch job. This is probably why the batch job is shown as AWAITING_FILE status. Please try to send the batch job operations again and let us know if the issue still persists. Thanks, Vincent AdWords API

Re: How to refer 0 impressions keyword performance in the report.

2017-10-06 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, The Keywords Performance Report supports zero impression, so it is possible to return rows with zero impression. Upon checking your code above, setting includeZeroImpressions() to true is

Re: CURL + SOAP GETING CAMPAINGS

2017-10-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Since you are not using one of our client libraries, could you confirm if you have followed this guide for an API call using cURL? Also, based on the guide, it seems that your $authurl value is

Re: Search Query Performance Report for ALL TIME returns i.e. 20k impressions while customer has 400k impressions

2017-10-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Olexandr, Could you provide your clientCustomerId as well as your UI report screenshot? If possible, please highlight what specific results has discrepancy in the number of impressions. Kindly use the *Reply privately to author* option when replying. Thanks, Vincent AdWords API Team --

Re: keywords performance report - zero impressions keywords partially missing

2017-10-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, So I can further investigate this, can you provide your clientCustomerId as well as your report definition ? If you are comparing the data with the AdWords UI (since you said that you are manually

Re: SET the campaign GeoTargetTypeSetting only works first time

2017-10-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Luis, It is weird that you were able to successfully update on your first instance on the GeoTargetTypeSetting of your campaign. Based on your code snippet, you are setting the

Re: SET the campaign GeoTargetTypeSetting only works first time

2017-10-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Luis, It is weird that you were able to successfully update on your first instance on the GeoTargetTypeSetting of your campaign. Based on your code snippet, you are setting the

Re: HeadlinePart1 line too wide error

2017-08-30 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Carmine, Apologies as I have not realized this at first. It should not have considered the *{keyword: } *in counting the length of characters. In my test account, I was able to add successfully an expanded text ad with headlinePart1 same as yours. Below is the sample SOAP response which

Re: Error checking authorization

2017-09-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Tim, Apologies for the delayed response. For both OAuth2TokenBuilder and AdWordsSessionBuilder, a known exception to be thrown is InvalidArgumentException

Re: GEO_PERFORMANCE_REPORT CityCriteriaId returns entities that aren't cities

2017-09-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Amit, A gentle follow up on this. If you still have confusions/issues regarding this, kindly provide the information that I asked previously via *Reply privately to author*. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: how migirate adwords api v201609 to v201702

2017-09-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, To upgrade to an API version, you need to download the client library from here . Since you will migrate to v201702, please see this migration guide .

Re: Timed out connect in add complete campaign workflow

2017-09-04 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Carmine, It seems that this issue is the one that you have told us privately on this forum post . As I have told previously, you can also try to increase your socketTimeOut to more than 60

Re: 400 BAD REQUEST on reporting

2017-09-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Tim, You are missing the reportName and dateRangeType in your request. Kindly see this sample report definition so you can emulate on your end. If the issue still persists after doing the

Re: Fatal error: Uncaught Error: Access to undeclared static property:

2017-09-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Pradeep, In regards to your error in PHP, you need to set a defined constant value in the dateRangeType as the LAST_7_DAYS constant value is under ReportDefinitionDateRangeType object. Meaning, you could not just create a variable and set it in ReportDefinitionDateRangeType. Kindly set it

Re: How to verify search locations for Radius Targeting

2017-09-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Jiwon, Currently, there's no way to verify if the provided location information is country, city, postal code or street address via AdWords API. In the UI for radius targeting, if you'll search for a location, it may provide you the whole address (this also depends on the searched

Re: Report definition not recognized when making SOAP request

2017-09-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Could you confirm if you are getting the report fields (in Java) in your request? If your goal is just to get the report fields of AdGroup Performance Report, then you can use the example that I

Re: About impression share

2017-09-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Phu, Thanks for the clarification. Apologies that I have not realized that you are using the "Search Impression Share" in your original UI screenshot. The equivalent of this is the SearchImpressionShare

Re: Report definition not recognized when making SOAP request

2017-09-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Thanks for this information. Since you are not using our client libraries, please make sure that you followed the XML schema definition in creating a report definition

Re: About impression share

2017-09-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, For your first question, you are right. You can get it using ContentImpressionShare metric of Campaign Performance Report. This will return the same results as the UI

Re: Fatal error: Uncaught Error: Access to undeclared static property:

2017-09-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Pradeep, Since you will be using a custom date range based on the user's selection, then you can use a CUSTOM_DATE for the dateRangeType. Below is a sample PHP code snippet on how to do this: $range = new

Re: Ability to export the Adhoc AWQL query that gets generated when using a report.

2017-09-25 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Goutham, It seems that the feature that you are using in the UI is the custom columns for reports. Currently, this feature is not supported via the AdWords API, therefore, it is not possible to export or create an AWQL query for custom columns or joined columns from different reports types.

Re: How to get the average cpc of a google shopping product ?

2017-09-25 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, You can check this guide on how to create reports in the AdWords API. You can refer to this reporting example

Re: Can I get and Remove Extensions Using Adwords API on .NET ?

2017-09-28 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Samir, Yes, you can get and remove extensions in the AdWords API. You can use the get() and mutate()

Re: Can we reproduce the Auction Insights report via the API?

2017-09-28 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Asad, Currently, Auction Insights report is not available in the AdWords API. I could not provide any timeline if when this will be available in the AdWords API. Kindly continue to follow our blog for any future updates like

Re: 0 results obtained each time

2017-09-28 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, You need to set the clientCustomerId as your client account, and not an MCC account as the services (CampaignService, AdGroupService, etc.) that you are using to retrieve the entities are for client accounts only. Actually, all the services in the AdWords API except ManagedCustomerService

Re: List negative audience user list

2017-10-01 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Sandeep, If you want to retrieve a negative audience user list with statistics (e.g. Clicks, Impressions, etc.), then I am afraid that this is already not supported in the Audience Performance Report

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR on AdCustomizerFeedService

2017-10-02 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Toshinori, The UNEXPECTED_INTERNAL_API_ERROR you intermittently encountered in the AdCustomizerFeedService could be due to a temporary issue in the servers or could be due to a

Re: Report is not downloading with content (coming Blank file ) with not CSV extenstion and not getting any error.

2017-10-01 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Naresh, One of the PHP library owners has already responded you on the issue that you created. Since this is more on the PHP client library, kindly continue the discussion there. Thanks, Vincent AdWords API Team -- --

Re: 0 results obtained each time

2017-10-02 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, As I have said previously, you should only use the client account on those services, and not an MCC account. Since you said that you still have 0 result even with the client account, could you provide your SOAP request and response logs via *Reply privately to author* so I can further

Re: Where can I check the adjusted bid I made in a placement?

2017-10-03 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, You can use the 2nd screenshot (Display network tab) to check if the changes to your bidModifier for placement was applied. You may also use the "View history" if you want to check for the detailed change history of an entity. Also, based on your second screenshot for the "listverse.com"

Re: Where can I check the adjusted bid I made in a placement?

2017-10-03 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ben, You can refer to the below Java code on which you can convert to PHP as this is just a simple code: Placement urlPlacement = new Placement(); urlPlacement.setId(XXX); urlPlacement.setUrl("site.www.hello.com"); BiddableAdGroupCriterion adGroupCriterion = new

Re: Report is not downloading with content (coming Blank file ) with not CSV extenstion and not getting any error.

2017-09-26 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, I tested your code against my account using PHP and I was able to download the report in a CSV file successfully. Although, what I have noticed is that there are two files being created. One is a blank file with no extension, and the other one is with CSV extension. And when you opened the

Re: Report is not downloading with content (coming Blank file ) with not CSV extenstion and not getting any error.

2017-09-26 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, I tested your code against my account using PHP and I was able to download the report in a CSV file successfully. Although, what I have noticed is that there are two files being created. One is a blank file with no extension, and the other one is with CSV extension. And when you opened the

Re: Report is not downloading with content (coming Blank file ) with not CSV extenstion and not getting any error.

2017-09-26 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Naresh, I could not see any mistake in your code as I was able to run your exact code in my test account. I just added the correct library imports in the file, and instead of explicitly setting the OAuth2 and session configurations, I used the property file in getting these data. Please see

  1   2   3   4   >