RE: Adwords Transfer Service not sending usable search impression share data

2019-01-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ryan, Thanks for following up on our earlier discussion via the forum. If you were using the AdWords API directly, you could issue separate Keywords Performance Report requests to get the *SearchI

RE: Getting InternalApiError.DEADLINE_EXCEEDED for for Geo Performance reports.

2019-01-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Luciano, I suspect this started happening because of the extremely large amount of data returned from your report request. If I issue a request with a predicate on *CampaignId IN [..., ...]* for several campaigns, the response comes back without error. Could you try breaking up your single r

RE: About "display values" of "CONNECTED_TV" when get "Account Performance Report" via AdWords API

2019-01-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, I'm looking into what the display value will be and will let you know as soon as I have that info. Note that starting on January 8, you'll be able to get the display value from *ReportDefinitionService* in the ReportDefinitionField.EnumValuePair.enumDisplayValue

RE: Adwords Transfer Service not sending usable search impression share data

2019-01-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ryan, The UI is able to show subtotals for each row in the report, even if there are more detailed rows shown as well. In your example, the UI can request and return to you subtotals for each keyword, *as well as* show you a keyword+week breakdown. With the AdWords API, however, you'll only g

RE: Getting DetailedReportDownloadResponseException: DatabaseError.ACCESS_PROHIBITED for Geo Performance reports.

2019-01-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Could you share the client customer ID where you're seeing this problem *only with me* by clicking *Reply privately to author* on this message? Thanks, Josh, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googl

RE: CustomerSyncService is not returning data for remarketing or audience

2019-01-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, The CustomerSyncService will return the changed entities for a customer account or campaign based on the given date range within the last 90 days. However, please note that this will only

RE: UNEXPECTED_INTERNAL_API_ERROR when mutate campaign

2019-01-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, The UNEXPECTED_INTERNAL_API_ERROR usually occurs when something unexpected happened while processing the request. Could you please share the complete SOAP logs(request and resp

RE: Problem about rate exceeded error

2019-01-15 Thread googleadsapi-forumadvisor 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 clarit

RE: Get readout from AdGroupCriterionService selector

2019-01-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Yang, You will be able to get the Bid values using AdGroupCriterionService.get() and pull the CpcBid and CpmBid fields. For example, I was able to check the Keyword criteria in this

RE: Retrieving a tree of all customers

2019-01-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Marc, Thanks for your patience. I checked with my team and confirmed that it is an expected behavior of the customer_client, in fact in Google Ads API only one resource is responsible for a field to maintain normalization. Since the descriptive_name is a field in Customer resource, for eac

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

2019-01-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Jon, Sure, I have passed this to our team. Regards, Dhanya, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label/adwords_api https://developers.google.com/adwords/api/co

RE: Adwords API Budget Error NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

2019-01-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Ronak, I was able to add the same value in my testing and it worked. Could you please share the SOAP logs(request and response ) of the operation you are performing without redacting any information to see if ev

RE: Ad object is immutable in AdWords?

2019-01-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, You can use AdService to update ads. Please refer to this section of guide for better clarity on mutating A

RE: Google Ads Beta API - How to Upload Store Sales Direct conversions

2019-01-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello John, The Google Ads API is still in beta phase and some of the functionalities are not yet available. Those functionalities will be available in future releases. The store_sales_direct_conversions

RE: Can't connect to API / python3

2019-01-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You are on the right track for setting up the API. In step #3, the test client accounts may not be visible as these test accounts would be in cancelled status and hidden in the regular view. You could see them by following the steps given below: - Sign in to your Google Ads manager a

RE: how to retrieve last 24 months search volume

2019-01-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Alps, Unfortunately, the API only give you past 12 months of data. Let me know if you have any further questions. Thanks, Milind, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search

RE: keywords performance report, labels and lableids are empty for some records

2019-01-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Yang, Labels and LabelIds are manually implemented in your objects upon creation or t

RE: Get all campaings using adWord API, return 0 result.

2019-01-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Hei, To better investigate this, could you also provide your complete SOAP request logs together with the clientCustomerID set in your header so I could take a look at this on my end? Please reply via *Reply privately to author*. Thanks and regards, Luis AdWords API Team =~=~=~=~=~=~=~=~=~

RE: Google merchant center test account to test shopping campaigns

2019-01-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, On the AdWords API Perspective, before you can create a Shopping campaign, you need to first link your Google Ads account to your Google Merchant Center account. Once done linking both accounts, you should be able to create your shopping campaign by following this guide

RE: Get readout from AdGroupCriterionService selector

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Yang, The Target CPA bidding strategy sets the bids and help you get maximum conversions at the target cost-per-acquisition (CPA) you set. Target CPA bidding automatically finds an optimal CPC bid for your ad each time it's eligible to appear. For example, if you choose a target CPA of $10

RE: CustomerSyncService is not returning data for remarketing or audience

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, You will be able to pull the details about the changed criteria IDs. It is currently not possible to pull the criteria level changes through the API. Please

RE: Ad object is immutable in AdWords?

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Yes, ExpandedTextAds support mutability. Please see the linked sample doc in my email for an example. Regards, Dhanya, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label/adw

RE: Zero campaigns returned from call to CampaignService.get using Python AdWords SDK

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Scott, Could you please share the client customer id so that I can troubleshoot the issue? Please note that to get the campaign data, you will need to run the CampaignService.get API call against the non

RE: Device Preference and FeedItemTargetService

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Varun, You will need to use the FeedItemTargetService and set the FeedItemCriterionTarget

RE: Enabled/Paused YouTube video from the API

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Diego, The video campaigns and TrueView type campaigns are not supported via AdWords API. Please keep an eye on our blog for any updates or announcements about upcoming features. Thanks, Milind, AdWords API Team =~=~=~=~=~=~

RE: Can a valid subdomain be used as website URL for Google Merchant Center?

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chaitanya, On this forum, we handle questions related to the AdWords API. Since your question is product level question. I would suggest to post your question on Merchant Center community forum .

RE: Customer Match & Store Direct Conversions Approval

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello John, I understand your concern. Currently, it is not possible to test the upload of Customer Match via test accounts. Our team is aware of this issue. You may need to use your production account to test these features. Regarding the Store Sales Direct conversions, I am afraid that whiteli

RE: DistinctError.DUPLICATE_TYPE (while trying to add a ProductOfferId)

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Matthias, Could you reply back with the complete request and response logs so that I can check further? You may *reply privately to author*. Regards, Dhanya, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsd

RE: Issue with adding Income TIER

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Mohanty, It looks like you are using the FeedFunction logic and the script is not able to find this one. Please note that the IncomeOperand can no longer be used as a FunctionArgumentOperand for LocationGroups. Mutate requests adding new operands of this type will result in FunctionError.R

RE: Как создать новую кампанию

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Tsuriki, The user tsuriki.2...@gmail.com has admin access to the accounts 75-033-3129, 517-127-6300, 204-644-2576. If you logged in with the credentials of this email id, you will be able to see the list of all accounts which are directly accessible to this email id. To create the campaign

RE: Blank Device value in Campaign Performance Report (related to CONNECTED_TV?)

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, We still do not have information regarding the fix and its ETA. I will be updating you via this thread as soon as updates are available. Thanks and regards, Peter AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://go

RE: [7-5666000025312] Accessing Adwors API dashboard.

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Pierre, Firstly. could you confirm if you are using the same login credentials in logging in your Google Cloud Project previously? If yes, you could remake a new project in your dashboard by following this guide and use th

RE: Keywords Performance Report device blank???

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi All, We still don't have update for this issue. I will let you know as soon as available. Regards, Luis AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label/adwords_api h

RE: Updating Dynamic remarketing feeds

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Jonas, Could you provide more context on your issue with the Dynamic Remarketing guides that you mentioned so I could give you the right information you need? Thanks and regards, Luis AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

RE: Accessing Adwors API dashboard.

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Pierre, Firstly, could you confirm if you are using the same login credentials in logging in your Google Cloud Project previously? If yes, you could remake a new project in your dashboard by following this guide and use th

RE: Are advanced bid adjustments available through the API?

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi David, Unfortunately, advanced bid adjustments are currently not supported in AdWords API. You may follow our blog for updates instead. Best regards, Jaki AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

RE: API Calls Clarification - What about API Limits?

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Marco, Kindly refer to below comments for your questions: 1 and 2. Yes, there are limits in terms of the number of requests and/or operations metered such as of Requests Per Minute, Operations Per Minute, and/or other types of rate limits such as operational limit

RE: Updating Dynamic remarketing feeds

2019-01-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Jonas, Thanks for the clarification. If you are using the Dynamic Display Ad feeds, then, you could refer to this guide on how to manage those feeds. The guide also includes examples on how to remove feeds (see thi

RE: Adwords API Budget Error NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

2019-01-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Ronak, Glad that the problem is resolved. Thanks for sharing your solution. It would be helpful for others facing similar issues. Regards, Sai Teja, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdevel

RE: Zero campaigns returned from call to CampaignService.get using Python AdWords SDK

2019-01-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Scott, You can change the client customer id on fly as mentioned in this guide . Let me know if you have any further questions. Thanks, Milind, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: AdGroupAdService not returning any matches for ExpandedTextAd if headlinePart3 is in request filter

2019-01-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chad, I was able to make an API call with the query which includes and excludes HeadlinePart3 and Description2 as predicates and was able to pull the results. Attaching the SOAP logs for the same. Please note that depending on your predicates, it will only return the ads that match the que

RE: Per store report through Google Ads API

2019-01-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Swapnil, Currently this feature is not available available. However, our team is aware of this request. Please keep an eye on our blog for information related to future releases. Regards, Sai Teja, Google Ads API Team =

RE: Does AdService support partial failure?

2019-01-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Dorian, AdService does not support partialfailure. Only the services stated under Partial Failure documentation in your linked doc supports partial failure. Regards, Dhanya, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: h

RE: Impressions far too high (code included)

2019-01-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Des, Could you please confirm are you running the code against the client customer id of the production or test account? Please note that when you are using test accounts ,

RE: Lining up KeywordID to the actual Keyword Text

2019-01-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Kevin, Yes, the Criteria field attribute of the Keywords Performance Report pertains to th

RE: CustomerSyncService giving different results from the Ads web client

2019-01-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Sam, The CustomerSyncService does not return a detailed result of the changes as this will only show campaign and account based changes. This service is not the equivalent API service for the

RE: Invalid Mobile App Id - INVALID_MOBILE_APP

2019-01-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, The format of the app ID that you used was invalid which triggers the CriterionError.INVALID_MOBILE_APP error. A well formed app ID for AdWords API would be "1-476943146" for iOS and "2-com.labpixies.colordrips" for Android. You may check this guide

RE: Predicate for new device type TV not working?

2019-01-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Qaiser, This is a known issue and our team is looking into this. I will keep you posted on the updates. Regards, Bharani, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/lab

RE: Does AdService support partial failure?

2019-01-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Dorian, That is correct. Even if you set partialfailure to true and mutate an Ad using AdService, upon error, partialFailureErrors will not have value. Regards, Dhanya, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http:/

RE: AuthenticationError.CUSTOMER_NOT_FOUND - CustomerService.getCustomers

2019-01-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Lukas, Could you please share the account CID and the email address of the user making API calls to the account you are referring to investigate further? You could use reply privately to the author option while sharing the information requested. Regards, Sai Teja, AdWords API Team =~=~=

RE: Problem with CAMPAIGN_LOCATION_TARGET_REPORT

2019-01-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, My apologies in my delay in getting back to you. We had a high priority issue that came in that was affecting a number of users, and you're question takes a lot of research and diving into the data to figure out. On the surface, it doesn't look easy. Your issue is my next task. I'll get b

RE: Problem with CAMPAIGN_LOCATION_TARGET_REPORT

2019-01-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Greetings! I finally tracked it down. So, if you scroll to the bottom in the UI on the Locations page, you will see a sum for 'Locations', and you'll see a sum for 'Other Locations'. If you add up those two sums, it will equal the total in the API. I have no idea what this account total is comin

RE: ipBlock API PHP

2019-01-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Rajit, Did you check out the solution offered on same question in forum for Google Ads API here and AdWords API here

RE: CLICK_PERFORMANCE_REPORT Empty Results

2019-01-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ryan, Are you setting the correct Date(Date which has impressions recorded ) in the Click Performance Report ? If so,

RE: Google Ads - Keywords Qualiy Score and Impressions

2019-01-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Stiven, You could use the fields qualityscore and impressions and of Keyw

RE: Accesing customer report data of customer outside my mcc

2019-01-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Fede, In order to troubleshoot, could you reply back with the email id of the MCC/OAuth credentials being used to make the API call as well as the target account which this manager should no longer have access to? You may *reply privately to author.* Regards, Dhanya, AdWords API Team =~=~=~=

RE:

2019-01-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ankit, The error ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA is encountered when you are trying to upload customer match data with a production account that is not whitelisted. You would need to whitelist the account when creating a CrmBasedUserList

RE: Parallel tracking doesn't work with tracking tamplate.

2019-01-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, You are correct about how parallel tracking works. However, take note that currently, parallel tracking is only supported by search and shopping campaigns for Chrome browser in Android. Support for more campaign types and platforms will be added in the upcoming weeks/months. If the click occ

RE: Parallel tracking doesn't work with tracking tamplate.

2019-01-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, You are correct, parallel tracking will be required for all accounts but will only be implemented in Search and Shopping campaigns as of the moment. Support for more campaign types and platforms will be added in the upcoming months. Regards, Dannison AdWords API Team =~=~=~=~=~=~=~=~=~=~=

RE: Keywords Performance Report device blank???

2019-01-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi All, As of today we still do not have an update regarding this issue. I will let you know as soon as any information becomes available. Regards, Adrian Mayoralgo, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://goo

RE: duplicate keywords in Ad Group deleteion problem

2019-01-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Qaiser, In AdWords API perspective, every report is segmented by its unique key. A keyword is identified by both Id and AdGroupId combination (as indicated in this guide ) and therefore reports generat

RE: Invalid Mobile App Id - INVALID_MOBILE_APP

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, I would like to confirm from my end if the workaround you tried is indeed correct. For me to further check, could you provide the complete report definition you used to generate the Automatic Placement Report as well as your clientCustomerId so I could check those mobile app IDs with the tea

RE: About "display values" of "CONNECTED_TV" when get "Account Performance Report" via AdWords API

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Sorry for the delayed response. The expected display value for CONNECTED_TV is "Devices streaming video content to TV screens". Cheers, Josh, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogs

RE: Impressions far too high (code included)

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Could you please confirm if you are referring test key as test developer token? If yes, please note that with the test developer token you will only be able to make the API call against the test account. If you are looking to use the OAuth credentials of test account against the production a

RE: Call Only Ads has data missing through Ad Performance Report

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, I was able to replicate the issue on my end. I'm checking this internally with the team. I will keep you posted on the updates. Thanks, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.c

RE: CAMPAIGN_LOCATION_TARGET_REPORT clicks value doesn't include the clicks from youtube videos

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, The Campaign Location Target Report will include the Clicks from the Locations tab in the UI. Could you please share your client customer Id using the reply privately to author option, so

RE: How I find it ------user location report

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, In this support channel we will discuss technical questions related to AdWords API. If you are trying to fetch the User location report via API, it is not possible. Universal app campaigns only supports the reports mentioned here

RE: Pull Stats from MCC

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Tom, In AdWords API, you can run the ParallelReportDownload .java

RE: googleads 15.0.2 has requirement PyYAML<5.0,>=4.2b1, but you'll have pyyaml 3.13 which is incompatible.

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Rishit, The update of PyYAML dependency to >=4.2b1 in google's Python Client Library 15.0.2 is for https://nvd.nist.gov/vuln/detail/CVE-2017-18342. If you have more questions about the client library, could you please

RE: BatchJobProcessingError.INTERNAL_ERROR when sending a large batch job

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Are you still facing this issue? I see that your batch job is quite large. However, if there are no other batch jobs running against that account the size of the batch job should most likely not be an issue. Please note that there is a limit

RE: Policy violations / Grants / Express

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Edward, You should be able to make API calls on Express accounts. For example, you can run the Campaign Performance Report to pull up campaign stats. Sample code in Java is available here

RE: ManagedCustomerService is not returning all the accounts

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Chirag, If you are passing the client customer id of the manager account in the request header, it should return the account hierarchy under that manager account. You can refer to this sample Java code here

RE: Add Youtube Channel to Excuded Placements

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Robert, I was able to exclude a YoutubeChannel at campaign level using CampaignCriterionService. Below is the SOAP request: https://adwords.google.com/api/adwords/cm/v201809";> ADD https://adwords.google.com/api/adwords/cm/v201809"; x

RE: Google Ads Exclude/Ip Block API in PHP

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Rajit, Using the GoogleAdsAPI you could use the CampaignCriteriaonService and set the CampaignCriterion

RE: Getting video from UAC through API

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You need to fetch the UniversalAppCampaignSetting using the CampaignService and use youtubeVide

RE: Slow audience list data populating

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Ivan, If you uploaded the user list a couple of hours ago and seeing the Populating status via UI then it is expected. It takes 6 to 12 hours for a list to be populated with members, so you'll most likely see an "In Progress" status (on the Google Ads UI) if you upload to an audience list

RE: Problem with API method content/v2/

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Dmitry, In this support channel we will answer technical questions related to AdWords API . Looks like your concern is related to the Content API for Shopping

RE: Shopping ads, Dynamic Remarketing Disapproved or invalid

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Looks like you are looking for the Shopping API. In this forum we only support questions related to AdWords API. I would recommend to post your question on the Shopping API forum . If you have any questions related t

RE: CustomerSyncService giving different change numbers than the Change History in Google Ads interface

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Sam, The CustomerSyncService does not return a detailed result of the changes as this will only show campaign and account based changes. This service is not 100% equivalent to the Change Hist

RE: AdGroup Negative Placements Performance Report??

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Han, You may use the Automatic Placements Performance Report which includes all statistics aggregated at the placement level. This type of report is the equivalent of *WHERE ADS SHOWED* r

RE: Calls mismatch

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Kunal, To further investigate this, could you provide the complete report definition you used to generate both the report types that you mentioned as well as your clientCustomerId? Please reply via

RE: Error [RequiredError.REQUIRED @ operations[0].operand.rules[0].ruleOperands[0].rule, RequiredError.REQUIRED @ operations[0].operand.rules[0].ruleOperands[1].rule] while creating logical user list

2019-01-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for the details you've provided. Based on your code, it appears that you are not setting up the rule properly. Kindly refer to the Python sample code

RE: Calls mismatch

2019-01-23 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
label/adwords_api https://developers.google.com/adwords/api/community/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ On 01/23/19 16:21:04 kunal.patan...@tiekinetix.com wrote: Found the reason for the discrepancy J -- Kunal *From:* googleadsapi-forumadvisor via AdWords API and Googl

RE: Problem with trackingTemplate for SEARCH_DYNAMIC_ADS

2019-01-23 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Thank you for sharing the details. When an ad is clicked, the tracking template parameters will be added to your final URL to create your landing page URL. A tracking template created at the ad group, campaign, or account level applies to all of the ads in the corresponding ad group, camp

RE: CAMPAIGN_LOCATION_TARGET_REPORT clicks value doesn't include the clicks from youtube videos

2019-01-23 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Thank you for the screenshot. It looks like you're comparing the Clicks at the campaign level. You will need to use the Campaign Performance Report to pull the campaign level metrics. I was ab

RE: How I find it ------user location report

2019-01-23 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You could find your potential customer's physical location or a location that he/she showed interest in by using the "Most specific location". You could refer this guide for more information on m

RE: Add Youtube Channel to Excuded Placements

2019-01-23 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Robert, The MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT error is thrown when you are trying to mutate a campaign created using Express account as stated in this section of

RE: I am playing the Google Ad words API and I want to create one adgroup e.g ('agroup1') in different campaigns using API ? Is it possible? If yes Please let me know How Can I do this?

2019-01-23 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Umer, Yes, you could use the same AdGroup name for different campaigns. The campaign might already be having the AdGroup with the same name you are trying to add which resulted in DUPLICATE_ADGROUP_NAME

RE: Campaign GeoTargetTypeSettings for exclude option

2019-01-23 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Man, I see that you're looking to exclude the Location criteria. You may use the CampaignCriterionService.mutate() operation with isNegative field set to true to set the negative criteria.

RE: Google Ads Exclude/Ip Block API in PHP

2019-01-23 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Rajit, The same code samples mentioned earlier can be found for both AdWords API and Google Ads API. For AdWords API you can refer the code sample AddCampaignTargetingCriteria.php

RE: Huge latency when querying GEO_PERFORMANCE_REPORT

2019-01-23 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Luis, Could you please confirm if you're still facing an issue? The report download requests may time out on extremely large data sets. There is no explicit data size limit; however, due to a variety of factors, the server may return an error if the report is too large. If so, could you tr

RE: Get the status of an adwords account

2019-01-23 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Maria, Unfortunately, retrieving the status of an account, whether it is active or inactive, is not possible through the AdWords API. You may follow our blog of any other updates. Sincerely, Dane AdWords API Team =~=~=~=~=~=~

RE: AdGroup Negative Placements Performance Report??

2019-01-23 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Han, To include YouTube placements, add *WHERE AdNetworkType1 IN [YOUTUBE_SEARCH, YOUTUBE_WATCH]* to your request. Let me know if it works. If you encounter any issue after trying my suggestion, please provide the complete report definition you used as well as your clientCustomerId and reply

RE: BatchJobService results can't be deserialized (PHP)

2019-01-23 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Umer, For better tracking of your concern. Could you create a brand new post on your issue as this thread was an old post. We will assist you on the new thread that you will create. Regards, Luis AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

RE: user account associated with adwords API calls

2019-01-23 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Langfei, To make sure that developer B is using its own credentials, you must make sure that developer B generates its own OAuth2 credentials using its own email address that has access to your Google Ads account. This sai

RE: Search terms being replaced without notification and data returned for the replacement term instead of the requested one

2019-01-23 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Henrick, To better assist you on this, could you provide your clientCustomerId and the complete SOAP request and response logs generated after the API request where you encountered a change in terms? Kindly reply via the *Reply privately to author*. Best regards, Jaki AdWords API Team =~=~

RE: user account associated with adwords API calls

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
13:36 langfei...@gmail.com wrote: Thank you for your response. Why is it necessary to replace client id and client secrets? On Wed, Jan 23, 2019, 21:11 googleadsapi-forumadvisor via AdWords API and Google Ads API Forum https://developers.google.com/adwords/api/docs/guides/authentication> using its o

RE: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Could you clarify if you would want to get the hierarchy of the accounts under your manager account? If so, then you may use customer_client resource. Below query should work to get the said hierarchy: .setQuery("SE

RE: AD_PERFORMANCE_REPORT is empty while CAMPAIGN_PERFORMANCE_REPORT has data

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi there, Could you provide the clientCustomerId you used in generating these reports by choosing the *Reply privately to author *option? Sincerely, Dane AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdevelop

RE: ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2019-01-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Oksana, Could you please share the report definitions/requests you are trying to take a further look? You could use reply privately to the author option while sharing the information requested. Regards, Sai Teja, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

  1   2   3   4   5   6   7   8   9   10   >