Re: Get readout from AdGroupCriterionService selector

2019-01-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, The bids can be set at the adgroup level or the adgroup criterion levels. If you're setting the bids at the AdGroup level, you may use the AdGroupService.mutate() operation by selecting the BiddingStrategyConfiguration

Re: How can I set 'Google Ads conversion account' and 'Remarketing account' values via API?

2019-01-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, It is currently not possible to set the Remarketing and Conversion settings at the account level. You will be able set them through the Google Ads UI (Conversion settings , Remartketing settings

Re: HeadlinePart3 missing in Ad Performance Report? And confusing Descriptions

2019-01-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, We only handle AdWords API related concerns on this forum. For any Scripts related issues, could you please post your concern on the Google Ads Scripts Forum so they can take a look and assist you on this? Thanks, Bharani

Re: How to download ResponsiveDisplayAds Images

2019-01-10 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Steven, The MediaId will be the assetId for the image asset. You may refer to the GetAllImageAssets PHP code sample as a reference. Let me know if you have any other questions. Regards, Bha

Re: How to download ResponsiveDisplayAds Images

2019-01-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Steven, You may use the AssetService.get() which will return all the image assets. You will be able to filter this based on the AssetId. You may refer to the GetAllImageAssets

Re: Pause Group MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT

2019-01-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Chirag, Thank you for the details. It looks like you're making changes to the Video Campaigns. Please note that video campaigns are only supported in the API reports. It is currently not possible to use API services to pause the AdGroup for this campaign type. Please keep an eye on our b

Re: Negative Keywords Report

2019-01-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Could you share us the complete report definition so I can take a closer look? You can select the Reply privately to author option and share the details only with me to troubleshoot this. Regards, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

Re: heterogeneous operands withing a batchjoboperation

2019-01-08 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Michele, Your input parameters looks fine to me. The FILE_FORMAT_ERROR occurs when the entire batch upload request is not formed correctly or does not meet the upload require

Re: Pause Group MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT

2019-01-08 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Chirag, The error MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT error is triggered when the attempted operation cannot be performed through the API. Could you please conf

Re: Negative Keywords Report

2019-01-08 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, In addition to what Zweitze mentioned, here are some additional details: You may use the Keywords Performance Report with the selector field including the IsNegative

Re: ad asset

2019-01-07 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Chang, To get the Youtube media source URL, you may use the MediaService.get() operation. The location criteria information can be retrieved using the CampaignCriterionService.get()

Re: How to get constant data?

2019-01-07 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Carrick, Regret the delay. Please find my response inline for your concerns. *=> Does it mean at my end (my web service) I cannot get Remarketing and Similar audiences criteria as well as set add these criteria into a campaign/adgroup?* It is currently not possible to do a mutate operat

Re: Start OR Pause Group in Camapign

2019-01-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Chirag, If you're referring to the AdGroup, you may use the AdGroupService.mutate() operation to update the status of the AdGroup. You may refer to the UpdateAdGroup

Re: Getting changes in the change history API

2019-01-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Divya, Through the API, you will be able to pull only the Campaign IDs that were changed. It is not possible to pull the specific changes that were made to a campaign. Please keep an eye on our blog for updates on upcoming

Re: ad asset

2019-01-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, It looks like you're looking to get the Text asset information for the Universal App Campaigns. The MediaService.get() will only return the data if the uploaded media file of the format listed here

Re: RevokeRefreshToken

2019-01-03 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Pankaj and Derek, There were a few changes made to the latest version of the .NET client library. It looks like the issue is specific to this. Could you please post your concern on the Github issue tracker so the library owners w

Re: Getting changes in the change history API

2019-01-03 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Divya, You will be able to get the changes made to the Campaign using the CustomerSyncService and CampaignChangeData

Re: Adwords API Video campaigns

2019-01-02 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Estevo, Unfortunately, we do not have an estimated date of when this feature will be available. Please continue to follow our blog for any upcoming updates regarding this feature. Thanks, Bharani, AdWords API Team -- --

Re: RevokeRefreshToken

2019-01-02 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Pankaj, The RevokeRefreshToken revokes the refresh token if offline mode is used. Can you make sure that you set the access_type to offline so that you can retrieve new access tokens or revoke without re-promptin

Re: GetCustomers not working

2019-01-02 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Pankaj, You only need to generate a refresh token once for each user whose credentials you want to use. When generating the refresh token, you should set the access_type to offline so that you can retrieve new ac

Re: How to get constant data?

2019-01-02 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Carrick, Please find my response below for your concerns: 1. Remarketing and Similar audiences: A similar audiences list is created from a remarketing list with at least 1,000 cookies with enough similarity in search behavior to create a corresponding similar audience. Targeting Similar

Re: ad asset

2019-01-02 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, You may use the Ad Performance Report which will return all the details specific to an ad like the Headline, Description. You may also use the AdGroupAdService.get()

Re: AUDIENCE_PERFORMANCE_REPORT cross values

2018-12-21 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, I was able to generate the Audience Performance Report with the report query below and the Id are returned for the Audience Criteria. Report query: __rdquery: SELECT Id, AdGroupId FROM AUDIE

Re: Assigning an AdCustomizer row to multiple AdGroups

2018-12-20 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Joe, The CustomerFeed , CampaignFeed , and AdGroupFeed

Re: I see Ad ID is supported by AdWords API. However is Ad Name also supported?

2018-12-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, If you're referring to the Headline and Description attributes of the Ad, you may use the Ad Performance Report which will return all the details for the Ad along with the AdID. This will map to th

Re: Developer token not approved

2018-12-17 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Himanshu, The DEVELOPER _TOKEN_NOT_APPROVED error is noticed when they'

Re: How to get campaign group impressions and views?

2018-12-17 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Chirag, If you're using AdGroup Performance Report , this will generate the Impressions and Clicks at the AdGroup level. If you're looking for campaign level clicks and impressions, you may sum u

Re: How to get campaign group impressions and views?

2018-12-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Chirag, You may use the AdGroup Performance Report which will return stats based on the AdGroup, with one row per AdGroup. You can then filter based on the Campaign ID to pull the campaign level metrics. Please find below the sample report query: SELECT AdGroupId, AdGroupName, CampaignI

Re: Regarding a new device category - connected TV

2018-12-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Akiko, This will be displayed as TV Screens in the new AdWords experience. Let me know if you have any questions. Regards, Bharani, AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=

Re: BatchJobService: disk quota is not restored to 1Gb

2018-12-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, The diskUsageQuotaBalance includes the Active and Awaiting_file status in the balance. At any given time, a Google Ads account can have up to 1 GB of uploaded operations across all of its batch jobs that have not yet completed. Could you share us the client customer Id and the complete

Re: Report to get custom labels and metrics

2018-12-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Jatin, You may use the Shopping Performance Report to pull the CustomAttributes and AccountDescriptiveName

Re: Regarding a new device category - connected TV

2018-12-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Akiko, The fields will be supported from Jan 8,2018 as mentioned in the Blog . The new criterion will have a platformName of “ConnectedTv” and an ID of 30004. You can also isolate it in reports us

Re: Get account balance and all time cost for a campaign with php

2018-12-10 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, You may refer to all the report types listed here to pull the Cost metrics at different levels. At the campaign level, you may use the Campaign performance Report which will return the Cost metrics with

Re: Is there any way to come back from google ads configuration 2nd page

2018-12-10 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Could you share us a screenshot of the issue you're facing so I can take a look? You can share the details privately via *Reply privately to author* option. Thanks, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://goog

Re: HeadlinePart3 missing in Ad Performance Report? And confusing Descriptions

2018-12-07 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Jason, The field has been added in both AdWords API and AdWords Scripts. If you're using AdWords Scripts, you may post your concern on their forum here . They will be able to take a look and assist you on this. Thanks, Bhara

Re: HeadlinePart3 missing in Ad Performance Report? And confusing Descriptions

2018-12-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Jason, The ExpandedTextAdDescription2 field was added in AdWords API v201809. Could you please make sure that you're using this version to generate the reports? If yes, cou

Re: How to load Campaign location and language settings to keyword targeting idea service function

2018-12-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Yuechen, If you're specifying the AdGroup Id as the search parameter, the AdGroup would be used as a seed for generating new ideas. For example, an AdGroup's keywords would be used to generate new and related keywords. Please check this reference guide

Re: PAID_ORGANIC_QUERY_REPORT

2018-12-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Alejandro, Could you share us the client customer Id, so I can take a look? You can share the details privately using Reply privately to author option. Thanks, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsd

Re: How to get Negative Keywords List added on Account level?

2018-12-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, If you're having a negative keywords list at the account level, you may use the you may use the Shared Set Report which will return the shared sets shared across all the campaigns in the account. Once

Re: Is a value of `ViewThroughConversions` included in `Conversions`?

2018-12-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Yuto, View-through conversions are not included in the “Conversions” column, only in the “View-through conversions” and "All conversions" columns. The View-through conversions column tells you when customers see the ad, but don’t interact, with your ad, and then later complete a conversi

Re: How to load Campaign location and language settings to keyword targeting idea service function

2018-12-03 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Yuechen, I'm afraid, it is currently not possible to pull the Targeting ideas based on the campaign Id and its targeting criteria. The closest we have is giving the Ad Group ID and retrieve the targeting ideas. You may refer to this guide

Re: How to load Campaign location and language settings to keyword targeting idea service function

2018-11-30 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Yuechen, Welcome to AdWords!! You will be able to use the TargetingIdeaService based on a number of inputs listed here

Re: Updating conversion value of conversions (transactions) imported form Google Analytics

2018-11-30 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, You can adjust a conversion by uploading an OrderIdOfflineConversionAdjustmentFeed object when you have an order ID

Re: custom reports for negative keywords

2018-11-29 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Jeff, The Search Query Performance Report will return all the search terms that triggered an ad to appear. If the set of negative keywords list include these search terms, you may add them as positive targeting criteria. However, it is currently not possible to explicitly pull the negati

Re: Erro na vusca de informação na API

2018-11-29 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Douglas, Could you share us the details of the campaigns that you're missing along with the complete report definition without redacting information, so I can take a look? You can reply back via Reply privately to author option. Thanks, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=

Re: migration of manual location extensions to gmb.. [CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE

2018-11-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, The MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE indicates that the feed mapping for this placeholder type does not exist. Could you please share the complete SOAP request a

Re: api vs web app differences in values

2018-11-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Jon, I will be happy to take a look. Could you share us the complete report definition, client customer Id along with the details about the discrepancy you're seeing, so I can take a look? You can share the details privately via *Reply privately to author* option. Thanks, Bharani, AdWo

Re: Updating conversion value of conversions (transactions) imported form Google Analytics

2018-11-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Boštjan, There are two types of adjustments that can be made using the OfflineConversionAdjustmentFeedService , one using the GCLID and the other using the Order ID. You can adjust a

Re: custom reports for negative keywords

2018-11-21 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Jeff, I'm afraid, generating a custom report which would return the list of negative keywords that caused an ad to appear is not possible through the API. However, you may use the Search Query Performance Report

Re: CampaignService->get extremely slow (131 seconds)

2018-11-21 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Martijn, There are no issues currently that we are aware of. The PHP client library is on v38.0.0 with AdWords API v201809. It could be an intermittent issue. Could you try making the API call again and see if you're seeing the issue? Please share us the complete SOAP request and respons

Re: Dynamics Remarketing ads with different feeds

2018-11-20 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, You could reach out to the AdWords Product Support Team using the contact options available on this help center page. They will be able to take a look and assist you regarding this. Let me know if you have any other questions. Re

Re: Can't enable autotagging

2018-11-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, The ACTION_NOT_PERMITTED error is caused by unauthorized invocation of a service's method (get, mutate, etc.). Since Parallel Tracking is required for all the account

Re: Dynamics Remarketing ads with different feeds

2018-11-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, You will be able to setup the Dynamic Display Ad feeds through the AdWords user interface and capture the FeedIds or use the AdWords API to create the feeds for use with the Dynamic Remarketing Ads. Please refer to this guide

Re: API can see test accounts but not campaigns

2018-11-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Rory, Thank you for sharing the details. Please note that the account CIDs are sensitive information, please refrain from posting them on public forum. The ADD_OPERATION_NOT_PERMITTED

Re: Custom Url Parameters XML Question

2018-11-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, I was able to add custom parameters on my testing without any issues using the Java client library. Please find the attached SOAP logs as a reference. Please note that this f

Re: The tutorial link for uploading the video does not exist

2018-11-16 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Wei, The AdWords API currently does not support creating new YoutubeVideoMedia, so you need to manually set the campaign's YouTube Video assets through the AdWords UI. If you already have existing youtube media in your account, you will be able to use the specific media with the MediaId.

Re: Getting daily metrics in Campaign Performance Report - how?

2018-11-15 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Sune, That's right. Since Date is a segment field, the values returned and number of segmented rows reflect the performance over the timespan of the report. I was able to get the results similarly while

Re: Missing campaigns in Campaign Service

2018-11-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Omri, Thank you for sharing the account details. It looks like the account: has only video campaigns. Please note that the video campaigns are only supported in API reports. This data is not available thr

Re: Pause ad in TrueView campaigs using API

2018-11-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Badr, The error MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT indicates that the operation is not permitted through the API. If you're referring to the TrueView in-search video template ads with template ID

Re: Missing campaigns in Campaign Service

2018-11-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Omri, Could you share us the client customer Id used to generate the report and the API SOAP request and response logs for the CampaignService.get() call, so I can take a look? You may refer to the readMe section of the re

Re: Need search queries with respect to different combinations?

2018-11-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Javed, I understand you're looking to pull the search query results for different criteria. It is currently not possible to achieve this through the API. The closest we have is the Search Query Performance

Re: Include external Data into Google Ads

2018-11-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Maria, Could you share us a screenshot from the Google Ads web interface or an example for this use case, so I can check if it is possible to achieve this through the API? You can share the details privately via Reply privately to author option. Thanks, Bharani, AdWords API Team -- -

Re: Geo Performance Report, Video quartile metrics

2018-11-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Matthieu, The VideoQuartile metrics information is currently not available using the Geo Performance Report. The Geo Performance Report will return the statistics aggregated at the country/territory

Re: Figure out if a conversion is shared or not

2018-11-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Erik, The ConversionTrackerService will return the conversion trackers of the MCC and the client accounts along with the CIDs of the conversiontypeownercustomerid

Re: Final Url Report Return Final URL Instead of Mobile URL

2018-10-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Haxar, I think you missed the private message that I sent you. Replying the same here: Thank you for explaining the use case. The Final URL Report will only return the effective Final URL with one row per URL. If you're looking to pull the Landing page data, you may use the Landing Page

Re: How to fetch Household Income/Demographic Data through Adwords API?

2018-10-03 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Currently, we have no new updates from the team. I will update this thread as soon as I have any new updates. Thanks, Bharani, AdWords API Team On Wednesday, August 22, 2018 at 7:05:57 AM UTC-4, Ronak Shah wrote: > > Hello, > > How to download Household Income Report Stats through Adwor

Re: Keyword Performance Report missing keywords

2018-10-01 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Tom, The report metrics will return the historical stats while the Attributes will return the current state of the account. Could you share us the report definition along with the client customer Id, so I can take a look at the data you're pulling and then address your question? You can

Re: Final Url Report Return Final URL Instead of Mobile URL

2018-10-01 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Hazar, Could you share us the client customer Id of the account so I can take a look? You may also use the FinalMobileUrls which will return all the list of Final Mobile URLs. You can find the

Re: HeadlinePart3 missing in Ad Performance Report? And confusing Descriptions

2018-09-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Matthias, Please find the API and UI mappings below: Description : Description ExpandedTextAdDescription2

Re: Fetch Customer ID programmatically?

2018-09-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Chris, Thank you for explaining the use case. You may use the CustomerService.getCustomers() which takes no arguments and returns the details of the customers directly accessible by the user

Re: HeadlinePart3 missing in Ad Performance Report? And confusing Descriptions

2018-09-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Oliver, That's right. As a correction to my previous response, you may use the ExpandedTextAdDescription2 and ExpandedTextAdHeadlinePart3

Re: Campaign Performance report shows smaller numbers then Adwords UI

2018-09-26 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Oksana, Could you share us the specific client account CID along with the report query and the UI screenshot, so I can take a look? You can reply privately using the Reply privately to author option. Thanks, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: HeadlinePart3 missing in Ad Performance Report? And confusing Descriptions

2018-09-26 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Matthias, In addition to your input, for the Expanded Text Ads, the Description 2 and HeadlinePart 3 is currently not returned through the Ad Performance Reports. I have shared this information with the team. I will keep you posted on any further updates regarding this. For the Respons

Re: Unable to get client ids by AdwordsUser and unable to get AdwordsReport

2018-09-26 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Joab, You will be able to check this by logging into your account and completing the missing setup. If you're having any trouble completing the setup, you could reach out to the AdWords Product Team using the contact options available here

Re: Why we can set total budget for video campaigns level only?

2018-09-25 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Jofin, It is currently not possible to set budget for video campaigns. To set the budget, it requires the API services to perform the mutate operation which is currently not supported. The Video campaigns are only supported through API reports. Please keep an eye on our blog

Re: Keyword performance returning different values

2018-09-24 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Albert, The Money field is returned in micro currency units. For example, $1.23 will come back as 123 (1.23 x 1,000,000). Micro amounts always refer to the account's local currency. Please check this guide

Re: Keyword Performance Report missing keywords

2018-09-21 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Tom, I see that you're segmenting the report by Date, which will group the keywords based on the date. However, few fields (Id, Criteria, KeywordMatchType) in the report query are of the type Attribute. This type will return the current state of the account, ignoring the timespan of the

Re: ManagedCustomerService Returns Empty Result

2018-09-20 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Thank you for the follow-up. Currently we have no new updates from the team. I will update this thread as soon as I have any new information to share. Regards, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleads

Re: is AWQL really slow?

2018-09-20 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Albert, I was able to generate the Account Performance Report with the same report query without any latency. Can you try generating the report with a shorter date range or use predicates to break up the report request into multiple, smaller requests to avoid the delay? If you continue t

Re: Adwords api, check daily budget and change max cpc bid

2018-09-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, The daily budget for a campaign is of the type Attribute , which will return the current value in the account ignoring the date range. For this, you will need to generate a Campaign Performance Report

Re: Empty result set from TargetingIdeaService

2018-09-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Tom, Could you share us the sample request so I can take a look and assist you on this? You can chose to reply via Reply privately to author to share any confidential information. Thanks, Bharani, AdWords API Team On Wednesday, September 19, 2018 at 1:20:04 PM UTC-4, tom.wagst...@raisi

Re: Expanded Text Ads - Headline3 and Description2 bug

2018-09-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Robert, This is a known limitation for the previous versions of the API as these fields are recently available in the UI as well. We recommend using the latest version v201809 of the API for these changes to be implemented. Thanks, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=

Re: Add and update audience lists

2018-09-17 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Lei, Please find my response below: *1) When I add new members to an existing list, will there be the dedup process? Which means if I add the same user twice, there will be only one item in the list? And if so, what is the "unique key"(is that hashed_email? or the combination of all pro

Re: Responsive ad preview

2018-09-17 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Oksana, The Ad previews is currently not supported through the API. As an alternative to reports, you may use the AdGroupAdService.get() to get the Asset Link

Re: Responsive ad preview

2018-09-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Oksana, I'm afraid, through the API, it is currently not possible to use these fields to create a logic for preview tool. Please keep an eye on our blog for more updates. Thanks, Bharani, AdWords API Team On Monday, March

Re: SEARCH_QUERY_PERFORMANCE_REPORT is returning wrong data

2018-09-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Could you please share the client customer Id, so I can take a look? You can chose to reply using the Reply privately to author option. Thanks, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogsp

Re: Failed to Remove FeedItemTarget

2018-09-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Yi, If you're looking to remove the FeedCriterionTarget , you will need to specify the Criterion

Re: Retrieve user Google Ads accounts using OAuth2 access_token

2018-09-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Torres, Could you please share the MCC ID along with the email address used for authentication, so I can take a look? You can reply back via Reply privately to author option. Thanks, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: How do I query the goals of my campaign?

2018-09-07 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Jia, The API doesn't support retrieving the Goals using the API services or reports. Please keep an eye on our blog for any upcoming updates regarding this feature. Regards, Bharani, AdWords API Team On Thursday, Septemb

Re: How do I query the goals of my campaign?

2018-09-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Jia, It is currently not possible to set the campaign goals for a campaign through the API. Please keep an eye on our blog for any upcoming updates regarding this feature. Regards, Bharani, AdWords API Team -- -- =~=~=

Re: Update bid adjustements of campaign schedule.

2018-09-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Ludius, You will be able to use the bidModifier field of the CampaignCriterionService with CampaignCriterion

Re: How to populate an audience with multiple CONTACT_INFO keys (python SDK)

2018-09-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Tristan, Thank you for the detailed explanation. The AdWords user lists can be uploaded with only one type of data and once uploaded will not accept any other ID types. If you're uploading more than one type of audience, the upload may be successful but the members may not be populated.

Re: About setMicroAmount

2018-09-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Mehmet, The Money field can be set and returned in micro currency units. For example, $1.23 will come back as 123 (1.23 x 1,000,000). Micro amounts always refer to the account's local currency.

Re: Why ConstantDataService return different inmarket audiences compared with in-market_categories.csv?

2018-08-31 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Elena, I have shared this with the team. I will keep you posted on any further updates. Thanks, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Why ConstantDataService return different inmarket audiences compared with in-market_categories.csv?

2018-08-30 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Elena, I was able to see that all the UserInterestIds are populated. Could you please specify the criteria IDs that are missing so I can take a closer look? Thanks, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googl

Re: Unable to get client ids by AdwordsUser and unable to get AdwordsReport

2018-08-29 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Joab, Thank you for sharing the details privately. Please find my response below for the three set of logs shared: 1. For the logs specific to ManagedCustomerService, it looks like the account is not completely setup. Can you please setup the account completely and retry the API request

Re: Unable to get client ids by AdwordsUser and unable to get AdwordsReport

2018-08-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Joab, Can you make sure that you're giving the client customer Id in the config file of the client library that you're using? Could you please share the complete API SOAP request and response logs for the ManagedCustomerService.get()

Re: Parallel tracking

2018-08-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Dharam, Parallel Tracking is a feature in AdWords where the tracking is performed in the background for advertisers using the third party tracking systems. The custom click tracking are the tracking systems that use third party tracking or in-house tracking which can use the {gclid} valu

Re: Headline Part 3 and Description 2 for Expanded Text Ads - Partial data in API

2018-08-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Manas, Currently, these fields are not supported through the API. I have shared your feedback with the team. We do not have an ETA on when this feature is made available through the API. Please keep an eye on our blog for m

Re: Why ConstantDataService return different inmarket audiences compared with in-market_categories.csv?

2018-08-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Elena, Following up on this thread, the in-market audience returned in both CSV and from the services are both the same. Could you please elaborate if you're noticing anything otherwise, so I can assist you further? Thanks, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

  1   2   3   >