RE: Difference in impressions between Campaign and Campaign Geo report

2019-05-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Liam, Apologies, I sent this to you privately a few days ago, but reposting to the group now. I ran the reports you sent over, compared them to the UI's GEOGRAPHIC REPORT view (Locations -> GEOGRAPHIC REPORT -> Geographic report), and noticed that the total Impressions amount also

RE: Creating a feed for dynamic display ads with the google-ads api in java

2019-05-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Simon, My apologies as we currently do not have a specific example for what you are looking for. However, creating one using the Google Ads API should mirror the standard on how you create it via the AdWords API. You will need to use the AdGroupAdService.MutateAdGroupAds

RE: Get Campaign Criterion - Empty List

2019-05-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Zied, I had to remove your attached files as it contained sensitive information regarding your account. Moving forward, I checked your clientCustomerId (443-XXX-) and it appears that the CampaignId (191XXX) in your request does not belong to the said account. The CampaignId belongs

RE: HTML Code to render Ads for preview

2019-05-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Joachim, Thank you for reaching out. Unfortunately, the ad preview feature is not supported in the API. Let me know if you have further concerns. Regards, Dannison Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

RE: KeyError when using mutate method FeedItemService

2019-05-19 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. To further investigate this, could you provide the complete SOAP request and response logs when you encountered the error? If you haven't enabled logging yet, you may refer to this guide

RE: Google Ads API: how to remove cpcBid from keyword/ad group criterion (Python)

2019-05-19 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Mat, Thank you for reaching out. The INVALID_VALUE error occurs if you try to fit an incorrect value into a field. As per the documentation, cpc_bid_micros should be an

RE: Using curl to create google ad campaign fails with Internal_Server_Error

2019-05-19 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. However, to further investigate this, could you provide the complete JSON request and response logs when you encountered the error? If you haven't enabled logging yet, you may refer to the README

RE: Setting up Ads API; Internal error encountered

2019-05-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, The result is that the login-customer-id and the customerId should not have dashes in them. Please make sure has dashes removed out of these IDs. If this is not the problem, then please start a new forum thread with your question. We can then work with you. Best, Nadine, Google Ads API

RE: No Cost Data for Google Shopping Showcase campaign in AD PERFORMANCE

2019-05-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Anthony, Good detective work! :) This is as designed because the *ClickType* segmentation on that report or UI view shows *all* click types that *appeared* for a single impression, and a single impression could have multiple click types. For example, if an impression served with a

RE: how to get campaign goal in ads API?

2019-05-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi George, I'm afraid that currently, campaign goals is not supported in the AdWords API. You may follow our blog for updates. Thanks and regards, Peter Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

RE: QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED

2019-05-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. The error QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED occurs when you use an unapproved developer token to make calls against a production account.

RE: erro buscar por vendor

2019-05-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thanks for reaching out. My apologies as we only provide support in English. It appears that your concern is related to the PHP client library. You may open your concern to the GitHub Issue Tracker as the client library owners are better

RE: Reporting issues

2019-05-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Aishvarya, My apologies for the inconvenience. We still have no word regarding the issue, however, rest assured that our team is actively working to resolve the matter. For now, you may continue to follow the blog post

RE: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, The resource name is different from name. You may check this guide to see the difference of resource name and name. To get the resource name

RE: How to move account with Google Ads API

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Wei, Instead of using the customer_client_link resource, what you can do is download the sample GAQL below in your client account to retrieve the manager_link_id. You will be able to retrieve the manager_link_id and the manager account id the account is connected to. Can you give this a try

RE: DatabaseError.CONCURRENT_MODIFICATION

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Aaron, Thank you for providing a detailed description about the issue you encountered. So I can further investigate, could you also provide the complete SOAP request and response logs that were generated when the error occurred? You may send your reply via the *Reply privately to author*

RE: GAQL Queries with Time Ranges Before Unix Epoch Cause "Internal error encountered."

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Dorian, Thank you for taking time to share the feedback. I have shared these details with the team. Please keep an eye on our blog for more updates. Regards, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

RE: PRODUCT_PARTITION_DOES_NOT_EXIST when setCaseValue(new ProductBrand())

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Bala, Please find the attached code snippet which creates the Product partition tree based on ProductBrand. Could you please give this a try and let us know if you have any questions? Thanks, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

RE: BudgetOrderService::getBillingAccounts returns null

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Seems like you are following the right process. Could you please share the complete SOAP logs using reply privately to the author option to investigate further? Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

RE: Can Ads API search result transform to pandas with correctly type ?

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Jayce, If you take the entire googleAdsRow, it will result everything into the string format. If you use functions like googleAdsRow.getCampaign().getId().getValue() to get individual elements you will get the actual primitive types instead. Regards, Sai Teja, Google Ads API Team

RE: ListAccessibleCustomers fails for one specific account

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Marc, I am Anthony's team member, responding on this thread as he is not available. The error "the customer is not enabled" means that the account is not yet ready. I see that the account:8770719274 is still in draft, they yet to complete the process. Regards, Sai Teja, Google Ads API

RE: Received message larger than max (8665164 vs. 4194304) - Google Ads V1

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Rajesh, The ResourceExhaused error will occur if you are sending too many requests in a short period of time. The best solution to this is to set up short delays between requests or combine more operations in fewer requests. Please refer to the Best practices guide

RE: PHP Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST https://oauth2.googleapis.com/token` resulted in a `401 Unauthorized` response

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Brijesh, The error usually occurs when you're using the incorrect set of OAuth credentials. Could you check if you have provided the correct client credentials (client Id, client secret) and the OAuth token? If you are not sure, you could try generating a new refresh token by following

RE: campaign performance report with location problem using new ads api

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Liren, You may use the location_view to pull the campaign level location criteria metrics. This is equivalent to the Geo Performance Report in the AdWords API. Could you please give this a try with this resource and let

RE: Campaign Insights breakdown

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Zied, That's right. You will need to include the Date and Device in the SELECT query. This will segment the data split into different rows based on the Device and Date. Let me know if you have any questions. Regards, Bharani, Google Ads API Team

RE: Device enum inconsistency in new ads api vs UI.

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Darshan, This issue has been fixed and it will be available in the upcoming releases. Please keep an eye on our release notes for more updates. Thanks, Bharani, Google Ads API Team

RE: Bid Goal Performance Report TargetROAS not historically accurate

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Stephen, The TargetRoas field is of behavior type ATTRIBUTE. This means that only the current value will be displayed or returned through the reports. As for its historical values, I'm

RE: Google Ads query function does return INTERNAL SERVER ERROR

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. To further investigate, could you provide the complete JSON request and response logs when you encountered the error? If you haven't enabled logging yet, you could refer to the README section of your

RE: Google Ads API - Placement Detail Incomplete data

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Jessie, Currently, the only available metrics that can be retrieved from the detail_placement_view are the ones included in the link's *metrics* dropdown. For now, you may follow our blog

RE: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for providing the complete logs. Upon checking, you are passing an incorrect value to the field conversion_action which is Offline Conversions. As stated on this guide

RE: Targeting Idea Service "You've exceeded a limit"

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Curtis, Unfortunately, this is a known limitation in the server with regards to TargetingIdeaService. The server counts all of the accounts making this API service call. I would suggest to just retry the service call if ever you encounter the error again. Regards, Dannison Google Ads API

RE: How can I get start date and end date of the ads already ended or will start?

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Both the StartDate and EndDate fields are available only at the Campaign Performance Report

RE: breakdown of campaign level costs by country via ads API

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Yang, Currently, the segments.get_target_country is not selectable when generating a Campaign report. The only ones available are those contained under the Campaign's segments dropdown. For now, you may follow our blog

RE: Targeting a hotel campaign by device.

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ben, Thank you for reaching out. To further investigate this, could you provide the complete JSON request and response logs when you encountered the error? If you haven't enabled logging yet, you could refer to the README

RE: [1-8644000026237] Bug in Ads API? UNAUTHENTICATED Exception started popping up when making call to Google Ads CustomerServiceClient.GetCustomer

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Darshan, We've filed a request to either not return canceled or drafted accounts OR having a way to determine if a given customer is canceled or drafted. It'd take a while before any of them to happen. So, unfortunately, the only workaround would be a try-catch. I've heard that this doesn't

RE: How do I use the next_page_token in cURL?

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, My apologies if I couldn't provide an actual cURL example. You would need to add the page token after the page size. See below: { "customer_id": , "query" : "insert_query_string_here", "page_size": "insert_page_size_here", "page_token": "inser_page_token_here" } Let me know if

RE: Interacting with Google Ads in an idempotent way.

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ben, Thank you for reaching out. I would suggest you to check out this sample code on how you could handle partial failures. For partial failures, all failed requests will be recorded while all successful

RE: How to move account with Google Ads API

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Wei, To retrieve the account linked to the root MCC along with the manager_link_id. Query the GoogleAdsService in the root manager account level to find the manager_link_id of the CustomerClientLink you created. You may refer to the sample GAQL below. GAQL: SELECT

RE: Keep Getting [AuthorizationError.SERVICE_ACCESS_DENIED @ ]

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Steven, To further investigate the issue, could you provide the complete SOAP request and response logs together with the customer ID that is having the developer token to see if the developer token is approved for AdWords API. Please use *Reply privately to the author* option while sharing

RE: Can we use Google Ads API with PHP 5.6 ?

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Brijesh, Thank you for reaching out. You would need to upgrade your PHP version to 7.1 or above as it is the requirement for PHP client library to use the Google Ads API. If you will have problems with the migration, I would suggest that you contact the client library

RE: AuthenticationError.OAUTH_TOKEN_INVALID

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. The AuthenticationError.OAUTH_TOKEN_INVALID occurs if the access token you used with the HTTP header is incorrect or expired. You may check this guide

RE: Data mismatch for ConversionValue when requesting Offer Ids (Item ids)

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Viktor, So I can further investigate, could you provide to me your clientCustomerId, complete report definition , and also the complete Google Ads UI screenshot that you viewed when comparing the

RE: Violation of Inappropriate Ads policy ?

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Aissa, It appears that your concern is specific to AdMob and unfortunately, my team can only provide support to any *AdWords API* and *Google Ads API* related concerns/issues. With this, I suggest that you may post your question to Google AdMob Help Community

RE: Impossible to add Google Ads Library to my app

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Alex, Could you please confirm whether the login user has access to the project and the OAuth credentials are created by the same user? I see that some of the users faced this error when they used proxy or any extension to the browser that is blocking the part of the URL. If the problem

RE: Campaign Insights breakdown

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Zied, You may use the Campaign Performance Report to segment the data based on Device and Date

RE: Google Ads API - ad_group_ad.ad.type returns wrong value

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Jippe, I tried the same request at my end and was able to get the type as EXPANDED_TEXT_AD in my response instead of UNSPECIFIED. I would recommend you to upgrade to the latest version incase you are still using the old version. If

RE: AdWords end-to-end ASP.NET sample application

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Julie, Since that demo APP is not designed to store the information in a database. You have to write a program at your end that can read the downloaded report and export it into the database of your choice. Although I see the demo APP for Aw Reporting in Java

RE: Refresh Token vs //Refresh Token

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Julie, In order to make an API call you need all the properties mentioned here (Developer token, refresh token, client ID, client Secret and ClientCustomerId). It is obvious to

RE: Using LIMIT without ORDER BY in a query for customer_client results in server error

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Dorian, Thank you for sharing the details. I was able to replicate the issue and we are currently looking into it. I will keep you posted on the updates. Regards, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

RE: CUSTOMER_NOT_WHITELISTED_FOR_API Error

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Brian, Unfortunately, our team doesn't have access to the tools to determine who that might be, nor can we initialize the whitelisting request ourselves. You could reach out to the Product team using the help link in the Google Ads UI (once you login to your account), and the request will

RE: How to get all account that belong to specific email

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Trong, In this support channel we will discuss technical questions related to the Google Ads API/AdWords API only. You could refer the Google Ads scripts documentation here and can post your concerns on the Google Ads

RE: No Cost Data for Google Shopping Showcase campaign in AD PERFORMANCE

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Could you share your report request, specifically the fields names as required by the API? That'll help me to reproduce the issue on my side. Thanks, Josh, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

RE: Need to get avg. "avg Impressions","avg Clicks" ,"avg CTR" Estimating Traffic

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Neetu, Yes, you are right. Since the Traffic estimator service provides estimated metrics for specified keyword. The "Clicks Per Day" represents the estimated number of clicks that can be achieved for a day. Regards, Sai Teja, Google Ads API Team

RE: Error during set ads

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Dmitry, I was able to pull the individual queries from your code snippets and compile them without any issues. It looks like the issue is specific to the Python client library. Could you please post your concern on the Github issue tracker

RE: How to find orphan TextLabels

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, If you're using Google Ads API, you may use the Label resource to pull the details of the labels that are not associated. If you're using AdWords API, one option is to use the Label Report. You may also use the

RE: CUSTOMER_NOT_WHITELISTED_FOR_API Error

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Brian, Unfortunately, if you do not know or have an assigned account manager, chances are that your accounts are not large enough to use this feature. You will need to wait for this feature to be available for your accounts. Thanks, Bharani, Google Ads API Team

RE: AD Name on Google ADS API

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Sergi, I've raised this question with the team that manages the ad creation service. In addition to what Dave mentioned below, it appears that the *name* field is also supported for image ads, but I've asked the team to confirm. I'll get back to you once I have more information from them.

RE: Will Google APIs support Node.js?

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, The Google Ads API currently uses REST for its transactions. As for Node.js support, I cannot further comment whether this will be supported. For now, you may follow our blog for updates. Thanks and regards, Peter Google Ads API Team On 05/15/19

RE: How to get the Campaigns with query advertisingChannelType?

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Pham, The AdvertisingChannelType field is available only in the report types listed in the link. that said, you may want to change the CRITERIA_PERFORMANCE_REPORT and use

RE: [1-8644000026237] Bug in Ads API? UNAUTHENTICATED Exception started popping up when making call to Google Ads CustomerServiceClient.GetCustomer

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Darshan, Let me sync with the engineering team. Sorry for this back-and-forth. Best, Thanet, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/label/google_ads_api

RE: Get ads by several AdGroups in one request

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. In order to get ads from several AdGroups, you could use *IN *from the SelectorBuilder and use the AdGroupID as EntityField parameter. You would then need to add all the AdGroupID where you want to get the ads from also as a parameter for *IN*. See attached

RE: Difference in impressions between Campaign and Campaign Geo report

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Liam, We normally do not recommend comparing different report types as this can sometimes cause confusion. However, so I can help you identify where the differences came from, could you provide your clientCustomerId and the complete report definition

RE: Keyword Performance Report - Hourly Segementation

2019-05-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Mike, Thank you for reaching out. Unfortunately, hourly segmentation is currently not supporting Keyword Performance Report. You may refer to this guide for all the reports that support hourly

RE: Confirm about headline of call-only ads

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Phong, Thank you for contacting support. My apologies as I cannot comment further as to when the Headline field will be available for the CallOnlyAd. For now, you may continue to follow our blog for updates. Best regards,

RE: Budget segmented by day

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Niv, Amount filed has a behavior of type *Attribute*, it will only return the current value for the amount. Historical values of the Amount field will no longer be displayed, and only the

RE: Targeting Idea Service "You've exceeded a limit"

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Curtis, The rate limits for the TargetingIdeaService are significantly more strict than for other services that can be used for managing campaigns. The rate limits can vary based on time of day,

RE: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Muteeb, Basic access can allow you to use the API and make calls to production accounts. However, in order to access (get, create, modify) data of those accounts, you will need the OAuth2 credentials. Best regards, Peter Google Ads API Team On 05/14/19 15:30:23

RE: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. RESOURCE_NAME_MALFORMED occurs when the resource name provided in the request is incorrect. To further investigate this, could you provide the complete JSON request and response logs when you encountered this error? If you haven't enabled logging yet, kindly tell

RE: Google Ads API joining tables

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Jessie, Thank you for reaching out. Unfortunately, JOIN statements are currently not supported in GAQL. As of now, you can only select fields which are selectable within the resource. I would suggest that you keep an eye on our blog post to get the

RE: How do I use the next_page_token in cURL?

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. In Google Ads API perspective, page_token and next_page_token doesn't have to be specified. These two are automatically generated when you execute your request. So for example, you have 300 ads and you set the page_size to 100, when you execute the request, the

RE: AD Name on Google ADS API

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Sergi, Thank you for reaching out. Upon investigating, I've observed that ad.name is only returned if the Ad type is a video ad. However, I will need to check this with the team to confirm if

RE: How to move account with Google Ads API

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Jason, Thank you for clarifying your concern. If your client account is not directly linked to the root MCC account, there will be no manager_link_id. The manager_link_id can only be retrieved with MCC accounts that are directly linked to their child accounts. Hope this answers your

RE: Error occurred at MediaFileOperation create

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, From my investigation so far, it appears that the Google Ads API currently only supports uploads for ICON and IMAGE, not DYNAMIC_IMAGE. However, I'm confirming this with the team and will get back to you with an update. Thanks, Josh, Google Ads API Team

RE: Google Ads API - error handling while Authenticated error

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, I was able to catch the GoogleAdsException in Java. I am not well versed with PHP, I recommend you to post your concern on the PHP client library issue tracker for coding related issues. Regards, Sai Teja, Google Ads API Team

RE: Error during set ads

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Dmitry, Could you please share the complete Python script that you're running to investigate further? You may share the details privately via Reply privately to author option. Thanks, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

RE: Change service not working properly for Ad_Group_Ads

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, I've reproduced the behavior you described and filed an issue with the change status team to investigate. I'll reply back as soon as I have more information from them. Thanks, Josh, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

RE: How to find orphan TextLabels

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You will be able to use the Label resource to pull the labels available in the account. The 100,000 limit is specific to the maximum number of labels that can be assigned to the entities like campaigns, ad groups etc.

RE: CUSTOMER_NOT_WHITELISTED_FOR_API Error

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Brian, The error is seen if your account is not whitelisted to make this API call. You will need to contact your Google representative to submit the whitelist request for OfflineDatauploadService. Let me know if you have any questions. Thanks, Bharani, Google Ads API Team

RE: I am trying get campaign targeting location

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, Thank you for sharing the details privately. It looks like the campaign is a Video campaign. Video campaigns are not yet supported through the services. The CampaignCriterionService.get() will not return the results for this campaign type. Regards, Bharani, Google Ads API Team

RE: GEO_PERFORMANCE_REPORT doesn't return anything

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, GeoPerformacneReport is not available for Universal App Campaigns. Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/label/google_ads_api

RE: All reports have no data but UI shows data

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Erik, Apologies for the inconvenience. I ran the campaign performance report again, It resulted zero rows for me as well. I took a close look at your account and found that the 2 campaigns you have is of type "Mobile app engagement" which no longer supports via API. Back in 2017 itself

RE: How to move account with Google Ads API

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Jason, I am a colleague of Dave, allow me to provide support for your concern. Getting the ManagerLink will not matter if you used the Google Ads UI or the Google Ads API services to link the accounts. You can use the CustomerManagerLinkService.GetCustomerManagerLink

RE: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Muteeb, The USER_PERMISSION_DENIED error in the AdWords API indicates that you might be using OAuth2 credentials that does not have access to the (clientCustomerId) account you are

RE: [3-7896000026236] Google Ads API: MutateJobService Code Examples

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Wesley, I apologize for keeping you waiting. The engineering team is working their best to make this feature complete and robust before releasing it widely. We're expecting to have it very soon, probably in the next release. Best, Thanet, Google Ads API Team

RE: Error when getting accessible customers from Google Ads Api

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Eneko, I am a colleague of Dave, allow me to provide support for your concern. Thank you for providing the logs. I do not see anything wrong with the API request. Can you provide the complete JSON logs without redacting any information (clientCustomerid if any, request Id) as this would

RE: Issue passing an array to SelectorBuilder .in() method

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Matt, Thank you for contacting support. However, your question appears to be more related to the Java client library. You may reach out to the client library owners directly via this link for further assistance. Best regards, Peter

RE: Empty response on reports beyond campaign level

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Noussair, Thank you for contacting support. To better investigate, could you provide to me your clientCustomerId and the complete report definition you used to generate both the Criteria and Ad

RE: OperatorError when trying to delete a draft

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Sreeram, You can set the DraftStatus to ARCHIVED instead, by using the DraftService.mutate() method

RE: Bug in Ads API? UNAUTHENTICATED Exception started popping up when making call to Google Ads CustomerServiceClient.GetCustomer

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Darshan, Kindly use the *reply privately to author* option when providing the clientCustomerIds. Regards, Dannison Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

RE: Bug in Ads API? UNAUTHENTICATED Exception started popping up when making call to Google Ads CustomerServiceClient.GetCustomer

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Darshan, I am a colleague of Dave, allow me to provide support for your concern. I can see that the account you are trying to access (3011223529) is a draft account (this means that account set up is not finished). That said, kindly finish setting up this account so you could continue making

RE: Clone Campaign Settings

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, I am a colleague of Dave. Allow me to provide further assistance for your concern. Can you confirm my understanding is correct? Based from the thread, I can see that you wish to clone your campaigns. However, Dave has already mentioned that this is not directly possible in the API. You

RE: Replicating the AdWords API CRITERIA_PERFORMANCE_REPORT Using the Ads API

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi John, Sorry for the delayed response. You may refer to this migration guide to see the equivalent reports of the AdWords API to the Google Ads API. Take note that not all criteria types are supported

RE: Filtering by several fields with OR operator

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Dmitry, Thanks for reaching out. Unfortunately, the OR clause is not supported in the AWQL. You can only use the AND clause for conditional statements. You may refer to this guide for further details. Regards,

RE: Error occurred at MediaFileOperation create

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Venkat, Looks like the Image field is not set to the MediaFile. Could you please follow the code pattern shown here in Java to

RE: Search volume from auto corrected keyword without information

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Could you please confirm whether you are using the production account to fetch this data? Also, could you please share the screenshot of the UI where the changed keyword is shown in the result? When I try on the production account the keyword did not changed for me. Please use reply

RE: Renaming of a CrmBasedUserList, and effect of SimilarUserList

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Priyanka, Yes, the list can be renamed. No, I don't believe the auto-created list will change. I've never seen it change as a result of a rename. I find it best to rely on the ID of the list because that stays constant. Best, Nadine Sundquist, Google Ads API Team

RE: Change service not working properly for Ad_Group_Ads

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Fabian, The results will be filtered based on the resource_status and the resource_type. The results returned will depend on the resource_type. For example, for AD_GROUP, campaign and ad_group fields will be set. Let me know if you have any questions. Regards, Bharani, Google Ads API Team

RE: Add an OfferID to an existing partition

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, I am Ejay's colleague responding on this thread as he is not available. Below is the response from Ejay. *"With regard to your question on how to product partition, you may refer to the AddProductPartitionTree

RE: How are API calls counted?

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, It should be counted as 1 API call and 200 operations. You could refer here to know more about counting the API operations. Regards, Sai Teja, Google Ads API Team

RE: Getting undefined search volume for a well known keyword

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Matic, Since the keywords ideas are not available via Keyword Planner the TargetingIdeaService also not resulting any keywords. I recommend you to post your concern on the Advertisers community forum , the product

  1   2   3   4   5   6   7   8   9   10   >