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 oper

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 v

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 o

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 tar

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 CanManageClients

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 crite

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 to

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, Shwetha

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, Ad

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 Tex

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 to

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. Pleas

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 questio

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 aggregat

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 AdGroupT

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 ad

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 . Y

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 h

Re: How do I get custom interest-like audience data through the API?

2017-04-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can target Interest categories by adding a CriterionUserInterest criteria using a fixed set of user interest category IDs (In-market

Re: GetAccountHierarchy (PHP) error array_key_exists()

2017-04-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the complete GetAccountHierarchy.php code and the SOAP request and response logs? I see that the AdWords account 2975983167 is a client account. If you run this example against a client account, only that account will be returned in the response. Please use *Reply private

Re: Click Report vs Criteria Report - Difference in Number of Clicks

2017-04-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Click performance Report includes both valid and invalid clicks. If you see a difference in the total number of clicks in Click Performance Report and the value from the Clicks field in Campaign Performance Report, it's most likely because some clicks were considered invalid

Re: Create campaign - adwords script - doesnt create the campaign

2017-04-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we support queries related to AdWords API. Since this question is related to AdWords Scripts, you need to post your question on the AdWords Scripts Forum and your issue can be resol

Re: ClientCustomerId returns empty on AdwordsUser object

2017-04-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi James, On September 12th, 2016, AdWords announced that you can now use one Google login to access multiple AdWords accounts. With this change, you can associate up to 5 AdWords accounts with a single Google account. In this scenario, t

Re: ClientCustomerId returns empty on AdwordsUser object

2017-04-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi James, Assuming you have the OAuth2 credentials of the user for whom you need to retrieve the AdWords account details, you need to use CustomerService.getCustomers() method without setting the

Re: ClientCustomerId returns empty on AdwordsUser object

2017-04-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi James, If you haven't set the clientCustomerId in your auth.ini file, then you'll not be able to retrieve it from the AdWordsUser object. To use the CustomerService to retrieve the AdWords account associated with the authenticated user, you need to use the getCustomers

Re: Hitting API limit, despite having Standard access

2017-04-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sarah, Regardless of the access level of your developer token, you'll encounter RateExceededErrors if you make a high number of requests per second on a single AdWords account managed by a manager account. This limit is metered on all requests to a single AdWords account, no matter which de

Re: clientCustomerId in googleads-php-lib v25

2017-04-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Steve, You can set the clientCustomerId dynamically while creating an AdWords session as shown below: $session = (new AdWordsSessionBuilder()) ->fromFile() ->withOAuth2Credential($oAuth2Credential) ->withClientCustomerId(clientCustomerId) ->build(); The ParallelReportDownload

Re: Unique Viewers (Cookies) and Average View Frequency per cookie is not available in the API

2017-04-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid these columns are not supported in Campaign Performance Report. The Cookie-based reach metrics exposed in AdWords API reports at the moment are "Unique cookies" and "Avg. impr. freq. per cookie". Please keep an eye on our blog

Re: Apply label filter to Account level location extension (linked from GMB) issue

2017-04-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Han, Yes, it's possible to apply LabelFilters at the account level location extensions. Could you provide your AdWords account Id and a screenshot of the location extensions i

Re: Create video media through API

2017-04-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Artur, Currently, you can upload Image files and MediaBundle s using MediaService. Video media upload

Re: Unique Viewers (Cookies) and Average View Frequency per cookie is not available in the API

2017-04-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The ImpressionReach and the AverageFrequency fields in Campaign Pe

Re: [EntityNotFound.INVALID_ID

2017-04-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Irene, Could you enable logging and provide the complete SOAP request and response logs so I can take a look? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Go

Re: Performance Reports: How to get objects that only existed before today?

2017-04-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jim, The Campaign Performance Report will include all the campaigns that match the filter specified in the report definition and provide performance statistics for the DateRange specified. To get

Re: assign campaign to shared budget

2017-04-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Yes, its possible to assign a shared budget to a Campaign using AdWords API. You need to use CampaignService to perform a CampaignService.mutate() SET operation, and set the budget attribute of the campaign to a Budget

Re: Callout extensions: Ad group extension and Ad group extension

2017-04-12 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 requests where you encountered this error? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: CustomerService.getCustomers requires clientCustomerId?

2017-04-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Deepankar, It looks like the error you encountered is different from the one discussed in this thread. Could you create a new thread for your question? Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://

Re: [AuthenticationError.OAUTH_TOKEN_INVALID

2017-04-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, This error occurs when the access token passed in the HTTP header was incorrect. Could you check if you are using the correct OAuth2 credentials associated with your account? Could you describe the steps you took to get your OAuth2 credentials and refresh token? Please try generating a new

Re: Standart Access Error : Basic Access Daily Reporting Quota

2017-04-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide your AdWords Manager account Id so I can take a look? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogs

Re: Properly get existing GMB location extension feed when DistinctError.DUPLICATE_ELEMENT is thrown?

2017-04-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jon, Only one GMB location extension feed is allowed per account. If you encounter the DistinctError.DUPLICATE_ELEMENT error when trying to create a location extension feed, you can use FeedService to get the e

Re: Not able to download history data for click performance report

2017-04-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The Click Performance Report can be run only for a single day. Please change your DateRange to a single day and retry the request. You'll need to submit individual requests for each day in the 90-d

Re: AdGroupAdService not getting adgroup in given daterange

2017-04-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you send over the complete SOAP request and response logs for this get request? Please note that the dateRange field in the selector is applicable only for the report download serv

Re: Properly get existing GMB location extension feed when DistinctError.DUPLICATE_ELEMENT is thrown?

2017-04-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jon, You need to use FeedService and FeedItemService to get the locations in your Location extensions feed. Could you send over

Re: Digital Content Label Exclusions

2017-04-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tim, Yes, the list of category options listed here correspond to the ContentLabelType available for category e

Re: not able to add ad extensions

2017-04-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Kartik, Could you enable logging and provide the complete SOAP request and response log so I can take a look? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Go

Re: Remarketing audience user lists via API

2017-04-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Anil, The email addresses included in the MutateMembersOperation must be associated with a Google account to be imported into the CrmBasedUserList. This is probably the reason you see that of the 60,000 email addresses, approximately 41,000 are imported. I'm afraid you'll not be able to re

Re: Webpage as Negative Campaign Criteria, created in API, where to find in UI

2017-04-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Matt, My mistake. You need to use the Placement criterion to exclude placements from your Display network campaigns. The Webpage

Re: Webpage as Negative Campaign Criteria, created in API, where to find in UI

2017-04-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Matt, You can see the NegativeCampaignCriterion of type Webpage in the Campaign level exclusions in the *Auto targets* tab in the UI for your Search campaigns. Please see this help center article for more details on exclusions in your dyn

Re: Modifying Product Partition Bid

2017-04-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jordan, Could you enable logging and provide the complete SOAP request and response logs so I can take a look? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=

Re: PLACEMENT PERFORMANCE REPORT return zero rows

2017-04-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the complete report request along with your clientCustomerId so I can take a look? If your placements do not have any impressions, these rows may not be returned in the report if the includeZeroImpressions header

Re: GMB Extension FeedError.INVALID_AUTH_TOKEN_FOR_EMAIL

2017-04-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jon, The scope of the OAUTH_ACCESS_TOKEN you provide in the httpAuthorizationHeader should be "https://www.googleapis.com/auth/adwords";, same as the value provided in the http

Re: Using Keyword Insertion in AdCustomizer FeedItems

2017-04-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sam, You could use the Ad Preview and Diagnosis Tool to see how your Ads will appear with the default text in the Ad customizer. If the Ad was uploaded successfully and approved, the default text

Re: Budget Ideas

2017-04-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Kiran, Bid Landscapes in AdWords API is analogous to bid simulators in the AdWords user interface. This service shows how changes to your bids might change the cost or

Re: Remarketing audience user lists via API

2017-04-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Anil, For privacy purposes, the user list size of a CrmBasedUserList will show as zero until the list has at least 1,000 members. After that, the size will be rounded to the two most significant digits. For the same reason, I'm afraid you cannot retrieve the email addresses uploaded to a Us

Re: How can I pull cost by campaign that INCLUDES invalid data via the API?

2017-04-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Evan, If the cost for your campaign is $7050.17, this includes the cost for valid activity only. Once invalid activity is detected it is automatically filtered from your reports and payments so that you're not charged for those clicks. I would suggest that you post this query on the AdWords

Re: Python SDK, Test Account: No campaigns were found

2017-04-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you enable logging by following the instructions provided here and send over the SOAP request and response logs generated when the get_campaigns.py example is executed? Please use *Reply privately to author* w

Re: How can I pull cost by campaign that INCLUDES invalid data via the API?

2017-04-05 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Evan, You need to request the Cost field, which is the sum of the cost-per-click (CPC) spend and cost-per-thousand impressions (CPM) spend during the selected time period. Other costs, such

Re: Can ConversionTrackerId change?

2017-04-05 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Zweitze, The post you are referring to was related to "Store Visits" ConversionTracker, which is a system-default conversion tracker. System-default conversion trackers cannot be modified. You would need to create a copy with the originalConversionTypeId specified. In this case, the ID of

Re: Getting inconsistent data back from Ad_Performance_Report compared to UI view.

2017-04-05 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Connor, Could you provide the complete report definition used to download the Ad Performance Report along with your clientCustomerId so I can take a look? The Ad Performance Report is mapped to the dat

Re: Retrieve Google Code for Remarketing Tag

2017-04-05 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sandeep, You need to use CustomerService and perform a getCustomers() request to retrieve the details of the

Re: Can ConversionTrackerId change?

2017-04-05 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Zweitze, Once a ConversionTracker is created, its ID doesn't change. However, if you have created a ConversionTracker by forking a system-defined conversion tracker, its ID will b

Re: Remarketing audience user lists via API

2017-04-05 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Anil, You need to use AdwordsUserListService in AdWords API to create user lists and upload email addresses to populate the user lists. This guide

Re: Python SDK, Test Account: No campaigns were found

2017-04-05 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Adamos, We don't have an estimate on when Video Campaigns will be supported in AdWords API services. Please keep an eye on our blog for announcements or updates about this feature. Regards, Shwetha, AdWords API Team. -- -

Re: data difference - aggregated vs breakdown reports

2017-04-04 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Vikram, Could you provide the report definitions for these requests along with your clientCustomerId? In multiple attribution reports, up to one criterion in each dimension that triggered the

Re: Topic exclusions via API

2017-04-04 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tim, You need to use CampaignCriterionService to add negative Vertical criteria using the set of

Re: Python SDK, Test Account: No campaigns were found

2017-04-04 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Adamos, Video campaigns are not supported in AdWords API services at the moment. You can only use AdWords API reports to get performance statistics pertaining to your video campaigns

Re: Negative values in Shopping Performance Report

2017-04-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi All, We've identified the source of the issue and are in the process of implementing a fix. Meanwhile, please *do not* include the stats from Product Partition Report and Shopping Performance Report for March 29 - 31 on any analysis. I'll update this thread when it's safe to pull these repor

Re: missing accounts from our API

2017-04-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide more details on how you are retrieving the accounts using AdWords API? If you are using any predicates in your selector, this would impact the accounts returned in the response. Please provide the SOAP request and response logs along with the email address used to generat

Re: Modifying Product Partition Bid

2017-04-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jordan, As long as you are not changing the structure of your ProductPartition tree, you can use AdGroupCriterionSerivce.mutate()

Re: How can I pull cost by campaign that INCLUDES invalid data via the API?

2017-04-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Evan, You'll not be charged for invalid click activity. The cost for your campaigns will not include invalid activity. Please see this guide for more details on how invalid traffic i

Re: How can I pull cost by campaign that INCLUDES invalid data via the API?

2017-03-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Evan, Sreelakshmi is OOO at the moment. I'll be the one to answer on this thread. The Total Cost, Total Clicks and Total Interactions available in Campaign Performance Report will not include invalid activity. The total Cost will not include invalid spend either. In case of invalid activity

Re: Difficulty Creating OAUTH2 API Access Because of Existing Email Address

2017-03-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi James, Were you able to create an AdWords Manager account using your email address? Manager accounts cannot be created using the same email address as an existing AdWords account. You must use an email address that hasn't already been associated with an AdWords account to create your manage

Re: update adgroup Keyword settings (content vs audience ) using API

2017-03-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Shubham, It does not appear that these settings are available in the API. When creating display keywords in an ad group without any display keywords, it will default to Audience. However, if there are already display keywords in the ad group, it will choose the keyword setting of whatever w

Re: Get my Refresh Token In PHP

2017-03-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you send the code snippet where the scope is being set in your application? The URL which you paste in your browser should look like this: https://accounts.google.com/o/oauth2/auth?client_id=your-client-id&response_type=code&; *scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fadword

Re: Difficulty Creating OAUTH2 API Access Because of Existing Email Address

2017-03-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi James, Could you provide more details on how you are implementing OAuth2 flow in your application? Could you try using an email address (either gmail or non-gmail domain) which hasn't already been associated with an AdWords account to create your manager account? If you already have a manag

Re: Negative values in Shopping Performance Report

2017-03-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi All, Thank you for providing additional information. We are working on this issue as our top priority. We've found that stats for shopping product groups are incorrect for March 29 - 31. For now, if you use Product Partition Report

Re: '[EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId; trigger:'AdGroupId: 42841010522']'

2017-03-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the SOAP request and response logs for the operation where you encounter this error so I can take a look? Please use *Reply privately to author* when responding. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on o

Re: changing server time then verifyIdToken crashes!!

2017-03-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David, Could you provide more details on how you have implemented authentication flow in your application? Could you try regenerating your OAuth2 credentials and let me know if it works? Plea

Re: changing server time then verifyIdToken crashes!!

2017-03-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David, I had to delete your initial post since it contains possible sensitive information. I highly recommend that you revoke the refresh token using the Account Settings page as described in the OAuth guide . Pl

Re: RMF C.525 - Add first (root) product partition

2017-03-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to use AdGroupCriterionService to create ProductPartitions . This guide

Re: AVG_CPC value is different in API and WEB

2017-03-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Zohaib, Could you provide your clientCustomerId along with a sample report where you see this discrepancy so I can take a look? Please note that you need to select the corresponding columns and date in the user interface when comparing the API report with the UI report. Please use *Reply pr

Re: "Store Visits" conversiontracker

2017-03-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Store visit conversions are only available to certain advertisers. Please see the requirements here . This could be the reason why you don't see this conversion tracker returned in the response. If you have created another conversion

Re: Using Keyword Insertion in AdCustomizer FeedItems

2017-03-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sam, When you include {keyword:default text} in the TextAd, the default text will be used when the text can't be replaced by a keyword. If you want to use default text in Ad Customizers in a similar manner, the syntax will be {=FeedName.AttributeName:default value}. Please see the Customizi

Re: Negative values in Shopping Performance Report

2017-03-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Adam, Could you provide the complete report definition along with your clientCustomerId so I can take a look? MG, thank you for providing the report definition. Could you provide your clientCustomerId as well? Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How get Invalid activity?

2017-03-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Evan, I see that one of my colleagues has answered your question on the other forum thread. If you have any further questions, please post on that thread so as to not duplicate the threads. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

Re: Not able to authenticate when testing adwords_on_rails example on my system

2017-03-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Arjun, Could you let me know what type of OAuth2 credentials you are using? Could you also confirm that you followed the instructions provided here to set up the Rails application? Since th

Re: BatchJobService for Budget creation getting FILE_FORMAT_ERROR

2017-03-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alan, Are you using the BatchJobHelper in the Python client library to perform your BatchJob uploads? The FILE_FORMAT_ERROR

Re: Daily operation and report download limit

2017-03-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, If a request encounters an error, it is still counted towards your daily operation limit. You could consider setting the validateOnly header to validate the request. The operations will not be executed,

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