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

2020-03-31 Thread Atif ..
I have to access the datafeed uploaded in merchant center which have 
products details. How can i get it ? i tried with adwords API it is only 
showing the list of simple datafeed and Google ads account not the Data 
feeds from merchant center. 
Moreover i  have been authenticated my user for 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 uploaded on merchant 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ec4e78dc-6643-4da4-860b-66612143d0f9%40googlegroups.com.


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/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4c1c5deb-4fb0-4275-af5f-9bc3e0208c5c%40googlegroups.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. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/968bd459-face-48c9-9f70-97ac980fe48c%40googlegroups.com.


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.com";
user.Config.OAuth2ClientSecret = "";
user.Config.OAuth2RefreshToken = "xxx";
user.Config.OAuth2Mode = 
Google.Api.Ads.Common.Lib.OAuth2Flow.APPLICATION;

When i am sending this user object to  call functions functions through 
API, i am getting error "Failed to refresh Access Token".
Where i can find this access token and where i have to provide it ?  
Please guide. 
Thanks. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bfbb52bf-75f8-4241-b442-d82f9e3d12d5%40googlegroups.com.


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 = "";
user.Config.OAuth2RefreshToken = "xxx";
user.Config.OAuth2Mode = 
Google.Api.Ads.Common.Lib.OAuth2Flow.APPLICATION;

When i am sending this user object to create service object and call 
functions , i am getting error "Failed to refresh Access Token".
Where i can find this access token or how to refresh it ? 
Please guide. 
Thanks. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a2c40d18-ed2c-473c-98f2-680e91710df2%40googlegroups.com.


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# 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d08e3535-6944-4200-aa40-b212c0e74ca3%40googlegroups.com.


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 suggest 
workaround for this , i don't have any budget id at the time of campaign 
creation
  Campaign campaign = new Campaign
{
name = "test shopping campaign",


advertisingChannelType = 
AdvertisingChannelType.SHOPPING,


status = CampaignStatus.PAUSED,

// Set shared budget (required).
budget = new Budget
{
budgetId = budgetId
  
}


};


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/871d-c610-4403-ae23-8c6eb0d25ca0%40googlegroups.com.


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 merchant 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/52fd540a-8571-4868-8f70-cd0671bcfca0%40googlegroups.com.


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 feed data from merchant. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/54a21d72-a367-4ba9-9858-9fd26725b686%40googlegroups.com.


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 this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7fcd37aa-09c3-4e82-8674-e5466ceb9f70%40googlegroups.com.


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 to some AdGroups using API 201306. I need a 
> handle on targeting setting so that I can make it choice based for my 
> application. Currently whenever I add any audience to an adgroup, the 
> targeting setting is set as "Target and Bid". What should I do if I want to 
> set it as "Bid Only". 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c766bfb5-868e-4791-8f59-052e0524ebca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 my Ads. In the Adwords GUI I select 
a Campaign then an AdGroup, go to the "Audience" tab, press "+Remarketing", 
select the remarketing list I had created in step 1, and save it. But I an 
unable to perform this task using the AdWords API. 

any kind of help will be really appreciated.

Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e0d89ada--44d5-9aea-a5eb30ca0257%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e871228e-2bbf-4ce1-b008-43b41ec4b17a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.  







-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4883b044-8097-4355-9770-4e61f97ea389%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.