Fwd: No response for Basic Access Application for Google Ads Api

2024-05-20 Thread Voice of Vivek
  Hi,

I have applied for Google Ads API for my website. Many many months have
passed. Still I have not received the access. Also I have not received any
reply from your last mail since 22nd December 2023. Kindly look into the
matter. I am using this same email id for the access. I have simply created
a keyword research tool just like https://keywordintent.io or
similar functionality website. Please guide me.

Thanks,

Vivek Raval


On Fri, 22 Dec 2023 at 15:26, 
wrote:

> Ads API 
>
> Thank you for transferring this to us, Support, as it is within the Google
> Ads API Compliance team’s purview.
>
>
> Hi,
>
> We have expedited the review of the application for Manager Account ID
> 298-092-2091 in ticket 7-573935537.  Any further communications will be
> through that ticket.
>
> Sincerely,
> The Google Ads API Compliance team
>
> *Note:* Please ensure your developer contact email remains up to date
>  at all
> times. To reduce the likelihood of miscommunication, a role based or
> distribution list email address (e.g. i...@company.com or
> google-ads-...@company.com) should be used as your developer contact
> email.
>
>
> © 2023 Google Inc.1600 Amphitheatre Parkway, Mountain View, CA 94043
> On Fri, Dec 22, 2023 at 07:12 UTC vivekravalk...@gmail.com wrote:
>
>
>- Google Ads Manager Account (MCC) ID : 298-092-2091
>
>
>- Cases ID: Not Received by You
>- Access type: Basic
>
>
> On Tue, 12 Dec 2023 at 16:17, 
> wrote:
>
>> Ads API 
>> Hi,
>>
>> It would be helpful if you could provide us with the MCC ID and Case ID
>> for your application in order for us to expedite the Ticket.
>>
>> Sincerely,
>> The Google Ads API Compliance team
>>
>> *Note:* Please ensure your developer contact email remains up to date
>>  at all
>> times. To reduce the likelihood of miscommunication, a role based or
>> distribution list email address (e.g. i...@company.com or
>> google-ads-...@company.com) should be used as your developer contact
>> email.
>>
>>
>> © 2023 Google Inc.1600 Amphitheatre Parkway, Mountain View, CA 94043
>> On Mon, Dec 11, 2023 at 17:28 UTC googleadsapi-supp...@google.com wrote:
>>
>> Hi,
>>
>> Thank you for reaching out to the Google Ads API support team.
>>
>> After reviewing your concern, I understand that you applied for Basic
>> access, but you haven’t received any response.
>>
>> 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)
>>- Google Ads Manager Account (MCC) ID
>>
>> @Compliance team, please confirm if you are able to assist in the below
>> access request.
>>
>> Summary: The user has applied for the developer token access with the
>> below details.
>>
>>- Google Ads Manager Account (MCC) ID: requested
>>- Cases ID: requested
>>- Access type: Basic
>>
>> 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.!5004Q02qXiZU: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/CAOBYuGEE63LKFu9GYAE%2BuN5VOzxDzhse_bcWKNR5MOPMBYqKJQ%40mail.gmail.com.


RE: pulling search terms, for clicks and impressions (and pull the other metrics)

2024-05-20 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.

Kindly note that there is no report called 'SEARCH_QUERY_PERFORMANCE_REPORT' in 
the Google Ads API. You can use the below query to retrieve the search terms 
and other metrics (clicks, impressions, etc.) using the search_term_view 
resource:

SELECT search_term_view.search_term, campaign.name, ad_group.name, 
metrics.impressions, metrics.clicks, metrics.cost_micros, 
metrics.all_conversions, metrics.conversions_value, metrics.conversions, 
segments.date FROM search_term_view WHERE metrics.impressions > 0 AND 
segments.date DURING LAST_MONTH

Also, I would suggest you use the Query Builder to build your query and Query 
Validator to validate your query. you can utilize GoogleAdsService.SearchStream 
or GoogleAdsService.Search to retrieve the objects. Hope this helps. Let us 
know if you have any further queries.
This message is in relation to case "ref:!00D1U01174p.!5004Q02tJ28x:ref" 
(ADR-00235755)

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/sUYwu0SDSOIP00ET6FIUgpRzW476iQRqQnIQ%40sfdc.net.


pulling search terms, for clicks and impressions (and pull the other metrics)

2024-05-20 Thread Larry Kolinek
hello

var query = "SELECT Query, CampaignName, AdGroupName, Impressions, Clicks, 
Cost, AllConversions, ConversionValue, Conversions " +

  "FROM SEARCH_QUERY_PERFORMANCE_REPORT " +

  "WHERE Impressions > 0 " +

  "AND CampaignName = '" + WhichCampaign + "' " +

  "AND AdGroupName = '" + WhichAdGroup + "' " +

  "DURING " + dateRange;


Is that the only way, or just "a" way to get this data?

does anyone else find it hard to figure out WHERE or WHAT table to use?




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/189d7640-47bc-422d-aa7b-a81d4113918bn%40googlegroups.com.


Google Ads API Product Link Invitation Reference

2024-05-20 Thread Ansh Ved
Hi,
I am trying to use the Google AdWords API to accept invitations sent from 
the YouTube Account. 

I have already set up the connection. Using the PHP library for V16: 
https://github.com/googleads/google-ads-php/

I am using this with Laravel

I sent a get request to get the list of product invitation links, but I am 
receiving an empty array. I could successfully fetch campaigns from Google 
ads.

/// This works well /
public function getAllCampaigns($customerId) 
{
$googleAdsServiceClient = 
$this->client->getGoogleAdsServiceClient();
$query = '
SELECT campaign.id, campaign.name FROM campaign ORDER BY campaign.id
';

$stream = $googleAdsServiceClient->searchStream(
SearchGoogleAdsStreamRequest::build($customerId, $query)
);

$allCampaigns = [];
foreach ($stream->iterateAllElements() as $row) {
$allCampaigns[] = [
'campaign_id' => $row->getCampaign()->getId(),
'campaign_name' => $row->getCampaign()->getName()
];
}

return $allCampaigns; 
} / This does not work /
public function listPendingYoutubeLinkInvitations($customerId)
{
$googleAdsServiceClient = $this->client->
getGoogleAdsServiceClient();
$query = '
SELECT product_link_invitation.status, 
product_link_invitation.type, 
product_link_invitation.product_link_invitation_id, 
product_link_invitation.resource_name FROM product_link_invitation
';

$stream = $googleAdsServiceClient->searchStream(
SearchGoogleAdsStreamRequest::build($customerId, $query)
);

$invitations = [];
foreach ($stream->iterateAllElements() as $row) {
$invitations[] = $row->getProductLink();
}

return $invitations;
}

I have also tried listing customer_client_invitation and customer_invitation
Everything just gives me an empty array [].


Can someone help me with this ??
Am I missing something?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f3694ea8-7db2-4152-9b5e-f79eaa8eff6en%40googlegroups.com.


RE: googleads api flag for testing mutate api call?

2024-05-20 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.

I would suggest you check this document which provides an introduction to 
testing with the Google Ads API. You may refer to this video Testing in 
Practice for more information. You may follow these Best Practices for testing 
your integration. Also, you may refer to this Testing guide presenting some 
best practices for testing your Google Ads API integration. The mutate 
operations (create, update, remove) are designed to directly modify your Google 
Ads data.You may check the GoogleAdsSerivce document to know more about the 
supported operations via the Google Ads API.
This message is in relation to case "ref:!00D1U01174p.!5004Q02tJ1mK:ref" 
(ADR-00235688)

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/ZK4GK0SDSJWD00NAOis4TBRoK_nWqj4sQdeQ%40sfdc.net.


Re: problem with changing "company type" for developer account

2024-05-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Please note that the preferred communication channel of the Google Ads API 
Compliance team is through the above link. Kindly note that the mentioned 
concerns are out of scope for the Google Ads API support team as our team 
specializes in Google Ads API related concerns and technical implementations 
only.

This message is in relation to case "ref:!00D1U01174p.!5004Q02tJ0tP:ref" 
(ADR-00235502)

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/yfaDI0SDSG8T00DTaH18S9RDKdSRmnZas_Ng%40sfdc.net.


RE: Can't upload offline conversion

2024-05-20 Thread yosi.kal
Thanks Laura.

 

From: Google Ads API Forum Advisor  
Sent: Monday, 20 May 2024 16:13
To: yosi@gmail.com
Cc: adwords-api@googlegroups.com
Subject: RE: Can't upload offline conversion

 

Hey Yosi,

Happy Monday! Thanks for your patience. I don't have any updates for you quite 
yet, but rest assured the team is looking into this and I'll follow up with you 
as soon as I have information to share.
  

This message is in relation to case "ref:!00D1U01174p.!5004Q02tIuhU:ref" 
(ADR-00234096)

Thanks,
  


   


Laura Chevalier


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/004a01daaab7%24b1631a10%2414294e30%24%40gmail.com.


Re: find gclid using campaign id

2024-05-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

As per the click_view document, queries including ClickView must have a filter 
limiting the results to one day and can be requested for dates back to 90 days 
before the time of the request.
This message is in relation to case "ref:!00D1U01174p.!5004Q02tJ01J:ref" 
(ADR-00235302)

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/DOrbs0SDS7UU00G72g4Gl1Rr6a_gFjGAKD4w%40sfdc.net.


RE: get objective name

2024-05-20 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.

Yes, we can obtain the objective of a campaign by using the GAQL query.  I 
would recommend you to kindly refer to the campaign_conversion_goal to retrieve 
the objective of a campaign by using the Google Ads API. Please find the sample 
GAQL query as per your requirement:

SELECT campaign_conversion_goal.campaign, campaign_conversion_goal.category, 
campaign_conversion_goal.origin, campaign_conversion_goal.biddable, 
campaign.id, 
campaign.name FROM campaign_conversion_goal

You can use the search or searchStream methods for making the API calls while 
retrieving the data. Also, I would suggest you to refer to the Campaign goals 
documentation for more information. Additionally, you can utilize the Google 
Ads Query Builder and Query Validator to build and validate the queries for 
retrieving the data from the Google Ads API.
This message is in relation to case "ref:!00D1U01174p.!5004Q02tJ1Rg:ref" 
(ADR-00235564)

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/QCD9P0SDS7MD00KEIFQToLRTKob5hplmIFYA%40sfdc.net.


RE: customer match list with google ads api is not exposed in interface

2024-05-20 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.

Kindly note that the user list sizes are showing as zero because, for privacy 
reasons the list size is displayed as zero until it has at least 1,000 members. 
Once it reaches this threshold, the size is rounded to the two most significant 
digits. You can find more information in this guide. Upon reviewing your Google 
Ads account (4338086288), it appears the user list size for the audience 
segment (8661663568) is less than 100. As mentioned earlier, you need to upload 
at least 1,000 members for the size to be displayed in the Google Ads UI.
This message is in relation to case "ref:!00D1U01174p.!5004Q02tJ1Rb:ref" 
(ADR-00235563)

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/MPPqW0SDS7II00BtAf6UWJTCyPmrld-KoxxA%40sfdc.net.


RE: how to get the exact ads cost, consistent whith google ui

2024-05-20 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.

To assist you with the discrepancy, could you provide us with more details of 
the discrepancy you observed while fetching the report of cost.micros? Also 
provide us the uncropped UI screenshot of the metrics you are fetching using 
Google Ads API highlighting the discrepancy.

Also, if you observed the discrepancy in the API results, provide us 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.
This message is in relation to case "ref:!00D1U01174p.!5004Q02tJ1Rv:ref" 
(ADR-00235567)

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/x-gwh0SDS6E000z2Dr565zTYqCdfNWDJzVkA%40sfdc.net.


GoogleAds Api flag for testing mutate api call?

2024-05-20 Thread Cantare John
Is there any flag that i can specify on payload , to execute mutate actions 
but i want to see only the output not modify the items on Google Ads?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/94983d08-497c-4441-8770-7ab0ea61b869n%40googlegroups.com.


Re: problem with changing "company type" for developer account

2024-05-20 Thread 'Ruslan Obolonsky' via Google Ads API and AdWords API Forum
Hi there!  Thanks for your response.

*>>>Could you please confirm which team you are referring to for the 
verification process. Also, could you please confirm if this verification 
team is in contact with you?*

We've been reaching out to the ads-api-compliance team, but their responses 
seem a bit infrequent and possibly automated. We were hoping to get a 
deeper dive into our specific questions. Since this delay has impacted our 
release timeline by a few months, we'd greatly appreciate it if you could 
direct us to a specific person on the team who can provide more focused 
assistance.

Thank you for your understanding and support!
On Friday, May 17, 2024 at 7:57:13 PM UTC+3 Google Ads API Forum Advisor 
wrote:

> Hi,
>
> Please find the response to your queries respectively.
>
>
> *How could we circumvent the issue with access to test Google Account for 
> Google Ads API team? Does anybody have a successful experience with getting 
> Google Account from Google Ads API team for testing their product during 
> the verification process?*
>
> We are the Google Ads API support team. Please note that we can only 
> assist with technical queries/concerns related to the Google Ads API 
> . It appears 
> that your product needs verification to test the functionality. Could you 
> please confirm which team you are referring to for the verification 
> process. Also, could you please confirm if this verification team is in 
> contact with you?
>
>
> *Is it really necessary to wait for the approval from Google Ads API team 
> to change the company type and release our self-service product for the 
> users?*
>
> If you are warned that changing the company type without notifying the 
> Google Ads API team may lead to developer token revoking, then I would 
> recommend that you get the approval from Google Ads API team to change the 
> company type.
>
> Hope this helps. If you have any more queries, please feel free to get 
> back to us.
>   
> This message is in relation to case 
> "ref:!00D1U01174p.!5004Q02tJ0tP:ref" (ADR-00235502)
>
> 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/d9780a90-ee47-43e7-86ce-ae72dbf71ee1n%40googlegroups.com.


RE: Can't upload offline conversion

2024-05-20 Thread yosi.kal
Hello Laura,

 

Thanks for looking into it. Are there any updates?

 

Yosi

 

From: Google Ads API Forum Advisor  
Sent: Thursday, 16 May 2024 20:09
To: yosi@gmail.com
Cc: adwords-api@googlegroups.com
Subject: RE: Can't upload offline conversion

 

Hey Yosi,

Thanks for providing those extra details. It's not yet clear to me why you're 
getting the CONVERSION_TRACKING_MANAGED_BY_SELF error, so I'm going to discuss 
with the team and I'll follow up when we have an update to share.
  

This message is in relation to case "ref:!00D1U01174p.!5004Q02tIuhU:ref" 
(ADR-00234096)

Thanks,
  


   


Laura Chevalier


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/003701daaa81%2482857b60%2487907220%24%40gmail.com.