Re: Problem about rate exceeded error

2019-01-15 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, In AdWords API, we do not have a fixed Queries per second limit. Instead, the rate limits can fluctuate based on different variables, including server load. Please refer this section of guide for better

Re: Adwords API doesn't show recommend keyword like Keyword Planner does

2019-01-14 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Alps, The UI may correct the keyword to the specific one and give its stats. API, however, will not modify the keyword but it may give the stats of the corrected keyword. Please refer to this post

Re: How to retrieve mobile search volume through the API

2019-01-14 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Alps, You can use the platformEstimateRequested property to segment the estimates segmented by platform as elaborated in this section

Re: How do I create an audience using the new Google Ads API?

2019-01-11 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jon, Currently, only CRMBased User Lists and Similar user lists are supported as stated in this section of the guide. Please keep an eye on the blog

Re: Unable to switch to Manual CPC BS when using view through conversions

2019-01-11 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Paul, Could you reply back with the client customer id and complete SOAP request and response, so that I can check further? You may *reply privately to author*. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: How do I create an audience using the new Google Ads API?

2019-01-11 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jon, Sorry for the delay as I was checking with my team on this. Instead, you will need to create an Info object (e.g., CrmBasedUserListInfo) and set it to the UserList object via the setCrmBasedUserList() method. CrmBasedUserListInfo userList = CrmBasedUserListInfo.newBuilder()

Re: IPBLOCK Adwords api php

2019-01-09 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, In order for us to track issues better, could you please elaborate your question in a new thread? Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Customer Change Data is not matched with Google Ads.

2019-01-04 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi there, Could you reply back with Google Ads client customer id as well as API request and response? Also, could you point out which IDs do not exist in your account? You may opt to *reply privately to author*. Regards, Dhanya, AdWords API Team -- --

Re: About TV Screen Device {device} value tracking

2018-12-28 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Hoang, >From AdWords API perspective, in reports it would appear as a Device segment named CONNECTED_TV. More details are available in this blog

Re: Upload offline adword conversion implementation in php

2018-12-28 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Navin, Please find my responses inline below: 1. *I couldn't understand how to use above code snippet.Full implementation.* You can run the UploadOfflineConversions.php

Re: Bulk Jobs are stuck

2018-12-28 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi all, You should be able to see Batch Jobs back to normal now. Please let me know the BatchJob Id and SOAP logs if you still see issues. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: GetRefreshToken.php > Error: disabled_client The OAuth client was disabled.

2018-12-27 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, If you have AdWords API specific issue, please create a new forum post with relevant SOAP logs and error messages so that I can check further. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Bulk Jobs are stuck

2018-12-27 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi all, Thank you for the details. Our team is still looking into this. I will post on this thread as soon as I have any updates. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Bulk Jobs are stuck

2018-12-27 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi all, Thank you for sharing the Job Ids. Our team is currently looking into this. I will post on this thread as soon as I have any updates. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: How to avoid PolicyViolationError beorehand in scripts

2018-12-20 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, You can set the $session->setValidateOnly(true); This will only validate the keyword. In other words, no objects will be created, but exceptions will still be thrown. You can refer to this sample code

Re: Price Benchmarks for shopping Ads

2018-12-19 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Unfortunately, Average Product Price, Benchmark Product Price and Benchmark Product Price Difference are not yet available from the AdWords API. These metrics can only be found in the Google Ads UI currently. Regards, Dhanya, AdWords API Team -- --

Re: How I can associate Age range and gender reports? There is no field which i can join to produce result age group by male and female separately?

2018-12-18 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Qaiser, Unfortunately, joining the Age Range Performance report and the Gender Performance report is

Re: When I get data through API, sometime the obtained data has duplicates.

2018-12-14 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Liam, Could you reply back with the client customer ids, complete API request and response including headers where you see this issue? If you are using reports, please reply back with client customer ids and report definition

Re: BatchJobService raises INVALID_PREDICATE_ENUM_VALUE

2018-12-12 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi there, The Status field is not filterable as stated in this section of the guide. So, you will need to filter by Id and then check the status of each job. Regards, Dhanya, AdWords API Team --

Re: CUSTOMER_NOT_WHITELISTED_FOR_API Ads customer + MCC on the same account

2018-12-11 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Yana, As you have stated, the account 677-390-5764 is a MCC account and 235-894-7710 is a non-manager account. To get a list of BillingAccounts that client 235-894-7710 can use, you will need to call getBillingAccounts() by authenticating as MCC id: 677-390-5764. Please refer to this

Re: Create BasicUserList with previous users in it

2018-12-10 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sebastian, When you created the BasicUserList, had you provided the id field of the conversion tracker as stated in this section of the guide? A sample code is also given in the same

Re: CUSTOMER_NOT_WHITELISTED_FOR_API Ads customer + MCC on the same account

2018-12-07 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Yana, Could you reply back with both the client customer ids and also SOAP request and response which shows the error? You may opt to *reply privately to author*. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Php SDK get campaign spent budget (daily)

2018-12-05 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Nicolò, For yesterday's data, you can use ReportDefinitionDateRangeType::YESTERDAY. I was unable to replicate this on my test account. Could you reply back with a client customer id and AssociatedCampaignId where you see this? Also, do you see the same data via Budgets report in the UI

Re: How to calculate video played to 25% from API reports

2018-12-04 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Thank you for sharing your analysis and the workaround. "View type" segment is not available currently, on the Campaign Performance Report. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Adwords API: Unexpected changes in TV Screens bid modifiers

2018-12-04 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ivan, I was able to replicate the issue on my test account via both API and UI. Could you confirm if you get the same issue via UI? If so, I would recommend to reach out to Google Ads product support via the help link available on the top right of your Google Ads account OR post it on the

Re: Batch operations in the new Ads API beta

2018-12-04 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Vitaly, That is correct. Batch processing is not yet available in the beta. Please keep an eye on the blog for any future updates. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to calculate video played to 25% from API reports

2018-12-03 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kishore, As you have a product data specific question, I would suggest reaching out to product support via the Help link available on the top right of your AdWords account. Alternatively, you can also post on the Advertiser community forum

Re: Not able to print the SOAP logs when using BatchJobService for Adwords Java API

2018-11-30 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Shweta, You can retry after replacing all INFO with DEBUG and see if you are able to get the logs. Please refer to this section for better clarity and let me know if you have any further questions. Regards, Dhanya, AdWords API

Re: How to calculate video played to 25% from API reports

2018-11-30 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kishore, You can use the fields: VideoQuartile25Rate and VideoQuartile50Rate in Campaign Performance Report to get the percentage of impressions where the viewer watched 25% and 50% of your video respectively. If that does not answer your question, could you please elaborate with specific

Re: Adwords API: Unexpected changes in TV Screens bid modifiers

2018-11-29 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ivan, I am unable to reproduce this issue at my end. Therefore, could you reply back with the client customer id and complete SOAP request and response so that I can check further? You may opt to *reply privately to author*. Regards, Dhanya, AdWords API Team -- --

Re: is it possible to edit the Remarketing account to this manager with API ?

2018-11-28 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, You can create a new account via the API using ManagedCustomerService. Sample code in java is available here . For other programming

Re: TargetingIdeaService indifferent to language.

2018-11-09 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Saulius, Our team is working on this issue. I will let you know as soon as we have some updates. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Developer Token not Approved on testing client account

2018-11-05 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi all, Could you retry your API request after creating a new test account under the existing Test Manager account? Please let me know if you still face issues. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: DEVELOPER_TOKEN_NOT_APPROVED error for Client account of Test manager account

2018-11-05 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Siddhi, Could you retry your API request after creating a new test account under the existing Test Manager account? Please let me know if you still face issues. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Developer Token not Approved on testing client account

2018-10-30 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Saidar, It is being worked upon. We do not have an ETA but I will post on this thread if there are any updates. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Developer Token not Approved on testing client account

2018-10-23 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Your steps look good. However, there is an ongoing issue that is being worked upon currently. I will post on this thread if there are any updates. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Developer Token not Approved on testing client account

2018-10-22 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi there, Thank you for sending the details. We do not have an ETA as this issue is currently being worked upon. However, it should not prevent you from submitting the Developer token request for approval. Please let me know if you face any issues. You may opt to *reply privately to author*.

Re: Developer Token not Approved on testing client account

2018-10-18 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Saidar, The issue is still being worked on. We will update you once we have more information. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: CustomerService.getCustomers returns AuthorizationError.CUSTOMER_NOT_ACTIVE

2018-10-17 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi David, Glad that you were able to figure out the problem. Let us know if you need any further assistance. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: CustomerService.getCustomers returns AuthorizationError.CUSTOMER_NOT_ACTIVE

2018-10-12 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi David, Yes, please reply back with your client customer id and complete SOAP logs including Request id, so that I can check further. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: getHeadlinePart3 and getDescription2

2018-10-09 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Amir, Could you please reply back with the client customer id and API request and response, so that I can check further? You may opt to *reply privately to author*. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Developer Token not Approved on testing client account

2018-10-08 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Faizan, There is an ongoing bug on this issue. We will update you once we have more information about this. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: getHeadlinePart3 and getDescription2

2018-10-04 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Anna, Could you please reply back with the client customer id and API request and response, so that I can check further? Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: DEVELOPER_TOKEN_NOT_APPROVED error for Client account of Test manager account

2018-10-04 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Could you reply back with the client customer id of the test account? Also, was this account created recently? You may opt to *reply privately to author*. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Unable to get list of linked accounts in Manager test account

2018-10-01 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, When you create a test account, it will be in canceled status by default. To see the cancelled accounts from the UI, you will need to adjust the filters in the top left corner. When you run $customerService->getCustomers(), the API will only return the accounts on which you are a user. In

Re: Developer Token not Approved on testing client account

2018-10-01 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Faizan, The DEVELOPER_TOKEN_NOT_APPROVED error message that you get is because you are trying to access a Production(Non-test account) with a Test Developer Token. Could you confirm

Re: google ads api for php

2018-09-24 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi there, By blocked IP function, do you mean IpBlock ? If so, it is a Criteria for a campaign. Therefore, you will need to enter it for a campaign under a non-manager account. However, please

Re: Efficiency pulling reports for many clients - Adwords API vs Google Ads API (PHP)

2018-09-20 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi James, In the ParallelReportDownload example, it is creating a session for the MCCid to be able to read all the accounts under it. Then, for each account, it is

Re: what's the meaning of attr "xsi_type" in python

2018-09-20 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi there, The xsi_type is the Type of object that you specify when you run operations for a service. For example, in your screenshot, to add a keyword in AdGroup, you will need to call the AdGroupCriterionService

Re: Using API to import Change History in Google Spreadsheet

2018-09-19 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jurgen, As it is a AdWords Scripts question, I would suggest you to post your question on Scripts forum so that the experts there can give their suggestions. Regards, Dhanya, AdWords API Team -- --

Re: Cannot upload offline conversions.

2018-09-13 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi there, OfflineConversionError. UNPARSEABLE_GCLID , it

Re: ManagedCustomerService get: different results links vs entries

2018-09-10 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Carmine, Could you reply privately to author with your SOAP request and response as well as your client customer id, so that I can troubleshoot further? Regarding *using key present in links list* that you mentioned, could you give a specific example? Regards, Dhanya, AdWords API Team --

Re: ManagedCustomerService get: different results links vs entries

2018-09-07 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Carmine, The example gets the account hierarchy under the current account. If your current account is a MCC id, this will get all the accounts under that MCC. Could you please elaborate what you mean by 'failure of the method' along with SOAP request and response as well as your client

Re: [Warning] No handlers could be found for logger "googleads.common"

2018-09-06 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi all, If you have not tried already, you may find this post in StackOverflow helpful. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Why are cancelled accounts being returned by ManagedCustomerService?

2018-09-04 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Alperen, Having ManagedCustomerService.ManagedCustomerLink#ishidden = false is not same as cancelled account as it is an option to hide accounts that you do not wish to

Re: Can We Get "Approved Limited Trademarks in ad Text" Warning Via Adwords API

2018-08-27 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Avnish, You can use the AdGroupAdService.policysummary to filter by combinedApprovalStatus = APPROVED_LIMITED. Please refer this this forum post

Re: Parallel traching

2018-08-27 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Pankaj, Please find my responses inline: 1. If i talk about the our normal ad-words account, how can we use custom click tracking. You can use custom click tracking for additional tracking information. Usually this is a proprietary/in-house tracking or via a third party

Re: Parallel traching

2018-08-24 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Pankaj, If you are using AdWords click tracking, you will not be having a tracking call in the background. Therefore, there will be no impact to your tracking. Please refer this section of

Re: Cannot upload offline conversions.

2018-08-20 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, As this is an old thread, could you please create a new thread on the forum explaining the issue and also SOAP logs with sensitive data redacted? Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Strange locationIDs in CAMPAIGN_LOCATION_TARGET_REPORT

2018-08-17 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Mat, User defined location ids will not be available in the LocationCriterionService. If that is the case, could you reply back with your client customer id and report definition so that I can troubleshoot further? Regards, Dhanya, AdWords API Team -- --

Re: Multiple Transaction ID after data import

2018-08-15 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Krzysztof, As you are using Google Analytics API, you can reach out to their support channels listed here as the experts there will be able to provide their suggestions. Regards, Dhanya, AdWords API Team -- --

Re: Google Event Snippet and Google Global Site Tag Not Working

2018-08-14 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Krishna, Could you confirm if you followed the steps to create a conversion tag as per this Help Center article? If you have issues, you can also troubleshoot your conversion tracking tag, by referring to this Help Center article

Re: Multiple Transaction ID after data import

2018-08-14 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Krzysztof, How are you importing the data in to AdWords? Are you using AdWords API to pull up the details? If yes, in order to troubleshoot further, could you reply back with your AdWords client customer id and SOAP logs showing your request and response? If you are using reports, please

Re: CustomerService.getCustomers returns AuthorizationError.CUSTOMER_NOT_ACTIVE

2018-08-13 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Oksana, You can *reply privately to author. *Please do include details like emailid used for making the API call, complete SOAP logs including request and response and also what accounts you expect to see in the response. Regards, Dhanya, AdWords API Team -- --

Re: Final URL Suffix In Real account

2018-08-13 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sandeep, Thank you for pointing out. The finalURLSuffix is currently available on Production accounts. We will request our team to update the documentation. Meanwhile, please do give it a try and let us know if you have any questions. Regards, Dhanya, AdWords API Team -- --

Re: ocid in https://adwords.google.com URL's

2018-08-08 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jens, I completely understand your concern. We do get this request quite often. Unfortunately, it is not possible to have that link. Please do post your concern on the Advertiser Community Forum so that the

Re: How to link AdWords to a specific GMB Business account

2018-08-01 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Pinkesh, You will be able to link GMB account with Google Ads account by creating the required feed objects. Please refer this section of guide for the steps. If you have any further

Re: API for Keyword Search and Sample Java code with libraries

2018-07-31 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Rajyalakshmi, The TargetingIdeaService and TrafficEstimatorService can be used to retrieve targeting ideas and traffic estimates

Re: Error al programar la secuencia de comandos. Inténtelo de nuevo más tarde

2018-07-24 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ivan, Since you have a question related to AdWords Scripts, I would suggest you to post it on the Scripts Forum so that the experts there can assist you. Regards, Dhanya, AdWords API Team -- --

Re: Cannot add beta API to Google Developer Console project

2018-07-23 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Zweitze, Thank you for the details. As we are unable to replicate this error, could you please provide step-by-step details on how you are reproducing this? If possible a screencast would be ideal as It would be helpful to know how you are navigating. Also, could you try using Firefox in

Re: Is there a way were user promt is skipped?

2018-07-20 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kalpit, You can store the user's token and their id in your database so that you can retrieve it the next time they log in to your system. That way, they do not have to re-grant authorization every time. Please refer to this section

Re: C# API : CampaignPerformanceReport problems

2018-07-19 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Since the discussion happened on a private thread, posting summary for the benefit of other users on this forum. "Limited by budget" status of campaigns is not available via the API. Also, the Month field can be used in Campaign Performance Report as below : "SELECT Month, CampaignName,

Re: C# API : CampaignPerformanceReport problems

2018-07-19 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Since the discussion happened on a private thread, posting summary for the benefit of other users on this forum. "Limited by budget" status of campaigns is not available via the API. Also, the Month field can be used in Campaign Performance Report as below : "SELECT Month, CampaignName,

Re: Cannot add beta API to Google Developer Console project

2018-07-18 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Zweitze, Could you please retry if you still face issues enabling Google Ads API via Firefox browser as we were experiencing a glitch on the other day? If it is still not working, could you please reply back with the version of Firefox so that we can check further? Regards, Dhanya, AdWords

Re: New Ads API Request (multiple CIDs in a single request)

2018-07-18 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Rob, Thank you for the clarification. I will request this with my team. Please keep an eye on the blog for future updates. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: TargetingIdeaService indifferent to language.

2018-07-17 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Saulius, Thank you for raising this issue. I was able to recreate it on my account. We will troubleshoot it further at our end and will let you know of any updates. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: MaximizeConversionValueTargetRoas not valid for report type CAMPAIGN_PERFORMANCE_REPORT?

2018-07-17 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Gal, Your query looks good to me. I was also able to run it successfully against my test account. In order to troubleshoot further, could you reply back with your client customer id? You may opt to *reply privately to author*. Regards, Dhanya, AdWords API Team -- --

Re: New Ads API Request (multiple CIDs in a single request)

2018-07-17 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Rob, Thank you for bringing up your request. In order to understand further, could you please let me know if the client customer ids that you are trying to run reports against are under same MCC id or different MCC id? If under the same MCC id, you could try this sample code in java

Re: How to create a product group uisng google adwords api php.

2018-07-16 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Yes, to create a new product group, you will need to create a Shopping Campaign, then create a SHOPPING_PRODUCT_ADS adgroup or SHOPPING_SHOWCASE_ADS adgroup. After that, you will be able to add ProductAd

Re: Performance Reports on Paused Campaigns

2018-07-16 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi PI.X, You are correct. I am afraid, the breakdown is available via UI but not via API for UAC Campaigns. However, I can request my team to include it as a feature request in future release if possible. Regards, Dhanya, AdWords API Team -- --

Re: Performance Reports on Paused Campaigns

2018-07-13 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi PI.X, Thank you for sending the details. I was able to see the difference between UI and API. The paused Campaigns with CampaignIds: 970606533 and 995598659 are both Universal App campaigns which do not show up on Geo Performance Report. Please refer this section

Re: Performance Reports on Paused Campaigns

2018-07-12 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi PI.X, Thank you for sending the details. I was able to test this on my test account and found that I was indeed able to get paused Campaigns in Geo Performance Report. In order to troubleshoot further, could you please reply back with your client customer id and specific examples of where

Re: UAC Reporting Api return 400 Bad Request

2018-07-12 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, UAC Campaigns are not supported via the Criteria Performance Report. For the fields you have selected, you can run the Campaign Performance Report . That is: SELECT CampaignId, Impressions,

Re: Keyword Ideas and relatedToQuerySearchParameter

2018-07-06 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, As per your description, the following code snippet worked. $kwlist = ['bakery','pastries','birthday cake']; $relatedToQuerySearchParameter->setQueries($kwlist); If this is not your requirement, could you please let me know what exactly you are trying to achieve and what issues

Re: Keyword Ideas and relatedToQuerySearchParameter

2018-07-06 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, The RelatedToQuerySearchParameter uses array of Strings . Could you reply back with SOAP request and response of when you got both keywords clumped? For your

Re: [Warning] No handlers could be found for logger "googleads.common"

2018-07-06 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Enoch, Thank you for the detailed message. Since this issue is environment related, the Python library issues page is the recommended place to post where I see you have already posted. So, as it is just a warning, you can ignore it

Re: How to cross check intent marketing campaign ?

2018-07-06 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Narendra, Since you have a product level question, I would recommend you to post it on the Advertiser Community Forum , so that the products experts there can assist you. However, if you face an issue while

Re: UnknownHostException adwords.google.com

2018-07-03 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, If you are facing issues with Google Cloud, I would recommend to please reach out to their support so that the experts there can assist you. If you have issues with AdWords API calls, please let us know along with complete SOAP request and response

Re: Using Report to Pause Adgroups

2018-07-02 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sean, Through the AdGroup Performance Report , you will be able to apply filter to pull up AdGroups that are above a specific AverageCpc. However, mutate operations are not available via

Re: Getting all adgroups regardless of campaign

2018-07-02 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sean, If you remove the predicate to filter by CampaignId in the selector , you will be able to get all AdGroups under that account. You can also use the AdGroup

Re: Shopping Performance Report API and mapping of products and ads

2018-06-22 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Par, Yes, we do have certain fields which are not compatible with other fields when used in the same report via the UI. Same applies to API as well. They have also been mentioned in each field description. For example, Shopping-performance-report#conversions

Re: Receiving Error with DoAuth2Authorization trying to follow ConsoleExample.cs

2018-06-22 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Mike, Glad to know that you were able to figure it out and thank you for letting us know. If you face any issues in the future, please feel free to write back. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Structured Snippet Feed Item Setting Locale

2018-06-20 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi James, Unfortunately, I do not have any updates at this point. I will post on this thread when this issue is fixed. Please let me know if you are facing any issues with the workaround to update the locale or add a Structured Snippet via the UI. Regards, Dhanya, AdWords API Team -- --

Re: Complete service response data structure available?

2018-06-20 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Matthias, You can go to reference section in the guide and under each service, check for the object's Overview section. For example, for AdGroupAdService, the finalUrls is an array of strings.

Re: Receiving Error with DoAuth2Authorization trying to follow ConsoleExample.cs

2018-06-20 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Mike, I see that you are using the .NET client library . In your example, if you are using a console application, you will need to set the callback url to null. Also, please ensure that you are following the steps as mentioned in the

Re: How to fix SERVICE_ACCESS_DENIED problem.

2018-06-20 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, I am afraid, the Compliance team will be able to guide you best on this question. Please do reach out to them via the form . Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: BatchJobMutateResponse - campaignLabel operand not returning the campaignId

2018-06-19 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Pedro, To assign label to a campaign, you will need to use CampaignService.mutateLabels with CampaignLabel

Re: Shopping Performance Report API and mapping of products and ads

2018-06-19 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Par, I understand your concern. Shopping Performance Report via the API corresponds to shopping campaign statistics aggregated at the product level. When it is aggregated at the product partition level, you can use the Product Partition Report

Re: Are multiple predicates still applied as AND?

2018-06-19 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ryan, In all reports , OR is not supported and conditions in Condition Lists are performed with AND operator. Please refer this section of guide for

Re: ocid in https://adwords.google.com URL's

2018-06-19 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jacek, Deep linking is not supported in AdWords API. So, unfortunately, I will not be able to provide a solution for it. Please keep an eye on the blog for updates on future releases. Regards, Dhanya, AdWords API Team --

  1   2   >