Re: Get account information

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hao, Thank you for the reply. The possible field that you can use in the canManageClients is customer.manager while customer.conversion_tracking_setting.cross_account_conversion_tracking_id for EffectiveConversionTrackingId. Please verify if you can get the information that you are looking

Re: [Google API v9] How to retrieve BiddingStrategyType of AdGroup

2022-01-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alex, Thank you for the additional details. You mentioned that "Now tried to retrieve this attribute using the API but same as with the GAQL it is missing at the AdGroup level. (it does work for AWQL report)", that said, could you provide our team the generated and complete request and

RE: [v9] Getting error - resource_count_limit_exceeded_error: RESOURCE_LIMIT, ENABLED_PRICE_ASSET_LINKS_PER_CAMPAIGN

2022-01-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API Forum. I had to delete your post as it contained your logs. I am reposting below without the sensitive log information for reference : “Hello, I'm trying to create price asset and attach to existing campaign, but getting this error. I don't

Re: How do I replicate AdWords' CONTAINS operator in Google Ads?

2022-01-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Stefano, We've raised this concern to the rest of our team and this is currently being investigated. In the meantime, one suggestion we received is that you may also try not using .* at the beginning and end, as that may also work as well. Best regards, Peter Laurence Napa Oliquino Google

RE: How do I replicate AdWords' CONTAINS operator in Google Ads?

2022-01-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Stefano, This works: curl -v   "https://googleads.googleapis.com/v9/customers//googleAds:search" \ --header "Content-Type: application/json" \ --header "login-customer-id: " \ --header "developer-token: " \ --header "Authorization: Bearer " \ --data "{ 'query': ' SELECT campaign.name FROM

RE: Google ADS - Setup upload conversion aciont(calls) with no currency set.

2022-01-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jefferson, Thank you for posting your concern. So that I can further check, could you describe to us what is the behavior of the conversion action or what happens when you've set "No currency set" in the UI? With the help of this information, we can have a hint on what is appropriate value

RE: How to get Audience segments information?

2022-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Chen, I'm Kevin from the Google Ads API Team. Since you're not querying for any metrics, I suggest you try this query "SELECT user_interest.name, ad_group_criterion.custom_affinity.custom_affinity, ad_group_criterion.display_name FROM ad_group_criterion WHERE ad_group.id = "

Re: Error while trying to query asset_group_product_group_view

2022-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Maria, I'm still working with the engineering team responsible for this component to get it published. I don't have an exact timeline at the moment, but will report back once I have a better idea of the expected timing. Best, Ben, Google Ads API Team ref:_00D1U1174p._5004Q2RwoNZ:ref -- --

RE: how to get conversion action created for android & ios mobile apps

2022-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Amol, You can use conversion_action report to view the details of all your conversion actions, including ones for apps. You can modify our Get Keyword Stats sample to fit your report definition. Feel free to get back to us. Regards, Aryeh Baker Google Ads API Team

RE: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR on ConversionTrackerService.get

2022-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Could you please provide us with the request and response logs via the Reply privately to the author option, so that we can further investigate the issue? Thanks, Nirmita Patel Google Ads API Team

RE: ??adgroup??????

2022-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello there, Thanks for reaching out. Looks like this thread is a duplicate of case no. #00091019 thread for this issue. I would suggest using case no. #00091019 as the main thread for any kind of communication going further on this issue. I will close this thread to avoid any kind of

RE: ReportApiIssue:

2022-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thanks for reaching out. We have received your private email. To limit excess back and forth, please limit correspondence to the private email thread with subject line, "ApiIssue". Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2UjdX6:ref -- --

RE: The effectivetargetcpamicros field of the modified adgroup is invalid

2022-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thanks for reaching out. Can you please privately reply to us with the complete request and response logs, and more detailed explanation of the issue that you have come across? If you have already sent us a private email to googleadsapi-supp...@google.com, please use that thread instead

Re: Get search volumes for all available months

2022-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Xinyi, Thanks for getting back to us. According to this guide, avg_monthly_searches will only provide an averaged for the past 12 months. Since you've mentioned that the Keyword Planner tool is possible to pull search volume of all available months for almost 4 years, allow me to raise

RE: How to use batching with UserList and UserData API for Google ads?

2022-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for your question. The BatchJobService currently cannot be used to upload audiences/segments. In the customer match considerations guide, you may refer to the below items for more information on uploading larger number of users : The operations collection for each

Re: UserList, Removing all UserData from a UserList

2022-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Matan, Thanks for getting back to us. Kindly see below responses to your queries: I read that I shouldn't mix both create and remove in the same OfflineUserDataJob, and that I cant run more than one job per UserList. Taking into consideration that a OfflineUserDataJob can take up to 24h.

Re: Get account information

2022-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hao, Thank you for your follow up. By managedCustomer.accountLabels, are you referring to labels associated to an account/customer? If yes, then you can try the customer_label report. Let me know if this is what you're looking for. Otherwise, could you share further details on the above

Re: Radwords

2022-01-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Are you getting error when translating your AWQL queries into the new GAQL or in your Radwords library? If having with AWQL, you may provide us the AWQL query via the Reply privately to author option, so our team can check better. Regards, Yasar Google Ads API Team

RE: Integration into the system through PHP

2022-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for posting your concern. I can see that this concern has already been raised in a private email thread. With this, allow me to reiterate it here and see it below: "For the below concern, could you confirm if these features can be seen in the UI? If yes, then please provide

RE: GeoTargetConstantSuggestion difference between AdWords and GoogleAds

2022-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Manuel, Thank you for reaching out to our team. To investigate the issue, could you provide the complete SOAP request and response logs or report definition that you've used in AdWords API to get the specified information? Please also provide the complete request and response logs with

RE: Email required when making createCustomerClient request

2022-01-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Johnathon, Thank you for reaching out to us. For our team to check closely, could you please provide us with complete request and response logs with request ID and request header generated on your end via Reply privately to author option. If this option is not available, then send it

RE: Campaign Goal API endpoint

2022-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to our API support team. You can find here, the guide regarding conversion / campaign goals. This guide then provides more information on how you may manage your campaign goals. You can then use the below services : CampaignConversionGoalService - to manage your

RE: Campaign Goal API endpoint.

2022-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to our API support team. You can find here, the guide regarding conversion / campaign goals. This guide then provides more information on how you may manage your campaign goals. You can then use the below services : CampaignConversionGoalService - to manage your

RE: Logo Images Dimension Changed in GoogleAds API and Adwords API

2022-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ashutosh, Thank you for posting your concern. To answer your concern on the old assets in general, these should remain as is. However, when you manage them via the Google Ads API, you may note that the dimensions should conform to the new standard moving forward. For the scenario when

Re: AuthenticationError.NOT_ADS_USER

2022-01-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, Thanks for posting your comment on this thread. However, for our team to check closely, could you please provide us with complete request and response logs with request ID and request header generated via the Reply privately to author option, so our team can check better? You may

RE: Migration question about AssetSet based page feed

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Robin, Thank you for posting your concern. Please see my answer below for each questions: 1. Is duplicate AssetSetName possible for AssetSet ? -I am afraid that this is not possible as you will encounter the DUPLICATE_ASSET_NAME. 2. Is duplicate value possible between old FeedName and

RE: IMAGE_AD Immutable or Mutable?

2022-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Pete, Thanks for reaching out to the Google Ads API Forum. For your question "Are final urls of Image Ads mutable?", Yes. However, ImageAdInfo is immutable. Upon checking your API request, I can see that you’re adding different attributes in update_mask. I have updated the final Urls of my

RE: Can Someone help convert my R script to Python for getting GAQL queried data

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thank you for reaching out to us. Please note that this forum channel can only provide assistance to issues/concerns related to the AdWords API / Google Ads API. I'm afraid that converting your script to Python is already outside of our team's expertise. You may want to make use of the

Re: About audience segments

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Michael, Hope you're safe and doing fine. In the Google Ads API's perspective and from this mapping guide, AUDIENCE_PERFORMANCE_REPORT is mapped to these available views (campaign_audience_view, ad_group_audience_view). Both views can be segmented by the user_list resource in which you

Re: Radwords

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Our team understands the challenges of migrating to the new Google Ads API. However, and as mentioned in my earlier response, you should be able to use the Query Migration Tool, for translating your AWQL queries into the new GAQL, so as to help simplify your migration effort for the

RE: manager_link_error: INVALID_CHANGE

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Katerina, Thank you for posting your concern. To investigate the issue, could you provide the complete request and response logs with request ID and request header generated on your end? You can provide it via Reply privately to author option. If this option is not available, then send it

RE: Conditions for retraining the company

2022-01-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Andrey, Thank you for your question. You can track your campaign location criteria performances by using the location_view report. From the metrics available in the said report, you can formulate conditions that would then trigger a call to the

Re: api data for ads that haven't run yet

2022-01-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for following up on this thread. So our team can take a closer look, could you share the complete request and response logs, with the request-id, generated when you tried to extract the records? If you haven't yet, logging can be enabled by navigating to the Client libraries >

Re: Google Ads Api - Remove Final URLs From Keyword

2022-01-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Evaldas, Thanks for getting back to us. You may check this code example to see how the new UrlList(['’]) is used to set the final_URL. However, this concern is related to setting an empty url in the PHP client library, then I would recommend you to reach out to the client library owner by

RE: I'm trying to get Google ads developer API key for weeks and submitted the form multiple times

2022-01-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Lior, Thank you for posting your concern. I completely understand your concern that you want to get some updates about the developer token that you requested. However, I am afraid that our team doesn't have access to this request so I would not be able to provide any updates here. With

RE: Ways to secure the developer token

2022-01-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, I'm Kevin from the Google Ads API Team. In the Google Ads API's perspective, there's no way to monitor fraudulent use of a developer token. As a workaround, you may opt to have the freelancer to develop on a test account first. This is also the suggested action in our Best Practices

RE: Get the creation Date of Keyword with API

2022-01-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, You should be able to use the change_event report to extract changes made to resources (ex.change_event.change_resource_type = AD_GROUP_CRITERION) such as its change_event.change_resource_name, the change_event.resource_change_operation = CREATE and the change_event.change_date_time. You

Re: Click View - click_type = "PRODUCT_LISTING_AD_CLICKS" no link with "listing_group - AdGroupCriterion"

2022-01-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Constantin, Thanks for getting back to us. Unfortunately, it is currently not possible to get an ItemId associated with a GCLID using the click_view report. However, there is an existing feature request for this. With this, I would suggest keeping an eye on this blog as we will post any

Re: googleAds:search account manager

2022-01-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Giuseppe, Thanks for getting back to us. You mention that you are looking for a Google Ads script, I recommend posting on the dedicated Ads scripts forum. Note that this forum channel can only provide assistance to issues/concerns related to the AdWords API / Google Ads API. Let us know

RE: Internal server error for "change_events"

2022-01-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising your concern to my team. To investigate the issue, could you provide the complete request and response logs with request ID and request header generated on your end? Please also specify how frequent this error is occuring on your end for the change_event. You can

Re: Upload with Lead Form User-Provided Data

2022-01-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Frank, Thank you for the reply. Could you confirm if you are the Google representative of your client? If yes, then the allowlisting should be done on your end as mentioned on this guide. Also, the allowlisting of Google Ads account to this feature is outside of our scope so I would not be

Re: search impression share returns 0 when requested with segment network

2022-01-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tiana, Thank you for providing the logs privately. Upon checking, the 14540199277 campaign appears to be a Shopping Campaign. That being said, including the segments.ad_network_type = "SEARCH" filter would not be appropriate since the ads should serve more in the MIXED network type.

RE: Conversion data calculation

2022-01-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, I'm Kevin from the Google Ads API Team. Based on the description of your concern, it seems that it is more of a data calculation concern rather than an issue with the API. With this, I suggest you post your concern in the Google Ads Community forum as they are better equipped to

RE: [Google API v9] Create Custom audience using MutateOperation

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Aistis, Thanks for reaching out. As the CustomAudienceOperation is not listed in the MutateOperation operation field you linked, it is not currently supported in the Ads API. However, please allow me to make a feature request on your behalf. Relevant updates will be posted on the release

RE: Hide and Unhide Customer in MCC

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Fred, Thanks for reaching out. I will relay your suggestion for more descriptive error messaging here. The Ads API follows the same user access privileges laid out here. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2UjF5E:ref -- --

RE: About audience segments

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Michael, Thanks for reaching out. Can you please provide a bit more detail about your request? If you are referring to a feature in the UI, can you please provide us with a screenshot for reference? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2UjBWX:ref

Re: How to get the Entire Campaign object when creating the campaign

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Wayne, You can make a MutateCampaignsRequest and set the response_content_type field to MUTABLE_RESOURCE. This determines whether the mutable resource or just the resource name should be returned post mutation. Please see this example of its usage. Alternatively, if you have the resource

Re: Ability to "Cancel" client account

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Matías, As mentioned here, this limit applies to inactive accounts as well. If you have any more general questions about account limits, please reach out to product support. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2TNgor:ref -- --

RE: How to get the Entire Campaign object when creating the campaign

2022-01-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Wayne, Thanks for reaching out. To fetch the entire campaign object with all of its attributes, you must issue a GET request. You can create a campaign object, referencing an existing campaign with: Campaign campaign = Campaign.newBuilder()

RE: MetroCriteriaId - Geo Performance Report Issue

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jayant, Thank you for raising your concern. You will need to make another report using the geo_target_constant and including the geo_target_constant.name to get the information that you are looking for. Let me know if you have further questions. Regards, Ernie John Blanca Tacata Google

RE: Update a campaign's daily budget

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Michael, Thanks for reaching out to the Google Ads API support. The Ads API documentation does not have an example that provides budget reset logic. Please refer to the existing-campaign documentation on how to update your daily campaign budget with this CampaignOperation.update

Re: "suggestKeywordThemes" is different from the UI

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Chen, Could you please attach a new log for the result you just mentioned? Best, Thanet, Google Ads API Team ref:_00D1U1174p._5004Q2TkfyX:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: shopping_performance_view getSegments()

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi John, Thank you for reaching out to our API support team. So our team can take a closer look, could you also share the generated and complete request and response logs, with the request-id and login-customer-id? This is so that our team can replicate your report on our end and check whether

RE: Adding Keywords to AdGroup via AdWords API is failing with OperationAccessDenied.ACTION_NOT_PERMITTED

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Dean, Thank you for reaching out to us. The OperationAccessDenied.ACTION_NOT_PERMITTED error signifies that you don't have an authorization to invoke the mutate method. So our team can better check on this, can you share to us the complete SOAP logs (request and response with

RE: UserList, Removing all UserData from a UserList

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Matan, Thank you for posting your concern. Please note that there are 2 services in the Google Ads API that you can use for managing a user list as mentioned on this document, one is the UserDataService and the other one is the OfflineUserDataJobService. You may refer to this document to

RE: AuthenticationError.NOT_ADS_USER

2022-01-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to our API support team. Based on the email subject, the NOT_ADS_USER indicates that you may have used an email address, that is not associated to any Google Ads accounts, to generate the OAuth2 credentials you are using in your API request. However, since you

RE: [Google API v9] How to retrieve BiddingStrategyType of AdGroup

2022-01-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alex, Thanks for reaching out. The bidding_strategy resource is an attributed resource of ad_group in the Ads API. You can use the query migration tool to translate AWQL queries to GAQL. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2UikrE:ref -- --

Re: How do I replicate AdWords' CONTAINS operator in Google Ads?

2022-01-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Stefano, In zshell this didn't create errors, but it didn't return the campaigns requested: --data '{ "query": " SELECT campaign.name FROM campaign WHERE campaign.name REGEXP_MATCH '\''.*\Q[campaign][product2]\E.*'\'' " , "returnTotalResultsCount": true   }' When echoing in my shell

RE: Get account information

2022-01-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, You may modify the Get Account Hierarchy sample by adding a customer report pull for each customer Id of each production account. Feel free to get back to us. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2UikHa:ref -- --

RE: UNKOWN error when attempting to create campaign with a conversion action

2022-01-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Meir, Thanks for reaching out. Can you please privately provide us with the complete request and response logs so we can take a closer look? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2UilMH:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: How to get city name from geo_target_city

2022-01-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Madeleine, Thank you for reaching out to our team. You will need to use the geo_target_constant, include the geo_target_constant.name and filter the geo_target_constant.resource_name by the resource name you've retrieved in geographic_view. By the following the said suggestion, you can

RE: Returned ENUM values with PHP api

2022-01-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi John, Thank you for reaching out to our API support team. Since your concern is more related to acquiring ENUM values using PHP, I would recommend that you reach out instead to the PHP client library owners via this link, as they should be more equipped to provide guidance on this matter. I

Re: Zero list members after submitting 10,00 gmails using OfflineUserDataJobType.CUSTOMER_MATCH_WITH_ATTRIBUTES

2022-01-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Kurt, I understand the inconvenience that you are encountering regarding this issue. That said, allow me now to raise this to the rest of our team so we can take a closer look as to why your CUSTOMER_MATCH_WITH_ATTRIBUTES uploads are not reflecting, even though there are no apparent API

Re: Cross Account Offline Conversion Tracking: This customer does not have an import conversion action that matches the conversion action provided

2022-01-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thank you for getting back to us. It's good to know that you're now able to send conversions. As also mentioned on this guide, you can set up and query cross-account conversion actions using the API, but you must opt in your accounts to cross-account conversion tracking from the

RE: Interpreting KeywordPlanService.GenerateHistoricalMetrics response

2022-01-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Dominic, Thank you for your question. The low_top_of_page_bid_micros reflects the top of page bid low range (20th percentile) in micros for the keyword, while the high_top_of_page_bid_micros reflects the top of page bid high range (80th percentile). Best regards, Peter Laurence Napa

RE: Google Ads PHP SDK - How do I set a campaign to target 'Presence' on the Location targeting options

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Patrick, Thank you for reaching out to us. However, it appears that your concerns is more on integration/implementation rather than anything specific to Google Ads API issues. With this, we would recommend reaching out to the client library owners on the PHP Github page instead for further

RE: How to map Adwords ConversionTracker fields to Google API ConversionActions

2022-01-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Rachel, Thank you for reaching out. You are correct that the ConversionTrackerService should map to the ConversionActionService of the new Google Ads API. You may also refer here, for more information on how to map AdWords API to Google Ads API services. However, the

RE: Apoyo

2022-01-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Gladis, Thank you for reaching out to us. Do you have any concerns related to Google Ads API or AdWords API? If so, please provide us the details. We'll be happy to assist you. Regards, Princess Pamela Pineda Google Ads API Team ref:_00D1U1174p._5004Q2UkQCc:ref -- --

RE: Will feed_item resource be deprecated?

2022-01-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Marvin, Thank you for posting your concern. Please note that according to this document, metrics will be reset after migration to assets. The legacy metrics will be available for a short period of time after migration, but will be removed at some point in future. Also, if you want to get

RE: Creating RSA - collection_size_error

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Evaldas, Thank you for reaching out to us. For us to further check this, could you share to us the complete request and response logs with request ID? You can provide it via Reply privately to author option. If this option is not available, then send it instead on this email address

RE: Google ads test account

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi David, Thank you for reaching out to us. With regard to creating a test account, you can refer to this guide on how you can create your test account. Kindly note that test accounts can only be created through the Google Ads API, though they can be viewed in the UI. Let me know if you need

RE: How to find $customerId variable?

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising your concern. To answer the question, you need to set the customer Id of the Google Ads account where your conversion action is created. If your conversion action is created at the client account, then you need to set the customer Id of the client account to that

Re: "suggestKeywordThemes" is different from the UI

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Xiaowei, I've just got answers for the person who has insight about this feature. The suggestKeywordThemes currently isn't meant to produce exactly same results as in the UI right now. We may improve this over time, but right now, they're not equivalent. As for your another request, it

RE: How to get keyword seed in KeywordPlanIdeaService

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to us. Kindly note that only keyword_seed can be set on the request in order to generate keyword ideas with a list of keywords. If you're not able to retrieve it, you may provide us with the complete request and response logs with the request-id, so our team can

Re: Get account information

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hao, You can get the label contents by pulling a label report on manager account 9293907848. 'label.resource_name' matches 'customers/9293907848/labels/3064162226'. My team came back to me that: 'UNKNOWN ' - it's used for unrecognized values, which is potentially caused by newer versions

Re: Geoe Target Performance with matrics in campaign level

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Traktor, Glad to know that the issue has been resolved. Please let us know if we can help with anything else. Regards, Jakeia Sabrina Google Ads API Team ref:_00D1U1174p._5004Q2UjXuw:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: about user list import

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Michael, Thanks for reaching out to the Google Ads API support. Please refer to the code samples add-customer-match-user-list by PHP to fetch the customer match user list records with email address. Hope this helps. Let us know if you have any further questions. Best regards, Jakeia

RE: Error on adding customer label

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. To investigate the issue further, could you please provide us with the complete logs (request and response with request-id) via the Reply privately to the author option? Let me know if you have any question. Thanks, Nirmita

RE: Campaign Group in Google Ads API

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Tom, Thanks for reaching out to the Google Ads API support. Yes, the AdWords API is deprecated and will sunset on April 27, 2022. We recommend that you migrate to the Google Ads API as soon as possible. Could you please confirm which reports you are referring to? and which you have been

Re: Questions About Implementing Google Ads API

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, I work with Peter. You have received an answer on the new thread. Feel free to get back to us. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2Uk2Q0:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: segments is missing when query from shopping_performance_view

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jia, Thank you for posting this for others to see! Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2Uk0SW:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: geographic metrics with Google Ads API

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello David, Thanks for reaching out to the Google Ads API support. The resource name has been changed to the following mapping from the AdWords API reports to the corresponding Google Ads API resources. The GEO_PERFORMANCE_REPORT details you can find in the Google Ads API from the

Re: Regarding the Google Ads API client library fo Go language

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Miki, I raised with my team your request for a Go language Client library. This request is subject to review. You may monitor our blog for an update. For now, we will continue to publish and support the Google Ads API’s protocol buffer definitions. The compiled Go libraries can be generated

RE: Setup of matching types with Google Ads API

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thanks for reaching out. This is not currently supported in the Ads API. However, please allow me to make a feature request on your behalf for specifying the match type. Please keep an eye on the blog for updates. Regards, Matt Google Ads API Team Matt Google Ads API Team

RE: How to get resource id from resource_name?

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Ad resource names have the form: /customers/{customer_id}/ads/{ad_id}. Ad group criterion resource names (including keywords) have the form: /customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}. A user_list resource name is

RE: Google Ads API - Refresh Token gets denied after 7 days

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Nicolas, Here's a list of reasons why a refresh token expires, a very common reason we encounter is a Google Cloud Platform project with an OAuth consent screen configured for an external user type and a publishing status of "Testing" is issued a refresh token expiring in 7 days. You may

Re: LSA Reporting

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tiana, I can make the feature request on your behalf, although it isn't guaranteed that this feature will become supported in the API. Please keep an eye on the blog for updates. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2QHDpG:ref -- --

RE: Performance Max API integration (Adwords) - Need Basic Access

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vibhuti, Thanks for reaching out to the Google Ads API support team. With regards to your concern, I would recommend you please reach out to the API Compliance Team by filling out this form, as they handle all API access applications and would be better equipped to assist you with your

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR on ConversionTrackerService.get

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tom, I answered you on the. other thread. We can continue there, as it has more context. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2Ujf1b:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: LSA Reporting

2022-01-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tiana, Peter replied to you privately, though it seems you may not have received his message. Please see his message below: Thank you so much for sharing this screenshot. Upon checking, you should be able to create local ads (and not local service ads) for your local campaigns. In

RE: Refresh token expiration

2022-01-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Shashikanth, Thank you for posting your concern. You may check on your end if you encounter one of the reasons specified on this document why your refresh token is expiring. If upon checking you determine that you did not encounter the possible reasons said in the document, then I would

RE: Automatic Maximize traffic bid strategy

2022-02-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Amol, You can refer here for more information on Portfolio and Standard Bidding Strategies. Based on your screenshot, it seems that you would like to use the MAXIMIZE_CONVERSIONS bid strategy. This example uses MAXIMIZE_CONVERSION_VALUE, but you can modify it to use the automated bidding

RE: Google Scripts Unique Users Campaign Method

2022-02-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mihael, I'm Kevin from the Google Ads API Team. As it seems that your concern is related to Google Ads Scripts, I suggest you post your concern in the Google Ads Scripts forum for better assistance. Our team can only provide support for Google Ads API specific concerns. Regards, Kevin

Re: How to get the performance history of the actual CPA?

2022-02-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alex, Can you privately provide us with a screenshot of the full web interface so we can see more context for this graph? We may need to create a feature request internally. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2W6VOb:ref -- --

RE: Upload Offline Conversion migration to V9

2022-02-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, In AdWords the name refers to what we named it. In Ads API the name is the resource name that is explained here. You can look up the number Id associated with the conversion action with a report from conversion_action resource and match the name field with resource_name field. If

RE: Mobile App report

2022-02-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Currently, Installs and In-app purchases fields in the API are not available yet. My team has already raised a feature request to support in API for installs, in-app actions metrics. For now, you may monitor our blog for an

Re: Create test account

2022-02-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Marcelle, Thank you for reporting this, could you privately send us the email accounts that experienced this issue? I found that gmail accounts (accounts having '@gmail.com') cannot have dashes and raised this with my team. You may monitor our test account guide for an update. Regards,

Re: Python GoogleAdsClient update multiple keyword bids simultaneously

2022-02-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Laurie, 'keyword_view' gives you all the keywords that are at ad group level, you can use the adGroupCriterionService and change the bid_modifier field and you can change up to 10,000 criterion per request. A sample that modifies 1 keyword is update_keyword.py, but operations can have

RE: Google Ads API v9 (PHP) Logger not working

2022-02-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Rachel, Thanks for reaching out. As this issue is specific to the PHP Client Library, can you please try bringing up this issue to the Client Library owners, here? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2WvVTp:ref -- --

RE: outstock items - managing

2022-02-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Pavel, Thank you for reaching out to the Google Ads API support team. Could you please confirm you want to stop ads through Google Ads API? Let me know if you have any question. Thanks, Nirmita Google Ads API Team ref:_00D1U1174p._5004Q2WvY52:ref -- --

  1   2   3   4   5   6   7   8   9   10   >