API with a call limit of 1,000.

2020-01-14 Thread Chalida Lapmongkol
Hello!
I have a question. I make an API with a call limit of 1,000. I want to 
extend the limt of the call. I need more details.

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/392c5d4c-1e54-4b38-8b93-5c08ca3f807a%40googlegroups.com.


My sitelink extension is always disapproved

2020-01-14 Thread Martin SangDo
My sitelinks:

https://www.carlhogantoyota.com/service-specials

always is disapproved (Destination not working). None of the tools in doc 
is helpful.
https://support.google.com/adspolicy/answer/6368661?hl=en-GB#673

I tried to resubmit for review but till the same error.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d20fbc6a-6649-48fb-b472-c36739dd08ac%40googlegroups.com.


Re: Do you plan to start support Smart Display Campaign in AdWords API? If so, when? I would very much like to support Smart Display Campaign in AdWords API, because it is a very effective campaign an

2020-01-14 Thread Jason Lowry
Do we know if/when there may be an update for this? Do we know if it's 
being planned?

On Wednesday, September 4, 2019 at 6:16:05 PM UTC+8, adsapiforumadvisor 
wrote:
>
> Hi Oksana,
>
> Yes, you are correct that Local campaigns are not supported in AdWords API 
> report as well.
>
> Please let me know if you have further clarifications.
>
> Regards,
> Hiroyuki
> Google Ads API Team
>
>
> ref:_00D1U1174p._5001UHFBdT: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/5407bc17-31d4-42e0-b52d-a48bb4166c73%40googlegroups.com.


Re: Unable to create and attach shared keywords in Google Ads API python client

2020-01-14 Thread Michael Xue


On Monday, January 13, 2020 at 4:08:16 PM UTC-5, Michael Xue wrote:
>
> When running the example create_and_attach_shared_keyword_set.py with the 
> latest Python client 4.1.1 release, I'm getting the following error. I've 
> also posted the issue in the Github python client issue section, but I'm 
> wondering if there are limitations on what types of campaigns I can apply 
> the shared keyword set to? In my case, I was trying to attach the shared 
> keywords to a video campaign. Is this also the case for shared negative 
> placements set? The strange thing is that it use to work but now is broken.
>
>
> Created shared criterion 
> "customers/{obfuscated}/sharedCriteria/{obfuscated}~{obfuscated}".
> Created shared criterion 
> "customers/{obfuscated}/sharedCriteria/{obfuscated}~{obfuscated}".
> Request made: ClientCustomerId: {obfuscated}, Host: 
> googleads.googleapis.com:443, Method: 
> /google.ads.googleads.v2.services.CampaignSharedSetService/MutateCampaignSharedSets,
>  RequestId: None, IsFault: True, FaultMessage: None
> Traceback (most recent call last):
>   File 
> "/Users/{obfuscated}/Projects/google-ads-python/examples/advanced_operations/create_and_attach_shared_keyword_set.py",
>  line 130, in 
> main(google_ads_client, args.customer_id, args.campaign_id)
>   File 
> "/Users/{obfuscated}/Projects/google-ads-python/examples/advanced_operations/create_and_attach_shared_keyword_set.py",
>  line 99, in main
> customer_id, [campaign_set_operation]).results[0].resource_name)
>   File 
> "/Users/{obfuscated}/.local/share/virtualenvs/google-ads-python-ObS9Yvf7/lib/python3.7/site-packages/google/ads/google_ads/v2/services/campaign_shared_set_service_client.py",
>  line 402, in mutate_campaign_shared_sets
> return self._inner_api_calls['mutate_campaign_shared_sets'](request, 
> retry=retry, timeout=timeout, metadata=metadata)
>   File 
> "/Users/{obfuscated}/.local/share/virtualenvs/google-ads-python-ObS9Yvf7/lib/python3.7/site-packages/google/api_core/gapic_v1/method.py",
>  line 143, in __call__
> return wrapped_func(*args, **kwargs)
>   File 
> "/Users/{obfuscated}/.local/share/virtualenvs/google-ads-python-ObS9Yvf7/lib/python3.7/site-packages/google/api_core/retry.py",
>  line 286, in retry_wrapped_func
> on_error=on_error,
>   File 
> "/Users/{obfuscated}/.local/share/virtualenvs/google-ads-python-ObS9Yvf7/lib/python3.7/site-packages/google/api_core/retry.py",
>  line 184, in retry_target
> return target()
>   File 
> "/Users/{obfuscated}/.local/share/virtualenvs/google-ads-python-ObS9Yvf7/lib/python3.7/site-packages/google/api_core/timeout.py",
>  line 214, in func_with_timeout
> return func(*args, **kwargs)
>   File 
> "/Users/{obfuscated}/.local/share/virtualenvs/google-ads-python-ObS9Yvf7/lib/python3.7/site-packages/google/api_core/grpc_helpers.py",
>  line 57, in error_remapped_callable
> return callable_(*args, **kwargs)
>   File 
> "/Users/{obfuscated}/.local/share/virtualenvs/google-ads-python-ObS9Yvf7/lib/python3.7/site-packages/grpc/_interceptor.py",
>  line 222, in __call__
> compression=compression)
>   File 
> "/Users/{obfuscated}/.local/share/virtualenvs/google-ads-python-ObS9Yvf7/lib/python3.7/site-packages/grpc/_interceptor.py",
>  line 257, in _with_call
> return call.result(), call
>   File 
> "/Users/{obfuscated}/.local/share/virtualenvs/google-ads-python-ObS9Yvf7/lib/python3.7/site-packages/grpc/_interceptor.py",
>  line 126, in result
> raise self._exception
>   File 
> "/Users/{obfuscated}/.local/share/virtualenvs/google-ads-python-ObS9Yvf7/lib/python3.7/site-packages/grpc/_interceptor.py",
>  line 248, in continuation
> compression=new_compression)
>   File 
> "/Users/{obfuscated}/.local/share/virtualenvs/google-ads-python-ObS9Yvf7/lib/python3.7/site-packages/grpc/_interceptor.py",
>  line 272, in with_call
> compression=compression)
>   File 
> "/Users/{obfuscated}/.local/share/virtualenvs/google-ads-python-ObS9Yvf7/lib/python3.7/site-packages/grpc/_interceptor.py",
>  line 257, in _with_call
> return call.result(), call
>   File 
> "/Users/{obfuscated}/.local/share/virtualenvs/google-ads-python-ObS9Yvf7/lib/python3.7/site-packages/grpc/_interceptor.py",
>  line 126, in result
> raise self._exception
>   File 
> "/Users/{obfuscated}/.local/share/virtualenvs/google-ads-python-ObS9Yvf7/lib/python3.7/site-packages/grpc/_interceptor.py",
>  line 248, in continuation
> compression=new_compression)
>   File 
> "/Users/{obfuscated}/.local/share/virtualenvs/google-ads-python-ObS9Yvf7/lib/python3.7/site-packages/grpc/_interceptor.py",
>  line 272, in with_call
> compression=compression)
>   File 
> "/Users/{obfuscated}/.local/share/virtualenvs/google-ads-python-ObS9Yvf7/lib/python3.7/site-packages/grpc/_interceptor.py",
>  line 256, in _with_call
> continuation, client_call_details, request)
>   File 
> 

RE: Billing details summary report on account level. monthly spenditure

2020-01-14 Thread Google Ads API Forum Advisor Prod
Hi Murtaza,

Thanks for reaching out. You would be able to check the monthly spending by 
querying the Cost metrics from the Account Performance report. However, it is 
not possible to retrieve the card number details from any reports. I have 
raised a feature request to support the retrieval of the card number 
information. Please keep an eye on our blog for the announcements and updates 
on the new releases.

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5001USwPeo: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/eveBA0Q447GT00AF1J1aukR92RFIqbTxvn2Q%40sfdc.net.


RE: Cost of margin based campaign

2020-01-14 Thread Google Ads API Forum Advisor Prod
Hi Coen,

Thank you for reaching out. Can you please provide the following information:

Are you using Google Ads API or AdWords API?
What is your client customer ID?
How long ago did you upload the conversions? As explained here, non last-click 
uploads can take a long time to update so it is possible that th.
The complete report definition you are using to try and get the conversions.

You can use the Click Performance Report (Click View report in Google Ads API) 
to get information about individual clicks however it can only be run for a 
single day.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001USwPJH: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/ZoppH0Q447FI00GAgxmm-TSVWBRLz5HB6ckA%40sfdc.net.


Re: Unable to create and attach shared keywords in Google Ads API python client

2020-01-14 Thread Google Ads API Forum Advisor Prod
Hi Michael,

Thank you for the information. I tried applying a shared keyword set to a test 
video campaign and I did not run into any issues. If you use an old version of 
our client libraries, you may encounter the “INVALID_ARGUMENT” issue. For your 
previous issue with “AttributeError”, I advise that you reinstall the client 
library and give the query another try using the 
"create_an_attach_shared_keyword_set.py" file. Could you let me know if the 
video campaign is still giving you issues?

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5001USwM6Y: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/4d4fx0Q4476000RHpebrUEQBqr3R1WLOG-_Q%40sfdc.net.


RE: [Google Ads API] Target partner search network in campaign NetworkSetting

2020-01-14 Thread Google Ads API Forum Advisor Prod
Hi,

Thanks for reaching out. The targetPartnerSearchNetwork is available only to 
select partners which means it's on a whitelist basis. For everyone else it 
should be set to "false" or "null".

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5001USwOyl: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/jkKU80Q445RV00l2D77qOtSs2ZsxQKOKTIYw%40sfdc.net.


RE: NO_CUSTOMER_FOUND while getting Account Hierarchy

2020-01-14 Thread Google Ads API Forum Advisor Prod
Hi Pradeep,

Thank you for reaching out regarding your concerns. The 'NO_CUSTOMER_FOUND' 
error occurs when the customer/account specified in your request header is 
indeed not found or is not a valid account. Could you please verify if you are 
passing the correct client customer Id? If the error persists, could you please 
share the client customer id and the complete request and response logs without 
redacting any information for further investigation on our end?

P.S. Please use Reply privately to author option while sharing the details.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001USwMwe: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/u5sak0Q4453I007wLSJ-lGRJelHCktkLPBvQ%40sfdc.net.


RE: Product bids in PLA campaign

2020-01-14 Thread Google Ads API Forum Advisor Prod
Hello,

You can use the AdGroupCriterionService to update the bids on your 
ProductPartitions with caseValue set to ProductOfferId.

Cheers,
Anthony
Google Ads API Team
ref:_00D1U1174p._5001USwNju: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/PFEP10Q444ET00KZyS2gCGTkCfhiIt8W9FqQ%40sfdc.net.


RE: Stats discrepancies between AdWords API geo performance report and Google Ads geographic reporting (UI)

2020-01-14 Thread Google Ads API Forum Advisor Prod
Hi Yakir,

Thank you for reaching out. Please try making the call again and seeing if it 
is now correct. As explained in this guide on data freshness, it can take some 
time for your metrics to be up to date. If it is still not correct, please 
share your complete report definition and downloaded report so that I can 
further investigate the issue.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001USwOmb: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/TRSIM0Q43V020019bopgkBTamfYdNAmfYxzw%40sfdc.net.


RE: Is there a way to create a time automation rule that the ad will appear on google by API? I want to create an API rule and add ad groups to these API rules

2020-01-14 Thread Google Ads API Forum Advisor Prod
Hi Lista,

Please see this guide on ad scheduling in AdWords API. As it says, you create 
the schedule on the campaign level and it applies to the ad groups within that 
campaign.

If you are using Google Ads API, you can follow the above guide but using thw 
Google Ads API CampaignCriterionService and specifying the desired ad_schedule.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001USwOs4: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/5Urc80Q43R1P00LxS84lAgS6CZdYnVI5GQUA%40sfdc.net.


RE: Create a responsive display ad with a video

2020-01-14 Thread Google Ads API Forum Advisor Prod
Hi Geoffrey,

Yes, this is possible. You can create a responsive display ad and include 
youtube_videos. Here is an example on how to create the ads.

Cheers,
Anthony
Google Ads API Team
ref:_00D1U1174p._5001USwNkd: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/hRLPF0Q43QDQ00SN_f0otoToWyKF9ND-aikw%40sfdc.net.


Billing details summary report on account level. monthly spenditure

2020-01-14 Thread Murtaza Kamal
Hello, i want to retrieve Billing details on account level. Is there any 
report which can give me data of monthly spenditure and card number details?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/26f8537f-d470-4bb6-b300-fc01044723c8%40googlegroups.com.


Cost of margin based campaign

2020-01-14 Thread Coen Swaans.
 

As an agency we want to prove to our customers that margin based campaigns 
work.


Goal: margin based campaign for small/fixed product collection. 


Problems:

- We start with smal product collection inside a campaign. People (can) buy 
other products then used/targeted in campaign OR they buy additional 
products with no know margin  

- Ads attribution model vs analytics “last click” tracking.

- Google ads (api) does not give insight in sales or individual conversion. 


Main problem: We can’t find out how much a individual ads conversion did 
cost (in ads report)


What we tried: 

1: create 2 custom conversion goals (margin_of_order, total_margin_unknown) 

2: import ads report with API (costs, conversions, segment conversion 
goals, etc)

3: import conversion data analytics (sales with used ads campaign)

4: link order data from webshop (products bought, value, etc)

5: like to show the result to customer………


But the data does not match.. google ads has different amount of 
conversions than analytics (attribution vs last click). So we can’t prove 
margin based advertising works, and can’t run unlimited budgets on 
campaigns and ask for more or all margin info.

We and our customers can’t fact check the result, making the whole test 
questionable.


Why not ask for a 100% coverage of margin? Because webshops don’t like 
google to know margins, and most don’t record this inside their webshop. 
Thats why we would like to start small and prove the concept first.


Questions:

- Are we right we can’t get individual sales info from Adwords/ads (api)?

- What would be an alternative approach?


Thx for the response.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0bfe4eb1-1c4e-4c24-8cb7-66a50e999d2e%40googlegroups.com.


[Google Ads API] Target partner search network in campaign NetworkSetting

2020-01-14 Thread alok
Hi,

Getting "CANNOT_TARGET_PARTNER_SEARCH_NETWORK" error while setting partner 
search network in campaign networkSettings.How to I enable or disable 
partner search network as this feature was available in Adwords API. Any 
guidance on the same would be nice.

Below is the request and response for the same.
Request
---
MethodName: google.ads.googleads.v2.services.CampaignService/MutateCampaigns
Endpoint: googleads.googleapis.com:443
Headers: {developer-token=REDACTED, login-customer-id=a, 
x-goog-api-client=gl-java/1.8.0_201 gapic/ gax/1.45.0 grpc/1.21.0}
Body: customer_id: "b"
operations {
  update {
resource_name: "customers/b/campaigns/c"
status: PAUSED
network_settings {
  target_google_search {
value: true
  }
  target_search_network {
value: true
  }
  target_content_network {
  }
  target_partner_search_network {
value: true
  }
}
  }
  update_mask {
paths: "resource_name"
paths: "status"
paths: "network_settings.target_google_search"
paths: "network_settings.target_search_network"
paths: "network_settings.target_content_network"
paths: "network_settings.target_partner_search_network"
  }
}
partial_failure: true


Response

Headers: 
Metadata(content-disposition=attachment,content-type=application/grpc,request-id=38MFo1PgB1TYAL3yGPmm2w,date=Tue,
 
14 Jan 2020 11:40:51 GMT,alt-svc=quic=":443"; ma=2592000; 
v="46,43",h3-Q050=":443"; ma=2592000,h3-Q049=":443"; 
ma=2592000,h3-Q048=":443"; ma=2592000,h3-Q046=":443"; 
ma=2592000,h3-Q043=":443"; ma=2592000)
Body: results {
}
partial_failure_error {
  code: 3
  message: "Only some Google partners are allowed to target partner search 
network., at operations[0].update.network_settings"
  details {
type_url: 
"type.googleapis.com/google.ads.googleads.v2.errors.GoogleAdsFailure"
value: "\n\201\001\n\002x\b\022GOnly some Google partners are allowed 
to target partner search 
network.\032\002*\000\".\022\016\n\noperations\022\000\022\b\n\006update\022\022\n\020network_settings"
  }
}

Failure message: null
Status: Status{code=OK, description=null, cause=null}.

[error_code {
  campaign_error: *CANNOT_TARGET_PARTNER_SEARCH_NETWORK*
}
message: "*Only some Google partners are allowed to target partner search 
network.*"
trigger {
  string_value: ""
}
location {
  field_path_elements {
field_name: "operations"
index {
}
  }
  field_path_elements {
field_name: "update"
  }
  field_path_elements {
field_name: "network_settings"
  }
}
]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e0b135e6-6249-4b61-adb4-27dd0a12e916%40googlegroups.com.


Is there a way to create a time automation rule that the ad will appear on google by API? I want to create an API rule and add ad groups to these API rules

2020-01-14 Thread Lista Mais

Is there a way to create a time automation rule that the ad will appear on 
google by API? I want to create an API rule and add ad groups to these API 
rules

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/008d218c-cd6a-4c40-9708-c8fff9c5664f%40googlegroups.com.


Stats discrepancies between AdWords API geo performance report and Google Ads geographic reporting (UI)

2020-01-14 Thread Yakir Peretz
Hi, 

We use the "GeoPerformanceReport", using the geographic fields: Country and 
City, including only physical location. 
We have discrepancies in ~25% of the cities: 
While most of the cities have exactly the same number of impressions, 
clicks, etc. on both reports - the rest have completely different stats. 
As an example: 

account id - 929-266-9401
Dates: Dec 15 2019 - Jan 13 2020

City of Buffalo, New York, United States 
API report stats: 134 clicks, 1530 impressions
Google ads UI stats: 49 clicks, 772 Impressions

But for other cities, like Reno, Nevada, United States:
API report stats: 61 clicks, 449 Impressions
Google ads UI stats: 61 clicks, 449 Impressions


We can't understand why the stats match in some cities but not in all of 
them.

Thank you in advance for helping, 
Yakir

-- 
The information contained in this communication and its attachments is 
intended solely for the use of the individual or entity to whom it is 
addressed and others authorized to receive it. It is the property of Albert 
and may contain confidential or legally privileged information. If you are 
not the intended recipient you are hereby notified that any disclosure, 
copying, retention, printing or distribution of this communication or any 
part thereof, or taking any action in reliance on the contents of this 
information is strictly prohibited and may be unlawful. If you have 
received this communication in error, please notify us immediately by 
responding to this email and then delete all copies of it from your system. 
Albert is not liable for the proper and complete transmission of the 
information contained in this communication nor for any delay in its 
receipt.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/39ddde30-cb50-4e97-838f-0744012cbe53%40googlegroups.com.


Create a responsive display ad with a video

2020-01-14 Thread Bonge LaBwana
Hi

I would like to create a responsive display ad with video eg from youtube
or normal mp4

1. Is this possible? if Yes can you please provide me a working example?

Thanks
Geoffrey zellah

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CA%2B6uKPOVJKxyoc8KAS_rm_6Ys10qf%2BE4aae-fnRunjNFd%3DH9dQ%40mail.gmail.com.


Product bids in PLA campaign

2020-01-14 Thread Татьяна Тарасова
Hello! Is it possible to manage product bids in PLA campaign using API? If 
it is possible, how can we do it?  

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/074c9984-75e8-4637-ab15-21c62247d780%40googlegroups.com.