Re: ManagedCustomerServiceError.NOT_AUTHORIZED

2021-02-10 Thread Artem Zaharkov
Seems I don't have access for reply to author: [image: Untitled.png] On Thursday, February 11, 2021 at 5:49:08 AM UTC+3 adsapiforumadvisor wrote: > Hi Artem, > > Thanks for getting back to us. I work with Ernie and allow me to assist > you this time. > > It's great that the first issue has bee

RE: Code sample for adding image extensions?

2021-02-10 Thread Google Ads API Forum Advisor Prod
Hi Sean, Thanks for posting your concern. I am afraid that it is not possible to associate asset, specifically existing image asset, to a campaign. An asset can only associated with ads using AdGroupAdService as discussed on this document. With regard to your concern about adding sample code f

RE: create audience with python api and get id

2021-02-10 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. It appears that you want to create and get custom audience using API. The creation of custom audience is only supported in Google Ads API so let me provide guidance on how to create and get using it. To get you started, you will need to set up your API envi

Request AdvertisingChannelSubType field for reporting

2021-02-10 Thread Todd Evans
In the following document it states that AdvertisingChannelSubType field is not available in the API. We are not looking to change/mutate this field but only report on it like the Campaign sub

RE: how can i get Business Data>Data Feed using adwords api

2021-02-10 Thread Google Ads API Forum Advisor Prod
Hi Jimit, Using the AdWords API, feeds and extensions information are generally managed and retrieved using the Feeds Services or Extension Settings Services, respectively. In the reports, you may try and use the Placeholder Report and Placeholder Feed Item Report instead. I hope this helps.

RE: Invoice with Campaign details

2021-02-10 Thread Google Ads API Forum Advisor Prod
Hi Sadik, Thank you for reaching out to us. With regard to your concern related to Invoice, please note that the InvoiceService only returns all invoices associated with a billing setup. This doesn't include or break it down at the campaign level (as requested). However, if you want to get tho

RE: TargetingIdeaService

2021-02-10 Thread Google Ads API Forum Advisor Prod
Hi Gabriel, Thank you for posting your concern. Could you confirm if my understanding is correct that you want to know if there is a way to implement S2S using AdWords API and to get the data of TargetingIdeaService? If yes, then I am afraid that this is not possible and the type of applicatio

Re: ManagedCustomerServiceError.NOT_AUTHORIZED

2021-02-10 Thread Google Ads API Forum Advisor Prod
Hi Artem, Thanks for getting back to us. I work with Ernie and allow me to assist you this time. It's great that the first issue has been resolved already; however, on the other problem, could you share with us the complete SOAP logs (request and response) generated (via Reply privately to aut

RE: Shopping ad group targeting single product

2021-02-10 Thread Google Ads API Forum Advisor Prod
Hi Stepanian, Since it appears that you are using the Google Ads API, then you can refer to this guide and to this section, for the example on how to include the "other" node. For a more complete example and in different client library versions, you may refer here instead. I hope this helps. B

create customer match audience using rest interface

2021-02-10 Thread Dhamayanthi K
Hello, I'm trying to create an audience with type customer match and add / remove users to it. I do not want to use the client libraries, as our project just want to use audience upload feature and I don't want to bundle the complete client libraries, rather would like to use the rest interface

Re: How to get approved developer token as a non-advertiser.

2021-02-10 Thread Google Ads API Forum Advisor Prod
Hello, My name is Matt and I work alongside Xiaoming. For more information on minimum requirements for basic access, please reach out to the API compliance team. Our team does not have the authority to grant API access. Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p.

Targeting Multiple Countries in Google Ads API

2021-02-10 Thread Best Coupon Daily
Hi There, I would like to set my campaign to target multiple countries. I found this article which has a great example of how to target one country but it does not have example for multiple countries. I have been trying to make something out of this https://developers.google.com/google-ads/ap

Re: How to get asset information for HTML5_UPLOAD_AD

2021-02-10 Thread Dihan Cheng
Got the following error when adding asset.media_bundle_asset.data to the query; message: "The following field may not be used in SELECT clause: \'asset.media_bundle_asset.data\'." looks this field is not mutable, not selectable On Wednesday, February 10, 2021 at 6:47:30 AM UTC-5 adsapiforuma

RE: Google ads test manager account

2021-02-10 Thread Google Ads API Forum Advisor Prod
Hi Gabriel, You can create a test account by filling out this form. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2BfStz:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=

RE: INVALID_FIELD_NAME Error For requesting Multiple Selector Fields in CampaignService

2021-02-10 Thread Google Ads API Forum Advisor Prod
Hello, You will need a separate line for each field. You can find an example of what the SOAP request should look like here. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2BfRRi:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://

Expand the size of customer match list

2021-02-10 Thread Da Wang
Hi Team, Question on expanding the size of an existing customer match list: So I used the _add_users_to_customer_match_user_list function from the example code here , to add more users to one existing cust

Re: Setting listingScope in Google Ads API return INTERNAL_ERROR

2021-02-10 Thread Google Ads API Forum Advisor Prod
Hi Yoshie, I was able to find your email. I will follow up there. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2Bdg1v:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2021-02-10 Thread Austin Becker
Hello, I am using this 'Get Account Hierarchy' script: https://developers.google.com/google-ads/api/docs/account-management/get-account-hierarchy What I want is to see the full account hierarchy of accounts to which I have access with my authenticated email address. This script should show me

RE: Is a developer token a secret?

2021-02-10 Thread Google Ads API Forum Advisor Prod
Hi Charles, A developer token is confidential information. When sharing your logs on the forum, please be sure to redact it. Let me know if you have any other questions. Cheers, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2BfODX:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Error message "The developer token is not approved. Non-approved developer tokens can only be used with test accounts."

2021-02-10 Thread Google Ads API Forum Advisor Prod
Hello, If you are unable to reply privately, you can email us at googleadsapi-supp...@google.com. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2BeuS2:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot

Invoice with Campaign details

2021-02-10 Thread sadik azami
Hi , I want a monthly invoice with campaign details (looks like pdf invoice). So i'm following below link but there is not mentioned anything related to campaign details. Is there any option to get invoice with campaign details. https://developers.google.com/google-ads/api/docs/billing/invoice

Re: ManagedCustomerServiceError.NOT_AUTHORIZED

2021-02-10 Thread Artem Zaharkov
Hi! yes, I used wrong account - now new account 374-450-5399 created - but now catch another problem when try attach payment method - "Manager 8116800374 is not whitelisted under RESELLER or AGENCY" Not really found how to fix it On Wednesday, February 10, 2021 at 10:22:54 AM UTC+3 adsapiforum

RE: Error when setting a campaign strategy Maximize Conversion

2021-02-10 Thread Claude Beauchemin
Hi Peter, I already signaled this problem many times. Here is the address for another thread: https://groups.google.com/g/adwords-api/c/6AyogtFnN1c/m/mXOKjYuXCAAJ Regards, Claude De : Google Ads API Forum Advisor Prod Envoyé : mercredi 10 février 2021 02:52 À

Re: Possible to retrieve invoices through API?

2021-02-10 Thread bastien rabaute
Hi all, This request is one of the oldest request in the forum, certainly 10 or 15 years ago. I really think Google will never add this feature in the API or Google Apps Script. Why? I really never understood. Bastien Le mercredi 10 février 2021 à 13:54:11 UTC+1, Prototype.co a écrit : > U

Re: Possible to retrieve invoices through API?

2021-02-10 Thread Prototype.co
Unfortunately, InvoiceServices, as stated on its documentation site: https://developers.google.com/google-ads/api/docs/billing/invoice is only available for clients with monthly invoicing enabled. This, however, does not solve the problem for a great many other clients who have no choice but to p

Code sample for adding image extensions?

2021-02-10 Thread Sean Driscoll
Hi, Any plans for adding a code sample for creating campaign level image extensions or for linking an existing image asset to campaigns. Would be appreciated. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=

Re: INVALID_FIELD_NAME Error For requesting Multiple Selector Fields in CampaignService

2021-02-10 Thread Jagadish B
Okay, I think each field need to be in a separate line of code all together. Id Name On Wednesday, February 10, 2021 at 1:09:32 PM UTC+5:30 Jagadish B wrote: > I'm trying to send XML based Adwords API request to CampaignService. > > As per the API documentation for the CampaignService >

Re: How to get asset information for HTML5_UPLOAD_AD

2021-02-10 Thread Google Ads API Forum Advisor Prod
Hi Dihan, Could you try adding asset.media_bundle_asset.data to your query? This is supported in Google Ads API v6, see https://developers.google.com/google-ads/api/reference/rpc/v6/Asset#media_bundle_asset for details. Cheers Anash ref:_00D1U1174p._5004Q27tfEX:ref -- -- =~=~=~=~=~=~=~=~=~=

Google ads test manager account

2021-02-10 Thread Gabriel Radu
I cannot find anywhere how to add a manager account and specify it is a test one. How do I create TEST manager account? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Y

create audience with python api and get id

2021-02-10 Thread Monty808
Hello Google ] Totally no clear with the python api how how to create on how to a create an audience for -> People who searched for any of these terms on Google == yummy So How do I create from the api, get the ID, then add to adgroup? I even created an audience in the UI cant figure out how