Which API to use to identify if campaign lies under Housing, employment, and credit

2021-08-19 Thread Anurag Sinha
Client Libraries for creating new Campaign the example did not mention about the Personalized feature provided( https://developers.google.com/adwords/api/docs/guides/mobile-app-campaigns?hl=en ) . Or correct me If I need to look for this in other AdWords API. Regards, Anurag Sinha

Re: Which API to use to identify if campaign lies under Housing, employment, and credit

2021-08-25 Thread Anurag Sinha
7652?hl=en Regards, Anurag Sinha On Monday, August 23, 2021 at 1:57:38 PM UTC+5:30 adsapi wrote: > Hi Anurag, > > Thank you for reaching out. > > Could you confirm whether these classifications "Housing,employment or > Credit" are available as well in the Google Ads UI? If

Re: Keyword performance returning different values

2021-08-27 Thread Anurag Sinha
Hi Team, Can you please let me know how to get the value of this - "auto: x" or "auto" if AdWords is automatically setting the bid via the chosen bidding strategy .As we are building a Webapp and need to see the Amount, Cost and other Money related Values on the

How to filter the Campaign Performance Report based on where condition

2021-08-30 Thread Anurag Sinha
.build(); It gives an error as : Report was not downloaded due to a DetailedReportDownloadResponseException with errorText 'SelectorError.INVALID_PREDICATE_OPERATORCampaignIdselector.reportDefinition.selector', trigger 'Ca

Re: How to filter the Campaign Performance Report based on where condition

2021-08-31 Thread Anurag Sinha
ot;CampaignName") .from(ReportDefinitionReportType.CAMPAIGN_PERFORMANCE_REPORT) // .where("Status").in("ENABLED", "PAUSED") // .during(ReportDefinitionDateRangeType.LAST_7_DAYS) .where("CampaignId").equalTo(62993107

How to get the UserList of Similar Audience associated to a Campaign or AdGroup?

2021-08-31 Thread Anurag Sinha
st " + "WHERE user_list.similar_user_list.seed_user_list = '" + seedListResourceName + "'"; So once getting the list Can we get the AdGroupId or CampaignId to which it is associated ? Regards, Anurag Sinha -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How to find if a Audience is Associated to an AdGroup or Campaign?

2021-08-31 Thread Anurag Sinha
aignId linked to a CriterionID but not to a AudienceId. Can you please help me in this? Regards, Anurag Sinha -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You receive

Re: How to filter the Campaign Performance Report based on where condition

2021-09-03 Thread Anurag Sinha
t;) // .equals("CampaignId","11614823499") //.containsAll() .containsAny("CampaignId","11614823","113245217","116130924") .offset(offset).limit(PAGE_SIZE).build(); Can you please let me know how can

How to find Negative Audience in AdGroup and Campaign Level?

2021-09-06 Thread Anurag Sinha
did not get any Attribute in https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201809-AdGroupCriterionService. Similar to CampaignCriterionServiceInterface. Regards, Anurag Sinha -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

How to get the List of AdGroupIds connected to a CampaignId in Adwords API?

2021-09-15 Thread Anurag Sinha
AST_7_DAYS) .where("AdGroupId").equalTo(654815989) .build(); Regards, Anurag Sinha -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You re

Queries related to Adgroup and Campaign & Adgroup and Audience Relationship

2021-09-15 Thread Anurag Sinha
(a Audience can be associated to Multiple AdGroups) Regards, Anurag Sinha -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

How to get the List of Adgroups connected to a Audience(UserList) in Adwords API?

2021-09-15 Thread Anurag Sinha
AdGroupId(), criterionUserList.getUserListId()); System.out.println(); } } Regards, Anurag Sinha -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

How to get Daily Budget for Campaigns which are configured in Shared Budget(Adwords API)?

2021-09-27 Thread Anurag Sinha
.where("Status").in("ENABLED", "PAUSED") .during(ReportDefinitionDateRangeType.LAST_7_DAYS) .build(); Regards, Anurag Sinha -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Determining the timeout for SearchGoogleAdsStreamRequest API

2022-09-25 Thread 'Anurag Sinha' via Google Ads API and AdWords API Forum
proportional to response time? Example: 1 or 2 times when API is called the response time is 0.3 mins and if more than 15 times the same API is called then response time is more than 15 mins. Regards, Anurag Sinha -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Determining the timeout for SearchGoogleAdsStreamRequest API

2022-09-26 Thread 'Anurag Sinha' via Google Ads API and AdWords API Forum
Hi Team, Can you please look into the Generic Questions which I have asked under " We wanted to understand which all factors the response time depends on:" and answers those and it's not an issue we have faced but are the general questions we had. Regards, Anurag Sinha On Mo

How to link Client Ad Account with One Central(Business) Ad Account

2022-12-02 Thread 'Anurag Sinha' via Google Ads API and AdWords API Forum
Adgroups and Campaigns programmatically on the Client's Ad Account from our Central Ad Account. Can you please share the document links for the use case or some idea on how to achieve such use cases? Regards, Anurag Sinha -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

Re: How to link Client Ad Account with One Central(Business) Ad Account

2022-12-04 Thread 'Anurag Sinha' via Google Ads API and AdWords API Forum
re any circumstance when a client account be blocked? If yes can you please help us know when this blockage can happen and will that also block linked Manager Account? Regards, Anurag Sinha On Friday, December 2, 2022 at 10:03:19 PM UTC+5:30 adsapi wrote: > Hi Anurag, > > Thank you for reac

Re: How to link Client Ad Account with One Central(Business) Ad Account

2022-12-05 Thread 'Anurag Sinha' via Google Ads API and AdWords API Forum
please help us know when this blockage can happen and if will that also block the linked Manager Account? Regards, Anurag Sinha On Sunday, December 4, 2022 at 3:49:56 PM UTC+5:30 Anurag Sinha wrote: > Hi Team, > > Thanks for a quick response. > I went through the doc link and vid

Query Related to Domain Limit Exceeded Exceptions

2022-12-15 Thread 'Anurag Sinha' via Google Ads API and AdWords API Forum
11th domain will the API calls immediately start to fail or will the API calls fail after a period of 6 weeks at least? Regards, Anurag Sinha -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Query Related to consent Attributed added in v15

2023-12-11 Thread 'Anurag Sinha' via Google Ads API and AdWords API Forum
Hi Team, Is there any update on this? Regards, Anurag Sinha On Thursday, November 30, 2023 at 10:16:46 AM UTC+5:30 Anurag Sinha wrote: > Hi Team, > Can you please take a look at the query and provide some updates? > Regards, > Anurag Sinha > > On Tuesday, November 28, 2023 a

Re: query related to consent attributed added in v15

2023-12-15 Thread 'Anurag Sinha' via Google Ads API and AdWords API Forum
Hi Team, Is there any update on this? Regards, Anurag Sinha On Wednesday, December 13, 2023 at 12:02:22 PM UTC+5:30 Anurag Sinha wrote: Hi Team, Thanks for your response. *As per the above comments below is my understanding:* Non-EU: - - When the consent object is not set: data

How will the Google integration work with older version v14 without the Consent Object after March 6th, 2024?

2024-02-26 Thread 'Anurag Sinha' via Google Ads API and AdWords API Forum
missing consent for EU users*, leading to non-processing and unavailability for ad personalization? Alternatively, what will be the impact on EU and non-EU customers? We seek to understand this aspect. Regards, Anurag Sinha -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us