Apply auto-created custom intent audience to ad groups with Ad Words API

2020-01-10 Thread Harry
Hi, I'm wondering if it's possible to call the API to apply auto-created custom intent audience to ad groups? Through the UI I can search for "restaurant" and select the auto-created audiences (as shown in the attach). Is there a way to do this using the API? Thanks! -- -- =~=~=~=~=~=~=~=~=~

Re: segments not working

2020-01-10 Thread Mason Digital
Thanks for responding. No if I add any other segments like the above example where I included segments.conversion_action_name to the FROM clause I receive an error using the Python client library. Request made: ClientCustomerId: ((MYCLIENTIDISHERE)), Host: googleads.googleapis.com:443, Method:

Re: Where Contains Clause

2020-01-10 Thread Mason Digital
Thank you On Friday, January 10, 2020 at 4:51:55 PM UTC-5, adsapiforumadvisor wrote: > > Hi Mason, > > Thanks for reaching out. You will be able to retrieve the campaigns that > include a keyword in their name by adding % before and after the keyword > which in your case is 'AND campaign.name L

RE: [Google Ads API] Adding account billing setup using existing paymentAccountId

2020-01-10 Thread Google Ads API Forum Advisor Prod
Hi Alok, Thank you for reaching out. Adding the payments_account to BillingSetup requires the payments_account_id from PaymentsAccountInfo. As you can see, this value is a string and must be passed with dashes. Therefore, you need to pass the Id as a string with dashes and the error message is

RE: Where Contains Clause

2020-01-10 Thread Google Ads API Forum Advisor Prod
Hi Mason, Thanks for reaching out. You will be able to retrieve the campaigns that include a keyword in their name by adding % before and after the keyword which in your case is 'AND campaign.name LIKE \'%Store%\' '. Please let me know if you have any other questions. Thanks and regards, Xiao

How to get association for AdExtension

2020-01-10 Thread Frank We
Hello, I've been trying to get all the adgroup and campaign associated while getting AdExtension through report in *extension_feed_item*. but I can't seem to find a way to get this adgroup or campaign in report. I've tried using extension_feed_item.targeted_ad_group and extension_feed_item.tar

How to get association for all AdExtension

2020-01-10 Thread Frank We
Hello, I've been trying to get campaign and adgroup associated with the AdExtensions retrieved from extension_feed_item, but I can't seem to find a way to get the association. I've tried using fields targeted_ad_group and targeted_campaign but they are all null. Tried getting association us

RE: Webhook new campaign

2020-01-10 Thread Google Ads API Forum Advisor Prod
Hi Leandro, Thanks for reaching out. Unfortunately there is no way to trigger the notification to a URL with every new campaign created in the APIs. You could reach out to the Google Ads Scripts and they might have a solution for it. You could reach out to them by this forum. Please let me know

RE: Call Extension Clicks

2020-01-10 Thread Google Ads API Forum Advisor Prod
Hi Eli, While it's not possible to get the IP of a call extension clicker, you can run the Placeholder Report to get performance data on your call extensions and see what campaigns they are from. You can also run the Placeholder Feed Item Report which will give you performance data on each indi

RE: ImageError.INVALID_IMAGE

2020-01-10 Thread Google Ads API Forum Advisor Prod
Hi Bonge, Thank you for reaching out. Can you please share the complete detailed request and response logs via reply privately to author so that I can further investigate the issue? You can find information on enabling logging here. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001USw

segments not working

2020-01-10 Thread Mason Digital
Using v2 of Google Ads API I cannot get any segments other than segments.date to return any data/not give me an error. Below is an example using segments.conversion_action_name I also want to pull data with segments.geo_target_most_specific_location and that does not seem to be working either. A

RE: Eligible campaign status update returns error code 2 'No status received'

2020-01-10 Thread Google Ads API Forum Advisor Prod
Hi Michael, Thank you for reaching out. Can you please provide the complete detailed request and response logs via reply privately to author so that I can further investigate the issue? You can find information on enabling logging here. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._500

Where Contains Clause

2020-01-10 Thread Mason Digital
I am trying to get only campaigns that include a keyword in their name. In this case campaign.name CONTAINS Store query = ('SELECT campaign.id, campaign.name, segments.date, metrics.impressions, metrics.clicks, metrics.cost_micros, metrics.phone_calls FROM campaign WHERE segments.date BETWEEN

RE: Do I Need to Migrate Google Ads Script?

2020-01-10 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for reaching out to us. Iā€™m more than happy to help you with your issue. Because this is an issue related to Google Ads Scripts, I recommend you to contact the Google Ads Scripts Support Team here. If you have any further questions about Google Ads / AdWords API, please let me know.

RE: how to get customer Id using refresh token which are not under my MCC account using Google Ads API (Bita version)

2020-01-10 Thread Google Ads API Forum Advisor Prod
Hi Rakesh, Thank you for reaching out to us. Please look at this guide for information on how to set up OAuth2 authentication and how to obtain your client ID and client secret. If you need your customer ID, please click the ā€œ?ā€ button on the Google Ads UI account page and your 10-digit "viewin

[Google Ads API] Adding account billing setup using existing paymentAccountId

2020-01-10 Thread alok
Hi, I am trying to add account billing by calling BillingSetupService using an existing paymentAccountId which is in format . But it throws invalid format as expected format is --- (dashes are required as opposed to adwords api). Trouble is looks like there is a

Re: Reports attributes behavior

2020-01-10 Thread Oksana Sulyma
Hi Mat, thanks for your answer. This is what I think too and I need kind of official confirmation from Google Ads team. In our application we show detailed attributes, not only orderID, so basically I need to know all the dimensions that force metrics breakdown. -- -- =~=~=~=~=~=~=~=~=~=~=~=

Webhook new campaign

2020-01-10 Thread Leandro Castro
How to setup a webhook to notify a URL every new campaign? There's a way? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscrib

ImageError.INVALID_IMAGE

2020-01-10 Thread Bonge LaBwana
Hi I am creating display ad using google adwords api Here is script am using to create AddResponsiveDisplayAd : https://wp-iframe.videomill.co/AddResponsiveDisplayAd.php.txt Now when I run script : php examples/AdWords/v201809/BasicOperations/ AddResponsiveDisplayAd

Eligible campaign status update returns error code 2 'No status received'

2020-01-10 Thread Michel Mulder
Hi, I have an enabled campaign whit the status eligible. When i try to update this campaign using the new grpc api, the api returns the following result: { "message": "No status received", "code": 2, "status": "UNKNOWN", "details": []} I am using the following libraries to contact the api: go

Re: how to get customer Id using refresh token which are not under my MCC account using Google Ads API (Bita version)

2020-01-10 Thread Rakesh Chauhan
But where you have used refresh token to get customer Id of new logn user ? On Friday, January 10, 2020 at 1:20:02 PM UTC+5:30, Rakesh Chauhan wrote: > > Hello , > > can you please provide me information how can we get Customer ID using > Oauth 2.0 or refresh token in Google Ads API(Bita versi

Re: how to get customer Id using refresh token which are not under my MCC account using Google Ads API (Bita version)

2020-01-10 Thread SUBINPVASU
Create $session using respective MCC ID On Fri, Jan 10, 2020 at 1:37 PM SUBINPVASU wrote: > See if this would work?? > public function GetAccountDetails(AdWordsServices $adWordsServices, > AdWordsSession $session,$refresh_token) > { > $customerService = $adWordsServices->get($sessio

Re: how to get customer Id using refresh token which are not under my MCC account using Google Ads API (Bita version)

2020-01-10 Thread SUBINPVASU
See if this would work?? public function GetAccountDetails(AdWordsServices $adWordsServices, AdWordsSession $session,$refresh_token) { $customerService = $adWordsServices->get($session, CustomerService::class); $account = $customerService->getCustomers(); foreach ($account