how to add portfolio bid strategy to PMax campaigns?

2024-07-25 Thread Nils Rooijmans
Apparently, SA360 allows users to add portfolio bid strategies to pmax campaigns. Can this also be accomplished via the Google Ads API? If so, how? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=

what resource to query to detect failed payments?

2024-05-22 Thread Nils Rooijmans
Is there a way to use GAQL to check and detect payment failures in the Google Ads account? Thanks already! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received th

Missing Max Performance campaign

2024-05-17 Thread 'Nils Rückmann' via Google Ads API and AdWords API Forum
Hi, we are missing a single campaign in the search results. Even when trying to filter by it's ID we don't find them. SELECT campaign.id, campaign.name FROM campaign WHERE campaign.id = '604145267' Any idea why this can happen? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

RESOURCE_EXHAUSTED - Number of operations for basic access - OAUTH Extenral

2023-05-12 Thread Nils
Hi there, with the increase in connected Google Ads accounts we have been running into API limits. According to the docs, we should apply for Standard Access, however, the application form is for the Developer Token approach and not for the OAUTH Web App External flow. We also do not have a Go

How to check and see if an account has enabled the 'Auto-apply' option for recommendations?

2022-06-04 Thread Nils Rooijmans
I am looking for a way to query the Google Ads API to check and see if an account has enabled the 'Auto-apply' option for recommendations. See: https://support.google.com/google-ads/answer/10276359 Can we use *GAQL *to see if this option is enabled? thanks already! -- -- =~=~=~=~=~=~=~=~=~=

Re: How to retrieve the audiences for a given campaign via the Google Ads API

2020-01-02 Thread Nils So
re results Best Nils Am Dienstag, 31. Dezember 2019 12:15:52 UTC+1 schrieb Nils So: > > Hi Nikisha, > > thanks for your quick reply. Your answer helped me. At the end I had to > use the `AdGroupCriterionService > <https://developers.google.com/adwords/api/docs/reference/

Re: How to retrieve the audiences for a given campaign via the Google Ads API

2019-12-31 Thread Nils So
iteria? Thanks for much for your help. Best Regards Nils Am Montag, 30. Dezember 2019 23:19:34 UTC+1 schrieb adsapiforumadvisor: > > Hello, > > Thank you for reaching the support. You could use > CampaignCriterionService.get() > <https://developers.google.com/adwords

How to retrieve the audiences for a given campaign via the Google Ads API

2019-12-29 Thread Nils So
I'm trying to fetch the audiences (Custom intent, Custom affinity) of all my enabled google display campaigns. I thought I can get it through the CampaignCriterionService, but the returned data is empty. campaign_criterion_service = ADWORDS_CLIENT.GetService( 'CampaignCriterionServ

Re: Getting a report of the total clicks broken down by placement type per campaign

2019-07-29 Thread Nils
{ campaign: 'Campagn X123', networkWithSearchPartners: 'Display Network', clicks: '2' }, // ... // // }); My questions is: Is there a way, to have the placement type (like in the screenshot) avaible in the API reports and group by it? Best Nils

Getting a report of the total clicks broken down by placement type per campaign

2019-07-29 Thread Nils
interface (see screenshot, in this case without campaign), but I wasn't able to find the field "placement type" in the API report attributes anywhere. Is there a way to group the automatic placements by it's type per campaign? [i

Loading Error with the googleads.yaml file

2018-09-13 Thread nils
p key does not fix this and it actually should not matter at all. I don't know why it even checks the dfp keys as in my script I call adwordsclient not dfpclient. adwords_client = adwords.AdWordsClient.LoadFromStorage( r"C:\Users\Juniqe\Desktop\evergreen_script\googleads.yaml"

Policy Violation after Validation

2013-05-01 Thread Nils Hempel
with AdWordsApi v.201302, PHP 5.4.7 , OS: Win 7, libxml Version 2.7.8 Regards, Nils -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adword

Re: Unmarshalling Error: cvc-type.2 with MutationJobServic and PHP

2013-04-15 Thread Nils Hempel
? Regards, Nils Am Mittwoch, 10. April 2013 11:30:10 UTC+2 schrieb Paul Matthews (AdWords API Team): > > Hi Nils, > > Thank you for reporting this, we are currently looking into the problem. > We've got a bug open with this > issue<https://code.google.com/p/google-api-adwords-

Re: Problem with CostumerSyncService and AdGroupChangeData

2013-04-08 Thread Nils Hempel
, and then call immediately after that the service, the changes won't show up, but if one waits a little while they will. Is there a defined intervall between making some changes and getting them via the service? Cheers, Nils Am Montag, 1. April 2013 07:54:07 UTC+2 schrieb Anash P. Oomme

Unmarshalling Error: cvc-type.2 with MutationJobServic and PHP

2013-04-07 Thread Nils Hempel
showed up, so its hard to rebuild. If anyone has an idea where this come from, any advice will be appreciated, Regards Nils -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.goo

CustomerSyncService issue with getting changedAdGroups using PHP

2013-03-26 Thread Nils Hempel
Hello Folks, i'm trying to develop an synchronisation feature for synchronising my adwords account and my local log tables. Therefor i use the CustomerSyncService, with which i encounter an issue. When i make some changes, like editing the headline of an ad, the status of the related campaign

Problem with CostumerSyncService and AdGroupChangeData

2013-03-26 Thread Nils Hempel
s. I searched this forum and google for a solution or hint but couldn't find any, so your help would be realy welcome. regards nils -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://group