Re: Gmail Ad image URL

2020-10-09 Thread cv
Hi, Can we get this Gmail Ads Media through Media ID? Can we get Media details like Image through any service? GmailCreativeHeaderImageMediaId GmailCreativeLogoImageMediaId GmailCreativeMarketingImageMediaId Thanks, On Thursday, 5 September 2019 at 15:40:12 UTC+5:30 adsapiforumadvisor wrote:

Re: GoogleAds API - Use for getting Client stats

2020-10-09 Thread Andre Karner
Hey! unfortunately i cannot reply privately? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "A

Re: Custom Audience setup using API

2020-10-09 Thread denma test
Hi Okay, but i can see setTokens method in CustomAffinity class and setTokenType method in CustomAffinityToken class. and CustomAffinityTokenTokenType class has below constants class CustomAffinityTokenTokenType { const UNKNOWN = 'UNKNOWN'; const KEYWORD = 'KEYWORD'; const URL = 'URL

Re: Custom Audience setup using API

2020-10-09 Thread denma test
Hi How can get Audience insights details via API for custom audience. Attached screenshot for reference. On Friday, October 9, 2020 at 12:24:29 AM UTC+5:30 adsapiforumadvisor wrote: > Hello, > > Unfortunately, the settings shown from the screenshot you recently shared > is not available in the

Re: How to Get all the manager accounts???

2020-10-09 Thread ankitt...@gmail.com
When I use this then I got "DEVELOPER_TOKEN_PROHIBITED" exception. And MY DEVELOPER TOKEN IS : 7R-IPv6nStS9_IFBQrbOLQ. I am using ListAccessibleCustomers service URL: https://developers.google.com/google-ads/api/docs/account-management/listing-accounts#php Please help me to fix this. On Thursd

Monitor Google Ads API calls?

2020-10-09 Thread Daniel
Hi, If I were to give an application read/write access to my Google Ads account via API, Can I monitor all calls made by this application via the API to my account? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=

Maximum number of resources

2020-10-09 Thread Dihan Cheng
Hi, I made an api call to ad_group_ad with where clause resource_name in ( ... ), and got an internal_error. but I notice if the number of resources in the where clause is small like hundreds of resources, the api call will return successful, however if it's thousands it will fail. I just upgrad

RE: Cannot change campaign payment mode

2020-10-09 Thread Google Ads API Forum Advisor Prod
Hi Claude, Can you please provide the API request and response for this call through reply privately to author so I can take a closer look? Thanks, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q267w9S:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to get remarketing Audience list

2020-10-09 Thread Google Ads API Forum Advisor Prod
Hi Jitendra, Thank you for reaching out. You could query the size_for_display and size_for_search from the UserList to get the estimated number of users in this user list, on the Google Display Network or the users available for targeting in Search campaigns. Thanks and regards, Xiaoming, Goog

Removing an attribute from feed

2020-10-09 Thread Dan Willoughby
Hi, I was wondering whether it is possible to remove an attribute from an ad customizer feed? I tried and end up removing the whole feed. I use this operation: customizer_feed = { 'feedName': self.feed_name, 'feedId': self.feed_id, 'feedAttributes': column_name, } feed_service_operation = { '

RE: Google Ads API historical metrics month is ahead by 1 month

2020-10-09 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out! Please note that the Google Ads API's Keyword Planner runs on a different backend from the Google Ads UI's. It is expected that there should be some discrepancies. Additionally, since it is not October, September's data should be the latest period available. How

Re: Custom Audience setup using API

2020-10-09 Thread Google Ads API Forum Advisor Prod
Hello, Audience insights are not currently available in the API. Unfortunately, we do not have samples to create these tokens. The only code examples we have are the ones from the client libraries. Regards, Anthony Google Ads API Team Anthony Madrigal Google Ads API Team ref:_00D1U1174p._5004Q

Product group creation(Subdivision)

2020-10-09 Thread Vijay S
Hi Team, I have used google ads UI to create a shopping campaign and an ad Group then product group called *All products* created by default. What I wanted achieve through my *node.js* backed via ads API was , I wanted to subdivide the above mentioned group further by *condition* but It gave

Re: Gmail Ad image URL

2020-10-09 Thread Google Ads API Forum Advisor Prod
Hello, The MediaService can be used to get details on your media such as images and videos. Cheers, Anthony Google Ads API Team Anthony Madrigal Google Ads API Team ref:_00D1U1174p._5001UHFP8t:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://google

Re: How to Get all the manager accounts???

2020-10-09 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. If you experience DEVELOPER_TOKEN_PROHIBITED error, that means you already tied a developer token to a Cloud Project and you will need to create a new Cloud Project to use this developer token. You could have multiple Cloud Projects per developer token, but you c

RE: Removing an attribute from feed

2020-10-09 Thread Google Ads API Forum Advisor Prod
Hi Dan, The FeedItemService is used to add, modify, and remove items from your feeds. Cheers, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q2686yW:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.bl

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-10-09 Thread Google Ads API Forum Advisor Prod
Hi Anatolii, Thank you for the logs. I noticed that the campaign for which it failed (1392626831) already has extensions with removed statuses and one of these extensions is pretty similar to the one that you are trying to add (same name, type, level) even though it does not have the same ID. I

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-10-09 Thread Google Ads API Forum Advisor Prod
Hi again, I got more information from our Engineering team that explains the behavior: 1. The CampaignExtensionSettingService can link a user feed only if it is already linked to the campaign. If it is not the case, the user feed needs to be linked using the CampaignFeedService. 2. A campaign ca

Re: How to get remarketing Audience list

2020-10-09 Thread Bogumił Janczak
wtorek, 6 października 2020 o 08:25:46 UTC+2 ansitjit...@gmail.com napisał(a): > Thanks for the valuable reply. and now i want to know, is there any way > to get last modified datetime (param eg. name,id) of an remarketing > Audience? > > On Tuesday, October 6, 2020 at 1:30:34 AM UTC+5:30 a

Re: How to get remarketing Audience list

2020-10-09 Thread Jitendra Kumar
how can i get the size of users available for targeting on video(YouTube)? please refer attachment. On Friday, October 9, 2020 at 9:37:56 PM UTC+5:30 adsapiforumadvisor wrote: > Hi Jitendra, > > Thank you for reaching out. You could query the size_for_display >