Re: import users contacts via Google Ads API Python

2022-10-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Roman, Thank you for your follow up question. You may refer below for my responses : Tell me please is it a right logic to work with multiple emails? Is it right that in this case (user_identifier_with_hashed_emails.hashed_email = self.normalize_and_hash(email) ) user_identifier_with_hashe

RE: how to change campaign settings in performance max campaign

2022-10-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Jip, Thank you for reaching out to Google Ads support. To update the language and location campaign settings, you would use the Campaign Criterion resource. For your specific question, the fields to update on that resource are “location” and “language”. For the location, you would use Lo

RE: targeting_settings are empty after creating campaign_criterion

2022-10-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising this concern to the Google Ads API Forum. With regard to your concern, you may try following this method to create a new target_restriction and observe if the array is still empty. Since this is more client library related, you may confirm this as well to the Python cl

Re: import users contacts via Google Ads API Python

2022-10-28 Thread Roman
Hi again! Tell me please is it a right logic to work with multiple emails? Is it right that in this case (*user_identifier_with_hashed_emails.hashed_email = self.normalize_and_hash(email)* ) *user_identifier_with_hashed_emails *stores normalized and hashed emails after each iteration so that

Re: Budget object limit

2022-10-28 Thread 'Alin Baicu' via Google Ads API and AdWords API Forum
Hey, I've run the following queries: * '''SELECT campaign_budget.name FROM campaign_budget WHERE campaign_budget.status = 'ENABLED'", -> 20584* *'''SELECT campaign.name, campaign_budget.name FROM campaign_budget WHERE campaign_budget.status = 'ENABLED' ''' -> 6551* Let's resume a little bit, in

targeting_settings are empty after creating campaign_criterion

2022-10-28 Thread 'Chris Sun' via Google Ads API and AdWords API Forum
I want to enabled the "Observation" setting to see how a campaign is doing against a specific Audience List. I added the Audience list as campaign criteria using the following code: operation = self.client.get_type("CampaignCriterionOperation") campaign_criterion = operation.cr

RE: keyword_view

2022-10-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Chenai, Thanks for reaching out to the Google Ads API Forum. For our team to have a deeper dive into the reported issue with the keyword_view that the "Est. add. cost/wk (first position bid)" field returned is inconsistent with the data returned by the Google Ads UI, could you provide the f

how to change campaign settings in performance max campaign

2022-10-28 Thread Jip Veerbeek
Hello, I have tried to change this information with a CURL request. [image: 2022-10-28 133350.jpg] I have tried to use this: local_campaign_setting parameter that contain location_source_type paramer but you can only set up 4 enums: UNSPECIFIED No value has been specified

Re: create operation PERFORMANCE MAX campaign

2022-10-28 Thread Jip Veerbeek
Thnx On Thursday, October 27, 2022 at 4:13:22 PM UTC+2 adsapi wrote: > Hi Jip, > > Thank you for your reply. I'm also a member of the Google Ads API support > team and allow me to assist you here. > > Upon checking your error message "CAMPAIGN_CANNOT_USE_SHARED_BUDGET", it > appears that you a