Re: What is the difference between ManagedCustomerService and CustomerService?

2017-08-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sunil, CustomerService can be used to get information about individual accounts by setting the clientCustomerId in the request header or get the list of accounts directly accessible by the authenticated

Re: PLACEHOLDER_FEED_ITEM_REPORT not returning all feed items

2017-08-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jim, The ACTIVE_ADGROUP_FEEDS_PER_ACCOUNT limit applies to non-removed AdGroupFeed objects in an account. If a set of FeedItems are added as extensions to N AdGroups, it counts as N ad

Re: Google Adwords showing record for Campaign Id, while API returns nothing

2017-08-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you tell me how you are retrieving the data for your campaigns? Are you using CampaignService or Campaign Performance Report

Re: Selector Fields class for Report fields?

2017-08-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Joel, There aren't any enum types in the Java client library for fields in a Report definition at the moment. I'll pass this feedback on to the team. You could also consider creating an new thread on the library's issue tracker .

Re: partialFailure for OfflineConversionFeedService broken in v201708?

2017-08-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Robert, When the partialFailure header is set to true, the service will return results for successful operations and errors for failed ones. Could you enable logging and provide the SOAP request and response logs for

Re: RMF C.710 - Set userlist targeting bid adjustment for search network campaigns and ad groups

2017-08-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to follow the instructions in the guide I provided earlier by choosing the *Audience* tab. I would suggest that you contact AdWords support for any further questions on setting or editing the bid adjustments in the UI.

Re: Set TargetingSettingDetail on BiddableAdGroupCriterion

2017-08-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to set the TargetingSettingDetail at the Campaign or AdGroup level

Re: Cannot set ProductBiddingCategory for campaign, category ID is converting to exponential

2017-08-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Veronica, Could you provide the following details? - PHP version and if you are using 32-bit or 64-bit PHP - PHP client library version Could you also enable logging and provide the SOAP request and response so I can check if

Re: Empty CRM list after uploading 1000+ mails yesterday

2017-08-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Francisco, It takes 6 to 12 hours for a list to be populated with members. If the uploadStatus is "IN_PROCESS", it means that the upload operation is still in process.

Re: RMF C.710 - Set userlist targeting bid adjustment for search network campaigns and ad groups

2017-08-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, In AdWords UI, you can set the bid adjustment as described here . This guide lists the bid adjustment eligibility for different campaign types. I would suggest that you

Re: How to get Disapproved Ad extensions?

2017-07-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Ronak, Thanks for clarifying. I'm afraid the PolicyData field is not filterable at the moment. You'll have to post-process the response to get the disapproved FeedItems. If you are

Re: CampaignLocationTarget report - line without Location ID

2017-07-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Vlad, The row in the downloaded Campaign Location Target Report with "--" for the Location Id corresponds to "Other locations". These are locations where your ads have appeared, but aren't

Re: Issue pulling SearchBudgetLostImpressionShare - Interval "YESTERDAY"

2017-07-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Andrew, Impression share metrics for Search Network and Display Network campaigns are updated at approximately 1pm Pacific Time, while Shopping campaigns are updated at approximately 2pm Pacific Time. The impression share data you see won’t reflect the current day, and it may not include

Re: How to get Disapproved Ad extensions?

2017-07-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Ronak, Thanks for the input. I'll get in touch with the team to see if the PolicyData fields can be filterable. Please keep an eye on our blog for any updates or announcements. Regards, Shwetha, AdWords API Team. -- --

Re: Applied for basic access and specified we weren't going to use the TargetingIdeaService or the TrafficEstimatorService. Now we do want to use them. How to proceed?

2017-07-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tom, You need to fill out the tool change form to update your permissible use. You can also contact the AdWords API Compliance team using this form for questions regarding AdWords API

Re: Campaign API Attribute Documentation

2017-07-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi James, You can take a look at the Campaign reference page which lists all the elements that define an AdWords Campaign. The reference page also describes the behavior and requirements of each

Re: How to Set title to Spread Sheet?

2017-07-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Eshwar, On this forum we address questions related to AdWords API. I would suggest that you post your question on the AdWords Scripts Forum as they are better equipped to address this question. Regards, Shwetha, AdWords API Team.

Re: Getting wrong/different AdGroupIds when running basic operation "get ad groups"

2017-07-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Garik, Could you check if you are using a 32-bit PHP? If you're using 32-bit PHP, you'll need to change all instances of intval() to floatval() before running an example. This is due to some IDs exceeding the 32-bit PHP_INT_MAX that intval() changes your value to. Please retry this example

Re: ImageAd's adToCopyImageFrom

2017-07-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the SOAP request and response logs for this AdGroupAdService.mutate() request? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: How to get the email address of an user that connects with oAuth2

2017-07-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, To retrieve the email address, you need to include the scope: " https://www.googleapis.com/auth/userinfo.email; as mentioned in this document. If this scope is included while you generate the refresh token, you should

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-07-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you confirm that you generated the refresh token by logging in to your production manager account when you switched from test to production environment? Please provide a sample request and response log along with the email address used to generate the refresh token so I can take a

Re: How to get the current account balance?

2017-07-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Are you talking about the remaining amount of an Account budget? I'm afraid its not possible to get this information using AdWords API at the moment. You can keep an eye on our blog for updates or announcements about new

Re: Countrycode and report Geo performance report

2017-07-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David, You need to use the selector from your initial post to retrieve the Geo Performance Report . I'm afraid its not possible to get the Cost using LocationCriterionService. Once you get the

Re: How can I get cost(spend) per campaign through AdWords Java API?

2017-07-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to use AdWords API reports to get the performance statistics associated with your AdWords account. You need to download a Campaign Performance Report

Re: Call Ad Extension: Retrieve full list across all campaigns

2017-07-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mario, You need to use FeedItemService.get() to get the list of FeedItems in your Call Extensions feed. You can then use these FeedItems to create the CampaignExtensionSetting

Re: How to Remove Account Access from MCC

2017-07-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Ronak, The procedure to unlink an account created via ManagedCustomerService is the same. You need to use ManagedCustomerService.mutateLink() method and set the LinkStatus

Re: CriterionError.INVALID_PROXIMITY_ADDRESS

2017-07-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The address you provide in the Proximity object will be used to geocode and get a lat/long pair. If the information you provided cannot be geocoded to a valid lat/long pair, you'll

Re: Exception: Column 'HistoricalQualityScore' is not valid for report type KEYWORDS_PERFORMANCE_REPORT. Double-check your SELECT clause.

2017-07-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, These fields were added to Keywords Performance Report in AdWords API v201705. Please see the release notes for more details. Since this question is related to AdWords Scripts, I would suggest that you post it in the

Re: Possible to select multiple QueryMatchTypeWithVariant in AWQL query?

2017-07-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jonas, You can use the IN operator and provide a list predicate values in the query to check if the field is equal to one of the given values. The predicate should look something like this: WHERE QueryMatchTypeWithVariant IN ["BROAD", "PHRASE"] The formal AWQL grammar is provided here

Re: google adwords revoke refresh token issue

2017-07-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Since this question is specific to the .NET client library, I would suggest that you post it in the library's issue tracker so the library owners can help you out. Regards, Shwetha, AdWords API Team. -- --

Re: ReportSettingsBuilder fromFile

2017-07-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Thanks for bringing this to our notice. You can find the up-to-date examples here . Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Regarding remarketing list users

2017-07-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we address technical questions related to AdWords API. I would suggest that you post your questions on the AdWords community forum for any questions related to AdWords in general. Regards, Shwetha,

Re: Unexpected output when running the TargetIdeaService.

2017-07-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Nichlas, It looks like you are making the TargetingIdeaService request against a test AdWords account. When using test accounts

Re: Get Dimension Tab data for an Adgroup in pentaho data integration

2017-07-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, There isn't a direct equivalent API report for the data available in the "Hour of day" view in the Dimensions tab. You could consider using Account Performance Report , AdGroup

Re: Offline Call Conversion - Import Call Data Records, without using a Google Forwarding Number

2017-07-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Valerio, You need to use a Google forwarding number to upload offline call conversions. For AdWords to match the calls, Google forwarding numbers must have been enabled for your call

Re: Difference in search results

2017-07-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we address technical questions related to AdWords API. Since your question is related to AdWords in general, I would suggest that you post it in the AdWords Community Forum . Regards, Shwetha,

Re: Seeing incorrect AttributeValues for PlaceholderFeedItemReport

2017-07-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Matt, Although the FieldId 5 represents the Final Url of a sitelink, it doesn't necessarily mean that FeedAttributeId 5 will contain that information. The Attribute's ID could be a random number and is useful in uniquely identifying the attribute when you set up the feed's mapping. This

Re: getting target cpa too small error

2017-07-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Do you happen to have the SOAP request and response logs for the request which encountered this error? Please send over the logs using the *Reply privately to author* option. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: User managment in Google Adwords API

2017-07-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Adding users to an AdWords account is not supported in AdWords API at the moment. You need to follow the instructions provided here to grant access to an account. You can keep an eye on our blog

Re: Google Adwords API targeting ideas error which i dont understand

2017-07-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you check that the SOAP request is formed correctly? The production WSDL for TargetingIdeaService can be found here .

Re: Geo Performance Report countrycode

2017-07-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David, The data returned in the Country/Territory column is the ID of the country Location associated with the impression. You can look up the corresponding name, countryCode

Re: Add user using adwords api

2017-07-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Adding users to an AdWords account is not supported in AdWords API at the moment. You need to follow the instructions provided here to grant access to an account. You can keep an eye on our blog

Re: Countrycode and report Geo performance report

2017-07-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David, You can perform a LocationCriterionService.get() request with the following selector to get the name of the location using a location Id. $selector = new Selector();

Re: AdParamError.AD_PARAM_CANNOT_BE_SPECIFIED_MULTIPLE_TIMES when creating AdParams

2017-07-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The same ad param cannot be specified in multiple operations in the same API request. When you include the same combination of criterionId, adGroupId, and paramIndex in more than one AdParamOperation in the request, you'll encounter AdParamError.AD_PARAM_CANNOT_BE_SPECIFIED_MULTIPLE_TIMES

Re: Use API To Selling Keyword Research Software

2017-07-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, There are no charges for AdWords API usage for either basic or standard access . Your application is required to comply with AdWords terms , AdWords API terms

Re: Countrycode and report Geo performance report

2017-07-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to use the following line of code to use LocationCriterionService : use Google\AdsApi\AdWords\v201705\cm\LocationCriterionService; The LookupLocation.php

Re: Main shopping interface vs. product group editor vs. AWQL confusion

2017-07-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Roy, Could you provide the clientCustomerId along with the date on which you generated the report so I can take a look? Please note that the Product Partition Report will reflect the current set of

Re: How to Remove Account Access from MCC

2017-07-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Ronak, You need to use ManagedCustomerService.mutateLink() to unlink an AdWords client account from an AdWords MCC account. The code snippet provided here

Re: Incorrect CPC. Money attribute

2017-07-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Vaibhav, Fields of type Money are returned in micro currency units (micros). You need to divide this value by 100 to get the actual amount in the account's local currency. Regards, Shwetha,

Re: Adwords API Video campaigns

2017-07-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tom, Yes, its not possible to create or manage Video Campaigns via AdWords API. Video Campaigns are only supported in AdWords API reports at the moment. You can create In-stream video ads

Re: Keyword Search Query googleAnalyticsR or RAdwords

2017-07-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Peter, Are you looking to get the Search terms report or the Paid and Organic report via AdWords API? If so,

Re: Google Adwords API FeedItem Creation Correct Format for FeedItem Object

2017-07-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid node-adwords module is not one of the officially supported AdWords API client libraries . Since this error is specific to the node-adwords module, I suggest that you create a new thread on the library's issue

Re: Adwords API Video campaigns

2017-07-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tom, It is not possible to create Ads in a Video Campaign using AdWords API, even if you have already created the campaign and the adGroup in the AdWords UI. You can keep an eye on our blog for any updates or announcements

Re: IPBLOCK Adwords api php

2017-07-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can use the PHP code snippet below to add a negative IpBlock criterion to your campaign. class AddIpBlock { const CAMPAIGN_ID = 'YOUR_CAMPAIGN_ID'; public static function runExample(AdWordsServices $adWordsServices, AdWordsSession $session, $campaignId, $locationFeedId) {

Re: TargetingIdeaService

2017-07-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you describe the difficulty you are facing while using TargetingIdeaService so I can help you out? Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Countrycode and report Geo performance report

2017-07-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David, The Geo Performance Report doesn't support zero impressions. This could be the reason why you don't see any values in the downloaded report for this date range. Could you check the

Re: No alternative for PrimaryCompanyName in AdWords Reporting API v201705

2017-07-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alexander, The PrimaryCompanyName field referred to the companyName field of Customer , which was removed in v201702. This field only contained outdated data and was read-only. For a descriptive

Re: Test Account Authorization API Problem

2017-07-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi John, This error occurs when the GCLID in the request is not for the account that you're trying to upload conversions for. You can't upload a conversion for a GCLID that was generated

Re: SizeForSearch of CrmBasedUserList not updated

2017-07-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alexander, When you upload email address using AdwordsUserListService , these email addresses will be processed offline and added to your UserList. These email address must be associated with a Google

Re: adwor...@google.com problem

2017-07-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi All, We are aware of an ongoing issue where users sending direct emails to some Google aliases may receive a bounce email of the form "We're writing to let you know that the group you tried to contact (x) may not exist, or you may not have permission to post messages to the group".

Re: Getting Started /Começando - AdWords API + PHP

2017-07-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Gustavo, You can follow this guide to set up the PHP client library. Are you able to get a refreshToken using the GetRefreshToken.php example

Re: How to download search query performance report based on AdType?

2017-07-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You could consider using the CreativeId column in Search Query Performance Report

Re: Set Conversion value to Don't assign a value (No value tracked)

2017-07-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi KDJ, You need to set the defaultRevenueValue to 0 and set alwaysUseDefaultRevenueValue to true for the ConversionTracker

Re: How to check conversion which are imported from GA

2017-07-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can use ConversionTrackerService to get the conversion trackers in your account. The goals and transactions created in your Analytics account linked to your AdWords account are returned as

Re: What‘s the mean by AdFormat in Search Query Report and Difference between AdFormat and AdType

2017-07-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The AdFormat in the Search Query Performance Report corresponds to the underlying media format of the ad which can be one of the formats on the Template Ads

Re: Could not resolve host: www.googleapis.com

2017-07-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, It could be due to a temporary network or DNS issue. Could you retry the request and let me know if it is successful? Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Example code for uploading an image ad

2017-07-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Rob, While there isn't an example which shows how to create an ImageAd, you can refer to the AddResponsiveDisplayAd PHP example which shows how to use an

Re: Attach existing textlabel to new adgroup

2017-07-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you enable logging and provide the SOAP request and response logs for the AdGroupService.mutate() request which encountered the EntityNotFound.INVALID_ID error? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- --

Re: SizeForSearch of CrmBasedUserList not updated

2017-07-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alexander, Thanks for clarifying. Could you provide your AdWords account Id and the Id of the UserList in question so I can take a look? Please use* Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Adwords API delivers Zero-Clicks but adwords.google.com shows

2017-07-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I was able to get the Ad Performance Report using the above report definition. Could you send over the response for this report request so I can take a look? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- --

Re: Price Extension Campaign Level Issue

2017-07-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Naman, Please see my responses below: 1. Could you check if you are using CampaignExtensionSettingService in your application? This service can be used to add Price extensions at

Re: how to display all accounts (including managers and clients) php?

2017-07-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you check that you have set the clientCustomerId correctly in your adsapi_php.ini file? Could you also check if there are any hidden accounts under your AdWords Manager account? Please

Re: Google Adwords - Unknown as campaign name in the MMP platform

2017-07-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mukesh, Could you describe how you are retrieving the Campaign details using AdWords API? Please provide any logs or screenshots related to this issue using the *Reply privately to author* option. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Can the CustomerSyncService be used to sync productgroup changes?

2017-07-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid detailed change history similar to AdWords UI is not available via AdWords API services. The CustomerSyncService does not provide change history like in the UI, but rather provides a Customer->Campaign->AdGroup hierarchy containing information about the objects changed at each

Re: No clicks any more since I updated my keywords

2017-06-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jeff, Since this question is related to AdWords in general, I would suggest that you post it in the AdWords Community Forum as they are better equipped to help you out. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: help dwords_api_php authentication

2017-06-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, All AdWords API calls must be authorized through OAuth2 . You need to setup authentication for your application by following this guide . You can then follow this guide

Re: How to authenticate anyone ADWORDS API OAuth2 PHP.

2017-06-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to determine the type of OAuth flow suitable for your application using this guide and follow the appropriate guide to set up authentication: - API access on behalf of your

Re: Price extension automation via API - debugging

2017-06-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Khrystyna, This guide describes how to create and manage Price Extensions using AdWords API along with a sample code snippet. Once you set up Price Extensions, you can track their performance

Re: Adword AWQL report data differs from standalone report feature of adwords

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum we address questions related to AdWords API. I would suggest that you post your questions on the AdWords Scripts forum as they are better equipped to help you out. Regards, Shwetha, AdWords API Team. -- --

Re: RequiredError.REQUIRED... What is missing?

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you check the list of uploaded operations to see if the keyword text is provided correctly? Are you using PHP client library perform these operations? If so, you need to set the keyword text as shown below: $keyword->setText($text); Thanks, Shwetha, AdWords API Team. -- --

Re: Getting AdGroup Performance report for Custom Date - Adwords API using Python

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tushar, Could you provide the complete report definition so I can take a look? Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: RateExceededError.RATE_EXCEEDED

2017-06-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sachin, The RateExceededError with the trigger "Basic Access Daily Reporting Quota" indicates that you have reached the daily quota of report downloads associated with your basic access developer token. If your

Re: Authenticate oauth2 with test account

2017-06-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, This error occurs when there is no link between the manager account authenticated in the request and the client account specified in the headers. You need to use CustomerService.getCustomers()

Re: Ad name in AD_PERFORMANCE_REPORT

2017-06-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Are you looking for the "Image ad name"? if so, you need to include the ImageCreativeName . If this is not what you are looking for, let me know the AdType and I'll be able to help

Re: Getting AdGroup Performance report for Custom Date - Adwords API using Python

2017-06-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tushar, I was not able to find any errors in the report definition. Since this is a syntax error and not an API error, please send me the complete code so I can take a look. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Create Ad for Adgroup in a "Display Network only" Campaign

2017-06-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Prashant, The Ad types supported in AdWords API are listed here . Template Ads can be used to create Ads in formats other

Re: RateExceededError.RATE_EXCEEDED

2017-06-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sachin, The reporting quota associated with the Basic access developer token is on a per day basis. If you make more than 1000 report requests in a 24-hour window using your developer token, you'll encounter the RateExceededError. You could consider spreading out your report requests over

Re: Help me get quality leads from Adword please

2017-06-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we address technical questions related to AdWords API. Since your questions are related to AdWords in general, I would suggest that you post in the AdWords Community Forum as they are better

Re: API exports takes a huge amount of time due to the number of clients available

2017-06-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, A given report request can only include data from a single AdWords account. If you need to gather reporting data for multiple accounts, you need to submit a separate report request for each account by setting the clientCustomerId header. You could refer to the ParallelReportDownload

Re: How to get Disapproved Ad extensions?

2017-07-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Ronak, FeedItemService will return the details of all the FeedItems in the account that matched the selector. You can use the value "PolicyData" in the selector with FeedItemService as well to get the

Re: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro] while uploading bulk images in Media Service for Responsiv

2017-07-05 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, It looks like you are trying to upload two Image objects in the same request. Could you try uploading a single Image object in an API request to MediaService and let me know if it works? Meanwhile, I'll

Re: How can find Manager Account after authorization c#?

2017-07-05 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to use CustomerService.getCustomers() method without setting the clientCustomerId in the request header as shown here

Re: Matching function CONTAINS_ANY

2017-07-05 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, It looks like the matching function in your code uses the CONTAINS operator rather than the CONTAINS_ANY operator. The CONTAINS operator is not a valid operator to be used in MatchingFunctions. This guide

Re: CANNOT_EXCLUDE_SIMILAR_USER_LIST

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You encountered the CANNOT_EXCLUDE_SIMILAR_USER_LIST error because it is not allowed to exclude a SimilarList. Could you provide an example

Re: how to get Adwords report for third party user using Refresh and Access Token ?

2017-06-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, To use AdWords API to target an account, you need log in as a user who has access to that account or its manager when you generate the refresh token. You'll not be able to use the refresh token generated from your manager account to target accounts that aren't linked to it. Please follow

Re: Is it possible to set the Date Range and Compare Periods using TargetingIdeaService?

2017-06-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Steve, I'm afraid its not possible to set the dateRange or compare periods when you use TargetingIdeaService to get search volume data and trends. At the moment, the TargetingIdeaService returns the TARGETED_MONTHLY_SEARCHES for the past twelve months. Please keep an eye on our blog

Re: Setting a total budget at campaign level

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid its not possible to set the spending limit at the campaign level. You can only set the daily budget at the campaign level. The standard delivery method aims to evenly distribute your budget across the entire day (12 a.m. – 11:59 p.m.). Please see this help center article

Re: GoogleMyBusiness MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you perform a FeedMappingService.get() request and check if the FeedMapping exists for this feed for placeholderType 7? Could you describe how you linked your Google My Business account to

Re: Remove Shopping adgroup negative keyword

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Yes, it is possible to remove a negative keyword from an AdGroup in a Shopping campaign using AdGroupCriterionService . The RemoveKeyword

Re: how can i calc QualityScore

2017-07-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Quality Score is an aggregated estimate of your overall performance in ad auctions. There isn't a direct formula which you can use to calculate this value. You need to include the QualityScore field in the selector and download the Keywords Performance Report

<    4   5   6   7   8   9   10   11   12   13   >