Re: Unclear error: The number of entries in the request exceeds the system limit

2021-03-26 Thread Google Ads API Forum Advisor Prod
Hi Antoni,

Thank you for providing additional details privately. I work with Peter and let 
me provide further support to your concern.

Could you confirm if the error is still persisting on your end? I asked this 
because I did not noticed the error in the API logs that you provided which you 
initially specify on this forum post. With this, I would suggest to continue 
your API requests and if the error will occur again, you can provide the 
complete request and response logs, with the request-id, and the batch IDs on 
the private email thread.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2DwoJv:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/Ju--60QQKFD700ZOVuz6xBSzCNL_F9CJZHPg%40sfdc.net.


Re: Retrieving changed_fields causes 500 Internal Error

2021-03-26 Thread kol...@exito.de
Seems to work again without problems, we didn't have a single 500 error 
this morning. Thanks!

sc...@lionhurst.com schrieb am Donnerstag, 25. März 2021 um 19:53:49 UTC+1:

> Based on the queries I'm doing, this appears to be resolved. Thanks.
>
> Scott
>
> On Thursday, March 25, 2021 at 1:42:01 PM UTC-5 adsapiforumadvisor wrote:
>
>> Hi All - 
>>
>> It appears as though this fix has been rolled out all the way to prod. 
>> Would you mind checking again whether you're continuing to receive these 
>> errors?
>>
>>
>> Thanks,
>> Ben, Google Ads API Team
>>
>> ref:_00D1U1174p._5004Q2Du7a3:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f41684da-0473-4f8b-9ead-233df9fb64a4n%40googlegroups.com.


Re: Retrieving changed_fields causes 500 Internal Error

2021-03-26 Thread Mat
Hi Ben,

this morning we were able to pull about 2 million chance events across a 3 
digit number of client customers without an error. So this problem seems to 
be fixed, ty.
However: we still did not receive a single change_event that was made 
through the Google Ads Editor. But that seems to be a different ongoing 
issue 
.

Regards
Mat
adsapiforumadvisor schrieb am Donnerstag, 25. März 2021 um 19:42:01 UTC+1:

> Hi All - 
>
> It appears as though this fix has been rolled out all the way to prod. 
> Would you mind checking again whether you're continuing to receive these 
> errors?
>
>
> Thanks,
> Ben, Google Ads API Team
>
> ref:_00D1U1174p._5004Q2Du7a3:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2887b4dd-b202-43a9-8b6c-d7ae70f4541cn%40googlegroups.com.


ExtensionFeedItem - percent_off - Too many decimal places specified.

2021-03-26 Thread Prototype.co
We've been chasing around this for some time now, and the closest info we 
could find was this:
https://github.com/googleads/google-ads-python/issues/153

Which describes the problem perfectly, but as you can see, there's not much 
help to be found. The issue is that if you try to set percent_off for a 
PromotionFeedItem
(see 
here: 
https://developers.google.com/google-ads/api/reference/rpc/v6/PromotionFeedItem)

you will get this error. Now the data type for this is int64, and in the 
client library these fields had always been set as int, and everything 
worked out just fine. (In fact, the only int64 available in python is 
numpy.int64, which as you might have guessed, also yields the same error).

The object looks like this:
*create {*
*  promotion_feed_item {*
*discount_modifier: UP_TO*
*occasion: SUMMER_SALE*
*promotion_target: "Heisenberg Goodies"*
*percent_off: 17*
*final_urls: "http://www.example.com/sale"*
*  }*
*  extension_type: PROMOTION*
*  targeted_ad_group: "customers/**/adGroups/***"*
*}*

And as you can see in the attached image, the field is clearly defined as 
{int}[image: percent_off.png]

The error message is: "This field has too many decimal places specified."

BatchJobId is 4681940862
RequestId is dOZYrAnQzGwH0MkiNfUXKA

Could you please look into this?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cbdd809d-af02-46b0-9b15-13086b5c7965n%40googlegroups.com.


RE: Unable to Replicate Table in UI Reporting Tool With API Query

2021-03-26 Thread Google Ads API Forum Advisor Prod
Hi Tanner,

Thank you for posting your concern.

Allow me to provide the my insights to the scenarios that you've mentioned:
"1. Remove the segments.device column from each report."
- Let me discussed first this document that zero impressions are always 
excluded when segmenting a report. With this, removing the segment fields in 
the API report will returned all the values just like in the UI so data be the 
same.

2. Remove the "Search Keyword Status" filter ("Enabled") from the UI report. 
For some reason the "WHERE ad_group_criterion.status = 'Enabled' clause in my 
query doesn't seem to do anything. Are Search Keyword Status and 
ad_group_criterion.status referring to different things?
-To take a closer look, could you provide the following details via Reply 
privately to author option?

Customer ID
Complete request and response logs with request ID generated on your end
Screenshot of the whole UI
Sample comparison of the 2


"The row counts cease to match when I add the device column back (along with 
the status filter). Also, for some reason the API query returns a different 
number of rows when I change the segments.date filter, but the UI returns the 
same number of rows no matter what I put in the date range filter. This only 
happens when the segments.device column is present."
-Please refer to #1 which explains why lesser rows are returned when including 
segment fields.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2EnGSz:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ZDH2G0QQKMAY00Z9B3pB-xTUW5ZjOQ3OnOeg%40sfdc.net.


Extra impressions when including Click Type

2021-03-26 Thread Johan Wallinder
Hello,

We've noticed that including click type in our reporting queries has lead 
to some unexpected results. In one case recently, a customer saw e few 
thousand extra impressions (all credited to the click type "SITELINKS") 
when compared to what they see in the UI. Could you help explain what 
happens with the data when Click Type is included?

Best Regards
Johan Wallinder

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b1624d4f-97b5-413e-8517-12103a3cd6a3n%40googlegroups.com.


Country code parameter for Custom Search Engine

2021-03-26 Thread Uros Kovacevic
Hello,

First of all  I would like to ask what is the difference between these two 
parameters, 1 

 and 2 
,
 
which one should we use if we want the results for a specific country, and 
lastly what does the API default to in case the country parameter is not 
provided, is it GLOBAL or US, would love a timely answer so I can inform my 
employer.

Best regards,
Uros

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0234bbd3-da26-4be2-8495-50a786d80571n%40googlegroups.com.


Re: Questions about UserListService and OfflineUserDataJobService

2021-03-26 Thread Google Ads API Forum Advisor Prod
Hi Harry,

It is generally recommended for the remove_all job to complete before starting 
a new job to add data. There is no way to specify that one job be dependent / 
chained on another job's status / outcome, so if you run two jobs in parallel, 
the final outcome cannot be predicted in advance in this case.

Cheers
Anash
ref:_00D1U1174p._5004Q2DwUD2:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1LdTg0QQKRZT00X49rjmIERemM0Z6NRp66YQ%40sfdc.net.


Implementing Audience Targeting for search campaigns - Regs

2021-03-26 Thread Osoftz Tech
Hi Google team,

  1) Can it be implemented for *search campaigns* ?
  2) How to implement audience targeting using *Google Ads API*
 ?
  3) If it is, which of the following should be used in *ad 
group criteria* to achieve it,
a) *CustomAffinityInfo*
b) *CustomIntentInfo*
c) *UserInterestInfo*

 Thank You.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d2b91bd1-807d-4228-8a6f-a69998c3c89an%40googlegroups.com.


end_date FIELD_CANNOT_BE_CLEARED

2021-03-26 Thread Pedro Gramaça
Hello,

Seeing that nothing is said in the docs about this, and the operation is 
doable in the UI.
I find it weird that when i try to clear a campaign's end date i receive 
this following error.

"""
...
  error_code {
field_error: FIELD_CANNOT_BE_CLEARED
}
message: "The field cannot be cleared."
location {
field_path_elements {
field_name: "operations"
index {
}
}
field_path_elements {
field_name: "update"
}
field_path_elements {
field_name: "end_date"
}
}
...
"""

Is there an alternative way of clearing this field?

Thanks,
Pedro

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7df013ca-c6e6-428a-b6cb-7bb5d9be4d0dn%40googlegroups.com.


Re: InvalidArgument Statuscode when running example code

2021-03-26 Thread Hoang Chu

Hi,

Apology for the late response. That error disappeared since I updated the 
Google.Ads.GoogleAds library from version 6.1 to the recently release 
version 7.0.

However, instead of the original error I now get an USER_PERMISSION_DENIED 
error.

I'm trying this using a manager account (Access level: Test Account. ID: 
584-763-) and a test account (ID: 106-298-) created under the 
manager account.
I've specified the test account ID (not manager account) as the 
LoginCustomerId and got the USER_PERMISSION_DENIED error.

However, when I used the manager count's ID as LoginCustomerId I get this 
error: DEVELOPER_TOKEN_NOT_APPROVED.

Which of the two account's ID should I use as LoginCustomerId? In my case 
either way get me (different) errors.

What am I doing wrong?

Below is the code to create a GoogleAdsConfig client.

public static GoogleAdsClient Create()
{
var settings = Startup.AppSettings.GoogleAdsApi;

var config = new GoogleAdsConfig
{
DeveloperToken = settings.DeveloperToken,
OAuth2Mode = OAuth2Flow.APPLICATION,
OAuth2ClientId = settings.OAuth2ClientId,
OAuth2ClientSecret = settings.OAuth2ClientSecret,
OAuth2RefreshToken = settings.OAuth2RefreshToken,
LoginCustomerId = settings.LoginCustomerId // ID of test account created 
under manager account: 106298
};
return new GoogleAdsClient(config);
}

Below is the example code I've used from the API documentation

public void Run(GoogleAdsClient client, string customerId, long[] 
locationIds, long languageId, string[] keywordTexts, string pageUrl)
{
var keywordPlanIdeaService = 
client.GetService(Services.V6.KeywordPlanIdeaService);

// Make sure that keywords and/or page URL were specified. The request must 
have
// exactly one of urlSeed, keywordSeed, or keywordAndUrlSeed set.
if (keywordTexts.Length == 0 && string.IsNullOrEmpty(pageUrl))
throw new ArgumentException("At least one of keywords or page URL is 
required, " +
"but neither was specified.");

// Specify the optional arguments of the request as a keywordSeed, UrlSeed,
// or KeywordAndUrlSeed.
var request = new GenerateKeywordIdeasRequest
{
CustomerId = customerId
};

if (keywordTexts.Length == 0)
{
// Only page URL was specified, so use a UrlSeed.
request.UrlSeed = new UrlSeed
{
Url = pageUrl
};
}
else if (string.IsNullOrEmpty(pageUrl))
{
// Only keywords were specified, so use a KeywordSeed.
request.KeywordSeed = new KeywordSeed();
request.KeywordSeed.Keywords.AddRange(keywordTexts);
}
else
{
// Both page URL and keywords were specified, so use a KeywordAndUrlSeed.
request.KeywordAndUrlSeed = new KeywordAndUrlSeed();
request.KeywordAndUrlSeed.Url = pageUrl;
request.KeywordAndUrlSeed.Keywords.AddRange(keywordTexts);
}


// Create a list of geo target constants based on the resource name of 
specified
// location IDs.
//   foreach (var locationId in locationIds)
//
 request.GeoTargetConstants.Add(ResourceNames.GeoTargetConstant(locationId));

request.Language = ResourceNames.LanguageConstant(languageId);
// Set the network. To restrict to only Google Search, change the parameter 
below to
// KeywordPlanNetwork.GoogleSearch.
request.KeywordPlanNetwork = 
KeywordPlanNetworkEnum.Types.KeywordPlanNetwork.GoogleSearchAndPartners;

try
{
// Generate keyword ideas based on the specified parameters.
var response =
keywordPlanIdeaService.GenerateKeywordIdeas(request);

// Iterate over the results and print its detail.
foreach (var result in response)
{
var metrics = result.KeywordIdeaMetrics;
Console.WriteLine($"Keyword idea text '{result.Text}' has " +
  $"{metrics.AvgMonthlySearches} average monthly searches and competition " 
+
  $"is {metrics.Competition}.");
}
}
catch (GoogleAdsException e)
{
Console.WriteLine("Failure:");
Console.WriteLine($"Message: {e.Message}");
Console.WriteLine($"Failure: {e.Failure}");
Console.WriteLine($"Request ID: {e.RequestId}");
throw;
}
}

On Wednesday, February 24, 2021 at 3:58:19 AM UTC+1 adsapiforumadvisor 
wrote:

> Hi,
>
> Could you confirm if the issue is still occurring on your end? If yes, you 
> can provide the complete API request 
> 
>  and response 
> 
>  logs 
> with request ID generated on your end where we can see the error via *Reply 
> privately to author* option to investigate it.
>
> You may try to enable logging of the API transactions by following the 
> guide below: 
>
>- .Net - 
>
> https://developers.google.com/google-ads/api/docs/client-libs/dotnet/logging 
>
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2CTeXz:ref
>

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

RE: Error: "Principal must be an email address"

2021-03-26 Thread Google Ads API Forum Advisor Prod
Hello,

Thanks for reaching out. Would you mind sending us the complete request and 
response logs privately?

Thanks,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2EnITQ:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5gP-I0QQKZ3700S-HzUrzeTu6RNglG04sJkg%40sfdc.net.


Re: Error: "Principal must be an email address"

2021-03-26 Thread 'Sahil Patel' via AdWords API and Google Ads API Forum
Can you send me any email id to send privately? 

On Friday, March 26, 2021 at 9:33:24 AM UTC-5 adsapiforumadvisor wrote:

> Hello,
>
> Thanks for reaching out. Would you mind sending us the complete request 
> and response logs privately?
>
> Thanks,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2EnITQ:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5644a789-ec08-46f3-a196-7b694e47b911n%40googlegroups.com.


Re: Location Type of policy_topic_entries

2021-03-26 Thread Google Ads API Forum Advisor Prod
Hello,

Yes, these constraints are made at the country level. You can read more about 
country restrictions in this general support article.

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2EmgQe:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/tg6th0QQL0YZ00tRXtf4GLSkWe3oH4M5fMXg%40sfdc.net.


Re: creating mcc test accounts -

2021-03-26 Thread 'Guillaume Desforges' via AdWords API and Google Ads API Forum
Hi Aryeh,

Could you please describe in details which steps you have taken?
I am struggling a lot to create a mcc test account.

@Google Ads API Team: the doc is not clear at all. Instructions to create a 
test account is "create a test account" it is not enough when the UI is not 
intuitive.

Thanks

Regards
Guillaume
Le mardi 9 mars 2021 à 22:11:56 UTC+1, adsapiforumadvisor a écrit :

> Hi Aryeh,
>
> Thank you for reaching out. This 
> 
>  
> is a corresponding explanation for the test account in the Google Ads API.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Du1aX:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/738d3717-ed99-470c-ab79-b8e0eeafcfd7n%40googlegroups.com.


RE: How to get the delivered channel of a video report

2021-03-26 Thread Google Ads API Forum Advisor Prod
Hello,

When running the video report, you can select the field video.channel_id to get 
this data.

Cheers,
Anthony

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q2EnOlL:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4dZuB0QQL3MN003UTtnC99QzKO63PWP3kWnQ%40sfdc.net.


Re: Cannot pass location Id for linking GMB specific locations while creating Campaign

2021-03-26 Thread Google Ads API Forum Advisor Prod
Hi Megha,

Thank you for reaching out. Please find my response to your questions below:

If the item_id is wrong, you would need to correct it before the ads run.

It will not show on the Campaign Settings page. Please go into the specific ad 
group and check the Ad Group Settings page for the location information.

Thanks and regards,
Xiaoming, Google Ads API Team


Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2DuHqg:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/xcYAh0QQL5Y800HgMtRaZ1SKuNvc1PqmlxRw%40sfdc.net.


RE: Extra impressions when including Click Type

2021-03-26 Thread Google Ads API Forum Advisor Prod
Hi Johan,

Can you please share your report query, its results and your CID through reply 
privately so that we can further investigate?

Thanks,
Anthony

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q2EnQa0:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/GRUxm0QQL6G200ozC0FbdzQumdXxzIWOXoVQ%40sfdc.net.


Re: creating mcc test accounts -

2021-03-26 Thread 'Aryeh Baker' via AdWords API and Google Ads API Forum
Hi Guillaume,

I followed the instructions in Adwords API - 
https://developers.google.com/adwords/api/docs/guides/accounts-overview#test_accounts,
 
it states there "Note: You must have a separate Google account for your 
test manager account since a Google account is restricted to one root 
manager account."

Regards,

Aryeh Baker

On Friday, March 26, 2021 at 11:59:48 AM UTC-4 guil...@polaranalytics.co 
wrote:

> Hi Aryeh,
>
> Could you please describe in details which steps you have taken?
> I am struggling a lot to create a mcc test account.
>
> @Google Ads API Team: the doc is not clear at all. Instructions to create 
> a test account is "create a test account" it is not enough when the UI is 
> not intuitive.
>
> Thanks
>
> Regards
> Guillaume
> Le mardi 9 mars 2021 à 22:11:56 UTC+1, adsapiforumadvisor a écrit :
>
>> Hi Aryeh,
>>
>> Thank you for reaching out. This 
>> 
>>  
>> is a corresponding explanation for the test account in the Google Ads API.
>>
>> Thanks and regards,
>> Xiaoming, Google Ads API Team
>>  
>>
>> [image: Google Logo] 
>> Xiaoming 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2Du1aX:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/814e8828-5c9c-4be6-a43a-bebc09aa361en%40googlegroups.com.


RE: Country code parameter for Custom Search Engine

2021-03-26 Thread Google Ads API Forum Advisor Prod
Hello,

Unfortunately, this is out of scope for Google Ads API. You can get support on 
this issue by navigating to this link.

Regards,
Anthony

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q2EnR0m:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/L5NvI0QQL80B00qcYP4V4MQgmnDX3noHsyZw%40sfdc.net.


RE: end_date FIELD_CANNOT_BE_CLEARED

2021-03-26 Thread Google Ads API Forum Advisor Prod
Hello,

Thanks for reaching out. Can you please provide us with the complete request 
and response logs so that we can take a closer look at the issue?

Thanks,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2EnRmh:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c-uMV0QQLADW00TWY77JWiTiG6yJFehFKJig%40sfdc.net.


Re: Error: "Principal must be an email address"

2021-03-26 Thread Google Ads API Forum Advisor Prod
Hello,

On this post, please click the drop down menu and select 'reply privately to 
author'. If you find this option is not available, please send us an email at 
googleadsapi-supp...@google.com and link this thread in that email.

Thanks,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2EnITQ:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/S0B2j0QQLCOW00AOR6M_VaSU6blRYu-H1Arw%40sfdc.net.


RE: Implementing Audience Targeting for search campaigns - Regs

2021-03-26 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. Please find my response to your question below:

Yes, it can be.
You could refer to this code example on how to apply the ad group criterion on 
the targeted ad group.
They are different types and all could be utilized. Please refer to this guide 
for more information on them.

Thanks and regards,
Xiaoming, Google Ads API Team

Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2EnQrS:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fl6P40QQLCX200kZT3MvmrQeWPPEQERxKJnw%40sfdc.net.


Re: ad extension is approved on Adword UI but it is disapproved from Google Ads API

2021-03-26 Thread msgu...@gmail.com
Hi I haven't permission to reply privately or reply author

On Tuesday, March 16, 2021 at 6:23:47 AM UTC-7 adsapiforumadvisor wrote:

> Hello,
>
> Can you please provide us with the API request and response and a 
> screenshot of your UI that shows this ad extension? Please do using *reply 
> privately*.
>
> Regards,
> Anthony
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2DvVNj:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/86bca552-ad40-4511-920e-bbfe4f5fc0b9n%40googlegroups.com.


Mismatch in stats

2021-03-26 Thread Krishnadas D
 

Hi google team 

i found some issue in stats in some campaigns , i need some explanation on 
it , and solution also .

i have 2 campaigns in ad manager , i need to get total stats of that 
campaigns

this is my campaign details    i attached in 
this document too.

here i need to calculate total 100%video view 

in this documentation 
  it is 
mentioned that *"Percentage of impressions where the viewer watched all of 
your video." *is the 100% video view that you are showing in ad manager .

so when i calculate number of viewer watched all  video. will be 


*campaign 1 :  *

impression = 3574275  ,  video played to 100%  =  *2.18%* then total all 
video watched will be *77919.195*

*campaign 2 :  *

impression = 245812  ,  video played to 100%  =  *21.89%* then total all 
video watched will be *53808.2468*


so the total all video watched will *131727.442  , in that case *

video played to 100% =  *131727.442 / (3574275 + 245812) * 100 
= 3.448283822 %*

*BUT  *in ad manager it is showing *16.79% *

can i know what is the formula to get *total  video played to 100% for 
those 2 campaigns .*

Waiting for your kind and quick response  

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/c7d6d54e-d9f3-4ec5-8b6b-d5438a4ffe0dn%40googlegroups.com.