Re: Extracting conversions, conversion value, conversion action and conversion action name through the API.

2021-04-14 Thread Alexander Hristov
Hi, Thanks for the reply. Could you please elaborate on that? I modified the second example to set the ClientCustomerId in the client(second example) but I still get the exact same errors when I request metrics. Kind regards, Alex. On Wednesday, April 14, 2021 at 5:50:38 AM UTC+3 adsapiforumad

Custom intent audience: auto-created

2021-04-14 Thread Yoshie Agata
Hi, When I wanna attach a custom intent audience to my ad group, it is auto-created on Google Ads Manager with multiple members (as the attachment). How can I do the same via API? Do I need to create Custom Interest and then update adgroup criterion? Thank you. Yoshie [image: Screenshot 202

Re: How to get the used location targeting for a campaign?

2021-04-14 Thread Samir Sabri
Thank you Anthony. I have tried to use the GetCampaignCriterion of CampaignCriterionService to get the targeted locations, I got this response: Service: CampaignCriterionService, Action: get, Response time: 213ms, Request ID: 0005bfeb47f5c2030a7b1c0db9026dab, Operations: 1, Is fault: false

Question about Tokenized Payment for Book on Google

2021-04-14 Thread Nabil Tizeggaghine
My question's regarding the Tokenized Payment Method which is a payment method offered for Book On Google. In Tokenized Payment Since we are outsourcing the transactions and all processing of cardholder data completely to a validated PCI DSS compliant payment processor, are we still required t

Re: Create a seasonality adjustment

2021-04-14 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for checking in -- please allow me to reach out and see if there are any updates on this. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q23v7IH:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googlea

RE: Token has been expired or revoked

2021-04-14 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. Can you please try regenerating your OAuth2 credentials and refresh token, and ensuring that the email being used to create the credentials has the proper access level in your Ads MCC? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._50

Re: Create a seasonality adjustment

2021-04-14 Thread James Dickman
An update would be great, this is a highly requested feature amongst our current and prospective customers! Ideally we would be able to use the API to apply these adjustments programmatically. An even better capability would be the ability to apply temporary seasonality based adjustments for a

Service Account to access MCC that are not linked

2021-04-14 Thread Todd Evans
We have a scenario in which we need *ReadOnly *access to our customers MCC account that is not linked to our MCC account.. We are currently using an email address to access this account as ReadOnly and that works just fine. We would like to use a Service Account *instead *of our email address.

Re: Internal Error in Change Event Service

2021-04-14 Thread Google Ads API Forum Advisor Prod
Hi Arshdeep, I think this behaviour is expected. ChangeStatus service is a summary view, so it tells you what entities have changed. The expectation is that you use this detail to download the object again. ChangeEvent service is a detailed view, so it tells you what the specific changes are. Y

RE: "Can not access the Google My Business account" error

2021-04-14 Thread Google Ads API Forum Advisor Prod
Hi Vlad, Thanks for reaching out. So we can get a better idea of the issue, would you mind sending us a screenshot of any errors? Can you also clarify if you are using the Google My Business API or the Ads / AdWords APIs? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174

Re: "Can not access the Google My Business account" error

2021-04-14 Thread 'Vlad Kuznetsov' via AdWords API and Google Ads API Forum
Hi Matt, Thanks for replying! I cannot provide a screenshot, the error that I see is in the log only and it is in the original post. I am using Google Ads API (V6) (the code is in the second post). Thank you, Vlad. On Wednesday, April 14, 2021 at 11:00:12 AM UTC-7 adsapiforumadvisor wrote:

Get Daily Ad-Spend for given Range

2021-04-14 Thread Andre Karner
Hey! I am really new to the Google Ads API and I don't find a way to query the ad-spend on a daily basis for a given range? e.g. 2021-01-01 - 2021-01-01; 150 USD; 2021-01-02 - 2021-01-02; 43 USD; Thanks in advance! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

PHP LIBRARY: Can we change our keys from an ini file to a .env?

2021-04-14 Thread Donovan Langager
I'm using the php lib with laravel and I have our keys for all our other services in a .env file. Is there a way to route the library to use my preferred location? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~

Re: Best practice - read only access

2021-04-14 Thread Scott Spradlin
Thanks for the link. When OUR MCC invites a customer's MCC, the customer is presented with a disclaimer saying: *Grant XXX access to this account?* If you grant XXX access to this account, they can change and manage your entire account, including all ads and keywords, as well as accept Terms an

What's the rule on API connectors

2021-04-14 Thread 'Navah Hopkins' via AdWords API and Google Ads API Forum
Trying to assess if Tray.io is viable to use with Google Ads API (https://tray.io/connectors/google-ads-integrations). Are connectors acceptable or do they fall under third-party data? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.b

Re: campaign start date timezone issue in MCC account

2021-04-14 Thread Google Ads API Forum Advisor Prod
Hello, If you are making a request targeting a child account, but authenticating from a managing account, you must specify the managing account customer ID as the login-customer-ID, and specify the target child customer ID in the payload. You can then retrieve campaign information from the chil

Re: Extracting conversions, conversion value, conversion action and conversion action name through the API.

2021-04-14 Thread Google Ads API Forum Advisor Prod
Hi Alex, I work with Peter and let me provide support to your concern. Since you've mentioned that the error still persists even though you used the client account's customer ID, then please provide the complete request and response logs with request ID generated on your end to further investig

RE: Custom intent audience: auto-created

2021-04-14 Thread Google Ads API Forum Advisor Prod
Hi Yoshi, Thank you for posting your concern. This feature is only supported in Google Ads API and you may refer to this guide to know how to implement it. Then, you can use custom_interest report type to get its information including its members. Hope this will help. Let me know if you have f

RE: Custom intent audience: auto-created

2021-04-14 Thread Google Ads API Forum Advisor Prod
Hi Yoshie, Thank you for posting your concern. This feature is only supported in Google Ads API and you may refer to this guide to know how to implement it. Then, you can use custom_interest report type to get its information including its members. Hope this will help. Let me know if you have

Re: Custom intent audience: auto-created

2021-04-14 Thread Yoshie Agata
Thank you for the reply. I understand I need to create a custom audience but when I wanna set CustomAffinityInfo for AdGruopCriterion, The CustomInterest resource name is required, not custom audience. Do I still need to create a custom audience and use custom audience ID as custom interest ID

Re: How to get the used location targeting for a campaign?

2021-04-14 Thread Google Ads API Forum Advisor Prod
Hi Samir, I work with Anthony and let me provide further support to your concern. Aside from what you've mentioned, it appears that there is no criteria associated to that specific campaign. Please note the said service will retrieve the information of the criteria whether it is associated usin

Re: How to get the used location targeting for a campaign?

2021-04-14 Thread Samir Sabri
thanks for your response, as for that campaign, I am sure that our marketing team at least has targeted the united states as a country using the web ui.. but how can I reply privately? kindly see the snapshot attached. [image: Screen Shot 2021-04-15 at 5.04.34 AM.png] On Thursday, April 15, 202

Question about Tokenized Payment for Book on Google

2021-04-14 Thread Nabil Tizeggaghine
My question's regarding the Tokenized Payment Method which is a payment method offered for Book On Google. In Tokenized Payment Since we are outsourcing the transactions and all processing of cardholder data completely to a validated PCI DSS compliant payment processor, are we still required to

RE: Question about Tokenized Payment for Book on Google

2021-04-14 Thread Google Ads API Forum Advisor Prod
Hi Nabil, Thank you for reaching out to our support team. This channel and our team specializes in AdWords / Google Ads API related concerns only. Since the issue and the article you provided appears to be hotel related, then I would recommend that you reach out instead to the Hotel Center sup

Re: Question about Tokenized Payment for Book on Google

2021-04-14 Thread Nabil Tizeggaghine
Hello, Thank you for your answer, I have tried doing that but I needed a hotel ID to fill in such a form (which I don't have). I didn't find any way to address my question to Hotel Center, I contacted Mr. Thanet Praneenararat and he suggested posting my

RE: Service Account to access MCC that are not linked

2021-04-14 Thread Google Ads API Forum Advisor Prod
Hi Todd, Thank you for reaching out. >From the APIs' perspective in authenticating your API requests, we strongly >recommend using OAuth2 desktop app or web app flow instead of service accounts >unless you need a domain-specific feature (for example, impersonation), as >mentioned (Key Point se

Content Exclusion On Account Level Not On Campaing

2021-04-14 Thread Sinea Calin
*Hi is there a way to retrieve, remove add content exclusion on account level by api?* This is the way to do it manually. How to set content exclusions at the account level Account-level control of content exclusions are only available in the new Google Ads experience. 1. Sign in to your G

Re: Content Exclusion On Account Level Not On Campaing

2021-04-14 Thread Sinea Calin
Essentially i am looking for an Account Setting Api either with Adwords Api or Ads Api On Thursday, April 15, 2021 at 1:35:51 PM UTC+9 Sinea Calin wrote: > *Hi is there a way to retrieve, remove add content exclusion on account > level by api?* > > This is the way to do it manually. > > How to

Re: Token has been expired or revoked

2021-04-14 Thread Every Straus
Thank you for reply. `Can you please try regenerating your OAuth2 credentials and refresh token` For be more specific. We need to create new credentials here https://console.cloud.google.com/apis/credentials ? We make service, that can connect to different accounts, we already have basic acc