Re: Status in Campaign Performance Report through API

2017-06-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Campaign Performance Report in AdWords API is equivalent to the Campaigns tab in the AdWords UI. I see that you are referring to reports available in the Manager account. The ServingStatus field in the Campaign Performance Report should be used to check if a Campaign is serving ads. The

Re: AdCustomizers on TextAd will not allow when default value is missing.

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The default value is not mandatory. If you include a default value in one reference in an Ad, you need to include default values for other ad customizer references as well. Or you can create an Ad without default values in any of the Ad customizer references. You can use either of the

Re: Status in Campaign Performance Report through API

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The Status field corresponds to the ServingStatus field in Campaign Performance Report. Regards, Shwetha, AdWords API Team. -- --

Re: Automatic file submission for reimbursement

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jossie, I'm afraid this functionality is not supported in AdWords API. You need to use this guide to request a click investigation. Regards, Shwetha, AdWords API Team. -- --

Re: API ignores PriceUnit PER_NIGHT value on Price extensions

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The PER_NIGHT PriceExtensionPriceUnit was included in the v201705 version of AdWords API. If you use v201702 or earlier versions of AdWords API, you'll not

Re: Status in Campaign Performance Report through API

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you tell me which tab in the UI corresponds to the screenshot attached? Please note that the data in Campaign Performance Report maps to the Campaigns tab in the UI. Regards, Shwetha,

Re: Remaining budget in Adwords Api

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Unfortunately, the BudgetOrderService will not return the account budget, remaining amount or % spent as it is. But you will be able to calculate these values from the available API fields. - The

Re: Explicit AdWords limits

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The targeting options listed here which are available at the AdGroup level count toward the limit of 5 million ad group targeting items per account. Both positive and negative criterion contribute to this limit.

Re: AdWords Report link

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid there isn't a direct link for report downloads with logging in to your account. The data available in the Billing section is not supported in AdWords API reports at the moment. If you have enabled consolidated billing for your accounts, you can use BudgetOrderService.get()

Re: AdCustomizers on TextAd will not allow when default value is missing.

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, When you create TextAds with Ad customizers, if you use a default value while inserting a custom value , you need to provide the default value in all the AdCustomizer references in the ad. You

Re: Getting CustomerId with PHP

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you try the code snippet provided below? $customerService = $adWordsServices->get($session, CustomerService::class); $customers = $customerService->getCustomers(); //assuming that only one AdWords account is directly accessible by the authenticated account $customer = $customers[0];

Re: AdWords Report link

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Are you looking for the data available in the *Budgets* tab in the *Shared library* section of your AdWords account? If so, you can use AdWords API to download a Budget Performance Report which

Re: Authentication without user interaction (NODE.JS)

2017-05-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, All AdWords API calls must be authorized through OAuth2 . You could consider using service accounts to access AdWords API. Service accounts employ an OAuth2 flow that doesn't require human

Re: Conversion Window Correction

2017-05-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Ryan, Since metrics may occasionally be updated when a conversion occurs days after the initial click, it is recommended that you update your reports to get the recent account data. You can chose the frequency at which you perform this update based on the conversion window for the

Re: Filter for YouTube Campaigns only via Reports

2017-05-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Greg, You need to use a predicate to filter for rows where AdvertisingChannelType is VIDEO to get performance data related to Video campaigns using the Campaign Performance Report

Re: Some attributes in AdPerformanceReport behave like segements

2017-05-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alex, The CriterionType and IsNegative fields provide the attributes of the criterion

Re: POLICY_ERROR

2017-05-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to update the ADD operations with the ExemptionRequest as described here

Re: Getting CustomerId with PHP

2017-05-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, ManagedCustomerService requires the clientCustomerId to be set in the request header. If you are looking to get the CustomerId using the OAuth2 credentials, you could consider using

Re: Difference between Dynamic Display Ads vs. Responsive Display Ads.

2017-05-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we address technical issues related to AdWords API. Since your question is related to the Ad types and the AdWords product in general, I would suggest that you post your question in the AdWords Community Forum

Re: Can you use the API to pull a campaign performance report at the MCC level?

2017-05-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tim, A report request can only include data from a single AdWords account. To gather reporting data for all the accounts under your MCC account, you need to submit a separate report request for each account by setting the clientCustomerId header. The ParallelReportDownload

Re: Display Network

2017-05-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to use CampaignCriterionService to retrieve campaign level criteria like placements, specific keywords,

Re: is there a way we could create ad instead of using 'Lightbox'?

2017-05-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid Lightbox Ad type is not supported in AdWords API at the moment. The list of AdTypes supported in the API are provided here . Please keep an eye on the Google Ads developer

Re: Accessing Product Ad's URL Information

2017-05-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The details of a ProductAd are taken directly from the product details in the linked Merchant Center account. You need to use Content API for shopping to get the URL details for individual products. Please

Re: DEVELOPER_TOKEN_NOT_APPROVED

2017-05-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, This error occurs when you use an unapproved developer token to target a production AdWords account. You need to apply for Basic access

Re: v201607 - INVALID_FIELD_NAME_FOR_REPORT combination of ClickType and video quartile columns stopped to work ?

2017-05-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I see that this change was introduced in AdWords API v201702 . I'll get in touch with the team to have the documents updated. Could you retry the report request with

Re: How To get Location name on adwords platform

2017-05-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The campaign location target data in the *Locations* tab maps to the Campaign Location Target Report in the API. You can use LocationCriterionService

Re: Setting autoTaggingEnabled

2017-05-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to set the target account's Id as the clientCustomerId in the request header when you execute the getCustomers() method so that the details of that particular AdWords account are

Re: Setting autoTaggingEnabled

2017-05-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi KDJ, The getCustomers() method takes no arguments and returns a list of Customer objects. This is probably why you encounter the "Arithmetic operation resulted in an overflow" error. Could you change that line of code to the one below and let me know if it works? Dim Customer As Customer

Re: database with countries and cities in Russian

2017-05-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid the LocationCriterion details and codes are only available in English at the moment. You could try using Translate to get these details in Russian. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: v201607 - INVALID_FIELD_NAME_FOR_REPORT combination of ClickType and video quartile columns stopped to work ?

2017-05-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, View-through conversions track the value of your display or video ad campaigns to measure the conversions where a customer saw—but didn't click—an ad before completing a conversion. Since there isn't a click associated with these conversions, the ClickType field is not compatible with

Re: [PHP SDK] - How to change the clientCustomerId on the new SDK

2017-05-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Vladimir, You can provide the OAuth2 configuration details while building the OAuth2 credentials and session object. Please see OAuth2TokenBuilder.php and

Re: Search volumes - can't get it to work.. PHP

2017-05-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mark, I see that you are setting the location criterionId as 2558 which corresponds to Nicaragua. The LocationCriterionId for Netherlands is 2528. This could be the reason you see that the search volumes are not being returned as expected. Could you retry the request with the correct

Re: This ad is incompatible with this ad group

2017-05-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Do you face this error when you try to create a responsive ad in the AdWords UI? If so, I would suggest that you post your question on the AdWords Community Forum as they are better equipped to address this

Re: Are Keywords (Criterions) unique?

2017-05-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Youri, Criteria in the AdWords API are uniquely identified by the combination of their CriterionID and either the CampaignID or AdGroupID, depending on where the criteria is. Since this keyword is being added to a different AdGroup, the (4249136, 324002149674) pair is not the same as

Re: How to identify low search volume keywords in TargetingIdeaService?

2017-05-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Benjamin, Could you enable logging and provide the complete SOAP request and response logs so I can take a look? Since AdGroupCriterionIds are not globally unique, it'll be difficult for me to troubleshoot. Please use *Reply privately to author* when responding. Regards, Shwetha, AdWords

Re: Getting Type of AdWords Feed

2017-05-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Patrick, Feeds which are managed by the system (Origin='ADWORDS') only support one feed per extension type. Only one feed mapping for a placeholder type is allowed per feed or customer and a feed mapping for a system generated feed cannot be operated on. You can use FeedMappingService

Re: use test account access developer token into an application with OAuth authentication

2017-05-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can continue using your developer token, which has test access, to make requests against your test AdWords accounts. Could you provide more details on how you are using AdWords API in your application, especially the API service or report being used? Please note that you'll not be

Re: Keeping the access token valid during API calls

2017-05-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Josh, This guide provides an example on implementing OAuth2 authentication using web flow. Could you try using the code snippet provided in that guide to get your OAuth2 tokens? If this

Re: How to identify low search volume keywords in TargetingIdeaService?

2017-05-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Benjamin, You need to use Keyword Planner to get keyword ideas and traffic estimates. TargetingIdeaService and TrafficEstimatorService

Re: Creating Audiences via API with including/excluding by pagePaths

2017-05-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Martin, On this forum, we address technical questions related to AdWords API. Since your query is related to AdWords Scripts, I would suggest that you post your question in the AdWords Scripts forum . Regards, Shwetha, AdWords API

Re: Are Keywords (Criterions) unique?

2017-05-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Youri, The AdGroupCriterion is not globally unique. It is unique only in the scope of the AdGroup. The (AdGroupCriterionId, AdGroupId) pair is globally unique. Please see this guide for

Re: i want help form GetCampaigns return zero result

2017-05-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid Lavarel is not in scope for my team. You will not be able to fetch campaigns from a manager account. Campaigns are associated with AdWords client accounts. If you set clientCustomerId in the API request to the ID of the AdWords accounts under your manager account, you'll be able

Re: INFO:oauth2client.client:Refreshing access_token INFO:oauth2client.client:Failed to retrieve access token: { "error" : "invalid_client", "error_description" : "The OAuth client was not found.

2017-05-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the type of OAuth2 credential being used in your application? Could you also check if the OAuth2 client Id is associated with the clientCustomerId or one of its manager accounts? Please provide the SOAP request and response logs generated along with the email address

Re: [PHP SDK] - How to change the clientCustomerId on the new SDK

2017-05-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Vladimir, You need to use the AdWordsSessionBuilder to build a session for a specific clientCustomerId as shown here

Re: How to identify low search volume keywords in TargetingIdeaService?

2017-05-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Benjamin, Have you tried using the Keyword Optimizer to identify high-quality keywords? You may see a difference in the search volume statistics and the actual traffic your keywords receive for various reasons

Re: reportType for percent fields

2017-05-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid I don't have a timeline for when this will be available via ReportDefinitionService. Please keep an eye on the blog for any updates. Regards, Shwetha, AdWords API Team. -- --

Re: Service SoapCalls lead to FD table is full errors

2017-05-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tobias, Since this issue is specific to the Google Ads API PHP Client Library , I would suggest that you post your questions in the library's issue tracker so the library owners can

Re: Location Ad Extension through the API

2017-05-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Please see my answers below: 1. Extension setting services do not include support for location extensions. You need to use FeedService to add your location extensions. Please see this

Re: reportType for percent fields

2017-05-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The ReportDefinitionService will return the fields provided here . I'm afraid the detailed description of the field, which contains the expected format of the values, is not

Re: Ad Customizer with CSV/Excel

2017-05-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dave, I'm afraid you cannot directly use a CSV/Excel file to upload the Ad Customizer Feed through the API. You'll need to parse the CSV/Excel file and use the values to set up the feed as described here

Re: reportType for percent fields

2017-05-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Please see this guide for more details for the format of different fields in AdWords API reports. It is recommended that you check the description of each field about the expected format of

Re: Is there any service URls for Fetching the adperformance reports by using the adwords api

2017-05-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, A complete example to download a report without using a client library is provided here . You need to make a HTTP POST to the AdWords server at the following URL:

Re: Ad Performance Report : report null when date is added

2017-05-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you retry this report request by setting the includeZeroImpressions header to true? The ClickType

Re: Connection between ad id and placement id

2017-05-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alexey, You need to include the CriterionId and CriterionType fields in the request to Ad Performance Report to get the criteria that triggered the ad. You can then use the Placement Performance

Re: Java - cannot retrieve Youtube campaigns

2017-05-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Philippe, Video campaigns are only supported in AdWords API reports at the moment. You'll not be able to use CampaignService to retrieve these campaigns. You need to download a Campaign Performance Report

Re: URL_PERFORMANCE_REPORT Clicks and quartiles are at 0 for youtube trueview diffusion

2017-05-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the report definition used along with your clientCustomerId? Have you tried using the Placement Performance Report to get the stats associated with your placements? Please use

Re: Conversion tracking

2017-05-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Shubham, I'm afraid this data is not available in AdWords API reports at the moment. Please keep an eye on the Google Ads Developer blog for updates or announcements about this feature. Regards, Shwetha, AdWords API Team.

Re: Simulate The Ad Preview Tool

2017-05-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sandro, On this forum, we address technical questions related to AdWords API. I would suggest that you post your question in the AdWords Scripts forum . Regards, Shwetha, AdWords API Team. -- --

Re: product_partition_id no longer unique

2017-05-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Friedrich, You need to use the {adgroupid} parameter to capture the Id of the AdGroup associated with a click. The AdGroupCriterion ID is only unique within an Ad Group. Its not globally unique. You need to use the (AdGroupId, CriterionId) pair to identify individual criteria. Please see

Re: Repeated authorization code

2017-05-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Warren, The parameter approval_prompt is now prompt. To get the behavior similar to approval_prompt=force I would suggest that you change your app to use prompt=consent. Please see this forum post for more details. In

Re: AdGroupService returns entries on test account, but not on my real account.

2017-05-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Steven, You need to create an UploadConversion , and then you can use the OfflineConversionFeedService

Re: AdGroupService returns entries on test account, but not on my real account.

2017-05-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Steve, Could you enable logging and provide the SOAP request and response logs for the request to your production account? Could you also confirm that you are using the OAuth2 credentials associated with your production account to make this request and that the clientCustomerId used in the

Re: Download Video Targeting --> Demographics --> household Income data through Adwords API

2017-05-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Scott, The household income criterion is not supported in AdWords API at the moment. Those rows are excluded from the Criteria Performance Report. You could try running an Ad Performance Report and

Re: How get developer token in test account?

2017-05-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, A developer token is associated with a production manager account, not a test manager account. You need to create a production manager account and then follow these steps

Re: Could I set a specific level (ie: country, city) when I search Location ID for Location Name when using "LocationCriterionService"?

2017-05-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, As stated here , the locationName field is filterable only in LocationCriterionService and cannot be greater than 300 characters if used as a filter. I'm afraid the

Re: Example code on capturing usage count

2017-05-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, For requests to API services, the response contains the *operations* header , which is the number of operations performed in this request. You can log this value to keep track of the operations

Re: Repeated authorization code

2017-05-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Warren, Could you confirm if you followed the steps listed here to setup OAuth2 for API access? Are you saving/caching the authorization code in your application? An end-to-end

Re: Repeated authorization code

2017-05-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Warren, Could you provide the type of OAuth2 credentials used and also describe how you have implemented OAuth2 authentication in your application? Thanks, Shwetha, AdWords API Team. -- --

Re: URGENT - lost account info

2017-05-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jon, You need to use this troubleshooter to fix sign-in issues in your AdWords account. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Repeated authorization code

2017-05-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Warren, Yes, as James states, an authorization code can only be used once to get a short-lived access token and a refresh token. You'll not be able to use an authorization code more than once. You'll need to reauthorize to generate a new authorization code. You can use the refresh token to

Re: Getting account info without refresh token on second "authorization" request.

2017-05-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi James, If you are using Installed application flow , the refresh tokens are always returned. You can prompt the user to re-authorize your app by adding the prompt=consent parameter to the authentication request

Re: Account extensions: Add new extensions

2017-05-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Rafa, Could you provide the complete SOAP request log for these operations as well? To prevent the new settings from overwriting the old settings, you need to send back all feed items, even if you're modifying just one item. I see that you are adding the REMOVE operations after the ADD

Re: When will Expanded DSAs be supported?

2017-05-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Oliver, Expanded DSA ads are not supported in AdWords API at the moment. Please keep an eye on the Google Ads developer blog for any updates or announcements about this feature. Regards, Shwetha, AdWords API Team. -- --

Re: How can you download an API report that included Audiences at Campaign level?

2017-05-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Rachel, You can add it as a field to get both campaign level and ad group level audience targets. If you would like to retrieve audience targets only at the campaign level, you can use this field in a predicate. This field was added to the Audience Performance Report in AdWords API version

Re: BudgetOrderError.GENERIC_BILLING_ERROR @ operations[0].operand; trigger:'Customer Budget failed to save'

2017-05-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alexandra, Could you perform a BudgetOrderService.getBillingAccounts() request using the same OAuth2 credentials you used in your ADD operation to see if it returns the BillingAccount

Re: getting unmarshalling error on radiusInUnits using CampaignCriterionService

2017-05-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Thom, It does look like an issue specific to the PHP client library. Since you have already opened an issue in the repository, you can follow that thread to get this issue resolved. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: How can you download an API report that included Audiences at Campaign level?

2017-05-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Rachel, Starting with AdWords API version v201609 the Audience Performance Report includes audiences

Re: Question regarding ManagedCustomerService and the CanManageClients property

2017-05-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Vasile, Yes, hypothetically, if an AdWords Manager account has no child accounts, and you make a ManagedCustomerService.get() request against this account with the predicate "WHERE

Re: getting unmarshalling error on radiusInUnits using CampaignCriterionService

2017-05-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Thom, Could you provide more details on how you are adding this CampaignCriterion in question? It looks like the value sent in the radiusInUnits is being formatted incorrectly in your production environment. The API expects a double value for the radiusInUnits

Re: Fail adding geo targeting location - EntityCountLimitExceeded.ACCOUNT_LIMIT

2017-05-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alon, Please see my answers below: 1. The limit of 1,000,000 campaign targeting items applies to all targeting types. 2. The targeting types listed here count towards this limit. Campaign-level

Re: How to create dynamic Targeting 'All websites'

2017-05-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Patrick, You'll need to create a Webpage criterion with the following WebpageParameter

Re: Geotargets list update

2017-05-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Oskana, I would not recommend on using the static URLs. If the GeoTargets table is updated, it could be available at a different URL. Instead, you can use LocationCriteironService in AdWords API

Re: BatchJobProcessingError.INTERNAL_ERROR

2017-05-05 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alexander, Thank you for providing the sample BatchJobId. Do your BatchJobs get canceled due to BatchJobProcessingError.INTERNAL_ERROR as well? Sam, Could you send over the Ids of a few BatchJobs which were canceled with the error as BatchJobProcessingError.INTERNAL_ERROR? Thanks,

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR thrown when fetching ads from AdGroupAdService

2017-05-05 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Suvodhoy, Could you enable logging and send over the SOAP request/response logs for these API requests which failed with an InternalApiError.UNEXPECTED_INTERNAL_API_ERROR? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- --

Re: How to set multi keywords in Google Near By Place API ... ???

2017-05-04 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we address questions related to AdWords API. Questions related to Maps API are not in scope for this forum. I would suggest that you use the options available here to get your queries answered. Regards, Shwetha,

Re: Labels field, Invoice Description field

2017-05-04 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Devi, You'll need to make a request to AccountLabelService to get the account labels and LabelService to retrieve the

Re: Labels field, Invoice Description field

2017-05-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can use AccountLabelService to create and manage labels that can be applied to managed customers and LabelService

Re: Use TargetingIdeaService to get monthly search volumes for more then 12 months

2017-05-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Patrick, I'm afraid you cannot use custom date range to retrieve historic search volume data like in the UI. The TargetingIdeaService only returns TARGETED_MONTHLY_SEARCHES for the last 12 months.

Re: Remove Sitelink Account extension

2017-05-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, When you perform a CustomerExtensionSettingService.mutate() request to remove a Sitelink extension, only that extension at the Account level ( CustomerFeed

Re: QuotaCheckError.ACCOUNT_INACTIVE Error

2017-05-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Gal, The QuotaCheckError.ACCOUNT_INACTIVE error occurs when the AdWords account referred by the clientCustomerId is inactive. Could you check if the account in

Re: Invalid predicate name: AdGroupType

2017-05-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you check the API version you are using at the moment for this report download? The AdGroupType field was added to the ADGROUP_PERFORMANCE_REPORT in API version v201702

Re: Campaign Performance Report - Pulling Search/Display/Video Totals from API?

2017-04-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Connor, Could you provide the complete report definition you use along with your clientCustomerId and the totals you receive in the downloaded report so I can take a look? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- --

Re: AdWords account limits

2017-04-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Henry, The removed entities in your account do not count toward these limits . Status changes at the campaign level will affect the statuses of the ad groups, ads, and keywords within it. A status change at the ad group level will

Re: Campaign Performance Report - Pulling Search/Display/Video Totals from API?

2017-04-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Connor, You could consider using the AdNetworkType1 and AdNetworkType2 fields in a predicate to filter results for different networks and set the skipReportSummary header to false to get the totals for the

Re: API Support for individual adwords for video placements

2017-04-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Holly, Video Campaigns are supported in Campaign Performance Report (AdvertisingChannelType = VIDEO) and Video Performance Report

Re: Adwords API reporting on Daily Budgets over a historic time frame

2017-04-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Scott, If you're looking for the total Cost associated with your accounts for a certain period, I would recommend that you use Account Performance Report as it provides the statistics

Re: Assigning an AdCustomizer row to multiple AdGroups

2017-04-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid a FeedItem can include only one AdGroupId in the AdGroupTargeting attribute. If you would like to use a FeedItem for multiple AdGroups, you'll need to clear the

Re: Assigning an AdCustomizer row to multiple AdGroups

2017-04-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can use the same Ad customizer feed in different AdGroups. If you would like to use the adGroupTargeting attribute of a FeedItem to restrict the feed item to only a specific

Re: Rollover unspent budget

2017-04-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can calculate the remaining budget available in your account budget and create a new budget for the next month and use this unspent amount when setting the spendingLimit .

Re: How to use adwords API from postman

2017-04-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jose, This guide provides an example SOAP request and response. You can use this as a reference and construct the SOAP request in Postman. You'll need to provide the access token in the authorization

<    1   2   3   4   5   6   7   8   9   10   >