Re: how to display date

2023-12-06 Thread Weidercheng
[image: messageImage_1701912918058.jpg]

Weidercheng 在 2023年12月7日 星期四上午9:30:56 [UTC+8] 的信中寫道:

> I want to think of the date and then select it for the customer to see. 
> How can I present it?
> [image: pic.jpg]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/f25a706a-06f8-4712-a50d-f6716726f41bn%40googlegroups.com.


how to display date

2023-12-06 Thread Weidercheng
I want to think of the date and then select it for the customer to see. How 
can I present it?
[image: pic.jpg]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/b85d0f2a-4648-4e90-9969-dd5d651bbbc0n%40googlegroups.com.


Re: demand gen campaigns

2023-12-06 Thread Coleen Schmitt
Hi,

I am following up on this as we are still not seeing any newly created 
Demand Gen campaigns return in our API data. What we are seeing however are 
campaigns that were initially setup as Discovery Campaigns return with the 
Campaign Type 'Demand Gen', but campaigns that have recently been setup net 
new as a 'Demand Gen' campaign type do not return. Can you confirm this is 
expected? If so, is there any update on when the new 'Demand Gen' campaign 
type data will be available via API? 

Thank you!
Coleen 


On Thursday, October 26, 2023 at 2:02:36 AM UTC-4 Google Ads API Forum 
Advisor wrote:

> Hi Coleen,
>
> Thank you for contacting the Google Ads API support team.
>
> I understand that you want to retrieve the 'Demand Gen' campaign type via 
> the API. You may use the below sample query with 
> GoogleAdsService.SearchStream 
> 
>  to 
> retrieve the data. I would suggest you to check the Report and Optimize 
>  
> document  
> for more information. You can find Demand gen campaigns 
>  related 
> information in Create assets and ads 
> 
>  under 
> Discovery Campaign 
>  
> document. 
>
>
> SELECT
>   ad_group_ad.ad.id,
>   ad_group_ad.ad.type,
>   ad_group_ad.ad.discovery_multi_asset_ad.marketing_images,
>   ad_group_ad.ad.discovery_multi_asset_ad.square_marketing_images,
>   ad_group_ad.ad.discovery_multi_asset_ad.portrait_marketing_images,
>   ad_group_ad.ad.discovery_multi_asset_ad.logo_images,
>   ad_group_ad.ad.discovery_multi_asset_ad.headlines,
>   ad_group_ad.ad.discovery_multi_asset_ad.descriptions,
>   ad_group_ad.ad.discovery_multi_asset_ad.business_name,
>   ad_group_ad.ad.discovery_multi_asset_ad.call_to_action_text,
>   ad_group_ad.ad.discovery_multi_asset_ad.lead_form_only
> FROM ad_group_ad
> WHERE ad_group_ad.ad.type = DISCOVERY_VIDEO_RESPONSIVE_AD
>
> If you are not looking for this, kindly elaborate more on your issue and 
> provide us with related screenshots so that we can assist you further.
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02pWND8:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/6cc9fb7b-cae7-4471-af32-429b79e36562n%40googlegroups.com.


Creating a campaign via API

2023-12-06 Thread David Snyder
Hello. First off, let me say that I am not a developer. I am asking my 
question here to help get some direction for one of our developers. We have 
a web based application and we want to give users the ability to place 
search ads. Basically, we will purchase the ads on one specific Google 
account every time an add is purchased, and then we will just bill our 
customer/user. We want to place an ad that will run for 5 days for a budget 
we will specify (like $150 USD). Our developer on this is having some 
trouble understanding how to create and purchase the campaign using the 
API. Like I said, I am just trying to get some direction for our developer. 
If anyone can provide any advice or even examples of code, we would 
appreciate it very much. 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 
"Google Ads API and AdWords 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/394f1d13-ef1a-4e28-8d50-f106f05d1d07n%40googlegroups.com.


Re: issues when uploading offline conversions

2023-12-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Selcuk,

Thank you for getting back to us.

Yes, your statement is correct. If the conversion action was created yesterday 
with a click-through window of 21 days, a GCLID that is 2 days old could not be 
used for the conversion action because it is older than the conversion action.

You may double-check if the given identifier is not too old or occurred before 
the lookback window for the specified combination of conversion date and 
conversion action. You may use the click_view report resource to verify your 
GCLID. In addition, you can first verify the click_through_lookback_window_days 
specified in your conversion_action. From the value retrieved, then perform a 
request using the click_view report for each day (with date filter for one day) 
until the last valid date, in reference to the lookback window days.

As requested earlier, kindly provide us with the complete API logs (request and 
response logs with request-id and request header) generated at your end and 
uncropped UI screenshot of the Google Ads account where you are facing the 
issue.

If you are using a client library and haven't enabled the logging yet, I would 
request you to enable logging for the specific client library that you are 
using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to 
enable logging at your end. For REST interface requests, you can enable logging 
via the curl command by using the -i flag.

You can send the details via Reply privately to the author option, or direct 
private reply to this email.
This message is in relation to case "ref:!00D1U01174p.!5004Q02qWvxD:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/s_gsa0S59AJV00M_jkWR3bQOyGt7AQaBNhlA%40sfdc.net.


Re: membership_life_span seems to only be set to 540 when interacting via api

2023-12-06 Thread Austin Kregel

This seems to be a bug in the Google Ads API, I'd appreciate some further 
help with this from the Ads team.
On Wednesday, November 29, 2023 at 4:56:58 PM UTC-5 Austin Kregel wrote:

> I did post this originally in the SDK repository 
> 
>  
> for the PHP library, but they referred me to the group here.
>
> On Tuesday, November 28, 2023 at 7:40:56 PM UTC-5 Austin Kregel wrote:
>
>> *Your client library and Google Ads API versions:*
>>
>>- Google API Client library version: v2.13.2
>>
>>
>>- Google Ads API version: V13 and V14
>>
>> *Your environment:*
>> = PHP GENERAL INFORMATION phpinfo() PHP Version => 8.2.12 
>> System => Linux ec9e56c3263d 6.2.0-36-generic #37-Ubuntu SMP 
>> PREEMPT_DYNAMIC Wed Oct 4 10:14:28 UTC 2023 x86_64 Build Date => Oct 28 
>> 2023 01:59:11 Build System => Linux 414858d57bde 5.10.0-13-cloud-amd64 #1 
>> SMP Debian 5.10.106-1 (2022-03-17) x86_64 GNU/Linux Configure Command => 
>> './configure' '--build=x86_64-linux-gnu' 
>> '--with-config-file-path=/usr/local/etc/php' 
>> '--with-config-file-scan-dir=/usr/local/etc/php/conf.d' 
>> '--enable-option-checking=fatal' '--with-mhash' '--with-pic' '--enable-ftp' 
>> '--enable-mbstring' '--enable-mysqlnd' '--with-password-argon2' 
>> '--with-sodium=shared' '--with-pdo-sqlite=/usr' '--with-sqlite3=/usr' 
>> '--with-curl' '--with-iconv' '--with-openssl' '--with-readline' 
>> '--with-zlib' '--disable-phpdbg' '--with-pear' 
>> '--with-libdir=lib/x86_64-linux-gnu' '--disable-cgi' '--enable-fpm' 
>> '--with-fpm-user=www-data' '--with-fpm-group=www-data' 
>> 'build_alias=x86_64-linux-gnu' Server API => Command Line Interface Virtual 
>> Directory Support => disabled Configuration File (php.ini) Path => 
>> /usr/local/etc/php Loaded Configuration File => (none) Scan this dir for 
>> additional .ini files => /usr/local/etc/php/conf.d Additional .ini files 
>> parsed => /usr/local/etc/php/conf.d/31-disable-php-header.ini, 
>> /usr/local/etc/php/conf.d/docker-fpm.ini, 
>> /usr/local/etc/php/conf.d/docker-php-ext-bcmath.ini, 
>> /usr/local/etc/php/conf.d/docker-php-ext-grpc.ini, 
>> /usr/local/etc/php/conf.d/docker-php-ext-intl.ini, 
>> /usr/local/etc/php/conf.d/docker-php-ext-mysqli.ini, 
>> /usr/local/etc/php/conf.d/docker-php-ext-opcache.ini, 
>> /usr/local/etc/php/conf.d/docker-php-ext-pdo_mysql.ini, 
>> /usr/local/etc/php/conf.d/docker-php-ext-pdo_pgsql.ini, 
>> /usr/local/etc/php/conf.d/docker-php-ext-redis.ini, 
>> /usr/local/etc/php/conf.d/docker-php-ext-soap.ini, 
>> /usr/local/etc/php/conf.d/docker-php-ext-sodium.ini, 
>> /usr/local/etc/php/conf.d/docker-php-ext-zip.ini PHP API => 20220829 PHP 
>> Extension => 20220829 Zend Extension => 420220829 Zend Extension Build => 
>> API420220829,NTS PHP Extension Build => API20220829,NTS Debug Build => no 
>> Thread Safety => disabled Zend Signal Handling => enabled Zend Memory 
>> Manager => enabled Zend Multibyte Support => provided by mbstring Zend Max 
>> Execution Timers => disabled IPv6 Support => enabled DTrace Support => 
>> disabled Registered PHP Streams => https, ftps, compress.zlib, php, file, 
>> glob, data, http, ftp, phar, zip Registered Stream Socket Transports => 
>> tcp, udp, unix, udg, ssl, tls, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3 
>> Registered Stream Filters => zlib.*, convert.iconv.*, string.rot13, 
>> string.toupper, string.tolower, convert.*, consumed, dechunk This program 
>> makes use of the Zend Scripting Language Engine: Zend Engine v4.2.12, 
>> Copyright (c) Zend Technologies with Zend OPcache v8.2.12, Copyright (c), 
>> by Zend Technologies = PHP EXTENSION INFORMATION The PHP 
>> Extension grpc is installed: 1.59.1 The PHP Extension protobuf is not 
>> installed 
>>
>> *Description of the bug:*
>>
>> Using the example provided here in the 
>> Remarketing/AddFlexibleRuleUserList 
>> 
>>  example.
>>
>> [image: image] 
>> 
>>
>> *Steps to reproduce:*
>>
>>- Create a Rule Based User List
>>- Use the example provided here 
>>
>> 

Quota and batching

2023-12-06 Thread Mamoru Miura
Dear support team,

I want to mutate enormous resources such as Ads or UserLists. I have basic 
access and know there are some limits to API calls and operations below 
article:
https://developers.google.com/google-ads/api/docs/best-practices/quotas

To follow the limitation, I'm going to try batching operations into one 
call, referring to the below article:
https://developers.google.com/google-ads/api/docs/best-practices/rate-limits#batch

My questions are:

* There is a limitation of 15,000 API operations per day. Suppose I call 
MutateAdGroupAds 
with 100 operations. Which is the count for the limitation, 1 operation or 
100 operations?
* Is there a way to know the remaining allowed number of operations?
* Is there a way to extend the limitation (number of resources to be 
mutated) per unit of time? Is applying for standard access the only way?

Thanks in advance,
https://developers.google.com/google-ads/api/docs/best-practices/rate-limits#batch

https://developers.google.com/google-ads/api/docs/best-practices/rate-limits#batch

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/11f66b5b-c837-4503-ba6e-892c25b39689n%40googlegroups.com.


No Response for Basic Level API

2023-12-06 Thread Pengzheng Zhang
Hi support,

I submitted my application for basic API access more than a month ago, but 
I haven't received any response yet. I don't have any means to check the 
status of my application, so could you please check it for me and let me 
know the best way to obtain the token? Below is my account info:
Google Ads Manager Account (MCC) ID*: *111-650-2809

Best

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/1244b209-541d-4eea-bff0-140179aed915n%40googlegroups.com.


Re: issues when uploading offline conversions

2023-12-06 Thread Selcuk

Hey,

I will work on getting the logs, but just to be clear: 

If the conversion action was created for example yesterday with a 
click-through window of 21 days, but the GCLID is 2 days old, this GCLID 
could not be used for the conversion action because it is older than the 
conversion action? Is this correct?

Kind regards,
Selcuk Tekin
On Wednesday, December 6, 2023 at 3:20:21 PM UTC+1 Google Ads API Forum 
Advisor wrote:

> Hi Selcuk,
>
> Thank you for reaching out to the Google Ads API support team.
>
> After reviewing your query, it appears that you are facing an '
> EXPIRED_EVENT 
> '
>  
> error. If the conversion action was created recently, then the 
> click-through window for that conversion action will also be recent. This 
> means that any imported events that occurred more than 21 days ago will not 
> be recorded for that conversion action. As you mentioned that the customer 
> connected his store yesterday, so the conversion action will be recent, 
> this may be the reason you are facing this error.  
>
> I would suggest you to check the creation date of the conversion action to 
> make sure that the click-through window is long enough to include the 
> imported events. You may refer to this guide 
> 
>  for 
> more information. To investigate the issue further, provide us with 
> the complete API logs (*request* 
> 
>  and  
> 
> *response* 
> 
>  with  
> 
> *request-id* 
> 
>  and  
> *request
>  
> header* 
> )
>  
> generated at your end.
>
> If you are using a client library and haven't enabled the logging yet, I 
> would request you to enable logging for the specific client library that 
> you are using. You can refer to the guides  
> 
> *Java* 
> 
> ,  
> 
> *.Net* 
> 
> ,  
> 
> *PHP* 
> 
> ,  
> 
> *Python* 
> 
> ,  
> 
> *Ruby* 
> 
>  or  
> 
> *Perl* 
>  
> to 
> enable logging at your end. For REST interface requests, you can 
> enable logging via the curl command by using the -i flag.
>
> You can send the details via *Reply privately to the author option*, or 
> *direct private reply* to this email.
>  
> This message is in relation to case "ref:!00D1U01174p.!5004Q02qWvxD:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>  
>
>  
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/7ea5f4d5-bef1-4f6d-851c-8378d7ec823en%40googlegroups.com.


developer token

2023-12-06 Thread Rafael Felipe
Guys, are you still giving the developer tokens? there is no way to 
communicate with the responsible team, in here we just receive the same 
response every time, and I see many other people with the same issue.
What is the real time for the review? obviously it is not 3 days anymore 
like its said in the form

My MCC: 254-177-4905
No case-id

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 
"Google Ads API and AdWords 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/92548625-b30e-418c-9e67-5f857d3a676bn%40googlegroups.com.


RE: demand gen campaigns not supported by google api but a paused campaign can be retrieved ?

2023-12-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Olivier,

Thank you for reaching out to the Google Ads API support team.

After reviewing your concern, I understand that you would like to know whether 
it is possible to fetch data of the Demand Gen campaigns via the Google Ads API.

Kindly note that, you can fetch the data of Demand Gen campaigns with the 
campaign.advertising_channel_type set to "DISCOVERY" since they'll have the 
same advertising channel type as the Discovery campaigns. Both campaign types 
are almost the same and that's why there is a plan for automatic migration as 
you can see in the Help Center article.

If you still have any concerns, please provide us with the complete API logs 
(request and response with request-id and request header) generated at your end 
and the uncropped UI screenshot (from Google Ads account) of the report that 
you are trying to fetch via the Google Ads API to assist you better.

If you are using a client library and haven't enabled the logging yet, I would 
request you to enable logging for the specific client library that you are 
using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to 
enable logging at your end. For REST interface requests, you can enable logging 
via the curl command by using the -i flag.

You can send the details via Reply privately to the author option, or direct 
private reply to this email.

This message is in relation to case "ref:!00D1U01174p.!5004Q02qWvuK:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/CUpAp0S58ZSI00sjfTfIK4QKuzmdcnOk9M_A%40sfdc.net.


Re: google ads basic access application no response since october 2023

2023-12-06 Thread 'Ajay Singh' via Google Ads API and AdWords API Forum
Thank you for the response.

We've never received any case ID.
On Wednesday 6 December 2023 at 12:12:53 UTC+1 Google Ads API Forum Advisor 
wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> After reviewing your concern, I understand that you have submitted a 
> request for the Basic access of Google Ads API developer token and waiting 
> for a response from the team.
>
> Since the access requests are handled by the Google Ads API Compliance 
> team, we are transferring the case to the Ads API Compliance team. Can you 
> kindly provide the following information for the compliance team to further 
> assist you with your concern: 
>
>- Case ID generated from the compliance team in the format 
>0-0###0 (if there is any generated) 
>
> @Compliance team, please confirm if you are able to assist in the below 
> access request.
>
> Summary:
>
> The user has applied for the Basic access with the below details. 
>
>
>
>- Google Ads Manager Account (MCC) ID: 914-045-2205 
>
>
>- Case ID: requested 
>
> Do reach out to the Google Ads API 
>  support team 
> for any queries related to the API.
>
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02qWvYU:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/8be4a697-eca7-4324-b851-93d0e6b1e8e8n%40googlegroups.com.


Re: Demand Gen campaigns not supported by Google API but a paused campaign can be retrieved ?

2023-12-06 Thread elaparafarmacia . SONIA VILALTA
Good morning Sr Oliver this project arriver moment stop .Today and seen the
billing chances lm no posible now  the first money waiting verificatión
this is very serious need stop the moment.
Now l go the call Google well
Thanks.
If. I am approved for a loan me will talk
http://elaparafarmacia.com/

El mié, 6 dic 2023, 12:43, 'Olivier B' via Google Ads API and AdWords API
Forum  escribió:

> Hello,
>
> I can read here and there on this group that Demand Gen type campaigns
> data such as costs, clicks and impressions cannot be retrieved through the
> Google API, which is a big problem for our customers.
>
> However, we found that we could retrieve a paused Demand Gen
> campaign data (from september).
>
> How is this possible if Google API is not meant to allow it ?
>
> Could be it be a Discovery campaign type that has been migrated to Demand
> Gen campaign type, and how to check it ?
>
> Thanks for your help,
> Best regards,
> Olivier.
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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
> "Google Ads API and AdWords 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/dc6d186f-1fd7-4e64-8d50-9307cc626453n%40googlegroups.com
> 
> .
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/CABZaAAoXrPRMZ29EyKrp1%2Bv6Y90A%3DQK%2BRohAS1mAf1g1Ci-Cnw%40mail.gmail.com.


Demand Gen campaigns not supported by Google API but a paused campaign can be retrieved ?

2023-12-06 Thread 'Olivier B' via Google Ads API and AdWords API Forum
Hello,

I can read here and there on this group that Demand Gen type campaigns data 
such as costs, clicks and impressions cannot be retrieved through the 
Google API, which is a big problem for our customers.

However, we found that we could retrieve a paused Demand Gen 
campaign data (from september).

How is this possible if Google API is not meant to allow it ?

Could be it be a Discovery campaign type that has been migrated to Demand 
Gen campaign type, and how to check it ?

Thanks for your help,
Best regards,
Olivier.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/dc6d186f-1fd7-4e64-8d50-9307cc626453n%40googlegroups.com.


Issues when uploading offline conversions

2023-12-06 Thread Selcuk
Hey!

We recently got our standard access for the API and are now beta-testing 
with a small group of customers. The feature we are testing is as follows:

1. The users logs in with Google
2. The user selects a customer ID
3. The system creates some conversion actions (for example for PAGE_VIEW). 
These events have a click-through window of 21 days.
4. The system uploads offline conversions to the corresponding conversion 
actions.

The way we send these conversion actions is as follows:
1. User clicks on an advertisement and gets redirected to the webshop.
2. We store the gclic/gbraid/wbraid for a maximum of 2 weeks
3. We use the identifier to send events to our API, which in turn uploads 
conversions to Google Ads.

We have a customer which connected his store yesterday, and we are now 
receiving the following error: The imported event can't be recorded because 
its click occurred before this conversion's click-through window. Make sure 
you import the most recent data

How is this possible? We have not sent any gclid/gbraid/wbraids that are 
older than a day. The only possible explanation I can think of is that 
maybe the click-through window starts at the moment the conversion action 
is created (so not always 21 days back, but *at most* 21 days back up to 
the creation date). Is this true, or is there another reason I am not 
seeing?

Kind regards,
Selcuk

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/486670da-54a6-4c9e-bd8b-881bead6af1bn%40googlegroups.com.


RE: google ads basic access application no response since october 2023

2023-12-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to the Google Ads API support team.

After reviewing your concern, I understand that you have submitted a request 
for the Basic access of Google Ads API developer token and waiting for a 
response from the team.

Since the access requests are handled by the Google Ads API Compliance team, we 
are transferring the case to the Ads API Compliance team. Can you kindly 
provide the following information for the compliance team to further assist you 
with your concern:

Case ID generated from the compliance team in the format 0-0###0 (if 
there is any generated)

@Compliance team, please confirm if you are able to assist in the below access 
request.

Summary:

The user has applied for the Basic access with the below details.

Google Ads Manager Account (MCC) ID: 914-045-2205
Case ID: requested

Do reach out to the Google Ads API support team for any queries related to the 
API.

This message is in relation to case "ref:!00D1U01174p.!5004Q02qWvYU:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/1Jc7R0S58SGQ00-y-PIkUwQFurQHLCGkIZOw%40sfdc.net.


Re: Google Ads Basic Access application no response since October 2023

2023-12-06 Thread 'Ajay Singh' via Google Ads API and AdWords API Forum
Day 2 of no response..

On Tuesday 5 December 2023 at 10:47:32 UTC+1 Ajay Singh wrote:

> @Google Ads API Forum Advisor: Just checking in to see if you've had a 
> chance to respond.
>
> On Monday, 4 December 2023 at 21:43:50 UTC+1 Ajay Singh wrote:
>
>> Dear support,
>>
>> I am reaching out regarding our Google Ads Basic Access application 
>> submitted on 2023-10-19. The application details can be found here: 
>> https://support.google.com/adspolicy/contact/new_token_application
>>
>> As of today, we have not received any feedback. Following forum advice, 
>> we also filled out an additional form on 2023-11-22, available 
>> here: 2023-11-22
>>
>> https://support.google.com/adspolicy/contact/contact_ads_api?sjid=16070069684490863902-EU
>>
>>
>> *Google Ads Manager Account (MCC) ID: 914-045-2205Cases ID: -*
>>
>> We kindly request an update on our application status.
>>
>> Thank you for your assistance.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/b0f65e42-3cb4-42ef-ac94-5c816b00723an%40googlegroups.com.


Please expedite review of Google Ads API application

2023-12-06 Thread Nate Hashem
Dear Google API team, 

Nearly two weeks ago (specifically Friday Nov 24), we applied for access to 
the Google Ads API on our MCC.  We would like to request the review of our 
application by the Google Ads API Compliance team be *expedited*.

Here are the details regarding our application:

*Google Ads Manager Account (MCC) ID:* 618-805-9047
*Access level requested*: Basic
*Case ID:* NONE (none was provided to us after we submitted our application)

Thank you,
Nate

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/a9639e24-af55-4173-9046-78cf9d5b5069n%40googlegroups.com.