Re: FeedError.BUSINESS_ACCOUNT_CANNOT_ACCESS_LOCATION_ACCOUNT

2018-06-21 Thread cnorwood
Without making any changes on our end, the error stopped after 2 days of 
seeing this error.  Not sure if anyone at google did anything to fix it or 
not.

One is having a different error

CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE @ 
operations[0].operand.placeholderTypes; trigger:'Invalid ids: 7'


Which should not be an error since 7 is a valid placeholderType according 
to https://developers.google.com/adwords/api/docs/appendix/placeholders#location
Based on this c# code example, I'm guessing this is a temp error and maybe 
it will be gone tomorrow.
https://developers.google.com/adwords/api/docs/samples/csharp/extensions

Cheers,
Chad


On Wednesday, June 20, 2018 at 4:02:18 AM UTC-5, cnor...@balihoo.com wrote:
>
> I work for an agency that manages a very large number of adwords accounts 
> (thousands+) at multiple levels as well as a large number of GMB accounts 
> and locations (thousands+).  We have successfully linked adwords accounts 
> to corresponding GMB accounts.  However, for at least one adwords account a 
> GMB feed cannot be created. Here is the error: 
>
> suds.WebFault: Server raised fault: 
> '[FeedError.BUSINESS_ACCOUNT_CANNOT_ACCESS_LOCATION_ACCOUNT @ 
> operations[0].operand.systemFeedGenerationData.businessAccountIdentifier]'
>
> The error simply means: "Business account cannot access Google My Business 
> account", from 
> https://developers.google.com/adwords/api/docs/reference/v201710/FeedService.FeedError.Reason
>
> Based on that verbose description I infer that there is an issue with 
> linking the adwords account to the GMB account.  However, the same email 
> login is used for all the adwords accounts, all the GMB accounts, and works 
> for almost all other adwords locations.I'm an owner or primary owner to 
> GMB accounts and locations.  
>
> I found a similar question posted in this form and it seems like someone 
> from the adwords API team might have done some magic behind the scene to 
> fix.
> https://groups.google.com/forum/#!topic/adwords-api/zgaG2fcVEPk
>
> Is there anyone on adwords API team that can provide more details on what 
> exactly triggers this error and also fix?
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b93b5ab1-2761-4167-95b6-9472bb99ab60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Batch Processing for GET Criterion Bid Landscape data

2018-06-21 Thread Leon Lei
Follow up on this thread, I discovered it's not necessary to include the 
predicates in the selector object. Commenting them out will fetch landscape 
points for all ad groups and keywords (when available). I'm assuming what's 
happening here is that a single individual request is now submitted versus 
the multiple requests when I was passing in IDs to the predicates.

Total run time has improved significantly: ~20 minutes when I was threading 
VS < 1 minute when omitting predicates.

Leon


On Monday, June 18, 2018 at 2:29:21 PM UTC-4, Leon Lei wrote:
>
> Thanks Bharani,
>
> For now I'll move forward with threading the operation until we figure out 
> a more optimal solution.
>
> Leon
>
> On Monday, June 18, 2018 at 2:15:23 PM UTC-4, Bharani Cherukuri (AdWords 
> API Team) wrote:
>>
>> Hello Leon,
>>
>> Currently, there is no API service available that is analogous to 
>> BatchJobService for DataService operations. Please find the list of 
>> operations supported by the BatchJobService here 
>> .
>>  
>> I have shared your interest with the team. Please keep an eye out on our 
>> blog  for 
>> more updates. 
>>
>> Thanks,
>> Bharani, AdWords 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 
"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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b09278d8-232f-47ee-ba04-7a0695caf23d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CTR used for Bid Landscape estimates

2018-06-21 Thread Leon Lei
Bharani,

I've posted my question onto the Advertisers Community forum.

Thanks for your inputs.

Requesting to close this thread.

On Thursday, June 21, 2018 at 4:57:24 PM UTC-4, Bharani Cherukuri (AdWords 
API Team) wrote:
>
> Hello Leon, 
>
> To explain this further, you're right that CTR can be calculated based on 
> clicks and impressions. However, estimated CTR cannot be predicted based on 
> Estimated clicks and impressions. This is more of a product level question 
> on how the Estimated CTR would be generated and how this affects the Bid 
> landscape points. Please check this 
> 
>  article 
> on how the CTR can be calculated, which might be helpful. The AdWords API 
> Team will be able to address concerns specific to API on this forum. Can 
> you please followup on Advertisers Community forum 
> 
>  for 
> more information on Estimated Clicks?
>
> Thanks,
> Bharani, AdWords 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 
"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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2dcd8ff9-1ca7-4fb7-b5cc-073a24775159%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CTR used for Bid Landscape estimates

2018-06-21 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Leon, 

To explain this further, you're right that CTR can be calculated based on 
clicks and impressions. However, estimated CTR cannot be predicted based on 
Estimated clicks and impressions. This is more of a product level question 
on how the Estimated CTR would be generated and how this affects the Bid 
landscape points. Please check this 

 article 
on how the CTR can be calculated, which might be helpful. The AdWords API 
Team will be able to address concerns specific to API on this forum. Can 
you please followup on Advertisers Community forum 
 
for 
more information on Estimated Clicks?

Thanks,
Bharani, AdWords 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 
"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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/38b20999-ba01-429e-acf5-51555aad4da4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Post API Results from TrafficEstimatorService on Website

2018-06-21 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, 

Thank you for elaborating on the specific use case. You will be able to use 
TrafficEstimator Service for this specific use case. However, you will need 
make sure on your end that the results from the API will be posted on your 
blog. Please check this 

 guide 
for more information. Please check the code samples available here 

 for 
different languages.

Regards,
Bharani, AdWords 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 
"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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0a963adf-afbe-4d77-8395-42448054248f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BUSINESS_ACCOUNT_CANNOT_ACCESS_LOCATION_ACCOUNT error

2018-06-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Han,

Could you please enable the logging and share SOAP request and response 
logs along with client customer id so that I can troubleshoot the issue? 
You could choose '*Reply privately to author* ' option while responding. To 
enable the logs, please refer this Java guide 
. 
The guide in other languages can be found here 
. 

Thanks,
Milind, AdWords 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 
"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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8d189e55-07d5-4cbf-9ed3-4e16e0d32878%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Cause of EntityCountLimitExceededReason.ACCOUNT_LIMIT

2018-06-21 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, 

The ACCOUNT_LIMIT error is received when the specific account has reached 
the maximum account limits. Please check this 
 guide for the 
targeting limits for the accounts. Could you enable logging 
 and share 
the complete SOAP logs along with the client customer Id, so I can take a 
look? You can reply back via Reply privately to author option.

Thanks,
Bharani, AdWords 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 
"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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e97f-5fde-44aa-9263-c28dc7bf9c05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Are there Placeholder Feed Item Required Fields

2018-06-21 Thread Kevin
Hi Peter,

Thanks for the response! I'm actually still a bit confused. The guide 
says:

"For each supported AdWords features that uses tabular data, there is a 
placeholder 
type  
specifying the fields and data types required by that feature."

That seems like exactly what I'm looking for! However, when I click on that 
link, it isn't clear to me *which* of those fields and data types are 
required by the feature.
For example, the example only uses 4 of the 8 possible IDs:

private static final int PLACEHOLDER_FIELD_SITELINK_LINK_TEXT = 1;
private static final int PLACEHOLDER_FIELD_SITELINK_FINAL_URL = 5;
private static final int PLACEHOLDER_FIELD_LINE_2_TEXT = 3;
private static final int PLACEHOLDER_FIELD_LINE_3_TEXT = 4;

As I said in my last post, I think Text (1) and Url (5) are required, but 
it's not clear to me which ones are required for each placeholder type.
Where should I look?

Thanks,
Kevin

On Wednesday, June 20, 2018 at 11:08:10 PM UTC-7, Peter Oliquino (AdWords 
API Team) wrote:
>
> Hi Kevin,
>
> You could refer to this guide 
>  
> specifically 
> to this section 
> 
>  and 
> to our FeedMapping 
> 
>  object 
> documentation to check for the required fields to pass in your request. Let 
> me know if this helps.
>
> Thanks and regards,
> Peter
> AdWords 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 
"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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0f2dc283-5dc9-4e8f-a7fb-cad563ad83f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BatchJobService not returning downloadUrl

2018-06-21 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello,

We have regenerated the download URL for that batch job.

Regards,
Mike, AdWords API Team

On Thursday, June 21, 2018 at 7:49:57 AM UTC-4, Michael Cloonan (AdWords 
API Team) wrote:
>
> Hello,
>
> I apologize for the delayed turnaround here. I am following up with the 
> team to try to find a long-term solution. I think that's the same ID that 
> you had shared previously, so I will try to get that download URL 
> regenerated for you.
>
> Regards,
> Mike, AdWords API Team
>
> On Thursday, June 21, 2018 at 7:06:27 AM UTC-4, wes...@channable.com 
> wrote:
>>
>>
>> Hi all,
>>
>> I also found another batch job today that has no `downloadUrl`
>> batch job id: 759856332
>>
>> On Thursday, June 21, 2018 at 9:03:11 AM UTC+2, wes...@channable.com 
>> wrote:
>>>
>>> Hi all, 
>>>
>>> Was just checking back in to see if there was any new news, since the 
>>> thread hasn't been updated in over a week.
>>>
>>> Cheers,
>>> Wesley
>>>
>>> On Tuesday, June 12, 2018 at 2:20:54 PM UTC+2, Michael Cloonan (AdWords 
>>> API Team) wrote:

 Hello,

 Thanks for the report, we are working hard to identify the underlying 
 issue here, and I will let you know if we regenerate the download URL for 
 that batch job ID, or if I have any other information to share regarding 
 the previous ones you mentioned.

 Regards,
 Mike, AdWords API Team

 On Tuesday, June 12, 2018 at 5:42:31 AM UTC-4, wes...@channable.com 
 wrote:
>
> Hello,
>
> I have just ran into the issue of having no `dowloadUrl` again for 
> batch job id 759856332
>
>
> On Thursday, June 7, 2018 at 5:28:34 PM UTC+2, Michael Cloonan 
> (AdWords API Team) wrote:
>>
>> Hello,
>>
>> We're still investigating these last few. I have followed up with the 
>> team to see if they have any information they can share, which I will 
>> pass 
>> along here when possible.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Thursday, June 7, 2018 at 9:06:55 AM UTC-4, wes...@channable.com 
>> wrote:
>>>
>>> Hi Michael,
>>>
>>> Any news? I have customers waiting to here from me about this.
>>>
>>> Thanks,
>>> Wesley
>>>
>>> On Tuesday, June 5, 2018 at 1:57:46 PM UTC+2, Michael Cloonan 
>>> (AdWords API Team) wrote:

 Hello,

 Yes, when the job is done there should always be a downloadUrl 
 available so you can fetch the results. I'll pass these IDs along to 
 the 
 team.

 Regards,
 Mike, AdWords API Team

 On Tuesday, June 5, 2018 at 4:17:19 AM UTC-4, wes...@channable.com 
 wrote:
>
> I am having this issue (with the same result as what I sent in the 
> private message) with at least the following 3 batch_job_ids:
> 744483651
> 744483600
> 745226632
>
> That is all I can find in the error logs, so it should just be 
> these 3.
>
> Also, should we always expect to have a `downloadUrl` from now on? 
> If we don't have one, should I just raise the issue here again?  
>
> On Monday, June 4, 2018 at 2:32:43 PM UTC+2, Michael Cloonan 
> (AdWords API Team) wrote:
>>
>> Hello,
>>
>> Can you provide the full SOAP request/response for that 
>> particular batch job? You can reply privately to me using the arrow 
>> at the 
>> top-right of my post.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Monday, June 4, 2018 at 8:29:51 AM UTC-4, wes...@channable.com 
>> wrote:
>>>
>>> Hi Michael,
>>>
>>> I think most of the issues we had are solved. I am still seeing 
>>> a few batch jobs that when we download them.
>>>
>>> batch_job_id: 744483651
>>>
>>> This returns a "ParseResponse" (using the python adwors library) 
>>> of:
>>>
>>> {'mutateResponse': {'@xmlns': 
>>> 'https://adwords.google.com/api/adwords/cm/v201802'}}
>>>
>>>
>>> We expect there to be an `rval` key within the `mutateResponse`. 
>>> This is usually where we get the data from the URL from.
>>>
>>> Any advice there?
>>>
>>>
>>> On Monday, June 4, 2018 at 1:54:48 PM UTC+2, Michael Cloonan 
>>> (AdWords API Team) wrote:

 Hello,

 We made another pass regenerating download URLs, and they 
 should no longer result in 404s. Please let me know if you are 
 having any 
 more difficulties.

 Regards,
 Mike, AdWords API Team

 On Friday, June 1, 2018 at 4:22:40 PM UTC-4, GregT wrote:
>
> Thanks for 

Re: CTR used for Bid Landscape estimates

2018-06-21 Thread Leon Lei
Bharani,

Your statement "The Estimated CTR value may or may not be determined based 
on the estimated clicks and impressions"  feels like the chicken-egg 
scenario. Aren't Estimated Clicks generated from Estimated CTR? If not, 
what inputs are being used to generate the clicks?

As to your second question "Additionally, could you share details on how 
you're pulling the performance data for each landscape point to observe the 
CTR?", I'm calculating CTR with just the data returned for each bid 
landscape point, and not the actual performance data of the keyword. I 
attached an image of 2 keywords and their bid landscape points (fetched 
today 2018-06-21), where *estCTR* is a value I'm calculating by *estClicks 
/ estImpr*. Each bid landscape point has a different *estCTR*, which 
sparked my initial curiosity about how these values were generated and 
whether Avg Position was a possible input to explain the different CTRs.






I will follow up on the Advertisers community forum to ask about 
Positioning and CTR as well.


On Tuesday, June 19, 2018 at 5:38:06 PM UTC-4, Bharani Cherukuri (AdWords 
API Team) wrote:
>
> Hi Leon, 
>
> The Bid Landscape in the API is analogous to the Bid Simulator in the UI. 
> The CTR is a ratio of how often people who see your ad end up clicking it. 
> CTR is the number of clicks that your ad receives divided by the number of 
> times your ad is shown. The Estimated CTR value may or may not be 
> determined based on the estimated clicks and impressions. This said, the 
> estimated CTR is currently not available in the UI or the API. Pulling the 
> estimated clicks and impressions are projections which may vary. Could you 
> please elaborate on how you're analyzing the bid landscape point of a 
> specific keyword and their increasing trends? Additionally, could you 
> share details on how you're pulling the performance data for each landscape 
> point to observe the CTR?
>
> To address your second concern, it is more of a product level question. 
> Could you please post your concern on the Advertisers community forum 
> 
>  so 
> the product experts can take a look and assist you further.
>
> Thanks,
> Bharani, AdWords 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 
"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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e45a1a46-6ac2-4b24-991c-d7bac7bd3ac8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Cause of EntityCountLimitExceededReason.ACCOUNT_LIMIT

2018-06-21 Thread bob
We are getting the following error while adding geo locations to 
campaigns.  The error is sporadic.  We might update 300 campaigns without a 
single error.  Then the next day, updating the same 300 campaigns, we get 
the error on a dozen campaigns.  And retrying after a 30 second pause 
usually succeeds on the second or third try.  We are using VB.NET to 
interface with API and the error is being caught as AdWordsApiException.  
AdWords docs say "Indicates that this request would exceed the number of 
allowed entities for the AdWords account. The exact entity type and limit 
being checked can be inferred from {@link #accountLimitType}."  Can someone 
show me how to access accountLimitType?

EntityCountLimitExceededReason.ACCOUNT_LIMIT. (Error: 
EntityCountLimitExceeded.ACCOUNT_LIMIT, FieldPath: operations[0], Trigger: 
) 
EntityCountLimitExceededReason.ACCOUNT_LIMIT. (Error: 
EntityCountLimitExceeded.ACCOUNT_LIMIT, FieldPath: operations[1], Trigger: 
) 
EntityCountLimitExceededReason.ACCOUNT_LIMIT. (Error: 
EntityCountLimitExceeded.ACCOUNT_LIMIT, FieldPath: operations[2], Trigger: 
) ...

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6cc710e0-8c22-40ce-9cea-8128d3435a02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


BUSINESS_ACCOUNT_CANNOT_ACCESS_LOCATION_ACCOUNT error

2018-06-21 Thread Han Vo
We have recently run into this error 
*FeedError.BUSINESS_ACCOUNT_CANNOT_ACCESS_LOCATION_ACCOUNT* again while 
attempting to link Adword client to our managed Google My Business account 
through the API.

As we can still push locations for the already linked clients without any 
issue - so this rules out the expired  OAUTH token issue.
We encountered this once before and Google fixed it within the next day. 
Can you please investigate?

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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3c69ce96-f99d-4e80-9ae6-a2c266b75dd2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Missing values from CRITERIA_PERFORMANCE_REPORT

2018-06-21 Thread jonathan . meier
Thanks for the quick clarification. Do you know if there is a specific 
hierarchy that the CRITERIA_PERFORMANCE_REPORT uses to resolve the 
performance statistic attribution?

For example, it appears to me that youtube channel placement takes 
precedence over demographic targeting, but do you know if this will always 
be true? My goal is to use the report to programmatically determine if 
channel-level targeting was applied to a campaign or adgroup.

On Thursday, June 21, 2018 at 2:55:10 AM UTC-4, Dannison Yao (AdWords API 
Team) wrote:
>
> Hi Jonathan,
>
> Your speculations about why it does not return other demographic data are 
> correct. It is primarily because that Criteria Performance Report is a single 
> attribution 
> 
>  report. 
> This means that, all statistics will be attributed to the criterion which 
> AdWords deems most relevant. I would recommend using other reports that 
> cater other demographics such as the Age Range Performance Report 
> 
>  and Gender Performance Report 
> 
> . 
>
> Let me know if you have further clarifications.
>
> Regards,
> Dannison
> AdWords 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 
"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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6e862096-9573-4d57-a1fd-70355526be12%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BatchJobService not returning downloadUrl

2018-06-21 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello,

I apologize for the delayed turnaround here. I am following up with the 
team to try to find a long-term solution. I think that's the same ID that 
you had shared previously, so I will try to get that download URL 
regenerated for you.

Regards,
Mike, AdWords API Team

On Thursday, June 21, 2018 at 7:06:27 AM UTC-4, wes...@channable.com wrote:
>
>
> Hi all,
>
> I also found another batch job today that has no `downloadUrl`
> batch job id: 759856332
>
> On Thursday, June 21, 2018 at 9:03:11 AM UTC+2, wes...@channable.com 
> wrote:
>>
>> Hi all, 
>>
>> Was just checking back in to see if there was any new news, since the 
>> thread hasn't been updated in over a week.
>>
>> Cheers,
>> Wesley
>>
>> On Tuesday, June 12, 2018 at 2:20:54 PM UTC+2, Michael Cloonan (AdWords 
>> API Team) wrote:
>>>
>>> Hello,
>>>
>>> Thanks for the report, we are working hard to identify the underlying 
>>> issue here, and I will let you know if we regenerate the download URL for 
>>> that batch job ID, or if I have any other information to share regarding 
>>> the previous ones you mentioned.
>>>
>>> Regards,
>>> Mike, AdWords API Team
>>>
>>> On Tuesday, June 12, 2018 at 5:42:31 AM UTC-4, wes...@channable.com 
>>> wrote:

 Hello,

 I have just ran into the issue of having no `dowloadUrl` again for 
 batch job id 759856332


 On Thursday, June 7, 2018 at 5:28:34 PM UTC+2, Michael Cloonan (AdWords 
 API Team) wrote:
>
> Hello,
>
> We're still investigating these last few. I have followed up with the 
> team to see if they have any information they can share, which I will 
> pass 
> along here when possible.
>
> Regards,
> Mike, AdWords API Team
>
> On Thursday, June 7, 2018 at 9:06:55 AM UTC-4, wes...@channable.com 
> wrote:
>>
>> Hi Michael,
>>
>> Any news? I have customers waiting to here from me about this.
>>
>> Thanks,
>> Wesley
>>
>> On Tuesday, June 5, 2018 at 1:57:46 PM UTC+2, Michael Cloonan 
>> (AdWords API Team) wrote:
>>>
>>> Hello,
>>>
>>> Yes, when the job is done there should always be a downloadUrl 
>>> available so you can fetch the results. I'll pass these IDs along to 
>>> the 
>>> team.
>>>
>>> Regards,
>>> Mike, AdWords API Team
>>>
>>> On Tuesday, June 5, 2018 at 4:17:19 AM UTC-4, wes...@channable.com 
>>> wrote:

 I am having this issue (with the same result as what I sent in the 
 private message) with at least the following 3 batch_job_ids:
 744483651
 744483600
 745226632

 That is all I can find in the error logs, so it should just be 
 these 3.

 Also, should we always expect to have a `downloadUrl` from now on? 
 If we don't have one, should I just raise the issue here again?  

 On Monday, June 4, 2018 at 2:32:43 PM UTC+2, Michael Cloonan 
 (AdWords API Team) wrote:
>
> Hello,
>
> Can you provide the full SOAP request/response for that particular 
> batch job? You can reply privately to me using the arrow at the 
> top-right 
> of my post.
>
> Regards,
> Mike, AdWords API Team
>
> On Monday, June 4, 2018 at 8:29:51 AM UTC-4, wes...@channable.com 
> wrote:
>>
>> Hi Michael,
>>
>> I think most of the issues we had are solved. I am still seeing a 
>> few batch jobs that when we download them.
>>
>> batch_job_id: 744483651
>>
>> This returns a "ParseResponse" (using the python adwors library) 
>> of:
>>
>> {'mutateResponse': {'@xmlns': 
>> 'https://adwords.google.com/api/adwords/cm/v201802'}}
>>
>>
>> We expect there to be an `rval` key within the `mutateResponse`. 
>> This is usually where we get the data from the URL from.
>>
>> Any advice there?
>>
>>
>> On Monday, June 4, 2018 at 1:54:48 PM UTC+2, Michael Cloonan 
>> (AdWords API Team) wrote:
>>>
>>> Hello,
>>>
>>> We made another pass regenerating download URLs, and they should 
>>> no longer result in 404s. Please let me know if you are having any 
>>> more 
>>> difficulties.
>>>
>>> Regards,
>>> Mike, AdWords API Team
>>>
>>> On Friday, June 1, 2018 at 4:22:40 PM UTC-4, GregT wrote:

 Thanks for the update, Mike. As I posted earlier, we were 
 having around 1,000 jobs a day have this issue. Looks like for the 
 past day 
 or two, we haven't had any, so it's looking good. 

 Thanks,
 Greg

 On Friday, June 1, 2018 at 8:59:43 AM UTC-5, Michael Cloonan 

Re: BatchJobService not returning downloadUrl

2018-06-21 Thread wesley

Hi all,

I also found another batch job today that has no `downloadUrl`
batch job id: 759856332

On Thursday, June 21, 2018 at 9:03:11 AM UTC+2, wes...@channable.com wrote:
>
> Hi all, 
>
> Was just checking back in to see if there was any new news, since the 
> thread hasn't been updated in over a week.
>
> Cheers,
> Wesley
>
> On Tuesday, June 12, 2018 at 2:20:54 PM UTC+2, Michael Cloonan (AdWords 
> API Team) wrote:
>>
>> Hello,
>>
>> Thanks for the report, we are working hard to identify the underlying 
>> issue here, and I will let you know if we regenerate the download URL for 
>> that batch job ID, or if I have any other information to share regarding 
>> the previous ones you mentioned.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Tuesday, June 12, 2018 at 5:42:31 AM UTC-4, wes...@channable.com 
>> wrote:
>>>
>>> Hello,
>>>
>>> I have just ran into the issue of having no `dowloadUrl` again for batch 
>>> job id 759856332
>>>
>>>
>>> On Thursday, June 7, 2018 at 5:28:34 PM UTC+2, Michael Cloonan (AdWords 
>>> API Team) wrote:

 Hello,

 We're still investigating these last few. I have followed up with the 
 team to see if they have any information they can share, which I will pass 
 along here when possible.

 Regards,
 Mike, AdWords API Team

 On Thursday, June 7, 2018 at 9:06:55 AM UTC-4, wes...@channable.com 
 wrote:
>
> Hi Michael,
>
> Any news? I have customers waiting to here from me about this.
>
> Thanks,
> Wesley
>
> On Tuesday, June 5, 2018 at 1:57:46 PM UTC+2, Michael Cloonan (AdWords 
> API Team) wrote:
>>
>> Hello,
>>
>> Yes, when the job is done there should always be a downloadUrl 
>> available so you can fetch the results. I'll pass these IDs along to the 
>> team.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Tuesday, June 5, 2018 at 4:17:19 AM UTC-4, wes...@channable.com 
>> wrote:
>>>
>>> I am having this issue (with the same result as what I sent in the 
>>> private message) with at least the following 3 batch_job_ids:
>>> 744483651
>>> 744483600
>>> 745226632
>>>
>>> That is all I can find in the error logs, so it should just be these 
>>> 3.
>>>
>>> Also, should we always expect to have a `downloadUrl` from now on? 
>>> If we don't have one, should I just raise the issue here again?  
>>>
>>> On Monday, June 4, 2018 at 2:32:43 PM UTC+2, Michael Cloonan 
>>> (AdWords API Team) wrote:

 Hello,

 Can you provide the full SOAP request/response for that particular 
 batch job? You can reply privately to me using the arrow at the 
 top-right 
 of my post.

 Regards,
 Mike, AdWords API Team

 On Monday, June 4, 2018 at 8:29:51 AM UTC-4, wes...@channable.com 
 wrote:
>
> Hi Michael,
>
> I think most of the issues we had are solved. I am still seeing a 
> few batch jobs that when we download them.
>
> batch_job_id: 744483651
>
> This returns a "ParseResponse" (using the python adwors library) 
> of:
>
> {'mutateResponse': {'@xmlns': 
> 'https://adwords.google.com/api/adwords/cm/v201802'}}
>
>
> We expect there to be an `rval` key within the `mutateResponse`. 
> This is usually where we get the data from the URL from.
>
> Any advice there?
>
>
> On Monday, June 4, 2018 at 1:54:48 PM UTC+2, Michael Cloonan 
> (AdWords API Team) wrote:
>>
>> Hello,
>>
>> We made another pass regenerating download URLs, and they should 
>> no longer result in 404s. Please let me know if you are having any 
>> more 
>> difficulties.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Friday, June 1, 2018 at 4:22:40 PM UTC-4, GregT wrote:
>>>
>>> Thanks for the update, Mike. As I posted earlier, we were having 
>>> around 1,000 jobs a day have this issue. Looks like for the past 
>>> day or 
>>> two, we haven't had any, so it's looking good. 
>>>
>>> Thanks,
>>> Greg
>>>
>>> On Friday, June 1, 2018 at 8:59:43 AM UTC-5, Michael Cloonan 
>>> (AdWords API Team) wrote:

 Hello,

 Thanks for letting me know. I've passed this information along 
 to the batch job team and will let you know as soon as I hear 
 anything 
 back. I apologize for the inconvenience; obviously having a URL 
 that 
 results in a 404 is no better than having no URL at all, so I'm 
 making sure 
 that this is still at a high priority for us.

Re: Complete service response data structure available?

2018-06-21 Thread Matthias Baader


Am Donnerstag, 21. Juni 2018 10:52:53 UTC+2 schrieb Matthias Baader:
>
> Hi Dhanya,
>
> thank you very much for these insights. That's what I have been looking 
> for.
>
> Best regards
> Matthias
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/99782fba-89b7-4fb3-84fc-0acdcba4af87%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Complete service response data structure available?

2018-06-21 Thread Matthias Baader
Hi Dhanya,

thank you very much for these insights. That's what I was looking for.

Best regards
Matthias

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/dc1696c5-a05d-4342-96cc-83ef41ffd1d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: I have a few questions about criteria. 1: In shopping ads, how do I set dimensions such as gender, agerang, interested, etc? Can it be set with adword api?

2018-06-21 Thread jia zheng
OK, I understand,tks

在 2018年6月15日星期五 UTC+8下午6:39:11,Dannison Yao (AdWords API Team)写道:
>
> Hi,
>
> Upon further investigation, I was able to replicate this on my end and 
> there is indeed a discrepancy with the information provided in this table 
>  
> provided 
> in the documentation from the API. The CriterionUserList should be 
> supported for the shopping campaign. However, the Gender, AgeRange, and 
> CriterionUserInterest are still not supported in the shopping campaign. 
>
> Allow me to coordinate this with the team. Thank you for pointing it out. 
> Let me know if you have further clarifications.
>
> Regards,
> Dannison
> AdWords 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 
"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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/eb79898a-2b12-41cb-8248-0e6dc2886a04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Post API Results from TrafficEstimatorService on Website

2018-06-21 Thread 'Patt Rick' via AdWords API and Google Ads API Forum
Hello,

to make it more clear: I would like to start a blog about cars. And it 
would be interesting to meassure the popularity of different models.
My idea is it to use the search volume of each car brand as an indicator 
for how popular this model is.
For example I have 50 car models in my database and I use the Adwords API 
to get the searchvolume for keywords related to each car brand.
Those results I save in my database and publish them on my blog. For 
example the Ford F150 gains pupularity compared to Dodge RAM. 250 000 
Searches compared to 220 000 Searches.

So the main question is: Can I use Searchvolumes for keywords on google on 
my blog. I aim to earn some money with it thorugh adsense.

Thanks. Hope that makes it more clear.

Am Dienstag, 19. Juni 2018 20:23:02 UTC+2 schrieb Bharani Cherukuri 
(AdWords API Team):
>
> Hello, 
>
> Through the API, it is possible to obtain the search volume trends which 
> retrieves the traffic estimates for proposed or existing campaigns, ad 
> groups, and keywords. The results can be used to estimate future traffic 
> and help you decide whether your proposed keywords are optimal. However, it 
> is currently not possible to populate the results on the website. You will 
> need to implement a logic in your application to do the same. 
>
> Let me know if you have any other questions. 
>
> Regards,
> Bharani, AdWords 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 
"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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/deb5ccaa-dc92-4745-b9e2-79fd6c5e8a2a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Google Ads API Beta] "API solution not found with service name: googleads.googleapis.com"

2018-06-21 Thread Martin
Hey Luis,

Using incognito fixed it! Thanks!

On Thursday, June 21, 2018 at 4:46:04 AM UTC+1, Luis Xander Talag (AdWords 
API Team) wrote:
>
> Hi Martin,
>
> Could you try to enable the Google Ads API using the incognito mode of 
> Google Chrome? If the issue persist, could you provide your MCC ID and the 
> email address you are using when enabling the Google Ads API in developer's 
> console so that I could further investigate? Please reply via *Reply 
> privately to author*.
>
> Thanks and regards,
> Luis
> AdWords 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 
"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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/57eeb2e5-b6ac-4f25-aac5-3445c613a49f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ReportDownloadError.MISSING_PARAMETER reportdownload/v201806

2018-06-21 Thread Георгий Грязнов
Already resolved the issue. Thanks.

среда, 20 июня 2018 г., 13:26:08 UTC+5 пользователь Dannison Yao (AdWords 
API Team) написал:
>
> Hi,
>
> To better assist you in another issue you encountered regarding 
> OAuth_Access_token, could you further elaborate on the issue you are 
> encountering on a new forum thread? We may continue our discussion from 
> there.
>
> Regards,
> Dannison
> AdWords 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 
"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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3082f75e-ba1c-4dac-a669-f68153836ce0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BatchJobService not returning downloadUrl

2018-06-21 Thread wesley
Hi all, 

Was just checking back in to see if there was any new news, since the 
thread hasn't been updated in over a week.

Cheers,
Wesley

On Tuesday, June 12, 2018 at 2:20:54 PM UTC+2, Michael Cloonan (AdWords API 
Team) wrote:
>
> Hello,
>
> Thanks for the report, we are working hard to identify the underlying 
> issue here, and I will let you know if we regenerate the download URL for 
> that batch job ID, or if I have any other information to share regarding 
> the previous ones you mentioned.
>
> Regards,
> Mike, AdWords API Team
>
> On Tuesday, June 12, 2018 at 5:42:31 AM UTC-4, wes...@channable.com 
>  wrote:
>>
>> Hello,
>>
>> I have just ran into the issue of having no `dowloadUrl` again for batch 
>> job id 759856332
>>
>>
>> On Thursday, June 7, 2018 at 5:28:34 PM UTC+2, Michael Cloonan (AdWords 
>> API Team) wrote:
>>>
>>> Hello,
>>>
>>> We're still investigating these last few. I have followed up with the 
>>> team to see if they have any information they can share, which I will pass 
>>> along here when possible.
>>>
>>> Regards,
>>> Mike, AdWords API Team
>>>
>>> On Thursday, June 7, 2018 at 9:06:55 AM UTC-4, wes...@channable.com 
>>> wrote:

 Hi Michael,

 Any news? I have customers waiting to here from me about this.

 Thanks,
 Wesley

 On Tuesday, June 5, 2018 at 1:57:46 PM UTC+2, Michael Cloonan (AdWords 
 API Team) wrote:
>
> Hello,
>
> Yes, when the job is done there should always be a downloadUrl 
> available so you can fetch the results. I'll pass these IDs along to the 
> team.
>
> Regards,
> Mike, AdWords API Team
>
> On Tuesday, June 5, 2018 at 4:17:19 AM UTC-4, wes...@channable.com 
> wrote:
>>
>> I am having this issue (with the same result as what I sent in the 
>> private message) with at least the following 3 batch_job_ids:
>> 744483651
>> 744483600
>> 745226632
>>
>> That is all I can find in the error logs, so it should just be these 
>> 3.
>>
>> Also, should we always expect to have a `downloadUrl` from now on? If 
>> we don't have one, should I just raise the issue here again?  
>>
>> On Monday, June 4, 2018 at 2:32:43 PM UTC+2, Michael Cloonan (AdWords 
>> API Team) wrote:
>>>
>>> Hello,
>>>
>>> Can you provide the full SOAP request/response for that particular 
>>> batch job? You can reply privately to me using the arrow at the 
>>> top-right 
>>> of my post.
>>>
>>> Regards,
>>> Mike, AdWords API Team
>>>
>>> On Monday, June 4, 2018 at 8:29:51 AM UTC-4, wes...@channable.com 
>>> wrote:

 Hi Michael,

 I think most of the issues we had are solved. I am still seeing a 
 few batch jobs that when we download them.

 batch_job_id: 744483651

 This returns a "ParseResponse" (using the python adwors library) of:

 {'mutateResponse': {'@xmlns': 
 'https://adwords.google.com/api/adwords/cm/v201802'}}


 We expect there to be an `rval` key within the `mutateResponse`. 
 This is usually where we get the data from the URL from.

 Any advice there?


 On Monday, June 4, 2018 at 1:54:48 PM UTC+2, Michael Cloonan 
 (AdWords API Team) wrote:
>
> Hello,
>
> We made another pass regenerating download URLs, and they should 
> no longer result in 404s. Please let me know if you are having any 
> more 
> difficulties.
>
> Regards,
> Mike, AdWords API Team
>
> On Friday, June 1, 2018 at 4:22:40 PM UTC-4, GregT wrote:
>>
>> Thanks for the update, Mike. As I posted earlier, we were having 
>> around 1,000 jobs a day have this issue. Looks like for the past day 
>> or 
>> two, we haven't had any, so it's looking good. 
>>
>> Thanks,
>> Greg
>>
>> On Friday, June 1, 2018 at 8:59:43 AM UTC-5, Michael Cloonan 
>> (AdWords API Team) wrote:
>>>
>>> Hello,
>>>
>>> Thanks for letting me know. I've passed this information along 
>>> to the batch job team and will let you know as soon as I hear 
>>> anything 
>>> back. I apologize for the inconvenience; obviously having a URL 
>>> that 
>>> results in a 404 is no better than having no URL at all, so I'm 
>>> making sure 
>>> that this is still at a high priority for us.
>>>
>>> Regards,
>>> Mike, AdWords API Team
>>>
>>> On Friday, June 1, 2018 at 9:35:20 AM UTC-4, 
>>> wes...@channable.com wrote:

 Hi Michael,

 We actually noticed that you regenerated, because now we are 
 getting a different error.

Re: Missing values from CRITERIA_PERFORMANCE_REPORT

2018-06-21 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jonathan,

Your speculations about why it does not return other demographic data are 
correct. It is primarily because that Criteria Performance Report is a single 
attribution 

 report. 
This means that, all statistics will be attributed to the criterion which 
AdWords deems most relevant. I would recommend using other reports that 
cater other demographics such as the Age Range Performance Report 

 and Gender Performance Report 

. 

Let me know if you have further clarifications.

Regards,
Dannison
AdWords 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 
"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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/155287f1-c488-4d15-8c1d-78eaafcacd4c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Are there Placeholder Feed Item Required Fields

2018-06-21 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kevin,

You could refer to this guide 
 
specifically 
to this section 

 and 
to our FeedMapping 

 object 
documentation to check for the required fields to pass in your request. Let 
me know if this helps.

Thanks and regards,
Peter
AdWords 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 
"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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a988354c-2535-426f-bdf1-00c553c68da6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.