Re: How to get data feed from merchant in .NET

2020-03-31 Thread Atif ..
adwords api and content api and got the access token, will the same token user object can be used for content library access? On Tuesday, January 28, 2020 at 8:06:35 PM UTC+5, Atif .. wrote: > > Can somebody share the code snippet to C# .Net how can i get the list of > all data feeds up

In google Shopping Campaign how to Create Product Group through C# API ?

2020-03-20 Thread Atif ..
I have to create product group based on GTIN ,is it possible ? Please share the snippet in C# .net how can i create Product Group ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

How to get FeedData from Merchant Account in C#?

2020-02-26 Thread Atif ..
I have a feed already uploaded on merchant account. Now i want to access it from .NET C# , which service object i have to create and call the function to get that feed from merchant? I am unable to find Content Library in AdWordsService.v201809? am i doing it right to find? Thanks in advance.

How to get refresh Token after Consent is given ?

2020-02-18 Thread Atif ..
I am working in C# .NET I have authenticated my app for consent and i have received refresh token. Then i am creating my user by providing client id, secret and refresh token. AdWordsUser user = new AdWordsUser(); user.Config.OAuth2ClientId = " x.apps.googleusercontent

I am getting error Failed to refresh Access Token .Net C#

2020-02-18 Thread Atif ..
I am woringk in C# .NET I have authenticated my app for consent and i have received refresh token. AdWordsUser user = new AdWordsUser(); user.Config.OAuth2ClientId = "x.apps.googleusercontent.com"; user.Config.OAuth2ClientSecret = "xxx

How can i create Ad group and add to campaign in C# API for Shopping Campaign ?

2020-02-11 Thread Atif ..
Does anyone ever had experience of creating ad group in Shopping campaign pro grammatically ? i need the code snippet for C# API for Ad group creation and adding in campaign for Shopping campaign? it is not available in the document support for C# -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Creating Shopping Campaign through API in .net C#, why budget id is required ?

2020-02-11 Thread Atif ..
While creating shopping campaign through API in C#, it is requiring shared budget ID mandatory ? is there any way if i don't have budget id yet , i directly want to assign the budget to campaign while creation what is required to do ? Here is the snippet which require must budget id , please sug

Re: How to get data feed from merchant in .NET

2020-01-28 Thread Atif ..
I am looking for function in Content Library documentation but unable to find, any help please? On Tuesday, January 28, 2020 at 8:06:35 PM UTC+5, Atif .. wrote: > > Can somebody share the code snippet to C# .Net how can i get the list of > all data feeds uploaded on

Re: How to get data feed from merchant in .NET

2020-01-28 Thread Atif ..
On Tuesday, January 28, 2020 at 8:06:35 PM UTC+5, Atif .. wrote: > > Can somebody share the code snippet to C# .Net how can i get the list of > all data feeds uploaded on merchant > I am talking in context of Content API, which exact function to call in C# .net to to get fe

How to get data feed from merchant in .NET

2020-01-28 Thread Atif ..
Can somebody share the code snippet to C# .Net how can i get the list of all data feeds uploaded on merchant -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Re: How to specify Targeting Setting while adding Audience to an AdGroup.

2015-05-26 Thread Atif Waqar
Hello dksing, I am trying to do the same thing as you are, but i'm stuck on it badly, can you please share the sample code of "adding a list of Audience to some AdGroups". Thanks in advance. :) On Monday, September 2, 2013 at 1:36:41 PM UTC+5, dksingh wrote: > > I am adding a list of Audience

Create Audience for an Ad or AdGroup or Campaign

2015-05-26 Thread Atif Waqar
Hi, I am new to this forum, so i'm not sure if this is the right place for this kind of posts, but here is my issue: I have created a "+ Remarketing List" under "Shared Library -> Audiences", using the example code "V201502.AddRuleBasedRemarketingList". Now I am trying to Create Audience for

Re: OAuth2 Token Generator gives "Access is Denied"

2015-05-13 Thread atif
ok, Found the problem. My Port 8080 was busy, and the Application was crashing. So I debugged the code and changed the Port Number, and its working now. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https:/

OAuth2 Token Generator gives "Access is Denied"

2015-05-12 Thread atif
Hello, I am getting "Access is denied" error every time I try to generate OAuth2 token using the "OAuthTokenGenerator.exe" program. and I am using Client ID and Secret from "console.developers.google.com -> APIs & Auth -> Credentials. Any kind of help will be really appreciated.